/external/libvorbis/ |
compile | 43 arguments, and rename the output as expected.
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
ast.ml | 20 * its name, and its argument names (thus implicitly the number of arguments the
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
ast.ml | 20 * its name, and its argument names (thus implicitly the number of arguments the
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
ast.ml | 20 * its name, and its argument names (thus implicitly the number of arguments the
|
/external/proguard/lib/ |
retrace.jar | |
/external/proguard/src/proguard/obfuscate/ |
MappingReader.java | 146 // field/method name, optional arguments, and the new field/method name. 187 String arguments = line.substring(argumentIndex1 + 1, argumentIndex2).trim(); 194 arguments,
|
/frameworks/base/core/java/android/accessibilityservice/ |
IAccessibilityServiceConnection.aidl | 53 int action, in Bundle arguments, int interactionId,
|
/frameworks/base/core/java/android/view/accessibility/ |
IAccessibilityInteractionConnection.aidl | 52 void performAccessibilityAction(long accessibilityNodeId, int action, in Bundle arguments,
|
/ndk/sources/host-tools/make-3.81/config/ |
compile | 43 arguments, and rename the output as expected.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
symlink_support.py | 64 arguments = None 72 arguments,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
symlink_support.py | 64 arguments = None 72 arguments,
|
/prebuilts/tools/common/proguard/proguard4.7/lib/ |
retrace.jar | |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
optparse.py | 108 inconsistent arguments. 481 # here so the constructor can validate its arguments. 524 # validate option arguments according to the option type. 537 # If no checker is defined for a type, arguments will be 623 "invalid keyword arguments: %s" % ", ".join(attrs), [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
optparse.py | 108 inconsistent arguments. 481 # here so the constructor can validate its arguments. 524 # validate option arguments according to the option type. 537 # If no checker is defined for a type, arguments will be 623 "invalid keyword arguments: %s" % ", ".join(attrs), [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
ExtensionAPI.js | 163 listeners[i].apply(null, arguments); 171 this._fire.apply(this, request.arguments); 221 var request = message.arguments[1]; 222 request.__proto__ = new Request(message.arguments[0]); 345 var frameIndex = message.arguments[0]; 458 extensionServer.sendRequest(request, extractCallbackArgument(arguments)); 520 var auditResult = new AuditResult(request.arguments[0]); 566 return new AuditResultNode(Array.prototype.slice.call(arguments)); 588 arguments: [url, lineNumber && lineNumber - 1] 596 arguments: Array.prototype.slice.call(arguments, 1 [all...] |
/bionic/libc/arch-x86/bionic/ |
syscall.S | 23 # Load all the arguments from the calling frame.
|
/cts/tests/core/runner/src/android/test/ |
InstrumentationCtsTestRunner.java | 75 public void onCreate(Bundle arguments) { 91 if (arguments != null) { 92 String classArg = arguments.getString(ARGUMENT_TEST_CLASS); 109 super.onCreate(arguments);
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
CommonTokenStream.js | 14 if (arguments.length >= 2) { 16 } else if (arguments.length === 1) { 139 if (arguments.length===0) { 287 if (arguments.length===0) {
|
/external/chromium/chrome/browser/extensions/ |
extension_sidebar_api.cc | 77 static bool IsArgumentListEmpty(const ListValue* arguments) { 78 if (arguments->empty()) 80 if (arguments->GetSize() == 1) { 82 if (!arguments->Get(0, &first_value))
|
/external/chromium/chrome/browser/resources/file_manager/js/ |
exif_reader.js | 16 arguments: [fileURL, metadata]}); 27 steps[++currentStep].apply(self, arguments); 35 arguments: [fileURL, steps[currentStep].name, err]}); 155 //this.log('dispatching: ' + data.verb + ': ' + data.arguments); 156 this.messageHandlers[data.verb].apply(this, data.arguments); 163 var ary = Array.apply(null, arguments); 164 postMessage({verb: 'log', arguments: ary}); 169 this.log.apply(this, arguments);
|
/external/chromium/chrome/browser/ui/webui/ |
sync_internals_ui.cc | 48 browser_sync::JsArgList args(params.arguments);
|
/external/chromium_org/base/win/ |
shortcut_unittest.cc | 109 EXPECT_EQ(link_properties_.arguments, args); 115 target_and_args_properties.set_arguments(link_properties_.arguments); 234 new_properties.set_arguments(link_properties_2_.arguments); 255 // Test that the old arguments remain on the replaced shortcut when not 261 // Do not explicitly set the arguments. 268 expected_properties.set_arguments(link_properties_.arguments);
|
/external/chromium_org/chrome/browser/policy/test/ |
local_policy_test_server.h | 86 base::DictionaryValue* arguments) const OVERRIDE;
|
/external/chromium_org/chrome/renderer/extensions/ |
dom_activity_logger.cc | 46 params.arguments.Swap(argv_list_value.get());
|
/external/chromium_org/chrome_frame/cfinstall/src/stub/ |
frame.js | 13 * Plucks properties from the passed arguments and sets them on the passed 33 * arguments. Note that this should only be called once.
|