/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
MediaInserterTest.java | 62 public boolean matches(Object argument) { 63 if (!(argument instanceof Uri)) { 67 Uri actualUri = (Uri) argument;
|
/packages/services/Telephony/src/com/android/phone/ |
PhoneInterfaceManager.java | 82 /** The argument to use for the request */ 83 public Object argument; field in class:PhoneInterfaceManager.MainThreadRequest 87 public MainThreadRequest(Object argument) { 88 this.argument = argument; 115 mPhone.handlePinMmi((String) request.argument)); 186 private Object sendRequest(int command, Object argument) { 191 MainThreadRequest request = new MainThreadRequest(argument);
|
/external/chromium_org/v8/test/mjsunit/ |
stack-traces.js | 275 testTraceNativeConversion(String); // Does ToString on argument. 276 testTraceNativeConversion(Number); // Does ToNumber on argument. 277 testTraceNativeConversion(RegExp); // Does ToString on argument. 279 testTraceNativeConstructor(String); // Does ToString on argument. 280 testTraceNativeConstructor(Number); // Does ToNumber on argument. 281 testTraceNativeConstructor(RegExp); // Does ToString on argument. 282 testTraceNativeConstructor(Date); // Does ToNumber on argument.
|
debug-liveedit-double-call.js | 56 " // Function call with argument adaptor is intentional.\n " + 61 " // Function call with argument adaptor is intentional.\n " +
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
Python.g | 367 arglist: argument (COMMA argument)* 377 argument : test (ASSIGN test)?
|
/external/chromium/testing/gmock/scripts/ |
gmock_doctor.py | 269 the header that defines it, or change the argument to be passed 272 return _GenericDiagnoser('IBRA', 'Incomplete By-Reference Argument Type', 286 The argument you gave to Truly() is an overloaded function. Please tell 309 r'couldn\'t infer template argument \'FunctionImpl\'') 335 r'requires 1 argument, but 2 were provided') 337 The second argument you gave to Invoke() is an overloaded method. Please 363 The first argument to ON_CALL() and EXPECT_CALL() must be a mock *object*, 365 '%(mock_object)s' as your first argument. 447 + _GCC_FILE_LINE_RE + r'error: template argument 1 is invalid\n') 453 r'.*error: template argument 1 is invalid\n' [all...] |
/external/elfutils/libcpu/ |
i386_parse.y | 90 struct argument 93 struct argument *next; 182 static int check_argsdef (struct bitvalue *bitval, struct argument *args); 185 struct argument *args); 220 struct argument *arg; 350 struct argument *args = $6; 460 struct argument *runp = $1; 463 runp->next = xmalloc (sizeof (struct argument)); 470 $$ = xmalloc (sizeof (struct argument)); 659 check_argsdef (struct bitvalue *bitval, struct argument *args [all...] |
/external/libffi/src/alpha/ |
osf.S | 62 # Load up all of the (potential) argument registers. 76 # Deallocate the register argument area. 128 Receives the closure argument in $1. */ 146 # Store all of the potential argument registers in va_list format.
|
/external/chromium_org/chrome/tools/ |
webforms_extractor.py | 243 print 'Wrong log_level argument.'
|
/external/chromium_org/content/renderer/pepper/ |
message_channel.cc | 47 "argument from a JavaScript value to a PP_Var. It may have cycles or be of " 50 "argument from a PP_Var to a Javascript value. It may have cycles or be of " 191 PP_Var argument = PP_MakeUndefined(); local 192 if (!NPVariantToPPVar(&args[0], &argument)) { 198 message_channel->PostMessageToNative(argument); 199 PpapiGlobals::Get()->GetVarTracker()->ReleaseVar(argument);
|
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/ |
idl_definitions.py | 147 for argument in self.arguments: 148 argument.resolve_typedefs(typedefs) 298 for argument in self.arguments: 299 argument.resolve_typedefs(typedefs)
|
/external/chromium_org/tools/grit/grit/tool/ |
newgrd.py | 65 print 'This tool requires exactly one argument, the name of the output file.'
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-crbug-163530.js | 30 // Test materialization of an arguments object with unknown argument 56 // Test materialization of an arguments object with unknown argument
|
/external/chromium_org/v8/test/webkit/ |
dfg-constant-fold-uncaptured-variable-that-is-later-captured.js | 42 // chosen for the callee here is the same as the one that will be chosen for the first non-this argument below, 46 // The temporary variable corresponding to the first non-this argument to baz will be allocated to the same virtual
|
/external/valgrind/main/helgrind/tests/ |
tc09_bad_unlock.stderr.exp | 48 with error code 22 (EINVAL: Invalid argument) 114 with error code 22 (EINVAL: Invalid argument)
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/ |
parameter.hpp | 82 argument const& actual_argument() const { return *m_actual_argument; } 107 // argument match/produce based on input 113 // argument production based on different source
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/ |
introspect.h | 289 *argument; /**< Argument string of the module */ member in struct:pa_module_info 453 pa_operation* pa_context_load_module(pa_context *c, const char*name, const char *argument, pa_context_index_cb_t cb, void *userdata); 470 const char *argument; /**< Argument string for module */ member in struct:pa_autoload_info 486 pa_operation* pa_context_add_autoload(pa_context *c, const char *name, pa_autoload_type_t type, const char *module, const char*argument, pa_context_index_cb_t, void* userdata);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
introspect.h | 289 *argument; /**< Argument string of the module */ member in struct:pa_module_info 453 pa_operation* pa_context_load_module(pa_context *c, const char*name, const char *argument, pa_context_index_cb_t cb, void *userdata); 470 const char *argument; /**< Argument string for module */ member in struct:pa_autoload_info 486 pa_operation* pa_context_add_autoload(pa_context *c, const char *name, pa_autoload_type_t type, const char *module, const char*argument, pa_context_index_cb_t, void* userdata);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
introspect.h | 289 *argument; /**< Argument string of the module */ member in struct:pa_module_info 453 pa_operation* pa_context_load_module(pa_context *c, const char*name, const char *argument, pa_context_index_cb_t cb, void *userdata); 470 const char *argument; /**< Argument string for module */ member in struct:pa_autoload_info 486 pa_operation* pa_context_add_autoload(pa_context *c, const char *name, pa_autoload_type_t type, const char *module, const char*argument, pa_context_index_cb_t, void* userdata);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_print.py | 80 n_argument = pytree.Node(self.syms.argument,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_print.py | 80 n_argument = pytree.Node(self.syms.argument,
|
/external/chromium/net/data/proxy_resolver_v8_unittest/ |
bindings.js | 39 // This should throw an exception when we toString() the argument
|
/external/chromium-libpac/test/js-unittest/ |
bindings.js | 39 // This should throw an exception when we toString() the argument
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
proxy_settings.js | 41 console.error('Error: No network argument provided!');
|
/external/chromium_org/net/data/proxy_resolver_v8_unittest/ |
bindings.js | 39 // This should throw an exception when we toString() the argument
|