/packages/apps/Settings/src/com/android/settings/accessibility/ |
ToggleAccessibilityServicePreferenceFragment.java | 373 protected void onProcessArguments(Bundle arguments) { 374 super.onProcessArguments(arguments); 376 String settingsTitle = arguments.getString(AccessibilitySettings.EXTRA_SETTINGS_TITLE); 377 String settingsComponentName = arguments.getString( 389 mComponentName = arguments.getParcelable(AccessibilitySettings.EXTRA_COMPONENT_NAME);
|
/external/chromium_org/sandbox/win/sandbox_poc/ |
main_ui_window.cc | 496 AddDebugMessage(L"The length of the arguments exceeded 32K. " 501 wchar_t * arguments = new wchar_t[size_call]; local 502 wnsprintf(arguments, static_cast<int>(size_call), L"%ls %ls \"%ls\" %ls", 506 arguments[size_call - 1] = L'\0'; 522 arguments, policy, 532 spawn_target_.c_str(), arguments, result); 571 AddDebugMessage(L"Successfully spawned target w/args (%ls)", arguments); 575 delete[] arguments;
|
/frameworks/base/tools/aidl/ |
AST.cpp | 37 WriteArgumentList(FILE* to, const vector<Expression*>& arguments) 39 size_t N = arguments.size(); 41 arguments[i]->Write(to); 351 this->arguments.push_back(expression); 366 WriteArgumentList(to, this->arguments); 414 this->arguments.push_back(expression); 422 WriteArgumentList(to, this->arguments);
|
/external/chromium_org/v8/test/mjsunit/ |
array-reduce.js | 47 // of arguments and otherwise behaves as "func", but which also 48 // records all calls in an array on the function (as arrays of arguments 53 assertEquals(4, arguments.length, 54 testName + "(number of arguments: " + arguments.length + ")"); 64 var result = func.apply(this, arguments); 84 if (arguments.length > 6) {
|
debug-changebreakpoint.js | 48 function testArguments(dcp, arguments, success) { 49 var request = '{' + base_request + ',"arguments":' + arguments + '}'
|
debug-clearbreakpointgroup.js | 48 function testArguments(dcp, arguments, success) { 49 var request = '{' + base_request + ',"arguments":' + arguments + '}'
|
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
commons-cli-1.2.jar | |
slf4j-api-1.7.5.jar | |
/prebuilts/misc/common/commons-cli/ |
commons-cli-1.2.jar | |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/ |
chrome_ex_oauth.js | 14 * @param {Object} opt_args Optional arguments. Recognized parameters: 92 * been obtained. This callback will be passed the following arguments: 131 * completed. This callback will be passed the following arguments: 338 * a variable number of additional arguments which will be prepended to the 339 * arguments passed to the bound function when it is called. 345 var newargs = Array.prototype.slice.call(arguments).slice(2); 347 var combinedargs = newargs.concat(Array.prototype.slice.call(arguments)); 433 * This callback will be passed the following arguments: 460 * calculated. This callback will be passed the following arguments: 463 * @param {Object} opt_args Optional arguments. The following parameter [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/ |
chrome_ex_oauth.js | 14 * @param {Object} opt_args Optional arguments. Recognized parameters: 92 * been obtained. This callback will be passed the following arguments: 131 * completed. This callback will be passed the following arguments: 338 * a variable number of additional arguments which will be prepended to the 339 * arguments passed to the bound function when it is called. 345 var newargs = Array.prototype.slice.call(arguments).slice(2); 347 var combinedargs = newargs.concat(Array.prototype.slice.call(arguments)); 433 * This callback will be passed the following arguments: 460 * calculated. This callback will be passed the following arguments: 463 * @param {Object} opt_args Optional arguments. The following parameter [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/ |
concat-jquery-mootools-prototype.js | 152 // (You can seed the arguments with an array of args, but this is 253 return this.domManip(arguments, true, function(elem){ 260 return this.domManip(arguments, true, function(elem){ 267 return this.domManip(arguments, false, function(elem){ 273 return this.domManip(arguments, false, function(elem){ 500 return this.pushStack( Array.prototype.slice.apply( this, arguments ), 501 "slice", Array.prototype.slice.call(arguments).join(",") ); 564 var target = arguments[0] || {}, i = 1, length = arguments.length, deep = false, options; 569 target = arguments[1] || {} [all...] |
/external/chromium_org/v8/test/mjsunit/tools/ |
tickprocessor.js | 77 '08139150 00000b4b t v8::internal::Runtime_StringReplaceRegExpWithString(v8::internal::Arguments)', 79 '0813a0b0 00000855 t v8::internal::Runtime_DebugGetPropertyDetails(v8::internal::Arguments)', 90 shell_syms.push(Array.prototype.slice.apply(arguments, [0])); 95 ['v8::internal::Runtime_StringReplaceRegExpWithString(v8::internal::Arguments)', 0x08139150, 0x08139150 + 0xb4b], 97 ['v8::internal::Runtime_DebugGetPropertyDetails(v8::internal::Arguments)', 0x0813a0b0, 0x0813a0b0 + 0x855], 116 libc_syms.push(Array.prototype.slice.apply(arguments, [0])); 154 shell_syms.push(Array.prototype.slice.apply(arguments, [0])); 177 stdc_syms.push(Array.prototype.slice.apply(arguments, [0])); 220 shell_syms.push(Array.prototype.slice.apply(arguments, [0])); 261 exe_exe_syms.push(Array.prototype.slice.apply(arguments, [0])) [all...] |
/external/icu/icu4c/source/i18n/ |
msgfmt.cpp | 883 // pattern and formats the arguments Formattable array and 888 const Formattable* arguments, 894 return temp.format(arguments, NULL, cnt, appendTo, NULL, success); 921 const Formattable* arguments, 925 return format(arguments, argumentNames, count, appendTo, NULL, success); 929 const Formattable* MessageFormat::getArgFromListByName(const Formattable* arguments, 934 return arguments + i; 942 MessageFormat::format(const Formattable* arguments, 954 format(0, NULL, arguments, argumentNames, cnt, app, pos, status); 998 // if argumentNames is NULL, this means arguments is a numeric array [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/ |
math_store.js | 52 var cstrList = Array.prototype.slice.call(arguments, 4); 53 // We can not use goog.base due to variable number of constraint arguments. 116 this.addAlias_(rule, query, Array.prototype.slice.call(arguments, 3)); 133 this.addAlias_(rule, query, Array.prototype.slice.call(arguments, 2)); 149 var cstrList = Array.prototype.slice.call(arguments, 2);
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
web_view_experimental.js | 85 $Function.apply(self.dispatch, self, $Array.slice(arguments)); 102 var args = $Array.concat([this.viewInstanceId_], $Array.slice(arguments)); 107 var args = $Array.concat([this.viewInstanceId_], $Array.slice(arguments)); 112 var args = $Array.concat([this.viewInstanceId_], $Array.slice(arguments)); 117 var args = $Array.concat([this.viewInstanceId_], $Array.slice(arguments));
|
/external/chromium_org/v8/test/webkit/fast/js/ |
Object-getOwnPropertyNames.js | 26 function argumentsObject() { return arguments; }; 38 "new Function()": "['arguments', 'caller', 'length', 'name', 'prototype']", 39 "(function(){var x=new Function();x.__proto__=[1,2,3];return x;})()": "['arguments', 'caller', 'length', 'name', 'prototype']", 57 // Arguments objects 61 "(function(){arguments.__proto__=[1,2,3];return arguments;})()": "['callee', 'length']",
|
/packages/apps/Settings/src/com/android/settings/print/ |
PrintServiceSettingsFragment.java | 326 Bundle arguments = getArguments(); local 329 mPreferenceKey = arguments.getString(PrintSettingsFragment.EXTRA_PREFERENCE_KEY); 332 final boolean enabled = arguments.getBoolean(PrintSettingsFragment.EXTRA_CHECKED); 336 String settingsTitle = arguments.getString(PrintSettingsFragment.EXTRA_SETTINGS_TITLE); 337 String settingsComponentName = arguments.getString( 354 String addPrintersTitle = arguments.getString( 357 arguments.getString(PrintSettingsFragment.EXTRA_ADD_PRINTERS_COMPONENT_NAME); 374 mEnableWarningTitle = arguments.getCharSequence( 378 mEnableWarningMessage = arguments.getCharSequence( 382 mComponentName = ComponentName.unflattenFromString(arguments [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/commons-cli/commons-cli/1.0/ |
commons-cli-1.0.jar | |
/prebuilts/tools/common/m2/repository/org/slf4j/slf4j-api/1.7.2/ |
slf4j-api-1.7.2.jar | |
/prebuilts/tools/common/m2/repository/org/slf4j/slf4j-api/1.7.5/ |
slf4j-api-1.7.5.jar | |
/external/chromium_org/chrome/browser/resources/cryptotoken/ |
sha256.js | 147 * Optionally update the hash with additional arguments, and return the 153 for (var i = 0; i < arguments.length; ++i) 154 this.update(arguments[i]);
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
new_tab.js | 106 ntp.PageListView.prototype.appendTilePage.apply(this, arguments); 631 return newTabView.appAdded.apply(newTabView, arguments); 635 return newTabView.appMoved.apply(newTabView, arguments); 639 return newTabView.appRemoved.apply(newTabView, arguments); 643 return newTabView.appsPrefChangedCallback.apply(newTabView, arguments); 648 arguments); 652 return newTabView.appsReordered.apply(newTabView, arguments); 656 return newTabView.enterRearrangeMode.apply(newTabView, arguments); 667 return newTabView.getAppsCallback.apply(newTabView, arguments); 671 return newTabView.getAppsPageIndex.apply(newTabView, arguments); [all...] |
/external/chromium_org/chrome/browser/resources/signin_internals/ |
signin_internals.js | 97 var args = Array.prototype.slice.call(arguments); 134 var args = Array.prototype.slice.call(arguments); 142 var args = Array.prototype.slice.call(arguments);
|
/external/chromium_org/v8/src/ |
proxy.js | 36 return %Apply(construct, UNDEFINED, arguments, 0, %_ArgumentsLength()); 73 var result = %Apply(callTrap, obj, arguments, 0, %_ArgumentsLength()); 81 this, arguments, 0, %_ArgumentsLength())
|