/external/v8/test/mjsunit/ |
arguments-indirect.js | 33 var a = arguments; 40 assertEquals(3, f.arguments.length); 41 assertEquals(1, f.arguments[0]); 42 assertEquals(2, f.arguments[1]); 43 assertEquals(3, f.arguments[2]);
|
debug-backtrace.js | 126 json = '{"seq":0,"type":"request","command":"backtrace","arguments":{"fromFrame":1,"toFrame":3}}' 144 json = '{"seq":0,"type":"request","command":"backtrace","arguments":{"fromFrame":0,"toFrame":2, "bottom":true}}' 169 assertEquals(2, frame.arguments.length); 170 assertEquals('x', frame.arguments[0].name); 171 assertEquals('number', response.lookup(frame.arguments[0].value.ref).type); 172 assertEquals(1, response.lookup(frame.arguments[0].value.ref).value); 173 assertEquals('y', frame.arguments[1].name); 174 assertEquals('undefined', response.lookup(frame.arguments[1].value.ref).type); 176 json = '{"seq":0,"type":"request","command":"frame","arguments":{"number":0}}' 183 assertEquals(2, frame.arguments.length) [all...] |
/external/v8/src/ |
debug-debugger.js | [all...] |
/external/chromium_org/net/test/spawned_test_server/ |
base_test_server.cc | 325 // Generates a dictionary of arguments to pass to the Python test server via 329 bool BaseTestServer::GenerateArguments(base::DictionaryValue* arguments) const { 330 DCHECK(arguments); 332 arguments->SetString("host", host_port_pair_.host()); 333 arguments->SetInteger("port", host_port_pair_.port()); 334 arguments->SetString("data-dir", document_root_.value()); 337 arguments->Set("log-to-console", base::Value::CreateNullValue()); 340 // Check the certificate arguments of the HTTPS server. 351 arguments->SetString("cert-and-key-file", certificate_path.value()); 354 // Check the client certificate related arguments [all...] |
/external/proguard/src/proguard/retrace/ |
ReTrace.java | 208 String arguments = null; local 211 // arguments beforehand. 239 arguments = originalArguments(match); 298 arguments, 304 arguments = originalArguments(match); 305 outLine.append(arguments); 436 String arguments, 455 if (methodInfo.matches(lineNumber, type, arguments)) 470 outLine.append('(').append(methodInfo.arguments).append(')'); 491 extraBuffer.append('(').append(methodInfo.arguments).append(')') 658 private String arguments; field in class:ReTrace.MethodInfo [all...] |
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
BaseTreeAdaptor.js | 36 if (arguments.length===1) { 141 if (arguments.length===2) { 142 if (org.antlr.lang.isString(arguments[1])) { 143 text = arguments[1]; 153 } else if (arguments.length===3) { 154 text = arguments[2];
|
RewriteRuleNodeStream.js | 5 org.antlr.runtime.tree.RewriteRuleNodeStream.superclass.constructor.apply(this, arguments);
|
/external/chromium/net/data/proxy_resolver_v8_unittest/ |
passthrough.js | 1 // Return a single-proxy result, which encodes ALL the arguments that were 5 if (arguments.length != 2) { 6 throw "Wrong number of arguments passed to FindProxyForURL!";
|
/external/chromium-libpac/test/js-unittest/ |
passthrough.js | 1 // Return a single-proxy result, which encodes ALL the arguments that were 5 if (arguments.length != 2) { 6 throw "Wrong number of arguments passed to FindProxyForURL!";
|
/external/chromium_org/net/data/proxy_resolver_v8_unittest/ |
passthrough.js | 1 // Return a single-proxy result, which encodes ALL the arguments that were 5 if (arguments.length != 2) { 6 throw "Wrong number of arguments passed to FindProxyForURL!";
|
/cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
AccessibilityTextTraversalTest.java | 62 final Bundle arguments = new Bundle(); local 63 arguments.putInt(AccessibilityNodeInfo.ACTION_ARGUMENT_MOVEMENT_GRANULARITY_INT, 72 arguments); 102 arguments); 132 arguments); 158 arguments)); 166 arguments); 196 arguments); 226 arguments); 252 AccessibilityNodeInfo.ACTION_PREVIOUS_AT_MOVEMENT_GRANULARITY, arguments)); 276 final Bundle arguments = new Bundle(); local 492 final Bundle arguments = new Bundle(); local 741 final Bundle arguments = new Bundle(); local 1238 final Bundle arguments = new Bundle(); local 1488 final Bundle arguments = new Bundle(); local 1742 final Bundle arguments = new Bundle(); local 2235 final Bundle arguments = new Bundle(); local 2489 final Bundle arguments = new Bundle(); local 2983 final Bundle arguments = new Bundle(); local 3237 final Bundle arguments = new Bundle(); local 3734 final Bundle arguments = new Bundle(); local 3988 final Bundle arguments = new Bundle(); local 4495 Bundle arguments = new Bundle(); local 4548 Bundle arguments = new Bundle(); local 4609 Bundle arguments = new Bundle(); local [all...] |
/external/chromium/chrome/browser/ |
jumplist_win.h | 27 // * arguments (std::wstring) 28 // The arguments for the application. 46 const std::wstring& arguments() const { return arguments_; } function in class:ShellLinkItem 52 void SetArguments(const std::wstring& arguments) { 53 arguments_ = arguments;
|
/external/chromium_org/chrome/renderer/extensions/ |
messaging_bindings.cc | 100 // Arguments are (int32 port_id, string message). 118 // Arguments are (int32 port_id, boolean notify_browser). 140 // Arguments are (int32 port_id). 152 // Arguments are (int32 port_id). 260 v8::Handle<v8::Value> arguments[] = { local 272 arraysize(arguments), arguments); 324 std::vector<v8::Handle<v8::Value> > arguments; local 325 arguments.push_back(v8::String::New(message.c_str(), message.size())); 326 arguments.push_back(port_id_handle) 353 std::vector<v8::Handle<v8::Value> > arguments; local [all...] |
/external/chromium_org/v8/test/webkit/ |
strict-throw-type-error.js | 34 return arguments; 39 var functionArguments1 = getter(strictArgumentsFunction1, "arguments"); 43 var boundArguments1 = getter(boundFunction1, "arguments"); 48 return arguments; 53 var functionArguments2 = getter(strictArgumentsFunction2, "arguments"); 57 var boundArguments2 = getter(boundFunction2, "arguments");
|
/frameworks/support/v4/java/android/support/v4/widget/ |
ExploreByTouchHelper.java | 440 private boolean performAction(int virtualViewId, int action, Bundle arguments) { 443 return performActionForHost(action, arguments); 445 return performActionForChild(virtualViewId, action, arguments); 449 private boolean performActionForHost(int action, Bundle arguments) { 450 return ViewCompat.performAccessibilityAction(mView, action, arguments); 453 private boolean performActionForChild(int virtualViewId, int action, Bundle arguments) { 457 return manageFocusForChild(virtualViewId, action, arguments); 459 return onPerformActionForVirtualView(virtualViewId, action, arguments); 463 private boolean manageFocusForChild(int virtualViewId, int action, Bundle arguments) { 702 * @param arguments (Optional) A bundle with additional arguments, o [all...] |
/cts/tests/SignatureTest/src/android/tests/sigtest/ |
InstrumentationRunner.java | 25 public void onCreate(Bundle arguments) {
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
UnwantedTokenException.js | 3 if (arguments.length>0) {
|
/external/chromium/chrome/browser/chromeos/notifications/ |
balloon_view_host.cc | 39 callback->second->Run(¶ms.arguments);
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-crbug-163530.js | 30 // Test materialization of an arguments object with unknown argument 37 assertSame(0, arguments.length); 42 assertSame(0, arguments.length); 44 return arguments.length; 56 // Test materialization of an arguments object with unknown argument 64 assertSame(0, arguments.length); 69 assertSame(8, arguments.length); 71 return arguments.length;
|
/external/e2fsprogs/intl/ |
printf-parse.h | 67 arguments and the needed count of arguments. */ 73 int printf_parse (const char *format, char_directives *d, arguments *a);
|
wprintf-parse.h | 67 arguments and the needed count of arguments. */ 73 int wprintf_parse (const wchar_t *format, wchar_t_directives *d, arguments *a);
|
/external/objenesis/tck/src/org/objenesis/tck/candidates/ |
serializable-candidates.properties | 63 # Constructors that work with arguments passed in. 65 org.objenesis.tck.candidates.SerializableConstructorWithArguments = Constructor with arguments (serializable) 66 org.objenesis.tck.candidates.SerializableConstructorWithMandatoryArguments = Constructor with mandatory arguments (serializable)
|
/packages/apps/Contacts/tests/src/com/android/contacts/ |
ContactsLaunchPerformance.java | 31 public void onCreate(Bundle arguments) {
|
/packages/apps/Dialer/tests/src/com/android/dialer/ |
DialerLaunchPerformance.java | 31 public void onCreate(Bundle arguments) {
|
/external/chromium_org/v8/test/mjsunit/ |
debug-backtrace.js | 126 json = '{"seq":0,"type":"request","command":"backtrace","arguments":{"fromFrame":1,"toFrame":3}}' 144 json = '{"seq":0,"type":"request","command":"backtrace","arguments":{"fromFrame":0,"toFrame":2, "bottom":true}}' 169 assertEquals(2, frame.arguments.length); 170 assertEquals('x', frame.arguments[0].name); 171 assertEquals('number', response.lookup(frame.arguments[0].value.ref).type); 172 assertEquals(1, response.lookup(frame.arguments[0].value.ref).value); 173 assertEquals('y', frame.arguments[1].name); 174 assertEquals('undefined', response.lookup(frame.arguments[1].value.ref).type); 176 json = '{"seq":0,"type":"request","command":"frame","arguments":{"number":0}}' 183 assertEquals(2, frame.arguments.length) [all...] |