/external/chromium_org/v8/test/webkit/ |
dfg-inline-constructor-that-uses-arguments.js | 25 "Tests that we can inline a constructor that uses arguments without failing DFG validation." 29 this.x = arguments[0];
|
dfg-tear-off-arguments-not-activation.js | 25 "Tests the case that a function that might create an activation has not actually created one, but has created its arguments." 29 return foo.arguments;
|
resolve-arguments-from-scope.js | 25 "Tests that doing repeated resolves of 'arguments' from some nested scope doesn't crash." 36 return arguments;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/ |
antRun.bat | 33 rem Slurp the command line arguments. This loop allows for an unlimited number 34 rem of arguments (up to the command line limit, anyway).
|
/external/icu4c/test/intltest/ |
dadrcoll.cpp | 170 const UChar *arguments = NULL; local 223 testSetting = settings->getString("Arguments", intStatus); 225 logln("Arguments: "+testSetting); 227 arguments = testSetting.getBuffer(); 228 processArguments(col, arguments, argLen); 230 processArguments(clone, arguments, argLen); 233 errln("Couldn't process arguments");
|
/external/v8/src/ |
prettyprinter.cc | 372 PrintArguments(node->arguments()); 380 PrintArguments(node->arguments()); 387 PrintArguments(node->arguments()); 477 va_list arguments; local 478 va_start(arguments, format); 481 arguments); 482 va_end(arguments); 521 void PrettyPrinter::PrintArguments(ZoneList<Expression*>* arguments) { 523 for (int i = 0; i < arguments->length(); i++) { 525 Visit(arguments->at(i)) [all...] |
/external/v8/test/mjsunit/ |
function-bind.js | 32 return [this, arguments.length, x]; 54 // of arguments are given when binding. 144 // The wrong number of arguments can be given to bound functions too. 249 return [this, arguments.length, x]; 267 // Test that .arguments and .caller are poisoned according to the ES5 spec. 272 var adesc = Object.getOwnPropertyDescriptor(f, "arguments"); 290 assertThrows(function() { return f.arguments; }, TypeError); 291 assertThrows(function() { f.arguments = 42; }, TypeError);
|
debug-continue.js | 47 function testArguments(exec_state, arguments, success) { 51 // Generate request with the supplied arguments 53 if (arguments) { 54 request = '{' + base_request + ',"arguments":' + arguments + '}';
|
debug-evaluate-recursive.js | 47 function testRequest(exec_state, arguments, success, result) { 51 // Generate request with the supplied arguments. 53 if (arguments) { 54 request = '{' + base_request + ',"arguments":' + arguments + '}';
|
debug-evaluate.js | 47 function testRequest(dcp, arguments, success, result) { 48 // Generate request with the supplied arguments. 50 if (arguments) { 51 request = '{' + base_request + ',"arguments":' + arguments + '}';
|
/external/v8/test/mjsunit/regress/ |
regress-1060.js | 29 // for the (shared) .arguments proxy, even for calls. 30 function f(x) { arguments; return x() + x(); }
|
regress-1104.js | 29 // an arguments object access should not record duplicate AST IDs for 34 return arguments;
|
regress-1351.js | 30 // Test that the arguments value is does not escape when it appears as 37 h(a = arguments);
|
regress-20070207.js | 29 // value of setting a property in the arguments object. 32 arguments.length;
|
regress-2045.js | 31 assertEquals(2, arguments.length); 36 return foo.apply(this, arguments);
|
regress-3230771.js | 32 for (var h = typeof arguments[0] == "object" ? 0 : arguments; false; ) { }
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
UnwrapRefactoring.java | 62 * @param arguments argument map created by #createArgumentMap. 64 UnwrapRefactoring(Map<String, String> arguments) { 65 super(arguments); 236 Map<String, String> arguments) { 238 project, description, comment, arguments);
|
ChangeViewRefactoring.java | 73 * @param arguments argument map created by #createArgumentMap. 75 ChangeViewRefactoring(Map<String, String> arguments) { 76 super(arguments); 77 mTypeFqcn = arguments.get(KEY_TYPE); 288 Map<String, String> arguments) { 290 project, description, comment, arguments);
|
/external/mtpd/ |
l2tp.c | 315 static int l2tp_connect(char **arguments) 317 create_socket(AF_INET, SOCK_DGRAM, arguments[0], arguments[1]); 332 if (arguments[2][0]) { 341 secret = arguments[2]; 342 secret_length = strlen(arguments[2]); 564 .arguments = 3,
|
/external/chromium_org/ui/gl/ |
generate_bindings.py | 17 'arguments': 'GLenum texture', }, 20 'arguments': 'GLuint program, GLuint shader', }, 23 'arguments': 'GLenum target, GLuint id', }, 26 'arguments': 'GLenum target, GLuint id', }, 29 'arguments': 'GLuint program, GLuint index, const char* name', }, 32 'arguments': 'GLenum target, GLuint buffer', }, 35 'arguments': 'GLuint program, GLuint colorNumber, const char* name', }, 38 'arguments': 42 'arguments': 'GLenum target, GLuint framebuffer', }, 45 'arguments': 'GLenum target, GLuint renderbuffer', } 1421 arguments = func['arguments'] variable 1520 arguments = func['arguments'] variable 1543 arguments = func['arguments'] variable [all...] |
/external/chromium_org/v8/test/mjsunit/ |
debug-continue.js | 47 function testArguments(exec_state, arguments, success) { 51 // Generate request with the supplied arguments 53 if (arguments) { 54 request = '{' + base_request + ',"arguments":' + arguments + '}';
|
debug-evaluate-recursive.js | 47 function testRequest(exec_state, arguments, success, result) { 51 // Generate request with the supplied arguments. 53 if (arguments) { 54 request = '{' + base_request + ',"arguments":' + arguments + '}';
|
debug-evaluate.js | 47 function testRequest(dcp, arguments, success, result) { 48 // Generate request with the supplied arguments. 50 if (arguments) { 51 request = '{' + base_request + ',"arguments":' + arguments + '}';
|
/build/tools/droiddoc/templates-ds/assets/js/grid/ |
960.gridder.js | 155 if (typeof (arguments[0]) === "object") {
156 for (var d in arguments[0]) {
157 c._setVariable(d, arguments[0][d]);
160 c._setVariable(arguments[0], arguments[1]);
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
ToggleAccessibilityServicePreferenceFragment.java | 300 protected void onProcessArguments(Bundle arguments) { 301 super.onProcessArguments(arguments); 303 String settingsTitle = arguments.getString(AccessibilitySettings.EXTRA_SETTINGS_TITLE); 304 String settingsComponentName = arguments.getString( 316 mComponentName = arguments.getParcelable(AccessibilitySettings.EXTRA_COMPONENT_NAME);
|