arg 144 base/android/java/src/org/chromium/base/CommandLine.java StringBuilder arg = null; arg 153 base/android/java/src/org/chromium/base/CommandLine.java if (arg != null && arg.length() > 0 && arg.charAt(arg.length() - 1) == '\\') { arg 155 base/android/java/src/org/chromium/base/CommandLine.java arg.setCharAt(arg.length() - 1, c); arg 160 base/android/java/src/org/chromium/base/CommandLine.java if (arg != null) { arg 161 base/android/java/src/org/chromium/base/CommandLine.java args.add(arg.toString()); arg 162 base/android/java/src/org/chromium/base/CommandLine.java arg = null; arg 165 base/android/java/src/org/chromium/base/CommandLine.java if (arg == null) arg = new StringBuilder(); arg 166 base/android/java/src/org/chromium/base/CommandLine.java arg.append(c); arg 169 base/android/java/src/org/chromium/base/CommandLine.java if (arg != null) { arg 171 base/android/java/src/org/chromium/base/CommandLine.java Log.w(TAG, "Unterminated quoted string: " + arg); arg 173 base/android/java/src/org/chromium/base/CommandLine.java args.add(arg.toString()); arg 319 base/android/java/src/org/chromium/base/CommandLine.java for (String arg : array) { arg 325 base/android/java/src/org/chromium/base/CommandLine.java if (arg.equals(SWITCH_TERMINATOR)) { arg 329 base/android/java/src/org/chromium/base/CommandLine.java if (parseSwitches && arg.startsWith(SWITCH_PREFIX)) { arg 330 base/android/java/src/org/chromium/base/CommandLine.java String[] parts = arg.split(SWITCH_VALUE_SEPARATOR, 2); arg 334 base/android/java/src/org/chromium/base/CommandLine.java mArgs.add(arg); arg 216 base/android/java/src/org/chromium/base/TraceEvent.java public static void instant(String name, String arg) { arg 217 base/android/java/src/org/chromium/base/TraceEvent.java if (sEnabled) nativeInstant(name, arg); arg 244 base/android/java/src/org/chromium/base/TraceEvent.java public static void startAsync(String name, long id, String arg) { arg 245 base/android/java/src/org/chromium/base/TraceEvent.java if (sEnabled) nativeStartAsync(name, id, arg); arg 272 base/android/java/src/org/chromium/base/TraceEvent.java public static void finishAsync(String name, long id, String arg) { arg 273 base/android/java/src/org/chromium/base/TraceEvent.java if (sEnabled) nativeFinishAsync(name, id, arg); arg 302 base/android/java/src/org/chromium/base/TraceEvent.java public static void begin(String name, String arg) { arg 303 base/android/java/src/org/chromium/base/TraceEvent.java if (sEnabled) nativeBegin(name, arg); arg 327 base/android/java/src/org/chromium/base/TraceEvent.java public static void end(String name, String arg) { arg 328 base/android/java/src/org/chromium/base/TraceEvent.java if (sEnabled) nativeEnd(name, arg); arg 349 base/android/java/src/org/chromium/base/TraceEvent.java private static native void nativeInstant(String name, String arg); arg 350 base/android/java/src/org/chromium/base/TraceEvent.java private static native void nativeBegin(String name, String arg); arg 351 base/android/java/src/org/chromium/base/TraceEvent.java private static native void nativeEnd(String name, String arg); arg 352 base/android/java/src/org/chromium/base/TraceEvent.java private static native void nativeStartAsync(String name, long id, String arg); arg 353 base/android/java/src/org/chromium/base/TraceEvent.java private static native void nativeFinishAsync(String name, long id, String arg); arg 72 base/android/trace_event_binding.cc if (converter.arg()) { arg 75 base/android/trace_event_binding.cc converter.arg_name(), converter.arg()); arg 85 base/android/trace_event_binding.cc if (converter.arg()) { arg 87 base/android/trace_event_binding.cc converter.arg_name(), converter.arg()); arg 96 base/android/trace_event_binding.cc if (converter.arg()) { arg 98 base/android/trace_event_binding.cc converter.arg_name(), converter.arg()); arg 107 base/android/trace_event_binding.cc if (converter.arg()) { arg 112 base/android/trace_event_binding.cc converter.arg()); arg 123 base/android/trace_event_binding.cc if (converter.arg()) { arg 128 base/android/trace_event_binding.cc converter.arg()); arg 77 base/command_line.cc CommandLine::StringType arg = argv[i]; arg 78 base/command_line.cc TrimWhitespace(arg, TRIM_ALL, &arg); arg 82 base/command_line.cc parse_switches &= (arg != kSwitchTerminator); arg 83 base/command_line.cc if (parse_switches && IsSwitch(arg, &switch_string, &switch_value)) { arg 91 base/command_line.cc command_line.AppendArgNative(arg); arg 108 base/command_line.cc std::wstring QuoteForCommandLineToArgvW(const std::wstring& arg) { arg 111 base/command_line.cc if (arg.find_first_of(L" \\\"") == std::wstring::npos) { arg 113 base/command_line.cc return arg; arg 118 base/command_line.cc for (size_t i = 0; i < arg.size(); ++i) { arg 119 base/command_line.cc if (arg[i] == '\\') { arg 122 base/command_line.cc for (; end < arg.size() && arg[end] == '\\'; ++end) arg 129 base/command_line.cc if (end == arg.size() || arg[end] == '"') { arg 138 base/command_line.cc } else if (arg[i] == '"') { arg 142 base/command_line.cc out.push_back(arg[i]); arg 268 base/command_line.cc StringType arg = argv_[i]; arg 271 base/command_line.cc parse_switches &= arg != kSwitchTerminator; arg 274 base/command_line.cc if (parse_switches && IsSwitch(arg, &switch_string, &switch_value)) { arg 285 base/command_line.cc arg = QuoteForCommandLineToArgvW(arg); arg 287 base/command_line.cc params.append(arg); arg 35 base/debug/stack_trace_android.cc _Unwind_Reason_Code TraceStackFrame(_Unwind_Context* context, void* arg) { arg 36 base/debug/stack_trace_android.cc StackCrawlState* state = static_cast<StackCrawlState*>(arg); arg 1112 base/debug/trace_event.h actual_type arg, \ arg 1116 base/debug/trace_event.h type_value.union_member = arg; \ arg 1124 base/debug/trace_event.h actual_type arg, \ arg 1128 base/debug/trace_event.h *value = static_cast<unsigned long long>(arg); \ arg 1154 base/debug/trace_event.h static inline void SetTraceValue(const std::string& arg, arg 1158 base/debug/trace_event.h type_value.as_string = arg.c_str(); arg 1165 base/debug/trace_event.h static inline void SetTraceValue(const base::Time arg, arg 1169 base/debug/trace_event.h *value = arg.ToInternalValue(); arg 1172 base/debug/trace_event.h static inline void SetTraceValue(const base::TimeTicks arg, arg 1176 base/debug/trace_event.h *value = arg.ToInternalValue(); arg 48 base/debug/trace_event_win_unittest.cc return memcmp(arg, str.c_str(), str.length()) == 0; arg 90 base/gmock_unittest.cc int arg = 0; arg 91 base/gmock_unittest.cc mock.OutputParam(&arg); arg 92 base/gmock_unittest.cc EXPECT_EQ(5, arg); arg 102 base/gmock_unittest.cc int arg = 0; arg 103 base/gmock_unittest.cc mock.OutputParam(&arg); arg 104 base/gmock_unittest.cc EXPECT_EQ(5, arg); arg 35 base/mac/launch_services_util.cc const std::string& arg(argv[i]); arg 37 base/mac/launch_services_util.cc base::ScopedCFTypeRef<CFStringRef> arg_cf(base::SysUTF8ToCFStringRef(arg)); arg 39 base/mac/launch_services_util.cc LOG(ERROR) << "base::SysUTF8ToCFStringRef failed for " << arg; arg 501 base/strings/safe_sprintf.cc const Arg& arg = args[cur_arg++]; arg 502 base/strings/safe_sprintf.cc if (arg.type != Arg::INT && arg.type != Arg::UINT) { arg 503 base/strings/safe_sprintf.cc DEBUG_CHECK(arg.type == Arg::INT || arg.type == Arg::UINT); arg 511 base/strings/safe_sprintf.cc char ch = static_cast<char>(arg.i); arg 528 base/strings/safe_sprintf.cc const Arg& arg = args[cur_arg++]; arg 533 base/strings/safe_sprintf.cc if (arg.type != Arg::INT && arg.type != Arg::UINT) { arg 534 base/strings/safe_sprintf.cc DEBUG_CHECK(arg.type == Arg::INT || arg.type == Arg::UINT); arg 537 base/strings/safe_sprintf.cc i = arg.i; arg 547 base/strings/safe_sprintf.cc if (arg.width < sizeof(int64_t)) { arg 548 base/strings/safe_sprintf.cc i &= (1LL << (8*arg.width)) - 1; arg 553 base/strings/safe_sprintf.cc if (arg.type == Arg::POINTER) { arg 554 base/strings/safe_sprintf.cc i = reinterpret_cast<uintptr_t>(arg.ptr); arg 555 base/strings/safe_sprintf.cc } else if (arg.type == Arg::STRING) { arg 556 base/strings/safe_sprintf.cc i = reinterpret_cast<uintptr_t>(arg.str); arg 557 base/strings/safe_sprintf.cc } else if (arg.type == Arg::INT && arg.width == sizeof(NULL) && arg 558 base/strings/safe_sprintf.cc arg.i == 0) { // Allow C++'s version of NULL arg 561 base/strings/safe_sprintf.cc DEBUG_CHECK(arg.type == Arg::POINTER || arg.type == Arg::STRING); arg 574 base/strings/safe_sprintf.cc buffer.IToASCII(ch == 'd' && arg.type == Arg::INT, arg 587 base/strings/safe_sprintf.cc const Arg& arg = args[cur_arg++]; arg 589 base/strings/safe_sprintf.cc if (arg.type == Arg::STRING) { arg 590 base/strings/safe_sprintf.cc s = arg.str ? arg.str : "<NULL>"; arg 591 base/strings/safe_sprintf.cc } else if (arg.type == Arg::INT && arg.width == sizeof(NULL) && arg 592 base/strings/safe_sprintf.cc arg.i == 0) { // Allow C++'s version of NULL arg 595 base/strings/safe_sprintf.cc DEBUG_CHECK(arg.type == Arg::STRING); arg 117 base/test/trace_event_analyzer.cc std::string* arg) const { arg 120 base/test/trace_event_analyzer.cc *arg = i->second; arg 127 base/test/trace_event_analyzer.cc double* arg) const { arg 130 base/test/trace_event_analyzer.cc *arg = i->second; arg 125 base/test/trace_event_analyzer.h bool GetArgAsString(const std::string& name, std::string* arg) const; arg 127 base/test/trace_event_analyzer.h bool GetArgAsNumber(const std::string& name, double* arg) const; arg 183 base/third_party/dynamic_annotations/dynamic_annotations.c const char *file, int line, const volatile void *arg) arg 219 base/third_party/dynamic_annotations/dynamic_annotations.c const char *file, int line, const volatile void *arg) arg 371 base/third_party/dynamic_annotations/dynamic_annotations.h #define ANNOTATE_NO_OP(arg) \ arg 372 base/third_party/dynamic_annotations/dynamic_annotations.h DYNAMIC_ANNOTATIONS_NAME(AnnotateNoOp)(__FILE__, __LINE__, arg) arg 410 base/third_party/dynamic_annotations/dynamic_annotations.h #define ANNOTATE_TRACE_MEMORY(arg) /* empty */ arg 421 base/third_party/dynamic_annotations/dynamic_annotations.h #define ANNOTATE_NO_OP(arg) /* empty */ arg 511 base/third_party/dynamic_annotations/dynamic_annotations.h const volatile void *arg) DYNAMIC_ANNOTATIONS_ATTRIBUTE_WEAK; arg 531 base/third_party/dynamic_annotations/dynamic_annotations.h const volatile void *arg) DYNAMIC_ANNOTATIONS_ATTRIBUTE_WEAK; arg 537 base/tuple.h inline void DispatchToMethod(ObjT* obj, Method method, const Tuple0& arg) { arg 542 base/tuple.h inline void DispatchToMethod(ObjT* obj, Method method, const A& arg) { arg 543 base/tuple.h (obj->*method)(base::internal::UnwrapTraits<A>::Unwrap(arg)); arg 547 base/tuple.h inline void DispatchToMethod(ObjT* obj, Method method, const Tuple1<A>& arg) { arg 548 base/tuple.h (obj->*method)(base::internal::UnwrapTraits<A>::Unwrap(arg.a)); arg 554 base/tuple.h const Tuple2<A, B>& arg) { arg 555 base/tuple.h (obj->*method)(base::internal::UnwrapTraits<A>::Unwrap(arg.a), arg 556 base/tuple.h base::internal::UnwrapTraits<B>::Unwrap(arg.b)); arg 561 base/tuple.h const Tuple3<A, B, C>& arg) { arg 562 base/tuple.h (obj->*method)(base::internal::UnwrapTraits<A>::Unwrap(arg.a), arg 563 base/tuple.h base::internal::UnwrapTraits<B>::Unwrap(arg.b), arg 564 base/tuple.h base::internal::UnwrapTraits<C>::Unwrap(arg.c)); arg 569 base/tuple.h const Tuple4<A, B, C, D>& arg) { arg 570 base/tuple.h (obj->*method)(base::internal::UnwrapTraits<A>::Unwrap(arg.a), arg 571 base/tuple.h base::internal::UnwrapTraits<B>::Unwrap(arg.b), arg 572 base/tuple.h base::internal::UnwrapTraits<C>::Unwrap(arg.c), arg 573 base/tuple.h base::internal::UnwrapTraits<D>::Unwrap(arg.d)); arg 578 base/tuple.h const Tuple5<A, B, C, D, E>& arg) { arg 579 base/tuple.h (obj->*method)(base::internal::UnwrapTraits<A>::Unwrap(arg.a), arg 580 base/tuple.h base::internal::UnwrapTraits<B>::Unwrap(arg.b), arg 581 base/tuple.h base::internal::UnwrapTraits<C>::Unwrap(arg.c), arg 582 base/tuple.h base::internal::UnwrapTraits<D>::Unwrap(arg.d), arg 583 base/tuple.h base::internal::UnwrapTraits<E>::Unwrap(arg.e)); arg 589 base/tuple.h const Tuple6<A, B, C, D, E, F>& arg) { arg 590 base/tuple.h (obj->*method)(base::internal::UnwrapTraits<A>::Unwrap(arg.a), arg 591 base/tuple.h base::internal::UnwrapTraits<B>::Unwrap(arg.b), arg 592 base/tuple.h base::internal::UnwrapTraits<C>::Unwrap(arg.c), arg 593 base/tuple.h base::internal::UnwrapTraits<D>::Unwrap(arg.d), arg 594 base/tuple.h base::internal::UnwrapTraits<E>::Unwrap(arg.e), arg 595 base/tuple.h base::internal::UnwrapTraits<F>::Unwrap(arg.f)); arg 601 base/tuple.h const Tuple7<A, B, C, D, E, F, G>& arg) { arg 602 base/tuple.h (obj->*method)(base::internal::UnwrapTraits<A>::Unwrap(arg.a), arg 603 base/tuple.h base::internal::UnwrapTraits<B>::Unwrap(arg.b), arg 604 base/tuple.h base::internal::UnwrapTraits<C>::Unwrap(arg.c), arg 605 base/tuple.h base::internal::UnwrapTraits<D>::Unwrap(arg.d), arg 606 base/tuple.h base::internal::UnwrapTraits<E>::Unwrap(arg.e), arg 607 base/tuple.h base::internal::UnwrapTraits<F>::Unwrap(arg.f), arg 608 base/tuple.h base::internal::UnwrapTraits<G>::Unwrap(arg.g)); arg 614 base/tuple.h const Tuple8<A, B, C, D, E, F, G, H>& arg) { arg 615 base/tuple.h (obj->*method)(base::internal::UnwrapTraits<A>::Unwrap(arg.a), arg 616 base/tuple.h base::internal::UnwrapTraits<B>::Unwrap(arg.b), arg 617 base/tuple.h base::internal::UnwrapTraits<C>::Unwrap(arg.c), arg 618 base/tuple.h base::internal::UnwrapTraits<D>::Unwrap(arg.d), arg 619 base/tuple.h base::internal::UnwrapTraits<E>::Unwrap(arg.e), arg 620 base/tuple.h base::internal::UnwrapTraits<F>::Unwrap(arg.f), arg 621 base/tuple.h base::internal::UnwrapTraits<G>::Unwrap(arg.g), arg 622 base/tuple.h base::internal::UnwrapTraits<H>::Unwrap(arg.h)); arg 628 base/tuple.h inline void DispatchToFunction(Function function, const Tuple0& arg) { arg 633 base/tuple.h inline void DispatchToFunction(Function function, const A& arg) { arg 634 base/tuple.h (*function)(arg); arg 638 base/tuple.h inline void DispatchToFunction(Function function, const Tuple1<A>& arg) { arg 639 base/tuple.h (*function)(base::internal::UnwrapTraits<A>::Unwrap(arg.a)); arg 643 base/tuple.h inline void DispatchToFunction(Function function, const Tuple2<A, B>& arg) { arg 644 base/tuple.h (*function)(base::internal::UnwrapTraits<A>::Unwrap(arg.a), arg 645 base/tuple.h base::internal::UnwrapTraits<B>::Unwrap(arg.b)); arg 649 base/tuple.h inline void DispatchToFunction(Function function, const Tuple3<A, B, C>& arg) { arg 650 base/tuple.h (*function)(base::internal::UnwrapTraits<A>::Unwrap(arg.a), arg 651 base/tuple.h base::internal::UnwrapTraits<B>::Unwrap(arg.b), arg 652 base/tuple.h base::internal::UnwrapTraits<C>::Unwrap(arg.c)); arg 657 base/tuple.h const Tuple4<A, B, C, D>& arg) { arg 658 base/tuple.h (*function)(base::internal::UnwrapTraits<A>::Unwrap(arg.a), arg 659 base/tuple.h base::internal::UnwrapTraits<B>::Unwrap(arg.b), arg 660 base/tuple.h base::internal::UnwrapTraits<C>::Unwrap(arg.c), arg 661 base/tuple.h base::internal::UnwrapTraits<D>::Unwrap(arg.d)); arg 666 base/tuple.h const Tuple5<A, B, C, D, E>& arg) { arg 667 base/tuple.h (*function)(base::internal::UnwrapTraits<A>::Unwrap(arg.a), arg 668 base/tuple.h base::internal::UnwrapTraits<B>::Unwrap(arg.b), arg 669 base/tuple.h base::internal::UnwrapTraits<C>::Unwrap(arg.c), arg 670 base/tuple.h base::internal::UnwrapTraits<D>::Unwrap(arg.d), arg 671 base/tuple.h base::internal::UnwrapTraits<E>::Unwrap(arg.e)); arg 676 base/tuple.h const Tuple6<A, B, C, D, E, F>& arg) { arg 677 base/tuple.h (*function)(base::internal::UnwrapTraits<A>::Unwrap(arg.a), arg 678 base/tuple.h base::internal::UnwrapTraits<B>::Unwrap(arg.b), arg 679 base/tuple.h base::internal::UnwrapTraits<C>::Unwrap(arg.c), arg 680 base/tuple.h base::internal::UnwrapTraits<D>::Unwrap(arg.d), arg 681 base/tuple.h base::internal::UnwrapTraits<E>::Unwrap(arg.e), arg 682 base/tuple.h base::internal::UnwrapTraits<F>::Unwrap(arg.f)); arg 688 base/tuple.h const Tuple7<A, B, C, D, E, F, G>& arg) { arg 689 base/tuple.h (*function)(base::internal::UnwrapTraits<A>::Unwrap(arg.a), arg 690 base/tuple.h base::internal::UnwrapTraits<B>::Unwrap(arg.b), arg 691 base/tuple.h base::internal::UnwrapTraits<C>::Unwrap(arg.c), arg 692 base/tuple.h base::internal::UnwrapTraits<D>::Unwrap(arg.d), arg 693 base/tuple.h base::internal::UnwrapTraits<E>::Unwrap(arg.e), arg 694 base/tuple.h base::internal::UnwrapTraits<F>::Unwrap(arg.f), arg 695 base/tuple.h base::internal::UnwrapTraits<G>::Unwrap(arg.g)); arg 701 base/tuple.h const Tuple8<A, B, C, D, E, F, G, H>& arg) { arg 702 base/tuple.h (*function)(base::internal::UnwrapTraits<A>::Unwrap(arg.a), arg 703 base/tuple.h base::internal::UnwrapTraits<B>::Unwrap(arg.b), arg 704 base/tuple.h base::internal::UnwrapTraits<C>::Unwrap(arg.c), arg 705 base/tuple.h base::internal::UnwrapTraits<D>::Unwrap(arg.d), arg 706 base/tuple.h base::internal::UnwrapTraits<E>::Unwrap(arg.e), arg 707 base/tuple.h base::internal::UnwrapTraits<F>::Unwrap(arg.f), arg 708 base/tuple.h base::internal::UnwrapTraits<G>::Unwrap(arg.g), arg 709 base/tuple.h base::internal::UnwrapTraits<H>::Unwrap(arg.h)); arg 717 base/tuple.h const Tuple0& arg, Tuple0*) { arg 722 base/tuple.h inline void DispatchToMethod(ObjT* obj, Method method, const A& arg, Tuple0*) { arg 723 base/tuple.h (obj->*method)(base::internal::UnwrapTraits<A>::Unwrap(arg)); arg 729 base/tuple.h const Tuple1<A>& arg, Tuple0*) { arg 730 base/tuple.h (obj->*method)(base::internal::UnwrapTraits<A>::Unwrap(arg.a)); arg 736 base/tuple.h const Tuple2<A, B>& arg, Tuple0*) { arg 737 base/tuple.h (obj->*method)(base::internal::UnwrapTraits<A>::Unwrap(arg.a), arg 738 base/tuple.h base::internal::UnwrapTraits<B>::Unwrap(arg.b)); arg 743 base/tuple.h const Tuple3<A, B, C>& arg, Tuple0*) { arg 744 base/tuple.h (obj->*method)(base::internal::UnwrapTraits<A>::Unwrap(arg.a), arg 745 base/tuple.h base::internal::UnwrapTraits<B>::Unwrap(arg.b), arg 746 base/tuple.h base::internal::UnwrapTraits<C>::Unwrap(arg.c)); arg 751 base/tuple.h const Tuple4<A, B, C, D>& arg, Tuple0*) { arg 752 base/tuple.h (obj->*method)(base::internal::UnwrapTraits<A>::Unwrap(arg.a), arg 753 base/tuple.h base::internal::UnwrapTraits<B>::Unwrap(arg.b), arg 754 base/tuple.h base::internal::UnwrapTraits<C>::Unwrap(arg.c), arg 755 base/tuple.h base::internal::UnwrapTraits<D>::Unwrap(arg.d)); arg 760 base/tuple.h const Tuple5<A, B, C, D, E>& arg, Tuple0*) { arg 761 base/tuple.h (obj->*method)(base::internal::UnwrapTraits<A>::Unwrap(arg.a), arg 762 base/tuple.h base::internal::UnwrapTraits<B>::Unwrap(arg.b), arg 763 base/tuple.h base::internal::UnwrapTraits<C>::Unwrap(arg.c), arg 764 base/tuple.h base::internal::UnwrapTraits<D>::Unwrap(arg.d), arg 765 base/tuple.h base::internal::UnwrapTraits<E>::Unwrap(arg.e)); arg 771 base/tuple.h const Tuple6<A, B, C, D, E, F>& arg, Tuple0*) { arg 772 base/tuple.h (obj->*method)(base::internal::UnwrapTraits<A>::Unwrap(arg.a), arg 773 base/tuple.h base::internal::UnwrapTraits<B>::Unwrap(arg.b), arg 774 base/tuple.h base::internal::UnwrapTraits<C>::Unwrap(arg.c), arg 775 base/tuple.h base::internal::UnwrapTraits<D>::Unwrap(arg.d), arg 776 base/tuple.h base::internal::UnwrapTraits<E>::Unwrap(arg.e), arg 777 base/tuple.h base::internal::UnwrapTraits<F>::Unwrap(arg.f)); arg 145 base/win/event_trace_consumer_unittest.cc static DWORD WINAPI ConsumerThreadMainProc(void* arg) { arg 146 base/win/event_trace_consumer_unittest.cc return reinterpret_cast<EtwTraceConsumerRealtimeTest*>(arg)-> arg 690 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java public Bundle call(String method, String arg, Bundle extras) { arg 270 chrome/browser/chromeos/extensions/screenlock_private_api.cc base::Value* arg) { arg 272 chrome/browser/chromeos/extensions/screenlock_private_api.cc if (arg) arg 273 chrome/browser/chromeos/extensions/screenlock_private_api.cc args->Append(arg); arg 152 chrome/browser/chromeos/extensions/screenlock_private_api.h void DispatchEvent(const std::string& event_name, base::Value* arg); arg 354 chrome/browser/chromeos/login/existing_user_controller_browsertest.cc return expected == *content::Details<const std::string>(arg).ptr(); arg 130 chrome/browser/chromeos/policy/network_configuration_updater_unittest.cc return value->Equals(&arg); arg 134 chrome/browser/chromeos/policy/network_configuration_updater_unittest.cc return arg.empty(); arg 222 chrome/browser/extensions/activity_log/activity_log.cc bool ResolveUrl(const GURL& base, const std::string& arg, GURL* arg_out) { arg 224 chrome/browser/extensions/activity_log/activity_log.cc *arg_out = base.Resolve(arg); arg 226 chrome/browser/extensions/activity_log/activity_log.cc *arg_out = GURL(arg); arg 120 chrome/browser/extensions/activity_log/uma_policy.cc std::string arg; arg 121 chrome/browser/extensions/activity_log/uma_policy.cc action->args()->GetString(0, &arg); arg 122 chrome/browser/extensions/activity_log/uma_policy.cc if (arg == "script") { arg 124 chrome/browser/extensions/activity_log/uma_policy.cc } else if (arg == "iframe") { arg 126 chrome/browser/extensions/activity_log/uma_policy.cc } else if (arg == "div") { arg 128 chrome/browser/extensions/activity_log/uma_policy.cc } else if (arg == "a") { arg 130 chrome/browser/extensions/activity_log/uma_policy.cc } else if (arg == "input") { arg 132 chrome/browser/extensions/activity_log/uma_policy.cc } else if (arg == "embed") { arg 134 chrome/browser/extensions/activity_log/uma_policy.cc } else if (arg == "object") { arg 79 chrome/browser/extensions/api/cloud_print_private/cloud_print_private_apitest.cc const UserSettings& settings = arg; arg 1862 chrome/browser/extensions/api/downloads/downloads_api.cc base::Value* arg) { arg 1867 chrome/browser/extensions/api/downloads/downloads_api.cc args->Append(arg); arg 302 chrome/browser/mac/relauncher.cc const std::string arg(argv[argv_index]); arg 305 chrome/browser/mac/relauncher.cc if (arg.compare(0, strlen(kPSNArg), kPSNArg) == 0) { arg 310 chrome/browser/mac/relauncher.cc if (arg == relauncher_arg_separator) { arg 312 chrome/browser/mac/relauncher.cc } else if (arg == kRelauncherBackgroundArg) { arg 314 chrome/browser/mac/relauncher.cc } else if (arg.compare(0, strlen(kRelauncherDMGDeviceArg), arg 316 chrome/browser/mac/relauncher.cc dmg_bsd_device_name.assign(arg.substr(strlen(kRelauncherDMGDeviceArg))); arg 324 chrome/browser/mac/relauncher.cc relaunch_executable.assign(arg); arg 328 chrome/browser/mac/relauncher.cc base::SysUTF8ToCFStringRef(arg)); arg 330 chrome/browser/mac/relauncher.cc LOG(ERROR) << "base::SysUTF8ToCFStringRef failed for " << arg; arg 164 chrome/browser/net/pref_proxy_config_tracker_impl_unittest.cc reference.set_id(arg.id()); arg 165 chrome/browser/net/pref_proxy_config_tracker_impl_unittest.cc return reference.Equals(arg); arg 177 chrome/browser/password_manager/password_store_win_unittest.cc arg)->GetValue().empty(); arg 19 chrome/browser/platform_util_linux.cc void XDGUtil(const std::string& util, const std::string& arg) { arg 22 chrome/browser/platform_util_linux.cc argv.push_back(arg); arg 67 chrome/browser/printing/print_dialog_cloud_unittest.cc if (expected->Equals(&arg)) arg 71 chrome/browser/printing/print_dialog_cloud_unittest.cc arg.GetAsString(&arg_string); arg 254 chrome/browser/profiles/profile_manager_unittest.cc return arg == Profile::CREATE_STATUS_CREATED || arg 255 chrome/browser/profiles/profile_manager_unittest.cc arg == Profile::CREATE_STATUS_INITIALIZED; arg 260 chrome/browser/profiles/profile_manager_unittest.cc g_created_profile = arg; arg 261 chrome/browser/profiles/profile_manager_unittest.cc return arg != NULL && arg == g_created_profile; arg 65 chrome/browser/safe_browsing/client_side_detection_host_unittest.cc return (other.url() == arg.url() && arg 66 chrome/browser/safe_browsing/client_side_detection_host_unittest.cc other.client_score() == arg.client_score() && arg 67 chrome/browser/safe_browsing/client_side_detection_host_unittest.cc other.is_phishing() == arg.is_phishing()); arg 71 chrome/browser/safe_browsing/client_side_detection_host_unittest.cc if (other.url() != arg.url() || arg 72 chrome/browser/safe_browsing/client_side_detection_host_unittest.cc other.referrer_url() != arg.referrer_url() || arg 73 chrome/browser/safe_browsing/client_side_detection_host_unittest.cc other.bad_ip_url_info_size() != arg.bad_ip_url_info_size()) arg 77 chrome/browser/safe_browsing/client_side_detection_host_unittest.cc if (other.bad_ip_url_info(i).ip() != arg.bad_ip_url_info(i).ip() || arg 78 chrome/browser/safe_browsing/client_side_detection_host_unittest.cc other.bad_ip_url_info(i).url() != arg.bad_ip_url_info(i).url()) arg 86 chrome/browser/safe_browsing/client_side_detection_host_unittest.cc return arg.is_null(); arg 325 chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc return (arg.url.spec() == url.spec() && arg 326 chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc arg.threat_type != SB_THREAT_TYPE_SAFE); arg 257 chrome/browser/shell_integration_linux.cc std::string QuoteArgForDesktopFileExec(const std::string& arg) { arg 261 chrome/browser/shell_integration_linux.cc if (arg.find_first_of(" \t\n\"'\\><~|&;$*?#()`") == std::string::npos) arg 262 chrome/browser/shell_integration_linux.cc return arg; // No quoting necessary. arg 265 chrome/browser/shell_integration_linux.cc for (size_t i = 0; i < arg.size(); ++i) { arg 268 chrome/browser/shell_integration_linux.cc switch (arg[i]) { arg 276 chrome/browser/shell_integration_linux.cc quoted += arg[i]; arg 151 chrome/browser/sync/profile_sync_service_autofill_unittest.cc return (profile.Compare(arg) == 0); arg 34 chrome/browser/sync_file_system/sync_file_system_test_util.cc void ReceiveResult1(bool* done, Arg* arg_out, Param arg) { arg 37 chrome/browser/sync_file_system/sync_file_system_test_util.cc *arg_out = base::internal::CallbackForward(arg); arg 1738 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc return !arg->object_id().empty(); arg 1742 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc return arg->street_address()[0] == ASCIIToUTF16(kEditedBillingAddress); arg 17 chrome/browser/ui/autofill/mock_address_validator.h return arg.country_code == country_code; arg 114 chrome/browser/ui/webui/fileicon_source_unittest.cc return arg.is_null(); arg 98 chrome/browser/ui/webui/instant_ui.cc base::StringValue arg(prefs->GetString(pref_name.c_str())); arg 100 chrome/browser/ui/webui/instant_ui.cc "instantConfig.getPreferenceValueResult", pref_name_value, arg); arg 87 chrome/browser/ui/webui/net_export_ui.cc void OnExportNetLogInfoChanged(base::Value* arg); arg 237 chrome/browser/ui/webui/net_export_ui.cc void NetExportMessageHandler::OnExportNetLogInfoChanged(base::Value* arg) { arg 238 chrome/browser/ui/webui/net_export_ui.cc scoped_ptr<base::Value> value(arg); arg 241 chrome/browser/ui/webui/net_export_ui.cc "NetExportView.getInstance().onExportNetLogInfoChanged", *arg); arg 354 chrome/browser/ui/webui/net_internals/net_internals_ui.cc void SendJavascriptCommand(const std::string& command, base::Value* arg); arg 542 chrome/browser/ui/webui/net_internals/net_internals_ui.cc void SendJavascriptCommand(const std::string& command, base::Value* arg); arg 785 chrome/browser/ui/webui/net_internals/net_internals_ui.cc base::Value* arg) { arg 787 chrome/browser/ui/webui/net_internals/net_internals_ui.cc scoped_ptr<base::Value> value(arg); arg 1716 chrome/browser/ui/webui/net_internals/net_internals_ui.cc base::Value* arg) { arg 1721 chrome/browser/ui/webui/net_internals/net_internals_ui.cc handler_->SendJavascriptCommand(command, arg); arg 1723 chrome/browser/ui/webui/net_internals/net_internals_ui.cc delete arg; arg 1730 chrome/browser/ui/webui/net_internals/net_internals_ui.cc base::Bind(&IOThreadImpl::SendJavascriptCommand, this, command, arg))) { arg 1732 chrome/browser/ui/webui/net_internals/net_internals_ui.cc delete arg; arg 79 chrome/browser/ui/webui/options/preferences_browsertest.cc return arg && arg->Equals(expected); arg 191 chrome/browser/ui/webui/print_preview/print_preview_handler.h void HandleGetPrivetPrinterCapabilities(const base::ListValue* arg); arg 77 chrome/browser/ui/webui/quota_internals/quota_internals_proxy.cc void QuotaInternalsProxy::func(arg_t arg) { \ arg 83 chrome/browser/ui/webui/quota_internals/quota_internals_proxy.cc base::Bind(&QuotaInternalsProxy::func, this, arg)); \ arg 87 chrome/browser/ui/webui/quota_internals/quota_internals_proxy.cc handler_->func(arg); \ arg 49 chrome/browser/ui/webui/sync_setup_handler_unittest.cc MATCHER_P(ModelTypeSetMatches, value, "") { return arg.Equals(value); } arg 146 chrome/browser/ui/webui/version_handler.cc base::StringValue arg(flash_version); arg 147 chrome/browser/ui/webui/version_handler.cc web_ui()->CallJavascriptFunction("returnFlashVersion", arg); arg 29 chrome/browser/ui/webui/version_handler_chromeos.cc base::StringValue arg(version); arg 30 chrome/browser/ui/webui/version_handler_chromeos.cc web_ui()->CallJavascriptFunction("returnOsVersion", arg); arg 138 chrome/renderer/extensions/extension_localization_peer_unittest.cc MATCHER_P(IsURLRequestEqual, status, "") { return arg.status() == status; } arg 131 chrome/test/base/web_ui_browsertest.cc base::Value* arg) { arg 133 chrome/test/base/web_ui_browsertest.cc args.push_back(arg); arg 172 chrome/test/base/web_ui_browsertest.cc base::Value* arg) { arg 174 chrome/test/base/web_ui_browsertest.cc args.push_back(arg); arg 200 chrome/test/base/web_ui_browsertest.cc base::Value* arg) { arg 202 chrome/test/base/web_ui_browsertest.cc args.push_back(arg); arg 58 chrome/test/base/web_ui_browsertest.h base::Value* arg); arg 74 chrome/test/base/web_ui_browsertest.h base::Value* arg); arg 85 chrome/test/base/web_ui_browsertest.h base::Value* arg); arg 607 chrome/test/data/nacl/manifest_file/pm_manifest_file_test.cc void *worker_thread_start(void *arg) { arg 608 chrome/test/data/nacl/manifest_file/pm_manifest_file_test.cc Worker *worker = reinterpret_cast<Worker *>(arg); arg 275 chromeos/dbus/shill_manager_client_unittest.cc scoped_ptr<base::DictionaryValue> arg(CreateExampleServiceProperties()); arg 278 chromeos/dbus/shill_manager_client_unittest.cc base::Bind(&ExpectDictionaryValueArgument, arg.get()), arg 282 chromeos/dbus/shill_manager_client_unittest.cc client_->ConfigureService(*arg, arg 299 chromeos/dbus/shill_manager_client_unittest.cc scoped_ptr<base::DictionaryValue> arg(CreateExampleServiceProperties()); arg 302 chromeos/dbus/shill_manager_client_unittest.cc base::Bind(&ExpectDictionaryValueArgument, arg.get()), arg 306 chromeos/dbus/shill_manager_client_unittest.cc client_->GetService(*arg, arg 146 chromeos/dbus/shill_service_client_unittest.cc scoped_ptr<base::DictionaryValue> arg(CreateExampleServiceProperties()); arg 148 chromeos/dbus/shill_service_client_unittest.cc base::Bind(&ExpectDictionaryValueArgument, arg.get()), arg 155 chromeos/dbus/shill_service_client_unittest.cc *arg, arg 59 chromeos/network/managed_network_configuration_handler_unittest.cc return value->Equals(&arg); arg 34 chromeos/network/network_configuration_handler_unittest.cc MATCHER_P(IsEqualTo, value, "") { return arg.Equals(value); } arg 58 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc if (arg.size() != n_sync_changes_list.size()) arg 61 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc for (passed = arg.begin(), expected = n_sync_changes_list.begin(); arg 62 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc passed != arg.end() && expected != n_sync_changes_list.end(); arg 76 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc if ((arg.profiles_to_delete.size() != n_bundle.profiles_to_delete.size()) || arg 77 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc (arg.profiles_to_update.size() != n_bundle.profiles_to_update.size()) || arg 78 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc (arg.profiles_to_add.size() != n_bundle.profiles_to_add.size())) arg 80 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc for (size_t i = 0; i < arg.profiles_to_delete.size(); ++i) { arg 81 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc if (arg.profiles_to_delete[i] != n_bundle.profiles_to_delete[i]) arg 84 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc for (size_t i = 0; i < arg.profiles_to_update.size(); ++i) { arg 85 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc if (*arg.profiles_to_update[i] != *n_bundle.profiles_to_update[i]) arg 88 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc for (size_t i = 0; i < arg.profiles_to_add.size(); ++i) { arg 89 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc if (*arg.profiles_to_add[i] != *n_bundle.profiles_to_add[i]) arg 44 components/nacl/loader/nonsfi/irt_thread.cc void* ThreadMain(void *arg) { arg 45 components/nacl/loader/nonsfi/irt_thread.cc ::scoped_ptr<ThreadContext> context(static_cast<ThreadContext*>(arg)); arg 54 components/navigation_interception/intercept_navigation_resource_throttle_unittest.cc return arg.url() == GURL(kTestUrl); arg 58 components/navigation_interception/intercept_navigation_resource_throttle_unittest.cc return arg.url() != GURL(kUnsafeTestUrl); arg 50 components/password_manager/core/browser/password_form_data.h return ContainsSamePasswordFormsPtr(forms, arg); arg 215 components/password_manager/core/browser/password_manager_unittest.cc return form.signon_realm == arg.signon_realm && form.origin == arg.origin && arg 216 components/password_manager/core/browser/password_manager_unittest.cc form.action == arg.action && arg 217 components/password_manager/core/browser/password_manager_unittest.cc form.username_element == arg.username_element && arg 218 components/password_manager/core/browser/password_manager_unittest.cc form.password_element == arg.password_element && arg 219 components/password_manager/core/browser/password_manager_unittest.cc form.password_autocomplete_set == arg.password_autocomplete_set && arg 220 components/password_manager/core/browser/password_manager_unittest.cc form.submit_element == arg.submit_element; arg 57 components/policy/core/common/cloud/cloud_policy_client_unittest.cc return arg.SerializePartialAsString() == expected.SerializePartialAsString(); arg 163 components/policy/core/common/cloud/cloud_policy_manager_unittest.cc return arg.SerializePartialAsString() == proto.SerializePartialAsString(); arg 48 components/policy/core/common/cloud/cloud_policy_service_unittest.cc return arg.SerializePartialAsString() == proto.SerializePartialAsString(); arg 393 components/policy/core/common/cloud/device_management_service_unittest.cc return arg.SerializeToString(&arg_data) && arg 36 components/policy/core/common/cloud/user_info_fetcher_unittest.cc return arg->Equals(expected); arg 36 components/policy/core/common/policy_service_impl_unittest.cc return arg.Equals(*expected); arg 42 components/policy/core/common/policy_service_impl_unittest.cc return base::Value::Equals(arg, expected); arg 61 content/browser/download/download_file_unittest.cc MATCHER(IsNullCallback, "") { return (arg.is_null()); } arg 64 content/browser/download/download_manager_impl_unittest.cc return arg == info && arg 65 content/browser/download/download_manager_impl_unittest.cc arg->default_download_directory == download_directory; arg 268 content/browser/gpu/gpu_internals_ui.cc const base::Value* arg; arg 269 content/browser/gpu/gpu_internals_ui.cc ok = args->Get(i, &arg); arg 272 content/browser/gpu/gpu_internals_ui.cc base::Value* argCopy = arg->DeepCopy(); arg 31 content/browser/media/capture/desktop_capture_device_unittest.cc return arg.width == width && arg.height == height; arg 86 content/browser/renderer_host/media/media_stream_ui_proxy_unittest.cc expected.render_process_id == arg.render_process_id && arg 87 content/browser/renderer_host/media/media_stream_ui_proxy_unittest.cc expected.render_view_id == arg.render_view_id && arg 88 content/browser/renderer_host/media/media_stream_ui_proxy_unittest.cc expected.tab_capture_device_id == arg.tab_capture_device_id && arg 89 content/browser/renderer_host/media/media_stream_ui_proxy_unittest.cc expected.security_origin == arg.security_origin && arg 90 content/browser/renderer_host/media/media_stream_ui_proxy_unittest.cc expected.request_type == arg.request_type && arg 91 content/browser/renderer_host/media/media_stream_ui_proxy_unittest.cc expected.requested_audio_device_id == arg.requested_audio_device_id && arg 92 content/browser/renderer_host/media/media_stream_ui_proxy_unittest.cc expected.requested_video_device_id == arg.requested_video_device_id && arg 93 content/browser/renderer_host/media/media_stream_ui_proxy_unittest.cc expected.audio_type == arg.audio_type && arg 94 content/browser/renderer_host/media/media_stream_ui_proxy_unittest.cc expected.video_type == arg.video_type; arg 95 content/browser/renderer_host/p2p/socket_host_test_utils.h return arg->type() == type; arg 99 content/browser/renderer_host/p2p/socket_host_test_utils.h if (arg->type() != P2PMsg_OnDataReceived::ID) arg 102 content/browser/renderer_host/p2p/socket_host_test_utils.h P2PMsg_OnDataReceived::Read(arg, ¶ms); arg 107 content/browser/renderer_host/p2p/socket_host_test_utils.h if (arg->type() != P2PMsg_OnIncomingTcpConnection::ID) arg 111 content/browser/renderer_host/p2p/socket_host_test_utils.h arg, ¶ms); arg 222 content/browser/renderer_host/render_widget_host_view_aura.cc BOOL CALLBACK DismissOwnedPopups(HWND window, LPARAM arg) { arg 223 content/browser/renderer_host/render_widget_host_view_aura.cc const HWND toplevel_hwnd = reinterpret_cast<HWND>(arg); arg 63 content/browser/service_worker/service_worker_version.cc const Arg& arg) { arg 69 content/browser/service_worker/service_worker_version.cc (*i).Run(arg); arg 33 content/browser/startup_task_runner_unittest.cc bool SaveTaskArg(const Closure& arg) { arg 34 content/browser/startup_task_runner_unittest.cc task = arg; arg 150 content/browser/webui/web_ui_impl.cc const base::Value& arg) { arg 153 content/browser/webui/web_ui_impl.cc args.push_back(&arg); arg 56 content/browser/webui/web_ui_impl.h const base::Value& arg) OVERRIDE; arg 717 content/child/npapi/webplugin_delegate_impl_win.cc BOOL CALLBACK EnumFlashWindows(HWND window, LPARAM arg) { arg 718 content/child/npapi/webplugin_delegate_impl_win.cc WNDPROC wnd_proc = reinterpret_cast<WNDPROC>(arg); arg 40 content/common/gpu/media/exynos_v4l2_video_device.cc int ExynosV4L2Device::Ioctl(int request, void* arg) { arg 41 content/common/gpu/media/exynos_v4l2_video_device.cc return ioctl(device_fd_, request, arg); arg 21 content/common/gpu/media/exynos_v4l2_video_device.h virtual int Ioctl(int request, void* arg) OVERRIDE; arg 29 content/common/gpu/media/exynos_video_encode_accelerator.cc #define IOCTL_OR_ERROR_RETURN_VALUE(fd, type, arg, value) \ arg 31 content/common/gpu/media/exynos_video_encode_accelerator.cc if (HANDLE_EINTR(ioctl(fd, type, arg) != 0)) { \ arg 38 content/common/gpu/media/exynos_video_encode_accelerator.cc #define IOCTL_OR_ERROR_RETURN(fd, type, arg) \ arg 39 content/common/gpu/media/exynos_video_encode_accelerator.cc IOCTL_OR_ERROR_RETURN_VALUE(fd, type, arg, ((void)0)) arg 41 content/common/gpu/media/exynos_video_encode_accelerator.cc #define IOCTL_OR_ERROR_RETURN_FALSE(fd, type, arg) \ arg 42 content/common/gpu/media/exynos_video_encode_accelerator.cc IOCTL_OR_ERROR_RETURN_VALUE(fd, type, arg, false) arg 102 content/common/gpu/media/tegra_v4l2_video_device.cc int TegraV4L2Device::Ioctl(int flags, void* arg) { arg 103 content/common/gpu/media/tegra_v4l2_video_device.cc return TegraV4L2_Ioctl(device_fd_, flags, arg); arg 24 content/common/gpu/media/tegra_v4l2_video_device.h virtual int Ioctl(int flags, void* arg) OVERRIDE; arg 34 content/common/gpu/media/v4l2_video_decode_accelerator.cc #define IOCTL_OR_ERROR_RETURN(type, arg) \ arg 36 content/common/gpu/media/v4l2_video_decode_accelerator.cc if (HANDLE_EINTR(device_->Ioctl(type, arg) != 0)) { \ arg 43 content/common/gpu/media/v4l2_video_decode_accelerator.cc #define IOCTL_OR_ERROR_RETURN_FALSE(type, arg) \ arg 45 content/common/gpu/media/v4l2_video_decode_accelerator.cc if (HANDLE_EINTR(device_->Ioctl(type, arg) != 0)) { \ arg 29 content/common/gpu/media/v4l2_video_device.h virtual int Ioctl(int request, void* arg) = 0; arg 105 content/public/browser/web_ui.h const base::Value& arg) = 0; arg 38 content/renderer/skia_benchmarking_extension.cc v8::Handle<v8::Value> arg) { arg 42 content/renderer/skia_benchmarking_extension.cc converter->FromV8Value(arg, isolate->GetCurrentContext())); arg 46 content/renderer/skia_benchmarking_extension.cc v8::Handle<v8::Value> arg) { arg 47 content/renderer/skia_benchmarking_extension.cc scoped_ptr<base::Value> picture_value = ParsePictureArg(isolate, arg); arg 54 content/renderer/skia_benchmarking_extension.cc v8::Handle<v8::Value> arg) { arg 55 content/renderer/skia_benchmarking_extension.cc scoped_ptr<base::Value> picture_value = ParsePictureArg(isolate, arg); arg 465 content/zygote/zygote_linux.cc std::string arg; arg 466 content/zygote/zygote_linux.cc if (!pickle.ReadString(&iter, &arg)) arg 468 content/zygote/zygote_linux.cc args.push_back(arg); arg 469 content/zygote/zygote_linux.cc if (arg.compare(0, channel_id_prefix.length(), channel_id_prefix) == 0) arg 470 content/zygote/zygote_linux.cc channel_id = arg; arg 115 crypto/nss_util.cc char* PKCS11PasswordFunc(PK11SlotInfo* slot, PRBool retry, void* arg) { arg 117 crypto/nss_util.cc reinterpret_cast<crypto::CryptoModuleBlockingPasswordDelegate*>(arg); arg 62 crypto/third_party/nss/chromium-blapi.h extern SHA256Context * SHA256_Resurrect(unsigned char *space, void *arg); arg 80 crypto/third_party/nss/chromium-blapi.h extern SHA512Context * SHA512_Resurrect(unsigned char *space, void *arg); arg 98 crypto/third_party/nss/chromium-blapi.h extern SHA384Context * SHA384_Resurrect(unsigned char *space, void *arg); arg 514 crypto/third_party/nss/sha512.cc SHA256_Resurrect(unsigned char *space, void *arg) arg 1172 crypto/third_party/nss/sha512.cc SHA512_Resurrect(unsigned char *space, void *arg) arg 1277 crypto/third_party/nss/sha512.cc SHA384_Resurrect(unsigned char *space, void *arg) arg 1279 crypto/third_party/nss/sha512.cc return SHA512_Resurrect(space, arg); arg 24 device/hid/hid_service_linux.h void DiscardReturnType(T* arg) { func(arg); } arg 26 device/hid/hid_service_linux.h void DiscardReturnType(T* arg) { func(arg); } arg 391 extensions/browser/quota_service_unittest.cc base::ListValue arg; arg 392 extensions/browser/quota_service_unittest.cc arg.Append(new base::FundamentalValue(1)); arg 393 extensions/browser/quota_service_unittest.cc EXPECT_EQ("", service_->Assess(extension_a_, f.get(), &arg, kStartTime)); arg 397 extensions/browser/quota_service_unittest.cc &arg, arg 402 extensions/browser/quota_service_unittest.cc &arg, arg 410 extensions/browser/quota_service_unittest.cc extension_a_, f.get(), &arg, kStartTime + TimeDelta::FromDays(1))); arg 414 extensions/browser/quota_service_unittest.cc extension_a_, g.get(), &arg, kStartTime + TimeDelta::FromDays(1))); arg 150 extensions/browser/value_store/value_store.h static ReadResult MakeReadResult(scoped_ptr<T> arg) { arg 151 extensions/browser/value_store/value_store.h return ReadResult(new ReadResultType(arg.Pass())); arg 155 extensions/browser/value_store/value_store.h static WriteResult MakeWriteResult(scoped_ptr<T> arg) { arg 156 extensions/browser/value_store/value_store.h return WriteResult(new WriteResultType(arg.Pass())); arg 197 ipc/ipc_sync_channel.h void OnWaitableEventSignaled(base::WaitableEvent* arg); arg 37 jingle/glue/thread_wrapper_unittest.cc return arg->phandler == handler && arg 38 jingle/glue/thread_wrapper_unittest.cc arg->message_id == message_id && arg 39 jingle/glue/thread_wrapper_unittest.cc arg->pdata == data; arg 184 media/audio/cras/cras_input.cc void* arg) { arg 185 media/audio/cras/cras_input.cc CrasInputStream* me = static_cast<CrasInputStream*>(arg); arg 194 media/audio/cras/cras_input.cc void* arg) { arg 195 media/audio/cras/cras_input.cc CrasInputStream* me = static_cast<CrasInputStream*>(arg); arg 52 media/audio/cras/cras_input.h void* arg); arg 58 media/audio/cras/cras_input.h void* arg); arg 297 media/audio/cras/cras_unified.cc void* arg) { arg 298 media/audio/cras/cras_unified.cc CrasUnifiedStream* me = static_cast<CrasUnifiedStream*>(arg); arg 310 media/audio/cras/cras_unified.cc void* arg) { arg 311 media/audio/cras/cras_unified.cc CrasUnifiedStream* me = static_cast<CrasUnifiedStream*>(arg); arg 55 media/audio/cras/cras_unified.h void* arg); arg 61 media/audio/cras/cras_unified.h void* arg); arg 55 media/audio/win/audio_low_latency_output_win_unittest.cc return arg.hardware_delay_bytes >= value.hardware_delay_bytes; arg 15 media/base/gmock_callback_support.h return (arg.is_null()); arg 19 media/base/gmock_callback_support.h return (!arg.is_null()); arg 24 media/cdm/aes_decryptor_unittest.cc MATCHER(IsEmpty, "") { return arg.empty(); } arg 98 media/filters/chunk_demuxer_unittest.cc return arg.get() && !arg->end_of_stream() && arg 99 media/filters/chunk_demuxer_unittest.cc arg->timestamp().InMilliseconds() == timestamp_in_ms; arg 102 media/filters/chunk_demuxer_unittest.cc MATCHER(IsEndOfStream, "") { return arg.get() && arg->end_of_stream(); } arg 70 media/filters/decrypting_audio_decoder_unittest.cc return (arg->end_of_stream()); arg 68 media/filters/decrypting_demuxer_stream_unittest.cc return arg->end_of_stream(); arg 58 media/filters/decrypting_video_decoder_unittest.cc return (arg->end_of_stream()); arg 40 media/filters/ffmpeg_demuxer_unittest.cc return arg->end_of_stream(); arg 63 mojo/public/cpp/utility/lib/thread.cc void* Thread::ThreadRunTrampoline(void* arg) { arg 64 mojo/public/cpp/utility/lib/thread.cc Thread* self = static_cast<Thread*>(arg); arg 50 mojo/public/cpp/utility/thread.h static void* ThreadRunTrampoline(void* arg); arg 145 native_client_sdk/src/libraries/error_handling/error_handling.c static void EHStackInfoDestructor(void *arg) { arg 146 native_client_sdk/src/libraries/error_handling/error_handling.c EHStackInfo* info = (EHStackInfo*) arg; arg 307 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc #define INITIALIZE_DEV_NODE_1(path, klass, arg) \ arg 308 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc new_node = ScopedNode(new klass(this, arg)); \ arg 236 native_client_sdk/src/libraries/nacl_io/devfs/tty_node.cc struct tioc_nacl_output* arg = va_arg(args, struct tioc_nacl_output*); arg 238 native_client_sdk/src/libraries/nacl_io/devfs/tty_node.cc if (arg == NULL) { arg 244 native_client_sdk/src/libraries/nacl_io/devfs/tty_node.cc output_handler_ = *arg; arg 203 native_client_sdk/src/libraries/nacl_io/fuse.h int (*ioctl)(const char*, int cmd, void* arg, struct fuse_file_info*, arg 154 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc bool PSInstance::Init(uint32_t arg, arg 161 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc si->argv_ = new char *[arg+1]; arg 167 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc for (uint32_t i = 0; i < arg; i++) { arg 198 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc for (uint32_t i = 0; i < arg; i++) { arg 85 native_client_sdk/src/libraries/third_party/pthreads-win32/cleanup.c (*cleanup->routine) (cleanup->arg); arg 100 native_client_sdk/src/libraries/third_party/pthreads-win32/cleanup.c ptw32_cleanup_callback_t routine, void *arg) arg 142 native_client_sdk/src/libraries/third_party/pthreads-win32/cleanup.c cleanup->arg = arg; arg 47 native_client_sdk/src/libraries/third_party/pthreads-win32/create.c void *(PTW32_CDECL *start) (void *), void *arg) arg 130 native_client_sdk/src/libraries/third_party/pthreads-win32/create.c parms->arg = arg; arg 356 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h void *arg; arg 650 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h void ptw32_rwlock_cancelwrwait (void *arg); arg 947 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h arg, \ arg 953 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h arg, \ arg 745 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h void *arg; arg 759 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h _cleanup.arg = (_arg); \ arg 769 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h (*(_cleanup.routine))( _cleanup.arg ); \ arg 831 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h void * arg ) : arg 833 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h obj( arg ), arg 943 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h void *arg); arg 975 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h void *arg); arg 65 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_timechange_handler_np.c pthread_timechange_handler_np (void *arg) arg 41 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_rwlock_cancelwrwait.c ptw32_rwlock_cancelwrwait (void *arg) arg 43 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_rwlock_cancelwrwait.c pthread_rwlock_t rwl = (pthread_rwlock_t) arg; arg 135 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_threadStart.c void * arg; arg 152 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_threadStart.c arg = threadParms->arg; arg 184 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_threadStart.c status = sp->exitStatus = (*start) (arg); arg 225 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_threadStart.c status = sp->exitStatus = (*start) (arg); arg 259 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_threadStart.c status = sp->exitStatus = (*start) (arg); arg 131 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc static void* ServerThreadMainStatic(void* arg) { arg 132 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc SocketTestWithServer* test = (SocketTestWithServer*)arg; arg 40 native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc if (arg->f != statbuf->f) { \ arg 43 native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc "expected: " << statbuf->f << " actual: " << arg->f; \ arg 22 native_client_sdk/src/tests/nacl_io_test/mock_util.h if (arg.type != var.type) arg 25 native_client_sdk/src/tests/nacl_io_test/mock_util.h switch (arg.type) { arg 27 native_client_sdk/src/tests/nacl_io_test/mock_util.h return arg.value.as_bool == var.value.as_bool; arg 30 native_client_sdk/src/tests/nacl_io_test/mock_util.h return arg.value.as_int == var.value.as_int; arg 33 native_client_sdk/src/tests/nacl_io_test/mock_util.h return arg.value.as_double == var.value.as_double; arg 36 native_client_sdk/src/tests/nacl_io_test/mock_util.h return arg.value.as_id == var.value.as_id; arg 281 native_client_sdk/src/tests/nacl_io_test/tty_test.cc static void* resize_thread_main(void* arg) { arg 284 native_client_sdk/src/tests/nacl_io_test/tty_test.cc int* tty_fd = static_cast<int*>(arg); arg 325 native_client_sdk/src/tests/nacl_io_test/tty_test.cc static void* input_thread_main(void* arg) { arg 200 net/cert/x509_util_nss.cc SECStatus PR_CALLBACK CollectCertsCallback(void* arg, arg 204 net/cert/x509_util_nss.cc reinterpret_cast<X509Certificate::OSCertHandles*>(arg); arg 300 net/cookies/cookie_monster.h void ValidateMap(int arg); arg 68 net/http/http_pipelined_host_test_util.h MATCHER_P(MatchesOrigin, expected, "") { return expected.Equals(arg); } arg 676 net/socket/ssl_client_socket_nss.cc static SECStatus OwnAuthCertHandler(void* arg, arg 693 net/socket/ssl_client_socket_nss.cc void* arg, arg 701 net/socket/ssl_client_socket_nss.cc static SECStatus ClientAuthHandler(void* arg, arg 711 net/socket/ssl_client_socket_nss.cc void* arg, arg 716 net/socket/ssl_client_socket_nss.cc static void HandshakeCallback(PRFileDesc* socket, void* arg); arg 748 net/socket/ssl_client_socket_nss.cc void* arg, arg 1278 net/socket/ssl_client_socket_nss.cc void* arg, arg 1282 net/socket/ssl_client_socket_nss.cc Core* core = reinterpret_cast<Core*>(arg); arg 1305 net/socket/ssl_client_socket_nss.cc void* arg, arg 1312 net/socket/ssl_client_socket_nss.cc Core* core = reinterpret_cast<Core*>(arg); arg 1519 net/socket/ssl_client_socket_nss.cc void* arg, arg 1524 net/socket/ssl_client_socket_nss.cc Core* core = reinterpret_cast<Core*>(arg); arg 1545 net/socket/ssl_client_socket_nss.cc void* arg, arg 1550 net/socket/ssl_client_socket_nss.cc Core* core = reinterpret_cast<Core*>(arg); arg 1613 net/socket/ssl_client_socket_nss.cc void* arg, arg 1637 net/socket/ssl_client_socket_nss.cc void* arg) { arg 1638 net/socket/ssl_client_socket_nss.cc Core* core = reinterpret_cast<Core*>(arg); arg 2295 net/socket/ssl_client_socket_nss.cc void* arg, arg 2299 net/socket/ssl_client_socket_nss.cc Core* core = reinterpret_cast<Core*>(arg); arg 303 net/socket/ssl_client_socket_openssl.cc static int CertVerifyCallback(X509_STORE_CTX *store_ctx, void *arg) { arg 315 net/socket/ssl_client_socket_openssl.cc unsigned int inlen, void* arg) { arg 813 net/socket/ssl_server_socket_nss.cc SECStatus SSLServerSocketNSS::OwnAuthCertHandler(void* arg, arg 826 net/socket/ssl_server_socket_nss.cc void* arg) { arg 96 net/socket/ssl_server_socket_nss.h static SECStatus OwnAuthCertHandler(void* arg, arg 100 net/socket/ssl_server_socket_nss.h static void HandshakeCallback(PRFileDesc* socket, void* arg); arg 90 net/spdy/hpack_huffman_table_test.cc const DecodeEntry& lhs = std::tr1::get<0>(arg); arg 91 net/spdy/hpack_huffman_table_test.cc const DecodeEntry& rhs = std::tr1::get<1>(arg); arg 17 net/test/openssl_helper.cc static int sni_cb(SSL *s, int *ad, void *arg) { arg 20 net/test/openssl_helper.cc *reinterpret_cast<bool*>(arg) = true; arg 32 net/test/openssl_helper.cc unsigned int *outlen, void *arg) { arg 33 net/test/openssl_helper.cc bool* npn_mispredict = reinterpret_cast<bool*>(arg); arg 79 net/third_party/mozilla_security_manager/nsPKCS12Blob.cpp void write_export_data(void* arg, const char* buf, unsigned long len) { arg 80 net/third_party/mozilla_security_manager/nsPKCS12Blob.cpp std::string* dest = reinterpret_cast<std::string*>(arg); arg 26 net/third_party/nss/ssl/authcert.c NSS_GetClientAuthData(void * arg, arg 34 net/third_party/nss/ssl/authcert.c char * chosenNickName = (char *)arg; /* CONST */ arg 213 net/third_party/nss/ssl/ssl.h void *arg, arg 225 net/third_party/nss/ssl/ssl.h void *arg); arg 556 net/third_party/nss/ssl/ssl.h typedef SECStatus (PR_CALLBACK *SSLAuthCertificate)(void *arg, PRFileDesc *fd, arg 562 net/third_party/nss/ssl/ssl.h void *arg); arg 565 net/third_party/nss/ssl/ssl.h SSL_IMPORT SECStatus SSL_AuthCertificate(void *arg, PRFileDesc *fd, arg 575 net/third_party/nss/ssl/ssl.h typedef SECStatus (PR_CALLBACK *SSLGetClientAuthData)(void *arg, arg 612 net/third_party/nss/ssl/ssl.h typedef SECStatus (PR_CALLBACK *SSLGetPlatformClientAuthData)(void *arg, arg 663 net/third_party/nss/ssl/ssl.h void *arg); arg 680 net/third_party/nss/ssl/ssl.h void *arg); arg 711 net/third_party/nss/ssl/ssl.h typedef SECStatus (PR_CALLBACK *SSLBadCertHandler)(void *arg, PRFileDesc *fd); arg 713 net/third_party/nss/ssl/ssl.h void *arg); arg 821 net/third_party/nss/ssl/ssl.h PRFileDesc *fd, void *arg, PRBool *canFalseStart); arg 824 net/third_party/nss/ssl/ssl.h PRFileDesc *fd, SSLCanFalseStartCallback callback, void *arg); arg 944 net/third_party/nss/ssl/ssl.h NSS_GetClientAuthData(void * arg, arg 1085 net/third_party/nss/ssl/ssl.h void *arg, arg 1106 net/third_party/nss/ssl/ssl.h void *arg); arg 516 net/third_party/nss/ssl/ssl3ecc.c ssl3_CreateECDHEphemeralKeyPair(void * arg) arg 521 net/third_party/nss/ssl/ssl3ecc.c ECName ec_curve = (ECName)arg; arg 183 net/third_party/nss/ssl/sslauth.c SSL_AuthCertificateHook(PRFileDesc *s, SSLAuthCertificate func, void *arg) arg 195 net/third_party/nss/ssl/sslauth.c ss->authCertificateArg = arg; arg 203 net/third_party/nss/ssl/sslauth.c void *arg) arg 215 net/third_party/nss/ssl/sslauth.c ss->getClientAuthDataArg = arg; arg 222 net/third_party/nss/ssl/sslauth.c void *arg) { arg 232 net/third_party/nss/ssl/sslauth.c ss->getChannelIDArg = arg; arg 242 net/third_party/nss/ssl/sslauth.c void *arg) arg 254 net/third_party/nss/ssl/sslauth.c ss->getPlatformClientAuthDataArg = arg; arg 261 net/third_party/nss/ssl/sslauth.c SSL_SetPKCS11PinArg(PRFileDesc *s, void *arg) arg 272 net/third_party/nss/ssl/sslauth.c ss->pkcs11PinArg = arg; arg 282 net/third_party/nss/ssl/sslauth.c SSL_AuthCertificate(void *arg, PRFileDesc *fd, PRBool checkSig, PRBool isServer) arg 298 net/third_party/nss/ssl/sslauth.c handle = (CERTCertDBHandle *)arg; arg 350 net/third_party/nss/ssl/sslsecur.c void *arg) arg 370 net/third_party/nss/ssl/sslsecur.c ss->canFalseStartCallbackData = arg; arg 727 net/third_party/nss/ssl/sslsecur.c static PRStatus serverCAListSetup(void *arg) arg 729 net/third_party/nss/ssl/sslsecur.c CERTCertDBHandle *dbHandle = (CERTCertDBHandle *)arg; arg 1344 net/third_party/nss/ssl/sslsecur.c SSL_BadCertHook(PRFileDesc *fd, SSLBadCertHandler f, void *arg) arg 1356 net/third_party/nss/ssl/sslsecur.c ss->badCertArg = arg; arg 1709 net/third_party/nss/ssl/sslsecur.c void *arg) arg 1721 net/third_party/nss/ssl/sslsecur.c ss->sniSocketConfigArg = arg; arg 1673 net/third_party/nss/ssl/sslsnce.c LockPoller(void * arg) arg 1675 net/third_party/nss/ssl/sslsnce.c cacheDesc * cache = (cacheDesc *)arg; arg 1437 net/third_party/nss/ssl/sslsock.c void *arg) arg 1449 net/third_party/nss/ssl/sslsock.c ss->nextProtoArg = arg; arg 1459 net/third_party/nss/ssl/sslsock.c ssl_NextProtoNegoCallback(void *arg, PRFileDesc *fd, arg 25 net/tools/flip_server/spdy_ssl.cc void* arg) { arg 25 ppapi/host/dispatch_host_message.h Tuple0& arg) { arg 32 ppapi/host/dispatch_host_message.h Tuple1<A>& arg) { arg 33 ppapi/host/dispatch_host_message.h return (obj->*method)(context, arg.a); arg 39 ppapi/host/dispatch_host_message.h Tuple2<A, B>& arg) { arg 40 ppapi/host/dispatch_host_message.h return (obj->*method)(context, arg.a, arg.b); arg 46 ppapi/host/dispatch_host_message.h Tuple3<A, B, C>& arg) { arg 47 ppapi/host/dispatch_host_message.h return (obj->*method)(context, arg.a, arg.b, arg.c); arg 53 ppapi/host/dispatch_host_message.h Tuple4<A, B, C, D>& arg) { arg 54 ppapi/host/dispatch_host_message.h return (obj->*method)(context, arg.a, arg.b, arg.c, arg.d); arg 60 ppapi/host/dispatch_host_message.h Tuple5<A, B, C, D, E>& arg) { arg 61 ppapi/host/dispatch_host_message.h return (obj->*method)(context, arg.a, arg.b, arg.c, arg.d, arg.e); arg 134 ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.cc void WINAPI PnaclTranslateThread::DoTranslateThread(void* arg) { arg 136 ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.cc reinterpret_cast<PnaclTranslateThread*>(arg); arg 75 ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.h static void WINAPI DoTranslateThread(void* arg); arg 44 ppapi/native_client/src/trusted/plugin/srpc_params.cc void FreeSrpcArg(NaClSrpcArg* arg) { arg 45 ppapi/native_client/src/trusted/plugin/srpc_params.cc switch (arg->tag) { arg 47 ppapi/native_client/src/trusted/plugin/srpc_params.cc free(arg->arrays.carr); arg 50 ppapi/native_client/src/trusted/plugin/srpc_params.cc free(arg->arrays.darr); arg 55 ppapi/native_client/src/trusted/plugin/srpc_params.cc free(arg->arrays.iarr); arg 58 ppapi/native_client/src/trusted/plugin/srpc_params.cc free(arg->arrays.larr); arg 64 ppapi/native_client/src/trusted/plugin/srpc_params.cc free(arg->arrays.str); arg 67 ppapi/native_client/src/trusted/plugin/srpc_params.cc if (arg->arrays.varr) { arg 68 ppapi/native_client/src/trusted/plugin/srpc_params.cc for (uint32_t i = 0; i < arg->u.count; i++) { arg 69 ppapi/native_client/src/trusted/plugin/srpc_params.cc FreeSrpcArg(&arg->arrays.varr[i]); arg 27 ppapi/native_client/src/trusted/plugin/utility.cc va_list arg; arg 29 ppapi/native_client/src/trusted/plugin/utility.cc va_start(arg, format); arg 30 ppapi/native_client/src/trusted/plugin/utility.cc done = vfprintf(gNaClPluginLogFile, format, arg); arg 31 ppapi/native_client/src/trusted/plugin/utility.cc va_end(arg); arg 26 ppapi/proxy/dispatch_reply_message.h const Tuple0& arg) { arg 33 ppapi/proxy/dispatch_reply_message.h const Tuple1<A>& arg) { arg 34 ppapi/proxy/dispatch_reply_message.h (obj->*method)(params, arg.a); arg 40 ppapi/proxy/dispatch_reply_message.h const Tuple2<A, B>& arg) { arg 41 ppapi/proxy/dispatch_reply_message.h (obj->*method)(params, arg.a, arg.b); arg 47 ppapi/proxy/dispatch_reply_message.h const Tuple3<A, B, C>& arg) { arg 48 ppapi/proxy/dispatch_reply_message.h (obj->*method)(params, arg.a, arg.b, arg.c); arg 54 ppapi/proxy/dispatch_reply_message.h const Tuple4<A, B, C, D>& arg) { arg 55 ppapi/proxy/dispatch_reply_message.h (obj->*method)(params, arg.a, arg.b, arg.c, arg.d); arg 61 ppapi/proxy/dispatch_reply_message.h const Tuple5<A, B, C, D, E>& arg) { arg 62 ppapi/proxy/dispatch_reply_message.h (obj->*method)(params, arg.a, arg.b, arg.c, arg.d, arg.e); arg 62 ppapi/tests/test_post_message.cc InvokePostMessageThreadArg* arg = arg 65 ppapi/tests/test_post_message.cc arg->instance->PostMessage(arg->value_to_send); arg 66 ppapi/tests/test_post_message.cc delete arg; arg 866 ppapi/tests/test_post_message.cc void* arg = new InvokePostMessageThreadArg(instance_, pp::Var(i)); arg 867 ppapi/tests/test_post_message.cc PP_CreateThread(&threads[i], &InvokePostMessageThreadFunc, arg); arg 169 ppapi/tests/test_url_request.cc #define ID_STR(arg) arg, #arg arg 26 remoting/client/key_event_mapper_unittest.cc return arg.usb_keycode() == static_cast<uint32>(usb_keycode) && arg 27 remoting/client/key_event_mapper_unittest.cc arg.pressed() == pressed && arg 29 remoting/client/key_event_mapper_unittest.cc arg.lock_states() == kTestLockStates; arg 33 remoting/client/key_event_mapper_unittest.cc return arg.usb_keycode() == static_cast<uint32>(usb_keycode) && arg 34 remoting/client/key_event_mapper_unittest.cc arg.pressed() == pressed && arg 35 remoting/client/key_event_mapper_unittest.cc arg.lock_states() == kTestLockStates; arg 32 remoting/client/plugin/normalizing_input_filter_cros_unittest.cc return arg.usb_keycode() == static_cast<uint32>(usb_keycode) && arg 33 remoting/client/plugin/normalizing_input_filter_cros_unittest.cc arg.pressed() == pressed && arg 34 remoting/client/plugin/normalizing_input_filter_cros_unittest.cc arg.lock_states() == kTestLockStates; arg 51 remoting/client/plugin/normalizing_input_filter_cros_unittest.cc return arg.x() == x && arg.y() == y; arg 31 remoting/client/plugin/normalizing_input_filter_mac_unittest.cc return arg.usb_keycode() == static_cast<uint32>(usb_keycode) && arg 32 remoting/client/plugin/normalizing_input_filter_mac_unittest.cc arg.pressed() == pressed && arg 33 remoting/client/plugin/normalizing_input_filter_mac_unittest.cc arg.lock_states() == kTestLockStates; arg 240 remoting/host/client_session_unittest.cc return (strcmp(arg.mime_type().c_str(), m) == 0 && arg 241 remoting/host/client_session_unittest.cc memcmp(arg.data().data(), d, arg.data().size()) == 0); arg 297 remoting/host/client_session_unittest.cc return arg.usb_keycode() == (unsigned int)usb_keycode && arg 298 remoting/host/client_session_unittest.cc arg.pressed() == pressed; arg 302 remoting/host/client_session_unittest.cc return arg.x() == x && arg.y() == y; arg 306 remoting/host/client_session_unittest.cc return arg.button() == button && arg.button_down() == down; arg 113 remoting/host/config_file_watcher_unittest.cc return arg == s; arg 219 remoting/host/daemon_process_unittest.cc return arg.type() == static_cast<uint32>(type); arg 88 remoting/host/gnubby_auth_handler_posix_unittest.cc return (arg.type() == "gnubby-auth" && arg 89 remoting/host/gnubby_auth_handler_posix_unittest.cc arg.data().find("\"type\":\"data\"") != std::string::npos && arg 90 remoting/host/gnubby_auth_handler_posix_unittest.cc arg.data().find(connection_id) != std::string::npos && arg 91 remoting/host/gnubby_auth_handler_posix_unittest.cc arg.data().find(data_message) != std::string::npos); arg 48 remoting/host/log_to_server_unittest.cc if (arg->Name() != QName(kJabberClientNamespace, "iq")) { arg 51 remoting/host/log_to_server_unittest.cc buzz::XmlElement* log_stanza = arg->FirstChild()->AsElement(); arg 69 remoting/host/log_to_server_unittest.cc if (arg->Name() != QName(kJabberClientNamespace, "iq")) { arg 72 remoting/host/log_to_server_unittest.cc buzz::XmlElement* log_stanza = arg->FirstChild()->AsElement(); arg 102 remoting/host/log_to_server_unittest.cc if (arg->Name() != QName(kJabberClientNamespace, "iq")) { arg 105 remoting/host/log_to_server_unittest.cc buzz::XmlElement* log_stanza = arg->FirstChild()->AsElement(); arg 155 remoting/host/policy_hack/policy_watcher_unittest.cc return arg->Equals(dict); arg 25 remoting/host/remote_input_filter_unittest.cc return arg.usb_keycode() == (unsigned int)usb_keycode && arg 26 remoting/host/remote_input_filter_unittest.cc arg.pressed() == pressed; arg 44 remoting/jingle_glue/iq_sender_unittest.cc return arg->Str() == expected->Str(); arg 19 remoting/protocol/clipboard_echo_filter_unittest.cc return arg.mime_type() == mime_type && arg.data() == data; arg 18 remoting/protocol/clipboard_filter_unittest.cc return arg.mime_type() == mime_type && arg.data() == data; arg 30 remoting/protocol/input_event_tracker_unittest.cc return arg.usb_keycode() == static_cast<uint32>(usb_keycode) && arg 31 remoting/protocol/input_event_tracker_unittest.cc arg.pressed() == pressed && arg 32 remoting/protocol/input_event_tracker_unittest.cc !arg.has_lock_states(); arg 37 remoting/protocol/input_event_tracker_unittest.cc return arg.usb_keycode() == static_cast<uint32>(usb_keycode) && arg 38 remoting/protocol/input_event_tracker_unittest.cc arg.pressed() == pressed && arg 39 remoting/protocol/input_event_tracker_unittest.cc arg.lock_states() == kTestLockStates; arg 43 remoting/protocol/input_event_tracker_unittest.cc return arg.x() == x && arg.y() == y && arg.button() == button && arg 44 remoting/protocol/input_event_tracker_unittest.cc arg.button_down() == down; arg 18 remoting/protocol/input_filter_unittest.cc return arg.usb_keycode() == static_cast<uint32>(usb_keycode) && arg 19 remoting/protocol/input_filter_unittest.cc arg.pressed() == pressed; arg 23 remoting/protocol/input_filter_unittest.cc return arg.text() == text; arg 27 remoting/protocol/input_filter_unittest.cc return arg.x() == x && arg.y() == y; arg 20 remoting/protocol/mouse_input_filter_unittest.cc return arg.x() == x && arg.y() == y; arg 190 remoting/protocol/pairing_registry_unittest.cc return arg.client_name() == client_name; arg 194 remoting/protocol/pairing_registry_unittest.cc return arg->empty(); arg 26 sandbox/linux/seccomp-bpf/bpf_tests.h sandbox::BPFTests<aux>::TestArgs arg(BPF_TEST_##test_name, policy); \ arg 28 sandbox/linux/seccomp-bpf/bpf_tests.h sandbox::BPFTests<aux>::TestWrapper, &arg, death); \ arg 73 sandbox/linux/seccomp-bpf/bpf_tests.h TestArgs* arg = reinterpret_cast<TestArgs*>(void_arg); arg 86 sandbox/linux/seccomp-bpf/bpf_tests.h sandbox.SetSandboxPolicyDeprecated(arg->policy(), &arg->aux_); arg 89 sandbox/linux/seccomp-bpf/bpf_tests.h arg->test()(arg->aux_); arg 101 sandbox/linux/seccomp-bpf/bpf_tests.h sandbox.SetSandboxPolicyDeprecated(arg->policy(), &arg->aux_); arg 374 sandbox/linux/seccomp-bpf/demo.cc void *ThreadFnc(void *arg) { arg 375 sandbox/linux/seccomp-bpf/demo.cc return arg; arg 378 sandbox/linux/seccomp-bpf/demo.cc void *SendmsgStressThreadFnc(void *arg) { arg 379 sandbox/linux/seccomp-bpf/demo.cc if (arg) { } arg 1334 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc #define BITMASK_TEST(testcase, arg, op, mask, expected_value) \ arg 1335 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc BPF_ASSERT(SandboxSyscall(__NR_uname, (testcase), (arg)) == (expected_value)) arg 1741 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc static void* ThreadFnc(void* arg) { arg 1742 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc ++*reinterpret_cast<int*>(arg); arg 1743 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc SandboxSyscall(__NR_futex, arg, FUTEX_WAKE, 1, 0, 0, 0); arg 106 sandbox/linux/tests/unit_tests.cc void* arg, arg 149 sandbox/linux/tests/unit_tests.cc test(arg); arg 90 sandbox/linux/tests/unit_tests.h void* arg, arg 51 skia/ext/image_operations_bench.cc bool StringToMethod(const std::string& arg, arg 54 skia/ext/image_operations_bench.cc if (base::strcasecmp(arg.c_str(), resize_methods[i].name) == 0) { arg 122 skia/ext/image_operations_bench.cc void FromString(const std::string& arg) { arg 124 skia/ext/image_operations_bench.cc base::SplitString(std::string(arg), 'x', &strings); arg 128 third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/callback.h typename internal::Identity<ArgType>::type arg) { arg 130 third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/callback.h &::base::Callback<void(ArgType)>::Run, base::Owned(callback), arg)); arg 48 third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/gmock.h bool MatchAndExplain(const string& arg, MatchResultListener* listener) const { arg 51 third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/gmock.h scoped_ptr<const Proto> deserialized_arg(Deserialize(arg)); arg 85 third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/gmock.h arg.SerializeToString(&actual_serialized); arg 231 third_party/cld/base/dynamic_annotations.h #define ANNOTATE_NO_OP(arg) \ arg 232 third_party/cld/base/dynamic_annotations.h AnnotateNoOp(__FILE__, __LINE__, arg) arg 256 third_party/cld/base/dynamic_annotations.h #define ANNOTATE_TRACE_MEMORY(arg) // empty arg 264 third_party/cld/base/dynamic_annotations.h #define ANNOTATE_NO_OP(arg) // empty arg 307 third_party/cld/base/dynamic_annotations.h const volatile void *arg); arg 315 third_party/cld/base/dynamic_annotations.h const volatile void *arg); arg 754 third_party/codesighs/codesighs.c unsigned long arg = 0; arg 758 third_party/codesighs/codesighs.c arg = strtoul(current->mValue, &endScan, 0); arg 761 third_party/codesighs/codesighs.c outOptions->mMinSize = arg; arg 771 third_party/codesighs/codesighs.c unsigned long arg = 0; arg 775 third_party/codesighs/codesighs.c arg = strtoul(current->mValue, &endScan, 0); arg 778 third_party/codesighs/codesighs.c outOptions->mMaxSize = arg; arg 634 third_party/expat/files/lib/expat.h void *arg); arg 1422 third_party/expat/files/lib/xmlparse.c XML_SetExternalEntityRefHandlerArg(XML_Parser parser, void *arg) arg 1424 third_party/expat/files/lib/xmlparse.c if (arg) arg 1425 third_party/expat/files/lib/xmlparse.c externalEntityRefHandlerArg = (XML_Parser)arg; arg 128 third_party/freetype2/include/ftconfig.h #define FT_UNUSED( arg ) ( (arg) = (arg) ) arg 306 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh #define arg1(arg) (arg) /* Remove the macro to see why it's needed! */ arg 1849 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp const PathArgument &arg = *it; arg 1850 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp if ( arg.kind_ == PathArgument::kindIndex ) arg 1852 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp if ( !node->isArray() || !node->isValidIndex( arg.index_ ) ) arg 1856 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp node = &((*node)[arg.index_]); arg 1858 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp else if ( arg.kind_ == PathArgument::kindKey ) arg 1864 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp node = &((*node)[arg.key_]); arg 1882 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp const PathArgument &arg = *it; arg 1883 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp if ( arg.kind_ == PathArgument::kindIndex ) arg 1885 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp if ( !node->isArray() || !node->isValidIndex( arg.index_ ) ) arg 1887 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp node = &((*node)[arg.index_]); arg 1889 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp else if ( arg.kind_ == PathArgument::kindKey ) arg 1893 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp node = &((*node)[arg.key_]); arg 1908 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp const PathArgument &arg = *it; arg 1909 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp if ( arg.kind_ == PathArgument::kindIndex ) arg 1915 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp node = &((*node)[arg.index_]); arg 1917 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp else if ( arg.kind_ == PathArgument::kindKey ) arg 1923 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp node = &((*node)[arg.key_]); arg 760 third_party/leveldatabase/env_chromium.cc Thread(void (*function)(void* arg), void* arg) arg 761 third_party/leveldatabase/env_chromium.cc : function_(function), arg_(arg) { arg 773 third_party/leveldatabase/env_chromium.cc void (*function_)(void* arg); arg 777 third_party/leveldatabase/env_chromium.cc void ChromiumEnv::Schedule(void (*function)(void*), void* arg) { arg 795 third_party/leveldatabase/env_chromium.cc queue_.back().arg = arg; arg 811 third_party/leveldatabase/env_chromium.cc void* arg = queue_.front().arg; arg 816 third_party/leveldatabase/env_chromium.cc (*function)(arg); arg 820 third_party/leveldatabase/env_chromium.cc void ChromiumEnv::StartThread(void (*function)(void* arg), void* arg) { arg 821 third_party/leveldatabase/env_chromium.cc new Thread(function, arg); // Will self-delete. arg 124 third_party/leveldatabase/env_chromium.h virtual void Schedule(void (*function)(void*), void* arg); arg 125 third_party/leveldatabase/env_chromium.h virtual void StartThread(void (*function)(void* arg), void* arg); arg 173 third_party/leveldatabase/env_chromium.h static void BGThreadWrapper(void* arg) { arg 174 third_party/leveldatabase/env_chromium.h reinterpret_cast<ChromiumEnv*>(arg)->BGThread(); arg 199 third_party/leveldatabase/env_chromium.h void* arg; arg 65 third_party/leveldatabase/env_chromium_stdio.h static void BGThreadWrapper(void* arg) { arg 66 third_party/leveldatabase/env_chromium_stdio.h reinterpret_cast<ChromiumEnvStdio*>(arg)->BGThread(); arg 70 third_party/leveldatabase/env_chromium_win.h static void BGThreadWrapper(void* arg) { arg 71 third_party/leveldatabase/env_chromium_win.h reinterpret_cast<ChromiumEnvWin*>(arg)->BGThread(); arg 114 third_party/leveldatabase/port/port_chromium.h inline bool GetHeapProfile(void (*func)(void*, const char*, int), void* arg) { arg 186 third_party/libevent/devpoll.c devpoll_recalc(struct event_base *base, void *arg, int max) arg 188 third_party/libevent/devpoll.c struct devpollop *devpollop = arg; arg 213 third_party/libevent/devpoll.c devpoll_dispatch(struct event_base *base, void *arg, struct timeval *tv) arg 215 third_party/libevent/devpoll.c struct devpollop *devpollop = arg; arg 290 third_party/libevent/devpoll.c devpoll_add(void *arg, struct event *ev) arg 292 third_party/libevent/devpoll.c struct devpollop *devpollop = arg; arg 344 third_party/libevent/devpoll.c devpoll_del(void *arg, struct event *ev) arg 346 third_party/libevent/devpoll.c struct devpollop *devpollop = arg; arg 401 third_party/libevent/devpoll.c devpoll_dealloc(struct event_base *base, void *arg) arg 403 third_party/libevent/devpoll.c struct devpollop *devpollop = arg; arg 155 third_party/libevent/epoll.c epoll_recalc(struct event_base *base, void *arg, int max) arg 157 third_party/libevent/epoll.c struct epollop *epollop = arg; arg 182 third_party/libevent/epoll.c epoll_dispatch(struct event_base *base, void *arg, struct timeval *tv) arg 184 third_party/libevent/epoll.c struct epollop *epollop = arg; arg 264 third_party/libevent/epoll.c epoll_add(void *arg, struct event *ev) arg 266 third_party/libevent/epoll.c struct epollop *epollop = arg; arg 312 third_party/libevent/epoll.c epoll_del(void *arg, struct event *ev) arg 314 third_party/libevent/epoll.c struct epollop *epollop = arg; arg 363 third_party/libevent/epoll.c epoll_dealloc(struct event_base *base, void *arg) arg 365 third_party/libevent/epoll.c struct epollop *epollop = arg; arg 78 third_party/libevent/evbuffer.c void *arg) { arg 79 third_party/libevent/evbuffer.c struct bufferevent *bufev = arg; arg 93 third_party/libevent/evbuffer.c bufferevent_readcb(int fd, short event, void *arg) arg 95 third_party/libevent/evbuffer.c struct bufferevent *bufev = arg; arg 164 third_party/libevent/evbuffer.c bufferevent_writecb(int fd, short event, void *arg) arg 166 third_party/libevent/evbuffer.c struct bufferevent *bufev = arg; arg 322 third_party/libevent/evdns.c static void nameserver_ready_callback(int fd, short events, void *arg); arg 337 third_party/libevent/evdns.c static void server_port_ready_callback(int fd, short events, void *arg); arg 449 third_party/libevent/evdns.c nameserver_prod_callback(int fd, short events, void *arg) { arg 450 third_party/libevent/evdns.c struct nameserver *const ns = (struct nameserver *) arg; arg 1268 third_party/libevent/evdns.c nameserver_ready_callback(int fd, short events, void *arg) { arg 1269 third_party/libevent/evdns.c struct nameserver *ns = (struct nameserver *) arg; arg 1286 third_party/libevent/evdns.c server_port_ready_callback(int fd, short events, void *arg) { arg 1287 third_party/libevent/evdns.c struct evdns_server_port *port = (struct evdns_server_port *) arg; arg 1883 third_party/libevent/evdns.c evdns_request_timeout_callback(int fd, short events, void *arg) { arg 1884 third_party/libevent/evdns.c struct request *const req = (struct request *) arg; arg 1888 third_party/libevent/evdns.c log(EVDNS_LOG_DEBUG, "Request %lx timed out", (unsigned long) arg); arg 1985 third_party/libevent/evdns.c nameserver_probe_callback(int result, char type, int count, int ttl, void *addresses, void *arg) { arg 1986 third_party/libevent/evdns.c struct nameserver *const ns = (struct nameserver *) arg; arg 211 third_party/libevent/evdns.h typedef void (*evdns_callback_type) (int result, char type, int count, int ttl, void *addresses, void *arg); arg 416 third_party/libevent/event.c event_loopexit_cb(int fd, short what, void *arg) arg 418 third_party/libevent/event.c struct event_base *base = arg; arg 545 third_party/libevent/event.c void *arg; arg 551 third_party/libevent/event.c event_once_cb(int fd, short events, void *arg) arg 553 third_party/libevent/event.c struct event_once *eonce = arg; arg 555 third_party/libevent/event.c (*eonce->cb)(fd, events, eonce->arg); arg 562 third_party/libevent/event.c void (*callback)(int, short, void *), void *arg, const struct timeval *tv) arg 564 third_party/libevent/event.c return event_base_once(current_base, fd, events, callback, arg, tv); arg 570 third_party/libevent/event.c void (*callback)(int, short, void *), void *arg, const struct timeval *tv) arg 584 third_party/libevent/event.c eonce->arg = arg; arg 616 third_party/libevent/event.c void (*callback)(int, short, void *), void *arg) arg 622 third_party/libevent/event.c ev->ev_arg = arg; arg 230 third_party/libevent/event.h void (*ev_callback)(int, short, void *arg); arg 472 third_party/libevent/event.h #define evtimer_set(ev, cb, arg) event_set(ev, -1, 0, cb, arg) arg 500 third_party/libevent/event.h #define timeout_set(ev, cb, arg) event_set(ev, -1, 0, cb, arg) arg 514 third_party/libevent/event.h #define signal_set(ev, x, cb, arg) \ arg 515 third_party/libevent/event.h event_set(ev, x, EV_SIGNAL|EV_PERSIST, cb, arg) arg 589 third_party/libevent/event.h void (*callback)(int, short, void *), void *arg, arg 246 third_party/libevent/evhttp.h void (*cb)(struct evhttp_request *, void *), void *arg); arg 286 third_party/libevent/evport.c evport_dispatch(struct event_base *base, void *arg, struct timeval *tv) arg 289 third_party/libevent/evport.c struct evport_data *epdp = arg; arg 400 third_party/libevent/evport.c evport_add(void *arg, struct event *ev) arg 402 third_party/libevent/evport.c struct evport_data *evpd = arg; arg 442 third_party/libevent/evport.c evport_del(void *arg, struct event *ev) arg 444 third_party/libevent/evport.c struct evport_data *evpd = arg; arg 502 third_party/libevent/evport.c evport_dealloc(struct event_base *base, void *arg) arg 504 third_party/libevent/evport.c struct evport_data *evpd = arg; arg 259 third_party/libevent/evrpc.c evrpc_request_cb(struct evhttp_request *req, void *arg) arg 261 third_party/libevent/evrpc.c struct evrpc *rpc = arg; arg 587 third_party/libevent/evrpc.c evrpc_reply_done(struct evhttp_request *req, void *arg) arg 589 third_party/libevent/evrpc.c struct evrpc_request_wrapper *ctx = arg; arg 650 third_party/libevent/evrpc.c evrpc_request_timeout(int fd, short what, void *arg) arg 652 third_party/libevent/evrpc.c struct evrpc_request_wrapper *ctx = arg; arg 356 third_party/libevent/evrpc.h void (*cb)(struct evrpc_status*, void *request, void *reply, void *arg); arg 339 third_party/libevent/http.c void (*cb)(struct evhttp_connection *, void *), void *arg) arg 345 third_party/libevent/http.c evcon->cb_arg = arg; arg 675 third_party/libevent/http.c evhttp_write(int fd, short what, void *arg) arg 677 third_party/libevent/http.c struct evhttp_connection *evcon = arg; arg 910 third_party/libevent/http.c evhttp_read(int fd, short what, void *arg) arg 912 third_party/libevent/http.c struct evhttp_connection *evcon = arg; arg 964 third_party/libevent/http.c evhttp_write_connectioncb(struct evhttp_connection *evcon, void *arg) arg 1094 third_party/libevent/http.c evhttp_detect_close_cb(int fd, short what, void *arg) arg 1096 third_party/libevent/http.c struct evhttp_connection *evcon = arg; arg 1121 third_party/libevent/http.c evhttp_connection_retry(int fd, short what, void *arg) arg 1123 third_party/libevent/http.c struct evhttp_connection *evcon = arg; arg 1134 third_party/libevent/http.c evhttp_connectioncb(int fd, short what, void *arg) arg 1136 third_party/libevent/http.c struct evhttp_connection *evcon = arg; arg 1857 third_party/libevent/http.c evhttp_send_done(struct evhttp_connection *evcon, void *arg) arg 2188 third_party/libevent/http.c evhttp_handle_request(struct evhttp_request *req, void *arg) arg 2190 third_party/libevent/http.c struct evhttp *http = arg; arg 2233 third_party/libevent/http.c accept_socket(int fd, short what, void *arg) arg 2235 third_party/libevent/http.c struct evhttp *http = arg; arg 2437 third_party/libevent/http.c evhttp_request_new(void (*cb)(struct evhttp_request *, void *), void *arg) arg 2473 third_party/libevent/http.c req->cb_arg = arg; arg 218 third_party/libevent/kqueue.c kq_dispatch(struct event_base *base, void *arg, struct timeval *tv) arg 220 third_party/libevent/kqueue.c struct kqop *kqop = arg; arg 302 third_party/libevent/kqueue.c kq_add(void *arg, struct event *ev) arg 304 third_party/libevent/kqueue.c struct kqop *kqop = arg; arg 375 third_party/libevent/kqueue.c kq_del(void *arg, struct event *ev) arg 377 third_party/libevent/kqueue.c struct kqop *kqop = arg; arg 438 third_party/libevent/kqueue.c kq_dealloc(struct event_base *base, void *arg) arg 440 third_party/libevent/kqueue.c struct kqop *kqop = arg; arg 136 third_party/libevent/poll.c poll_dispatch(struct event_base *base, void *arg, struct timeval *tv) arg 139 third_party/libevent/poll.c struct pollop *pop = arg; arg 205 third_party/libevent/poll.c poll_add(void *arg, struct event *ev) arg 207 third_party/libevent/poll.c struct pollop *pop = arg; arg 310 third_party/libevent/poll.c poll_del(void *arg, struct event *ev) arg 312 third_party/libevent/poll.c struct pollop *pop = arg; arg 363 third_party/libevent/poll.c poll_dealloc(struct event_base *base, void *arg) arg 365 third_party/libevent/poll.c struct pollop *pop = arg; arg 28 third_party/libevent/sample/event-test.c fifo_read(int fd, short event, void *arg) arg 32 third_party/libevent/sample/event-test.c struct event *ev = arg; arg 41 third_party/libevent/sample/event-test.c fd, event, arg); arg 33 third_party/libevent/sample/signal-test.c signal_cb(int fd, short event, void *arg) arg 35 third_party/libevent/sample/signal-test.c struct event *signal = arg; arg 33 third_party/libevent/sample/time-test.c timeout_cb(int fd, short event, void *arg) arg 36 third_party/libevent/sample/time-test.c struct event *timeout = arg; arg 146 third_party/libevent/select.c select_dispatch(struct event_base *base, void *arg, struct timeval *tv) arg 149 third_party/libevent/select.c struct selectop *sop = arg; arg 266 third_party/libevent/select.c select_add(void *arg, struct event *ev) arg 268 third_party/libevent/select.c struct selectop *sop = arg; arg 316 third_party/libevent/select.c select_del(void *arg, struct event *ev) arg 318 third_party/libevent/select.c struct selectop *sop = arg; arg 344 third_party/libevent/select.c select_dealloc(struct event_base *base, void *arg) arg 346 third_party/libevent/select.c struct selectop *sop = arg; arg 72 third_party/libevent/signal.c evsignal_cb(int fd, short what, void *arg) arg 67 third_party/libevent/test/bench.c read_cb(int fd, short which, void *arg) arg 69 third_party/libevent/test/bench.c long idx = (long) arg, widx = idx + 1; arg 93 third_party/libevent/test/regress.c simple_read_cb(int fd, short event, void *arg) arg 98 third_party/libevent/test/regress.c if (arg == NULL) arg 105 third_party/libevent/test/regress.c if (event_add(arg, NULL) == -1) arg 115 third_party/libevent/test/regress.c simple_write_cb(int fd, short event, void *arg) arg 119 third_party/libevent/test/regress.c if (arg == NULL) arg 130 third_party/libevent/test/regress.c multiple_write_cb(int fd, short event, void *arg) arg 132 third_party/libevent/test/regress.c struct event *ev = arg; arg 163 third_party/libevent/test/regress.c multiple_read_cb(int fd, short event, void *arg) arg 165 third_party/libevent/test/regress.c struct event *ev = arg; arg 185 third_party/libevent/test/regress.c timeout_cb(int fd, short event, void *arg) arg 212 third_party/libevent/test/regress.c signal_cb(int fd, short event, void *arg) arg 214 third_party/libevent/test/regress.c struct event *ev = arg; arg 227 third_party/libevent/test/regress.c combined_read_cb(int fd, short event, void *arg) arg 229 third_party/libevent/test/regress.c struct both *both = arg; arg 245 third_party/libevent/test/regress.c combined_write_cb(int fd, short event, void *arg) arg 247 third_party/libevent/test/regress.c struct both *both = arg; arg 516 third_party/libevent/test/regress.c child_signal_cb(int fd, short event, void *arg) arg 519 third_party/libevent/test/regress.c int *pint = arg; arg 828 third_party/libevent/test/regress.c signal_cb_swp(int sig, short event, void *arg) arg 837 third_party/libevent/test/regress.c timeout_cb_swp(int fd, short event, void *arg) arg 843 third_party/libevent/test/regress.c evtimer_add((struct event *)arg, &tv); arg 970 third_party/libevent/test/regress.c break_cb(int fd, short events, void *arg) arg 977 third_party/libevent/test/regress.c fail_cb(int fd, short events, void *arg) arg 1082 third_party/libevent/test/regress.c readcb(struct bufferevent *bev, void *arg) arg 1091 third_party/libevent/test/regress.c writecb(struct bufferevent *bev, void *arg) arg 1098 third_party/libevent/test/regress.c errorcb(struct bufferevent *bev, short what, void *arg) arg 1139 third_party/libevent/test/regress.c wm_readcb(struct bufferevent *bev, void *arg) arg 1156 third_party/libevent/test/regress.c wm_writecb(struct bufferevent *bev, void *arg) arg 1163 third_party/libevent/test/regress.c wm_errorcb(struct bufferevent *bev, short what, void *arg) arg 1208 third_party/libevent/test/regress.c test_priorities_cb(int fd, short what, void *arg) arg 1210 third_party/libevent/test/regress.c struct test_pri_event *pri = arg; arg 1279 third_party/libevent/test/regress.c test_multiple_cb(int fd, short event, void *arg) arg 1315 third_party/libevent/test/regress.c read_once_cb(int fd, short event, void *arg) arg 73 third_party/libevent/test/regress_dns.c void *addresses, void *arg) arg 237 third_party/libevent/test/regress_dns.c void *addresses, void *arg) arg 69 third_party/libevent/test/regress_http.c void http_basic_cb(struct evhttp_request *req, void *arg); arg 70 third_party/libevent/test/regress_http.c static void http_chunked_cb(struct evhttp_request *req, void *arg); arg 71 third_party/libevent/test/regress_http.c void http_post_cb(struct evhttp_request *req, void *arg); arg 72 third_party/libevent/test/regress_http.c void http_dispatcher_cb(struct evhttp_request *req, void *arg); arg 73 third_party/libevent/test/regress_http.c static void http_large_delay_cb(struct evhttp_request *req, void *arg); arg 161 third_party/libevent/test/regress_http.c http_readcb(struct bufferevent *bev, void *arg) arg 197 third_party/libevent/test/regress_http.c http_writecb(struct bufferevent *bev, void *arg) arg 207 third_party/libevent/test/regress_http.c http_errorcb(struct bufferevent *bev, short what, void *arg) arg 214 third_party/libevent/test/regress_http.c http_basic_cb(struct evhttp_request *req, void *arg) arg 257 third_party/libevent/test/regress_http.c http_chunked_trickle_cb(int fd, short events, void *arg) arg 260 third_party/libevent/test/regress_http.c struct chunk_req_state *state = arg; arg 277 third_party/libevent/test/regress_http.c http_chunked_cb(struct evhttp_request *req, void *arg) arg 295 third_party/libevent/test/regress_http.c http_complete_write(int fd, short what, void *arg) arg 297 third_party/libevent/test/regress_http.c struct bufferevent *bev = arg; arg 383 third_party/libevent/test/regress_http.c http_delay_reply(int fd, short what, void *arg) arg 385 third_party/libevent/test/regress_http.c struct evhttp_request *req = arg; arg 393 third_party/libevent/test/regress_http.c http_large_delay_cb(struct evhttp_request *req, void *arg) arg 501 third_party/libevent/test/regress_http.c http_request_done(struct evhttp_request *req, void *arg) arg 532 third_party/libevent/test/regress_http.c http_request_empty_done(struct evhttp_request *req, void *arg) arg 570 third_party/libevent/test/regress_http.c http_dispatcher_cb(struct evhttp_request *req, void *arg) arg 583 third_party/libevent/test/regress_http.c http_dispatcher_test_done(struct evhttp_request *req, void *arg) arg 725 third_party/libevent/test/regress_http.c http_post_cb(struct evhttp_request *req, void *arg) arg 759 third_party/libevent/test/regress_http.c http_postrequest_done(struct evhttp_request *req, void *arg) arg 795 third_party/libevent/test/regress_http.c http_failure_readcb(struct bufferevent *bev, void *arg) arg 847 third_party/libevent/test/regress_http.c close_detect_done(struct evhttp_request *req, void *arg) arg 865 third_party/libevent/test/regress_http.c close_detect_launch(int fd, short what, void *arg) arg 867 third_party/libevent/test/regress_http.c struct evhttp_connection *evcon = arg; arg 883 third_party/libevent/test/regress_http.c close_detect_cb(struct evhttp_request *req, void *arg) arg 885 third_party/libevent/test/regress_http.c struct evhttp_connection *evcon = arg; arg 1134 third_party/libevent/test/regress_http.c http_chunked_readcb(struct bufferevent *bev, void *arg) arg 1140 third_party/libevent/test/regress_http.c http_chunked_errorcb(struct bufferevent *bev, short what, void *arg) arg 1227 third_party/libevent/test/regress_http.c http_chunked_writecb(struct bufferevent *bev, void *arg) arg 1237 third_party/libevent/test/regress_http.c http_chunked_request_done(struct evhttp_request *req, void *arg) arg 1399 third_party/libevent/test/regress_http.c http_request_bad(struct evhttp_request *req, void *arg) arg 100 third_party/libevent/test/regress_rpc.c MessageCb(EVRPC_STRUCT(Message)* rpc, void *arg) arg 122 third_party/libevent/test/regress_rpc.c NeverReplyCb(EVRPC_STRUCT(NeverReply)* rpc, void *arg) arg 159 third_party/libevent/test/regress_rpc.c rpc_postrequest_failure(struct evhttp_request *req, void *arg) arg 235 third_party/libevent/test/regress_rpc.c rpc_postrequest_done(struct evhttp_request *req, void *arg) arg 343 third_party/libevent/test/regress_rpc.c struct msg *msg, struct kill *kill, void *arg) arg 381 third_party/libevent/test/regress_rpc.c struct msg *msg, struct kill *kill, void *arg) arg 413 third_party/libevent/test/regress_rpc.c struct evbuffer *evbuf, void *arg) arg 415 third_party/libevent/test/regress_rpc.c const char *hook_type = arg; arg 425 third_party/libevent/test/regress_rpc.c struct evbuffer *evbuf, void *arg) arg 429 third_party/libevent/test/regress_rpc.c assert(strcmp(header, arg) == 0); arg 557 third_party/libevent/test/regress_rpc.c struct msg *msg, struct kill *kill, void *arg) arg 37 third_party/libevent/test/test-eof.c read_cb(int fd, short event, void *arg) arg 49 third_party/libevent/test/test-eof.c event_add(arg, NULL); arg 46 third_party/libevent/test/test-time.c time_cb(int fd, short event, void *arg) arg 39 third_party/libevent/test/test-weof.c write_cb(int fd, short event, void *arg) arg 51 third_party/libevent/test/test-weof.c event_add(arg, NULL); arg 62 third_party/libusb/src/libusb/os/linux_netlink.c static void *linux_netlink_event_thread_main(void *arg); arg 303 third_party/libusb/src/libusb/os/linux_netlink.c static void *linux_netlink_event_thread_main(void *arg) arg 315 third_party/libusb/src/libusb/os/linux_netlink.c (void) arg; arg 54 third_party/libusb/src/libusb/os/linux_udev.c static void *linux_udev_event_thread_main(void *arg); arg 161 third_party/libusb/src/libusb/os/linux_udev.c static void *linux_udev_event_thread_main(void *arg) arg 32 third_party/libwebp/utils/thread.c unsigned int (__stdcall *start)(void*), void* arg) { arg 37 third_party/libwebp/utils/thread.c arg, arg 1822 third_party/libxml/src/debugXML.c xmlShellPrintXPathError(int errorType, const char *arg) arg 1826 third_party/libxml/src/debugXML.c if (!arg) arg 1827 third_party/libxml/src/debugXML.c arg = default_arg; arg 1832 third_party/libxml/src/debugXML.c "%s: no such node\n", arg); arg 1837 third_party/libxml/src/debugXML.c "%s is a Boolean\n", arg); arg 1841 third_party/libxml/src/debugXML.c "%s is a number\n", arg); arg 1845 third_party/libxml/src/debugXML.c "%s is a string\n", arg); arg 1849 third_party/libxml/src/debugXML.c "%s is a point\n", arg); arg 1853 third_party/libxml/src/debugXML.c "%s is a range\n", arg); arg 1857 third_party/libxml/src/debugXML.c "%s is a range\n", arg); arg 1861 third_party/libxml/src/debugXML.c "%s is user-defined\n", arg); arg 1865 third_party/libxml/src/debugXML.c "%s is an XSLT value tree\n", arg); arg 1871 third_party/libxml/src/debugXML.c arg); arg 2000 third_party/libxml/src/debugXML.c char *arg ATTRIBUTE_UNUSED, xmlNodePtr node, arg 2043 third_party/libxml/src/debugXML.c char *arg ATTRIBUTE_UNUSED, xmlNodePtr node, arg 2080 third_party/libxml/src/debugXML.c char *arg ATTRIBUTE_UNUSED, xmlNodePtr node, arg 2083 third_party/libxml/src/debugXML.c xmlNodeSetBase(node, (xmlChar*) arg); arg 2103 third_party/libxml/src/debugXML.c xmlShellRegisterNamespace(xmlShellCtxtPtr ctxt, char *arg, arg 2111 third_party/libxml/src/debugXML.c nsListDup = xmlStrdup((xmlChar *) arg); arg 2159 third_party/libxml/src/debugXML.c xmlShellRegisterRootNamespaces(xmlShellCtxtPtr ctxt, char *arg ATTRIBUTE_UNUSED, arg 2193 third_party/libxml/src/debugXML.c char *arg, xmlNodePtr node, xmlNodePtr node2 ATTRIBUTE_UNUSED) arg 2199 third_party/libxml/src/debugXML.c if (arg == NULL) arg 2202 third_party/libxml/src/debugXML.c if ((xmlStrchr((xmlChar *) arg, '?')) || arg 2203 third_party/libxml/src/debugXML.c (xmlStrchr((xmlChar *) arg, '*')) || arg 2204 third_party/libxml/src/debugXML.c (xmlStrchr((xmlChar *) arg, '.')) || arg 2205 third_party/libxml/src/debugXML.c (xmlStrchr((xmlChar *) arg, '['))) { arg 2210 third_party/libxml/src/debugXML.c if (xmlStrstr(node->content, (xmlChar *) arg)) { arg 2216 third_party/libxml/src/debugXML.c if (xmlStrstr(node->content, (xmlChar *) arg)) { arg 2271 third_party/libxml/src/debugXML.c char *arg ATTRIBUTE_UNUSED, xmlNodePtr node, arg 2406 third_party/libxml/src/debugXML.c xmlShellCat(xmlShellCtxtPtr ctxt, char *arg ATTRIBUTE_UNUSED, arg 2679 third_party/libxml/src/debugXML.c char *arg ATTRIBUTE_UNUSED, xmlNodePtr tree, arg 2806 third_party/libxml/src/debugXML.c char arg[400]; arg 2878 third_party/libxml/src/debugXML.c arg[i++] = *cur++; arg 2880 third_party/libxml/src/debugXML.c arg[i] = 0; arg 2927 third_party/libxml/src/debugXML.c xmlShellValidate(ctxt, arg, NULL, NULL); arg 2930 third_party/libxml/src/debugXML.c xmlShellLoad(ctxt, arg, NULL, NULL); arg 2933 third_party/libxml/src/debugXML.c xmlShellRNGValidate(ctxt, arg, NULL, NULL); arg 2937 third_party/libxml/src/debugXML.c xmlShellSave(ctxt, arg, NULL, NULL); arg 2939 third_party/libxml/src/debugXML.c if ((arg == NULL) || (arg[0] == 0)) arg 2943 third_party/libxml/src/debugXML.c xmlShellWrite(ctxt, arg, NULL, NULL); arg 2946 third_party/libxml/src/debugXML.c xmlShellGrep(ctxt, arg, ctxt->node, NULL); arg 2948 third_party/libxml/src/debugXML.c if (arg[0] == 0) { arg 2953 third_party/libxml/src/debugXML.c sscanf(arg, "%d", &len); arg 2966 third_party/libxml/src/debugXML.c xmlShellSetContent(ctxt, arg, ctxt->node, NULL); arg 2969 third_party/libxml/src/debugXML.c if (arg[0] == 0) { arg 2973 third_party/libxml/src/debugXML.c xmlShellRegisterNamespace(ctxt, arg, NULL, NULL); arg 2981 third_party/libxml/src/debugXML.c if (arg[0] == 0) { arg 2986 third_party/libxml/src/debugXML.c list = xmlXPathEval((xmlChar *) arg, ctxt->pctxt); arg 2993 third_party/libxml/src/debugXML.c xmlShellSetBase(ctxt, arg, ctxt->node, NULL); arg 2998 third_party/libxml/src/debugXML.c if (arg[0] == 0) { arg 3007 third_party/libxml/src/debugXML.c list = xmlXPathEval((xmlChar *) arg, ctxt->pctxt); arg 3015 third_party/libxml/src/debugXML.c "%s: no such node\n", arg); arg 3039 third_party/libxml/src/debugXML.c "%s is a Boolean\n", arg); arg 3043 third_party/libxml/src/debugXML.c "%s is a number\n", arg); arg 3047 third_party/libxml/src/debugXML.c "%s is a string\n", arg); arg 3051 third_party/libxml/src/debugXML.c "%s is a point\n", arg); arg 3055 third_party/libxml/src/debugXML.c "%s is a range\n", arg); arg 3059 third_party/libxml/src/debugXML.c "%s is a range\n", arg); arg 3063 third_party/libxml/src/debugXML.c "%s is user-defined\n", arg); arg 3068 third_party/libxml/src/debugXML.c arg); arg 3076 third_party/libxml/src/debugXML.c "%s: no such node\n", arg); arg 3081 third_party/libxml/src/debugXML.c if (arg[0] == 0) { arg 3086 third_party/libxml/src/debugXML.c list = xmlXPathEval((xmlChar *) arg, ctxt->pctxt); arg 3094 third_party/libxml/src/debugXML.c "%s: no such node\n", arg); arg 3110 third_party/libxml/src/debugXML.c arg, arg 3115 third_party/libxml/src/debugXML.c arg); arg 3119 third_party/libxml/src/debugXML.c "%s is a Boolean\n", arg); arg 3123 third_party/libxml/src/debugXML.c "%s is a number\n", arg); arg 3127 third_party/libxml/src/debugXML.c "%s is a string\n", arg); arg 3131 third_party/libxml/src/debugXML.c "%s is a point\n", arg); arg 3135 third_party/libxml/src/debugXML.c "%s is a range\n", arg); arg 3139 third_party/libxml/src/debugXML.c "%s is a range\n", arg); arg 3143 third_party/libxml/src/debugXML.c "%s is user-defined\n", arg); arg 3148 third_party/libxml/src/debugXML.c arg); arg 3156 third_party/libxml/src/debugXML.c "%s: no such node\n", arg); arg 3162 third_party/libxml/src/debugXML.c if (arg[0] == 0) { arg 3168 third_party/libxml/src/debugXML.c list = xmlXPathEval((xmlChar *) arg, ctxt->pctxt); arg 3176 third_party/libxml/src/debugXML.c "%s: no such node\n", arg); arg 3197 third_party/libxml/src/debugXML.c "%s is a Boolean\n", arg); arg 3201 third_party/libxml/src/debugXML.c "%s is a number\n", arg); arg 3205 third_party/libxml/src/debugXML.c "%s is a string\n", arg); arg 3209 third_party/libxml/src/debugXML.c "%s is a point\n", arg); arg 3213 third_party/libxml/src/debugXML.c "%s is a range\n", arg); arg 3217 third_party/libxml/src/debugXML.c "%s is a range\n", arg); arg 3221 third_party/libxml/src/debugXML.c "%s is user-defined\n", arg); arg 3226 third_party/libxml/src/debugXML.c arg); arg 3234 third_party/libxml/src/debugXML.c "%s: no such node\n", arg); arg 135 third_party/libxml/src/include/libxml/debugXML.h char *arg, arg 141 third_party/libxml/src/include/libxml/debugXML.h const char *arg); arg 146 third_party/libxml/src/include/libxml/debugXML.h char *arg, arg 151 third_party/libxml/src/include/libxml/debugXML.h char *arg, arg 156 third_party/libxml/src/include/libxml/debugXML.h char *arg, arg 169 third_party/libxml/src/include/libxml/debugXML.h char *arg, arg 192 third_party/libxml/src/include/libxml/debugXML.h char *arg, arg 395 third_party/libxml/src/include/libxml/xmlreader.h typedef void (XMLCALL *xmlTextReaderErrorFunc)(void *arg, arg 407 third_party/libxml/src/include/libxml/xmlreader.h void *arg); arg 411 third_party/libxml/src/include/libxml/xmlreader.h void *arg); arg 415 third_party/libxml/src/include/libxml/xmlreader.h void **arg); arg 75 third_party/libxml/src/testURI.c int i, arg = 1; arg 77 third_party/libxml/src/testURI.c if ((argc > arg) && (argv[arg] != NULL) && arg 78 third_party/libxml/src/testURI.c ((!strcmp(argv[arg], "-base")) || (!strcmp(argv[arg], "--base")))) { arg 79 third_party/libxml/src/testURI.c arg++; arg 80 third_party/libxml/src/testURI.c base = argv[arg]; arg 82 third_party/libxml/src/testURI.c arg++; arg 84 third_party/libxml/src/testURI.c if ((argc > arg) && (argv[arg] != NULL) && arg 85 third_party/libxml/src/testURI.c ((!strcmp(argv[arg], "-escape")) || (!strcmp(argv[arg], "--escape")))) { arg 86 third_party/libxml/src/testURI.c arg++; arg 89 third_party/libxml/src/testURI.c if ((argc > arg) && (argv[arg] != NULL) && arg 90 third_party/libxml/src/testURI.c ((!strcmp(argv[arg], "-debug")) || (!strcmp(argv[arg], "--debug")))) { arg 91 third_party/libxml/src/testURI.c arg++; arg 94 third_party/libxml/src/testURI.c if (argv[arg] == NULL) { arg 117 third_party/libxml/src/testURI.c while (argv[arg] != NULL) { arg 118 third_party/libxml/src/testURI.c handleURI(argv[arg]); arg 119 third_party/libxml/src/testURI.c arg++; arg 7519 third_party/libxml/src/testapi.c char * arg; /* unused */ arg 7532 third_party/libxml/src/testapi.c arg = gen_char_ptr(n_arg, 1); arg 7536 third_party/libxml/src/testapi.c ret_val = xmlShellBase(ctxt, arg, node, node2); arg 7540 third_party/libxml/src/testapi.c des_char_ptr(n_arg, arg, 1); arg 7574 third_party/libxml/src/testapi.c char * arg; /* unused */ arg 7587 third_party/libxml/src/testapi.c arg = gen_char_ptr(n_arg, 1); arg 7591 third_party/libxml/src/testapi.c ret_val = xmlShellCat(ctxt, arg, node, node2); arg 7595 third_party/libxml/src/testapi.c des_char_ptr(n_arg, arg, 1); arg 7629 third_party/libxml/src/testapi.c char * arg; /* unused */ arg 7642 third_party/libxml/src/testapi.c arg = gen_char_ptr(n_arg, 1); arg 7646 third_party/libxml/src/testapi.c ret_val = xmlShellDir(ctxt, arg, node, node2); arg 7650 third_party/libxml/src/testapi.c des_char_ptr(n_arg, arg, 1); arg 7684 third_party/libxml/src/testapi.c char * arg; /* unused */ arg 7697 third_party/libxml/src/testapi.c arg = gen_char_ptr(n_arg, 1); arg 7701 third_party/libxml/src/testapi.c ret_val = xmlShellDu(ctxt, arg, tree, node2); arg 7705 third_party/libxml/src/testapi.c des_char_ptr(n_arg, arg, 1); arg 7739 third_party/libxml/src/testapi.c char * arg; /* unused */ arg 7752 third_party/libxml/src/testapi.c arg = gen_char_ptr(n_arg, 1); arg 7756 third_party/libxml/src/testapi.c ret_val = xmlShellList(ctxt, arg, node, node2); arg 7760 third_party/libxml/src/testapi.c des_char_ptr(n_arg, arg, 1); arg 31024 third_party/libxml/src/testapi.c void ** arg; /* a user argument */ arg 31033 third_party/libxml/src/testapi.c arg = gen_void_ptr_ptr(n_arg, 2); arg 31035 third_party/libxml/src/testapi.c xmlTextReaderGetErrorHandler(reader, f, arg); arg 31039 third_party/libxml/src/testapi.c des_void_ptr_ptr(n_arg, arg, 2); arg 99 third_party/libxml/src/xmlcatalog.c char arg[400]; arg 131 third_party/libxml/src/xmlcatalog.c memset(arg, 0, sizeof(arg)); arg 137 third_party/libxml/src/xmlcatalog.c arg[i++] = *cur++; arg 139 third_party/libxml/src/xmlcatalog.c arg[i] = 0; arg 146 third_party/libxml/src/xmlcatalog.c cur = arg; arg 4748 third_party/libxml/src/xmlreader.c xmlTextReaderErrorFunc f, void *arg) arg 4758 third_party/libxml/src/xmlreader.c reader->errorFuncArg = arg; arg 4815 third_party/libxml/src/xmlreader.c xmlStructuredErrorFunc f, void *arg) arg 4825 third_party/libxml/src/xmlreader.c reader->errorFuncArg = arg; arg 4903 third_party/libxml/src/xmlreader.c xmlTextReaderErrorFunc * f, void **arg) arg 4907 third_party/libxml/src/xmlreader.c if (arg != NULL) arg 4908 third_party/libxml/src/xmlreader.c *arg = reader->errorFuncArg; arg 6355 third_party/libxml/src/xpath.c xmlXPathObjectPtr arg, xmlXPathObjectPtr f) { arg 6360 third_party/libxml/src/xpath.c if ((f == NULL) || (arg == NULL) || arg 6361 third_party/libxml/src/xpath.c ((arg->type != XPATH_NODESET) && (arg->type != XPATH_XSLT_TREE))) { arg 6362 third_party/libxml/src/xpath.c xmlXPathReleaseObject(ctxt->context, arg); arg 6366 third_party/libxml/src/xpath.c ns = arg->nodesetval; arg 6382 third_party/libxml/src/xpath.c xmlXPathReleaseObject(ctxt->context, arg); arg 6410 third_party/libxml/src/xpath.c xmlXPathObjectPtr arg, xmlXPathObjectPtr s) { arg 6415 third_party/libxml/src/xpath.c if ((s == NULL) || (arg == NULL) || arg 6416 third_party/libxml/src/xpath.c ((arg->type != XPATH_NODESET) && (arg->type != XPATH_XSLT_TREE))) { arg 6417 third_party/libxml/src/xpath.c xmlXPathReleaseObject(ctxt->context, arg); arg 6421 third_party/libxml/src/xpath.c ns = arg->nodesetval; arg 6436 third_party/libxml/src/xpath.c xmlXPathReleaseObject(ctxt->context, arg); arg 6566 third_party/libxml/src/xpath.c xmlXPathObjectPtr arg, xmlXPathObjectPtr val) { arg 6567 third_party/libxml/src/xpath.c if ((val == NULL) || (arg == NULL) || arg 6568 third_party/libxml/src/xpath.c ((arg->type != XPATH_NODESET) && (arg->type != XPATH_XSLT_TREE))) arg 6573 third_party/libxml/src/xpath.c return(xmlXPathCompareNodeSetFloat(ctxt, inf, strict, arg, val)); arg 6576 third_party/libxml/src/xpath.c return(xmlXPathCompareNodeSets(inf, strict, arg, val)); arg 6578 third_party/libxml/src/xpath.c return(xmlXPathCompareNodeSetString(ctxt, inf, strict, arg, val)); arg 6580 third_party/libxml/src/xpath.c valuePush(ctxt, arg); arg 6605 third_party/libxml/src/xpath.c xmlXPathEqualNodeSetString(xmlXPathObjectPtr arg, const xmlChar * str, int neq) arg 6612 third_party/libxml/src/xpath.c if ((str == NULL) || (arg == NULL) || arg 6613 third_party/libxml/src/xpath.c ((arg->type != XPATH_NODESET) && (arg->type != XPATH_XSLT_TREE))) arg 6615 third_party/libxml/src/xpath.c ns = arg->nodesetval; arg 6665 third_party/libxml/src/xpath.c xmlXPathObjectPtr arg, double f, int neq) { arg 6672 third_party/libxml/src/xpath.c if ((arg == NULL) || arg 6673 third_party/libxml/src/xpath.c ((arg->type != XPATH_NODESET) && (arg->type != XPATH_XSLT_TREE))) arg 6676 third_party/libxml/src/xpath.c ns = arg->nodesetval; arg 7355 third_party/libxml/src/xpath.c xmlXPathObjectPtr arg; arg 7358 third_party/libxml/src/xpath.c arg = valuePop(ctxt); arg 7359 third_party/libxml/src/xpath.c if (arg == NULL) arg 7361 third_party/libxml/src/xpath.c val = xmlXPathCastToNumber(arg); arg 7362 third_party/libxml/src/xpath.c xmlXPathReleaseObject(ctxt->context, arg); arg 7378 third_party/libxml/src/xpath.c xmlXPathObjectPtr arg; arg 7381 third_party/libxml/src/xpath.c arg = valuePop(ctxt); arg 7382 third_party/libxml/src/xpath.c if (arg == NULL) arg 7384 third_party/libxml/src/xpath.c val = xmlXPathCastToNumber(arg); arg 7385 third_party/libxml/src/xpath.c xmlXPathReleaseObject(ctxt->context, arg); arg 7401 third_party/libxml/src/xpath.c xmlXPathObjectPtr arg; arg 7404 third_party/libxml/src/xpath.c arg = valuePop(ctxt); arg 7405 third_party/libxml/src/xpath.c if (arg == NULL) arg 7407 third_party/libxml/src/xpath.c val = xmlXPathCastToNumber(arg); arg 7408 third_party/libxml/src/xpath.c xmlXPathReleaseObject(ctxt->context, arg); arg 7424 third_party/libxml/src/xpath.c xmlXPathObjectPtr arg; arg 7427 third_party/libxml/src/xpath.c arg = valuePop(ctxt); arg 7428 third_party/libxml/src/xpath.c if (arg == NULL) arg 7430 third_party/libxml/src/xpath.c val = xmlXPathCastToNumber(arg); arg 7431 third_party/libxml/src/xpath.c xmlXPathReleaseObject(ctxt->context, arg); arg 7465 third_party/libxml/src/xpath.c xmlXPathObjectPtr arg; arg 7468 third_party/libxml/src/xpath.c arg = valuePop(ctxt); arg 7469 third_party/libxml/src/xpath.c if (arg == NULL) arg 7471 third_party/libxml/src/xpath.c arg2 = xmlXPathCastToNumber(arg); arg 7472 third_party/libxml/src/xpath.c xmlXPathReleaseObject(ctxt->context, arg); arg 79 third_party/libxslt/libexslt/saxon.c xmlChar *arg; arg 89 third_party/libxslt/libexslt/saxon.c arg = xmlXPathPopString(ctxt); arg 90 third_party/libxslt/libexslt/saxon.c if (xmlXPathCheckError(ctxt) || (arg == NULL)) { arg 98 third_party/libxslt/libexslt/saxon.c ret = xmlHashLookup(hash, arg); arg 101 third_party/libxslt/libexslt/saxon.c ret = xmlXPathCompile(arg); arg 103 third_party/libxslt/libexslt/saxon.c xmlFree(arg); arg 109 third_party/libxslt/libexslt/saxon.c xmlHashAddEntry(hash, arg, (void *) ret); arg 112 third_party/libxslt/libexslt/saxon.c xmlFree(arg); arg 473 third_party/npapi/npspy/extern/nspr/md/_beos.h NSPR_API(PRThread*) _MD_create_user_thread(PRUint32 stacksize, void (*start)(void *), void *arg); arg 145 third_party/npapi/npspy/extern/nspr/md/sunos4.h extern int ioctl(int, int, int *arg); arg 55 third_party/npapi/npspy/extern/nspr/plhash.h typedef PRIntn (PR_CALLBACK *PLHashEnumerator)(PLHashEntry *he, PRIntn i, void *arg); arg 127 third_party/npapi/npspy/extern/nspr/plhash.h PL_HashTableEnumerateEntries(PLHashTable *ht, PLHashEnumerator f, void *arg); arg 223 third_party/npapi/npspy/extern/nspr/prinit.h typedef PRStatus (PR_CALLBACK *PRCallOnceWithArgFN)(void *arg); arg 233 third_party/npapi/npspy/extern/nspr/prinit.h void *arg arg 98 third_party/npapi/npspy/extern/nspr/private/pprthred.h typedef void (*PRThreadDumpProc)(PRFileDesc *fd, PRThread *t, void *arg); arg 100 third_party/npapi/npspy/extern/nspr/private/pprthred.h PRThread* thread, PRThreadDumpProc dump, void *arg); arg 152 third_party/npapi/npspy/extern/nspr/private/pprthred.h void (*start)(void *arg), arg 153 third_party/npapi/npspy/extern/nspr/private/pprthred.h void *arg, arg 228 third_party/npapi/npspy/extern/nspr/private/pprthred.h typedef PRStatus (PR_CALLBACK *PREnumerator)(PRThread *t, int i, void *arg); arg 229 third_party/npapi/npspy/extern/nspr/private/pprthred.h NSPR_API(PRStatus) PR_EnumerateThreads(PREnumerator func, void *arg); arg 96 third_party/npapi/npspy/extern/nspr/prprf.h typedef PRIntn (*PRStuffFunc)(void *arg, const char *s, PRUint32 slen); arg 98 third_party/npapi/npspy/extern/nspr/prprf.h NSPR_API(PRUint32) PR_sxprintf(PRStuffFunc f, void *arg, const char *fmt, ...); arg 111 third_party/npapi/npspy/extern/nspr/prprf.h NSPR_API(PRUint32) PR_vsxprintf(PRStuffFunc f, void *arg, const char *fmt, va_list ap); arg 135 third_party/npapi/npspy/extern/nspr/prthread.h void (PR_CALLBACK *start)(void *arg), arg 136 third_party/npapi/npspy/extern/nspr/prthread.h void *arg, arg 59 third_party/npapi/npspy/extern/nspr/prtpool.h typedef void (PR_CALLBACK *PRJobFn) (void *arg); arg 68 third_party/npapi/npspy/extern/nspr/prtpool.h PR_QueueJob(PRThreadPool *tpool, PRJobFn fn, void *arg, PRBool joinable); arg 73 third_party/npapi/npspy/extern/nspr/prtpool.h PRJobFn fn, void * arg, PRBool joinable); arg 78 third_party/npapi/npspy/extern/nspr/prtpool.h PRJobFn fn, void * arg, PRBool joinable); arg 83 third_party/npapi/npspy/extern/nspr/prtpool.h PRJobFn fn, void * arg, PRBool joinable); arg 88 third_party/npapi/npspy/extern/nspr/prtpool.h const PRNetAddr *addr, PRJobFn fn, void * arg, PRBool joinable); arg 93 third_party/npapi/npspy/extern/nspr/prtpool.h PRJobFn fn, void * arg, PRBool joinable); arg 56 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc #define GOOGLE_CHECK_GET_INT32(arg, value) \ arg 58 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc if (!CheckAndGetInteger(arg, &value, kint32min_py, kint32max_py)) { \ arg 62 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc #define GOOGLE_CHECK_GET_INT64(arg, value) \ arg 64 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc if (!CheckAndGetInteger(arg, &value, kint64min_py, kint64max_py)) { \ arg 68 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc #define GOOGLE_CHECK_GET_UINT32(arg, value) \ arg 70 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc if (!CheckAndGetInteger(arg, &value, kPythonZero, kuint32max_py)) { \ arg 74 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc #define GOOGLE_CHECK_GET_UINT64(arg, value) \ arg 76 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc if (!CheckAndGetInteger(arg, &value, kPythonZero, kuint64max_py)) { \ arg 80 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc #define GOOGLE_CHECK_GET_FLOAT(arg, value) \ arg 82 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc if (!CheckAndGetFloat(arg, &value)) { \ arg 86 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc #define GOOGLE_CHECK_GET_DOUBLE(arg, value) \ arg 88 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc if (!CheckAndGetDouble(arg, &value)) { \ arg 92 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc #define GOOGLE_CHECK_GET_BOOL(arg, value) \ arg 94 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc if (!CheckAndGetBool(arg, &value)) { \ arg 321 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc static void FormatTypeError(PyObject* arg, char* expected_types) { arg 322 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc PyObject* repr = PyObject_Repr(arg); arg 326 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc arg->ob_type->tp_name, arg 333 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc PyObject* arg, T* value, PyObject* min, PyObject* max) { arg 334 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc bool is_long = PyLong_Check(arg); arg 335 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc if (!PyInt_Check(arg) && !is_long) { arg 336 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc FormatTypeError(arg, "int, long"); arg 340 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc if (PyObject_Compare(min, arg) > 0 || PyObject_Compare(max, arg) < 0) { arg 341 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc PyObject* s = PyObject_Str(arg); arg 350 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc *value = static_cast<T>(PyLong_AsUnsignedLongLong(arg)); arg 352 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc *value = static_cast<T>(PyLong_AsLongLong(arg)); arg 355 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc *value = static_cast<T>(PyInt_AsLong(arg)); arg 360 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc static bool CheckAndGetDouble(PyObject* arg, double* value) { arg 361 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc if (!PyInt_Check(arg) && !PyLong_Check(arg) && arg 362 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc !PyFloat_Check(arg)) { arg 363 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc FormatTypeError(arg, "int, long, float"); arg 366 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc *value = PyFloat_AsDouble(arg); arg 370 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc static bool CheckAndGetFloat(PyObject* arg, float* value) { arg 372 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc if (!CheckAndGetDouble(arg, &double_value)) { arg 379 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc static bool CheckAndGetBool(PyObject* arg, bool* value) { arg 380 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc if (!PyInt_Check(arg) && !PyBool_Check(arg) && !PyLong_Check(arg)) { arg 381 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc FormatTypeError(arg, "int, long, bool"); arg 384 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc *value = static_cast<bool>(PyInt_AsLong(arg)); arg 422 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc PyObject* arg, google::protobuf::Message* message, arg 430 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc if (!PyString_Check(arg) && !PyUnicode_Check(arg)) { arg 431 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc FormatTypeError(arg, "str, unicode"); arg 435 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc if (PyString_Check(arg)) { arg 436 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc PyObject* unicode = PyUnicode_FromEncodedObject(arg, "ascii", NULL); arg 438 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc PyObject* repr = PyObject_Repr(arg); arg 450 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc } else if (!PyString_Check(arg)) { arg 451 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc FormatTypeError(arg, "str"); arg 457 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc if (PyString_Check(arg)) { arg 458 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc encoded_string = PyString_AsEncodedObject(arg, "utf-8", NULL); arg 460 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc encoded_string = PyUnicode_AsEncodedObject(arg, "utf-8", NULL); arg 464 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc encoded_string = arg; arg 633 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc PyObject* arg) { arg 644 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc GOOGLE_CHECK_GET_INT32(arg, value); arg 649 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc GOOGLE_CHECK_GET_INT64(arg, value); arg 654 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc GOOGLE_CHECK_GET_UINT32(arg, value); arg 659 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc GOOGLE_CHECK_GET_UINT64(arg, value); arg 664 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc GOOGLE_CHECK_GET_FLOAT(arg, value); arg 669 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc GOOGLE_CHECK_GET_DOUBLE(arg, value); arg 674 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc GOOGLE_CHECK_GET_BOOL(arg, value); arg 680 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc arg, message, field_descriptor, reflection, false, -1)) { arg 686 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc GOOGLE_CHECK_GET_INT32(arg, value); arg 725 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc PyObject* arg) { arg 736 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc GOOGLE_CHECK_GET_INT32(arg, value); arg 741 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc GOOGLE_CHECK_GET_INT64(arg, value); arg 746 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc GOOGLE_CHECK_GET_UINT32(arg, value); arg 751 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc GOOGLE_CHECK_GET_UINT64(arg, value); arg 756 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc GOOGLE_CHECK_GET_FLOAT(arg, value); arg 761 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc GOOGLE_CHECK_GET_DOUBLE(arg, value); arg 766 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc GOOGLE_CHECK_GET_BOOL(arg, value); arg 772 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc arg, message, field_descriptor, reflection, true, -1)) { arg 778 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc GOOGLE_CHECK_GET_INT32(arg, value); arg 786 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc PyObject* s = PyObject_Str(arg); arg 976 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc static PyObject* CMessage_Clear(CMessage* self, PyObject* arg) { arg 983 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc if (!PyList_Check(arg)) { arg 987 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc PyObject* messages_to_clear = arg; arg 1018 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc static PyObject* CMessage_HasField(CMessage* self, PyObject* arg) { arg 1020 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc if (PyString_AsStringAndSize(arg, &field_name, NULL) < 0) { arg 1038 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc static PyObject* CMessage_HasFieldByDescriptor(CMessage* self, PyObject* arg) { arg 1040 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc if (!PyObject_TypeCheck(reinterpret_cast<PyObject *>(arg), arg 1045 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc cfield_descriptor = reinterpret_cast<CFieldDescriptor*>(arg); arg 1069 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc CMessage* self, PyObject* arg) { arg 1071 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc if (!PyObject_TypeCheck(reinterpret_cast<PyObject *>(arg), arg 1076 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc cfield_descriptor = reinterpret_cast<CFieldDescriptor*>(arg); arg 1117 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc static PyObject* CMessage_GetScalar(CMessage* self, PyObject* arg) { arg 1119 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc if (!PyObject_TypeCheck(reinterpret_cast<PyObject *>(arg), arg 1124 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc cdescriptor = reinterpret_cast<CFieldDescriptor*>(arg); arg 1244 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc PyObject* arg; arg 1246 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc &CFieldDescriptor_Type, &cfield_descriptor, &arg)) { arg 1251 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc return InternalSetScalar(self->message, cfield_descriptor->descriptor, arg); arg 1267 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc static PyObject* CMessage_FieldLength(CMessage* self, PyObject* arg) { arg 1269 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc if (!PyObject_TypeCheck(reinterpret_cast<PyObject *>(arg), arg 1274 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc cfield_descriptor = reinterpret_cast<CFieldDescriptor*>(arg); arg 1315 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc static PyObject* CMessage_MergeFrom(CMessage* self, PyObject* arg) { arg 1317 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc if (!PyObject_TypeCheck(reinterpret_cast<PyObject *>(arg), &CMessage_Type)) { arg 1322 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc other_message = reinterpret_cast<CMessage*>(arg); arg 1338 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc static PyObject* CMessage_CopyFrom(CMessage* self, PyObject* arg) { arg 1340 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc if (!PyObject_TypeCheck(reinterpret_cast<PyObject *>(arg), &CMessage_Type)) { arg 1345 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc other_message = reinterpret_cast<CMessage*>(arg); arg 1362 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc static PyObject* CMessage_MergeFromString(CMessage* self, PyObject* arg) { arg 1365 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc if (PyObject_AsReadBuffer(arg, &data, &data_length) < 0) { arg 1408 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc static PyObject* CMessage_AddMessage(CMessage* self, PyObject* arg) { arg 1410 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc if (!PyObject_TypeCheck(reinterpret_cast<PyObject *>(arg), arg 1415 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc cfield_descriptor = reinterpret_cast<CFieldDescriptor*>(arg); arg 1448 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc static PyObject* CMessage_NewSubMessage(CMessage* self, PyObject* arg) { arg 1450 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc if (!PyObject_TypeCheck(reinterpret_cast<PyObject *>(arg), arg 1455 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc cfield_descriptor = reinterpret_cast<CFieldDescriptor*>(arg); arg 1477 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc static PyObject* CMessage_MutableMessage(CMessage* self, PyObject* arg) { arg 1479 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc if (!PyObject_TypeCheck(reinterpret_cast<PyObject *>(arg), arg 1484 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc cfield_descriptor = reinterpret_cast<CFieldDescriptor*>(arg); arg 1505 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc static PyObject* CMessage_Equals(CMessage* self, PyObject* arg) { arg 1507 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc if (!PyObject_TypeCheck(reinterpret_cast<PyObject *>(arg), &CMessage_Type)) { arg 1511 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc other_message = reinterpret_cast<CMessage*>(arg); arg 1592 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc PyObject* Python_NewCMessage(PyObject* ignored, PyObject* arg) { arg 1593 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc const char* message_type = PyString_AsString(arg); arg 177 third_party/protobuf/python/google/protobuf/pyext/python_descriptor.cc CDescriptorPool* self, PyObject* arg) { arg 178 third_party/protobuf/python/google/protobuf/pyext/python_descriptor.cc const char* full_field_name = PyString_AsString(arg); arg 198 third_party/protobuf/python/google/protobuf/pyext/python_descriptor.cc CDescriptorPool* self, PyObject* arg) { arg 199 third_party/protobuf/python/google/protobuf/pyext/python_descriptor.cc const char* full_field_name = PyString_AsString(arg); arg 294 third_party/protobuf/python/google/protobuf/pyext/python_descriptor.cc PyObject* Python_BuildFile(PyObject* ignored, PyObject* arg) { arg 298 third_party/protobuf/python/google/protobuf/pyext/python_descriptor.cc if (PyString_AsStringAndSize(arg, &message_type, &message_len) < 0) { arg 843 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc bool CommandLineInterface::ParseArgument(const char* arg, arg 847 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc if (arg[0] != '-') { arg 851 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc *value = arg; arg 852 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc } else if (arg[1] == '-') { arg 855 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc const char* equals_pos = strchr(arg, '='); arg 857 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc *name = string(arg, equals_pos - arg); arg 861 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc *name = arg; arg 866 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc if (arg[1] == '\0') { arg 870 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc *value = arg; arg 873 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc *name = string(arg, 2); arg 874 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc *value = arg + 2; arg 223 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.h bool ParseArgument(const char* arg, string* name, string* value); arg 122 third_party/protobuf/src/google/protobuf/extension_set.cc static bool CallNoArgValidityFunc(const void* arg, int number) { arg 132 third_party/protobuf/src/google/protobuf/extension_set.cc return ((EnumValidityFunc*)arg)(number); arg 143 third_party/protobuf/src/google/protobuf/extension_set.cc info.enum_validity_check.arg = (void*)is_valid; arg 931 third_party/protobuf/src/google/protobuf/extension_set.cc extension.enum_validity_check.arg, value)) { arg 985 third_party/protobuf/src/google/protobuf/extension_set.cc extension.enum_validity_check.arg, value)) { arg 87 third_party/protobuf/src/google/protobuf/extension_set.h typedef bool EnumValidityFuncWithArg(const void* arg, int number); arg 102 third_party/protobuf/src/google/protobuf/extension_set.h const void* arg; arg 216 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc static bool ValidateEnumUsingDescriptor(const void* arg, int number) { arg 217 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc return reinterpret_cast<const EnumDescriptor*>(arg) arg 239 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc output->enum_validity_check.arg = extension->enum_type(); arg 102 third_party/protobuf/src/google/protobuf/stubs/once.h Arg arg) { arg 105 third_party/protobuf/src/google/protobuf/stubs/once.h init_func(arg); arg 133 third_party/protobuf/src/google/protobuf/stubs/once.h Arg* arg) { arg 135 third_party/protobuf/src/google/protobuf/stubs/once.h internal::FunctionClosure1<Arg*> func(init_func, false, arg); arg 114 third_party/protobuf/src/google/protobuf/stubs/once_unittest.cc static DWORD WINAPI Start(LPVOID arg) { arg 116 third_party/protobuf/src/google/protobuf/stubs/once_unittest.cc static void* Start(void* arg) { arg 118 third_party/protobuf/src/google/protobuf/stubs/once_unittest.cc reinterpret_cast<TestThread*>(arg)->Run(); arg 27 third_party/re2/re2/bitstate.cc int arg; arg 44 third_party/re2/re2/bitstate.cc void Push(int id, const char* p, int arg); arg 120 third_party/re2/re2/bitstate.cc void BitState::Push(int id, const char* p, int arg) { arg 131 third_party/re2/re2/bitstate.cc if (arg == 0 && !ShouldVisit(id, p)) arg 137 third_party/re2/re2/bitstate.cc j->arg = arg; arg 152 third_party/re2/re2/bitstate.cc int arg = job_[njob_].arg; arg 174 third_party/re2/re2/bitstate.cc LOG(DFATAL) << "Unexpected opcode: " << ip->opcode() << " arg " << arg; arg 185 third_party/re2/re2/bitstate.cc switch (arg) { arg 193 third_party/re2/re2/bitstate.cc arg = 0; arg 197 third_party/re2/re2/bitstate.cc LOG(DFATAL) << "Bad arg in kInstCapture: " << arg; arg 227 third_party/re2/re2/bitstate.cc switch (arg) { arg 242 third_party/re2/re2/bitstate.cc LOG(DFATAL) << "Bad arg in kInstCapture: " << arg; arg 151 third_party/re2/re2/compile.cc Frag Copy(Frag arg); arg 668 third_party/re2/re2/compile.cc Frag Compiler::Copy(Frag arg) { arg 96 third_party/re2/re2/testing/re2_arg_test.cc RE2::Arg arg(&r); \ arg 98 third_party/re2/re2/testing/re2_arg_test.cc bool retval = arg.Parse(p, strlen(p)); \ arg 52 third_party/re2/re2/walker-inl.h virtual T Copy(T arg); arg 112 third_party/re2/re2/walker-inl.h template<typename T> T Regexp::Walker<T>::Copy(T arg) { arg 113 third_party/re2/re2/walker-inl.h return arg; arg 986 third_party/simplejson/_speedups.c scanner_traverse(PyObject *self, visitproc visit, void *arg) arg 2628 third_party/simplejson/_speedups.c encoder_traverse(PyObject *self, visitproc visit, void *arg) arg 9396 third_party/sqlite/amalgamation/sqlite3.c #define LIKEFUNC(zName, nArg, arg, flags) \ arg 9397 third_party/sqlite/amalgamation/sqlite3.c {nArg, SQLITE_UTF8, flags, (void *)arg, 0, likeFunc, 0, 0, #zName, 0, 0} arg 9398 third_party/sqlite/amalgamation/sqlite3.c #define AGGREGATE(zName, nArg, arg, nc, xStep, xFinal) \ arg 9400 third_party/sqlite/amalgamation/sqlite3.c SQLITE_INT_TO_PTR(arg), 0, 0, xStep,xFinal,#zName,0,0} arg 1051 third_party/sqlite/src/src/sqliteInt.h #define LIKEFUNC(zName, nArg, arg, flags) \ arg 1052 third_party/sqlite/src/src/sqliteInt.h {nArg, SQLITE_UTF8, flags, (void *)arg, 0, likeFunc, 0, 0, #zName, 0, 0} arg 1053 third_party/sqlite/src/src/sqliteInt.h #define AGGREGATE(zName, nArg, arg, nc, xStep, xFinal) \ arg 1055 third_party/sqlite/src/src/sqliteInt.h SQLITE_INT_TO_PTR(arg), 0, 0, xStep,xFinal,#zName,0,0} arg 107 third_party/sqlite/src/tool/lemon.c char *arg; arg 289 third_party/sqlite/src/tool/lemon.c char *arg; /* Declaration of the 3th argument to parser */ arg 426 third_party/sqlite/src/tool/lemon.c char *arg arg 435 third_party/sqlite/src/tool/lemon.c newaction->x.stp = (struct state *)arg; arg 437 third_party/sqlite/src/tool/lemon.c newaction->x.rp = (struct rule *)arg; arg 1735 third_party/sqlite/src/tool/lemon.c *((int*)op[j].arg) = v; arg 1737 third_party/sqlite/src/tool/lemon.c (*(void(*)(int))(op[j].arg))(v); arg 1739 third_party/sqlite/src/tool/lemon.c (*(void(*)(char *))(op[j].arg))(&argv[i][2]); arg 1817 third_party/sqlite/src/tool/lemon.c *(double*)(op[j].arg) = dv; arg 1820 third_party/sqlite/src/tool/lemon.c (*(void(*)(double))(op[j].arg))(dv); arg 1823 third_party/sqlite/src/tool/lemon.c *(int*)(op[j].arg) = lv; arg 1826 third_party/sqlite/src/tool/lemon.c (*(void(*)(int))(op[j].arg))((int)lv); arg 1829 third_party/sqlite/src/tool/lemon.c *(char**)(op[j].arg) = sv; arg 1832 third_party/sqlite/src/tool/lemon.c (*(void(*)(char *))(op[j].arg))(sv); arg 2244 third_party/sqlite/src/tool/lemon.c psp->declargslot = &(psp->gp->arg); arg 3673 third_party/sqlite/src/tool/lemon.c if( lemp->arg && lemp->arg[0] ){ arg 3675 third_party/sqlite/src/tool/lemon.c i = lemonStrlen(lemp->arg); arg 3676 third_party/sqlite/src/tool/lemon.c while( i>=1 && isspace(lemp->arg[i-1]) ) i--; arg 3677 third_party/sqlite/src/tool/lemon.c while( i>=1 && (isalnum(lemp->arg[i-1]) || lemp->arg[i-1]=='_') ) i--; arg 3678 third_party/sqlite/src/tool/lemon.c fprintf(out,"#define %sARG_SDECL %s;\n",name,lemp->arg); lineno++; arg 3679 third_party/sqlite/src/tool/lemon.c fprintf(out,"#define %sARG_PDECL ,%s\n",name,lemp->arg); lineno++; arg 3681 third_party/sqlite/src/tool/lemon.c name,lemp->arg,&lemp->arg[i]); lineno++; arg 3683 third_party/sqlite/src/tool/lemon.c name,&lemp->arg[i],&lemp->arg[i]); lineno++; arg 145 third_party/tcmalloc/chromium/src/addressmap-inl.h inline void Iterate(void (*callback)(Key, Value*, Type), Type arg) const; arg 407 third_party/tcmalloc/chromium/src/addressmap-inl.h Type arg) const { arg 414 third_party/tcmalloc/chromium/src/addressmap-inl.h callback(e->key, &e->value, arg); arg 122 third_party/tcmalloc/chromium/src/base/dynamic_annotations.c const volatile void *arg){} arg 131 third_party/tcmalloc/chromium/src/base/dynamic_annotations.c const volatile void *arg){} arg 321 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h #define ANNOTATE_NO_OP(arg) \ arg 322 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h AnnotateNoOp(__FILE__, __LINE__, arg) arg 359 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h #define ANNOTATE_TRACE_MEMORY(arg) /* empty */ arg 368 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h #define ANNOTATE_NO_OP(arg) /* empty */ arg 472 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h const volatile void *arg); arg 489 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h const volatile void *arg); arg 898 third_party/tcmalloc/chromium/src/base/linux_syscall_support.h int flags, void *arg, int *parent_tidptr, arg 978 third_party/tcmalloc/chromium/src/base/linux_syscall_support.h "m"(fn), "m"(child_stack), "m"(flags), "m"(arg), arg 1160 third_party/tcmalloc/chromium/src/base/linux_syscall_support.h int flags, void *arg, int *parent_tidptr, arg 1230 third_party/tcmalloc/chromium/src/base/linux_syscall_support.h "r"(LSS_SYSCALL_ARG(arg)), arg 1369 third_party/tcmalloc/chromium/src/base/linux_syscall_support.h int flags, void *arg, int *parent_tidptr, arg 1391 third_party/tcmalloc/chromium/src/base/linux_syscall_support.h *(--tmp_stack) = (int) arg; arg 1583 third_party/tcmalloc/chromium/src/base/linux_syscall_support.h int flags, void *arg, int *parent_tidptr, arg 1670 third_party/tcmalloc/chromium/src/base/linux_syscall_support.h "r"(fn), "r"(__stack), "r"(__flags), "r"(arg), arg 1791 third_party/tcmalloc/chromium/src/base/linux_syscall_support.h int flags, void *arg, int *parent_tidptr, arg 1798 third_party/tcmalloc/chromium/src/base/linux_syscall_support.h register void * __arg __asm__ ("r9") = arg; arg 92 third_party/tcmalloc/chromium/src/base/linuxthreads.cc static int local_clone (int (*fn)(void *), void *arg, ...) arg 97 third_party/tcmalloc/chromium/src/base/linuxthreads.cc static int local_clone (int (*fn)(void *), void *arg, ...) { arg 112 third_party/tcmalloc/chromium/src/base/linuxthreads.cc return sys_clone(fn, (char *)&arg - 4096, arg 113 third_party/tcmalloc/chromium/src/base/linuxthreads.cc CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_UNTRACED, arg, 0, 0, 0); arg 143 third_party/tcmalloc/chromium/src/gperftools/malloc_extension.h virtual void Ranges(void* arg, RangeFunction func); arg 107 third_party/tcmalloc/chromium/src/gperftools/profiler.h int (*filter_in_thread)(void *arg); arg 547 third_party/tcmalloc/chromium/src/heap-profile-table.cc AddNonLiveArgs* arg) { arg 551 third_party/tcmalloc/chromium/src/heap-profile-table.cc if (arg->base != NULL && arg->base->map_.Find(ptr) != NULL) { arg 554 third_party/tcmalloc/chromium/src/heap-profile-table.cc arg->dest->Add(ptr, *v); arg 439 third_party/tcmalloc/chromium/src/heap-profile-table.h AddNonLiveArgs* arg); arg 351 third_party/tcmalloc/chromium/src/malloc_extension.cc void MallocExtension::Ranges(void* arg, RangeFunction func) { arg 233 third_party/tcmalloc/chromium/src/memory_region_map.h Type arg); arg 69 third_party/tcmalloc/chromium/src/stacktrace_android-inl.h static _Unwind_Reason_Code tracer(__unwind_context* context, void* arg) { arg 70 third_party/tcmalloc/chromium/src/stacktrace_android-inl.h stack_crawl_state_t* state = static_cast<stack_crawl_state_t*>(arg); arg 563 third_party/tcmalloc/chromium/src/tcmalloc.cc static void IterateOverRanges(void* arg, MallocExtension::RangeFunction func) { arg 586 third_party/tcmalloc/chromium/src/tcmalloc.cc (*func)(arg, &ranges[i]); arg 652 third_party/tcmalloc/chromium/src/tcmalloc.cc virtual void Ranges(void* arg, RangeFunction func) { arg 653 third_party/tcmalloc/chromium/src/tcmalloc.cc IterateOverRanges(arg, func); arg 803 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc static void RangeCallback(void* arg, const base::MallocRange* r) { arg 804 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc RangeCallbackState* state = reinterpret_cast<RangeCallbackState*>(arg); arg 145 third_party/tcmalloc/vendor/src/addressmap-inl.h inline void Iterate(void (*callback)(Key, Value*, Type), Type arg) const; arg 407 third_party/tcmalloc/vendor/src/addressmap-inl.h Type arg) const { arg 414 third_party/tcmalloc/vendor/src/addressmap-inl.h callback(e->key, &e->value, arg); arg 122 third_party/tcmalloc/vendor/src/base/dynamic_annotations.c const volatile void *arg){} arg 131 third_party/tcmalloc/vendor/src/base/dynamic_annotations.c const volatile void *arg){} arg 321 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h #define ANNOTATE_NO_OP(arg) \ arg 322 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h AnnotateNoOp(__FILE__, __LINE__, arg) arg 359 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h #define ANNOTATE_TRACE_MEMORY(arg) /* empty */ arg 368 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h #define ANNOTATE_NO_OP(arg) /* empty */ arg 472 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h const volatile void *arg); arg 489 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h const volatile void *arg); arg 886 third_party/tcmalloc/vendor/src/base/linux_syscall_support.h int flags, void *arg, int *parent_tidptr, arg 966 third_party/tcmalloc/vendor/src/base/linux_syscall_support.h "m"(fn), "m"(child_stack), "m"(flags), "m"(arg), arg 1081 third_party/tcmalloc/vendor/src/base/linux_syscall_support.h int flags, void *arg, int *parent_tidptr, arg 1148 third_party/tcmalloc/vendor/src/base/linux_syscall_support.h "r"(fn), "S"(child_stack), "D"(flags), "r"(arg), arg 1285 third_party/tcmalloc/vendor/src/base/linux_syscall_support.h int flags, void *arg, int *parent_tidptr, arg 1307 third_party/tcmalloc/vendor/src/base/linux_syscall_support.h *(--tmp_stack) = (int) arg; arg 1499 third_party/tcmalloc/vendor/src/base/linux_syscall_support.h int flags, void *arg, int *parent_tidptr, arg 1586 third_party/tcmalloc/vendor/src/base/linux_syscall_support.h "r"(fn), "r"(__stack), "r"(__flags), "r"(arg), arg 1707 third_party/tcmalloc/vendor/src/base/linux_syscall_support.h int flags, void *arg, int *parent_tidptr, arg 1714 third_party/tcmalloc/vendor/src/base/linux_syscall_support.h register void * __arg __asm__ ("r9") = arg; arg 92 third_party/tcmalloc/vendor/src/base/linuxthreads.cc static int local_clone (int (*fn)(void *), void *arg, ...) arg 97 third_party/tcmalloc/vendor/src/base/linuxthreads.cc static int local_clone (int (*fn)(void *), void *arg, ...) { arg 112 third_party/tcmalloc/vendor/src/base/linuxthreads.cc return sys_clone(fn, (char *)&arg - 4096, arg 113 third_party/tcmalloc/vendor/src/base/linuxthreads.cc CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_UNTRACED, arg, 0, 0, 0); arg 143 third_party/tcmalloc/vendor/src/gperftools/malloc_extension.h virtual void Ranges(void* arg, RangeFunction func); arg 107 third_party/tcmalloc/vendor/src/gperftools/profiler.h int (*filter_in_thread)(void *arg); arg 491 third_party/tcmalloc/vendor/src/heap-profile-table.cc AddNonLiveArgs* arg) { arg 495 third_party/tcmalloc/vendor/src/heap-profile-table.cc if (arg->base != NULL && arg->base->map_.Find(ptr) != NULL) { arg 498 third_party/tcmalloc/vendor/src/heap-profile-table.cc arg->dest->Add(ptr, *v); arg 330 third_party/tcmalloc/vendor/src/heap-profile-table.h AddNonLiveArgs* arg); arg 334 third_party/tcmalloc/vendor/src/malloc_extension.cc void MallocExtension::Ranges(void* arg, RangeFunction func) { arg 535 third_party/tcmalloc/vendor/src/tcmalloc.cc static void IterateOverRanges(void* arg, MallocExtension::RangeFunction func) { arg 558 third_party/tcmalloc/vendor/src/tcmalloc.cc (*func)(arg, &ranges[i]); arg 624 third_party/tcmalloc/vendor/src/tcmalloc.cc virtual void Ranges(void* arg, RangeFunction func) { arg 625 third_party/tcmalloc/vendor/src/tcmalloc.cc IterateOverRanges(arg, func); arg 803 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc static void RangeCallback(void* arg, const base::MallocRange* r) { arg 804 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc RangeCallbackState* state = reinterpret_cast<RangeCallbackState*>(arg); arg 74 third_party/v4l2capture/v4l2capture.c static int my_ioctl(int fd, int request, void *arg) arg 80 third_party/v4l2capture/v4l2capture.c int result = v4l2_ioctl(fd, request, arg); arg 159 tools/android/forwarder/forwarder.cc bool InitSocket(const char* arg); arg 171 tools/android/forwarder/forwarder.cc static void* ServerThread(void* arg); arg 190 tools/android/forwarder/forwarder.cc void* ForwarderThread(void* arg) { arg 192 tools/android/forwarder/forwarder.cc reinterpret_cast<ForwarderThreadInfo*>(arg); arg 256 tools/android/forwarder/forwarder.cc void* Server::ServerThread(void* arg) { arg 257 tools/android/forwarder/forwarder.cc Server* server = reinterpret_cast<Server*>(arg); arg 307 tools/android/forwarder/forwarder.cc bool Server::InitSocket(const char* arg) { arg 309 tools/android/forwarder/forwarder.cc int local_port = static_cast<int>(strtol(arg, &endptr, 10)); arg 49 tools/clang/blink_gc_plugin/RecordInfo.cpp TemplateArgument arg = args[i]; arg 50 tools/clang/blink_gc_plugin/RecordInfo.cpp if (arg.getKind() == TemplateArgument::Type && !arg.getAsType().isNull()) { arg 51 tools/clang/blink_gc_plugin/RecordInfo.cpp output_args->push_back(arg.getAsType().getTypePtr()); arg 720 tools/clang/plugins/FindBadConstructs.cpp const TemplateArgument& arg = template_spec_type->getArg(0); arg 721 tools/clang/plugins/FindBadConstructs.cpp if (arg.getAsType().getTypePtr()->getAsCXXRecordDecl() == arg 124 tools/clang/rewrite_scoped_ptr_ctor_null/RewriteScopedPtrCtorNull.cpp const clang::Expr* arg = result.Nodes.getNodeAs<clang::Expr>("arg"); arg 125 tools/clang/rewrite_scoped_ptr_ctor_null/RewriteScopedPtrCtorNull.cpp if (!IsNullConstant(*arg, result.Context)) arg 136 tools/clang/rewrite_scoped_ptr_ctor_null/RewriteScopedPtrCtorNull.cpp const clang::Expr* arg = result.Nodes.getNodeAs<clang::Expr>("arg"); arg 137 tools/clang/rewrite_scoped_ptr_ctor_null/RewriteScopedPtrCtorNull.cpp if (!IsNullConstant(*arg, result.Context)) arg 146 tools/clang/rewrite_scoped_ptr_ctor_null/RewriteScopedPtrCtorNull.cpp const clang::Expr* arg = result.Nodes.getNodeAs<clang::Expr>("arg"); arg 147 tools/clang/rewrite_scoped_ptr_ctor_null/RewriteScopedPtrCtorNull.cpp if (!IsNullConstant(*arg, result.Context)) arg 155 tools/clang/rewrite_scoped_ptr_ctor_null/RewriteScopedPtrCtorNull.cpp clang::SourceRange range = arg->getSourceRange(); arg 52 tools/gn/label_ptr.h bool operator()(const LabelPtrPair<T>& arg) const { arg 53 tools/gn/label_ptr.h return arg.label == label; arg 65 tools/gn/label_ptr.h bool operator()(const LabelPtrPair<T>& arg) const { arg 66 tools/gn/label_ptr.h return arg.ptr == ptr; arg 55 tools/json_schema_compiler/test/idl_schemas_unittest.cc EXPECT_EQ(17, f3_params->arg.x); arg 56 tools/json_schema_compiler/test/idl_schemas_unittest.cc EXPECT_EQ("hello", f3_params->arg.y); arg 83 tools/json_schema_compiler/test/idl_schemas_unittest.cc EXPECT_EQ(NULL, f7_params->arg.get()); arg 86 tools/json_schema_compiler/test/idl_schemas_unittest.cc EXPECT_EQ(7, *(f7_params->arg)); arg 103 tools/json_schema_compiler/test/idl_schemas_unittest.cc EXPECT_EQ(NULL, f9_params->arg.get()); arg 114 tools/json_schema_compiler/test/idl_schemas_unittest.cc ASSERT_TRUE(f9_params->arg.get() != NULL); arg 115 tools/json_schema_compiler/test/idl_schemas_unittest.cc MyType1* t1 = f9_params->arg.get(); arg 159 tools/json_schema_compiler/test/idl_schemas_unittest.cc ASSERT_EQ(2u, f11_params->arg.size()); arg 160 tools/json_schema_compiler/test/idl_schemas_unittest.cc EXPECT_EQ(5, f11_params->arg[0]->x); arg 161 tools/json_schema_compiler/test/idl_schemas_unittest.cc EXPECT_EQ("foo", f11_params->arg[0]->y); arg 162 tools/json_schema_compiler/test/idl_schemas_unittest.cc EXPECT_EQ(6, f11_params->arg[1]->x); arg 163 tools/json_schema_compiler/test/idl_schemas_unittest.cc EXPECT_EQ("bar", f11_params->arg[1]->y); arg 20 ui/gfx/gtk_native_view_id_manager.cc void OnRealize(gfx::NativeView widget, void* arg) { arg 21 ui/gfx/gtk_native_view_id_manager.cc GtkNativeViewManager* manager = reinterpret_cast<GtkNativeViewManager*>(arg); arg 25 ui/gfx/gtk_native_view_id_manager.cc void OnUnrealize(gfx::NativeView widget, void *arg) { arg 26 ui/gfx/gtk_native_view_id_manager.cc GtkNativeViewManager* manager = reinterpret_cast<GtkNativeViewManager*>(arg); arg 30 ui/gfx/gtk_native_view_id_manager.cc static void OnDestroy(GtkObject* obj, void* arg) { arg 31 ui/gfx/gtk_native_view_id_manager.cc GtkNativeViewManager* manager = reinterpret_cast<GtkNativeViewManager*>(arg);