/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
inet_diag.h | 42 /* Bytecode is sequence of 4 byte commands followed by variable arguments. 45 * length of the command and its arguments.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
ptrace-abi.h | 34 /* arguments: interrupts/non tracing syscalls only save upto here*/ 45 /* end of arguments */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
fcntl2.h | 37 "open can be called either with 2 or 3 arguments, not more"); 39 "open with O_CREAT in second argument needs 3 arguments"); 69 "open64 can be called either with 2 or 3 arguments, not more"); 71 "open64 with O_CREAT in second argument needs 3 arguments"); 113 "openat can be called either with 3 or 4 arguments, not more"); 115 "openat with O_CREAT in third argument needs 4 arguments"); 147 "openat64 can be called either with 3 or 4 arguments, not more"); 149 "openat64 with O_CREAT in third argument needs 4 arguments");
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
inet_diag.h | 42 /* Bytecode is sequence of 4 byte commands followed by variable arguments. 45 * length of the command and its arguments.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ChangeLayoutContribution.java | 28 String comment, Map arguments, int flags) throws IllegalArgumentException { 29 return new ChangeLayoutRefactoring.Descriptor(project, description, comment, arguments);
|
ChangeViewContribution.java | 28 String comment, Map arguments, int flags) throws IllegalArgumentException { 29 return new ChangeViewRefactoring.Descriptor(project, description, comment, arguments);
|
ExtractIncludeContribution.java | 28 String comment, Map arguments, int flags) throws IllegalArgumentException { 29 return new ExtractIncludeRefactoring.Descriptor(project, description, comment, arguments);
|
ExtractStyleContribution.java | 28 String comment, Map arguments, int flags) throws IllegalArgumentException { 29 return new ExtractStyleRefactoring.Descriptor(project, description, comment, arguments);
|
UnwrapContribution.java | 28 String comment, Map arguments, int flags) throws IllegalArgumentException { 29 return new UnwrapRefactoring.Descriptor(project, description, comment, arguments);
|
WrapInContribution.java | 28 String comment, Map arguments, int flags) throws IllegalArgumentException { 29 return new WrapInRefactoring.Descriptor(project, description, comment, arguments);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
ExtractStringContribution.java | 39 Map arguments, 42 return new ExtractStringDescriptor(project, description, comment, arguments);
|
/external/icu4c/i18n/unicode/ |
msgfmt.h | 50 * with optional arguments (variables/placeholders). 51 * The arguments can occur in any order, which is necessary for translation 55 * with arguments in {curly braces} which will be replaced by formatted values. 63 * subformats used for inserted arguments. 65 * <p>Arguments can be named (using identifiers) or numbered (using small ASCII-digit integers). 67 * if the pattern has named arguments (see {@link #usesNamedArguments()}). 91 * (when the pattern contains only numbered arguments) 92 * or as an array of names and and an array of arguments (which works for both named 93 * and numbered arguments). 149 * Use <code>plural</code> arguments for proper plural selection [all...] |
/dalvik/dx/src/com/android/dx/command/annotool/ |
Main.java | 43 static class Arguments { 56 /** remaining positional arguments */ 59 Arguments() { 135 final Arguments args = new Arguments();
|
/development/tools/hosttestlib/src/com/android/hosttest/ |
DeviceTestRunner.java | 35 * arguments, and then pass their values to the instantiated DeviceTests. 53 * Extracts out DeviceTestCase specific command line arguments, then passes control to parent 55 * @param args command line arguments 60 // holds unprocessed arguments to pass to parent 82 throw new IllegalArgumentException("Error: not enough arguments");
|
/external/chromium/chrome/browser/resources/file_manager/js/ |
util.js | 10 * Returns a function that console.log's its arguments, prefixed by |msg|. 17 var ary = Array.apply(null, arguments); 20 opt_callback.call(arguments); 25 * Returns a function that throws an exception that includes its arguments 32 var ary = Array.apply(null, arguments);
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/ |
function_sequence.js | 97 this.callback_.apply(this, arguments); 103 this.steps_[this.currentStepIdx_].apply(this, arguments); 119 this.logger.log('Starting sequence with ' + arguments.length + ' arguments'); 122 this.nextStep.apply(this, arguments);
|
/external/chromium_org/tools/gn/ |
args.h | 16 // Manages build arguments. It stores the global arguments specified on the 29 // Specifies overrides of the build arguments. These are normally specified 40 // Sets up the given scope with arguments passed in. 54 // arguments. If there are, this returns false and sets the error.
|
/external/chromium_org/ui/webui/resources/js/ |
parse_html_subset.js | 42 for (var i = 0; i < arguments.length; ++i) { 43 if (typeof arguments[i] == 'object') { 44 for (var key in arguments[i]) { 45 if (arguments[i].hasOwnProperty(key)) 46 clone[key] = arguments[i][key];
|
/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 + '}';
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
fixed-expansion.cpp | 31 "fails with two default arguments"); 39 "fails with no default arguments"); 57 "fails with two default arguments"); 65 "fails with no default arguments"); 117 X0<int> x0i; // expected-error{{too few template arguments for class template 'X0'}}
|
/external/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 + '}';
|
/frameworks/testing/uiautomator/utils/SleepUtils/SleepHelper/src/com/android/testing/sleephelper/ |
SetAlarm.java | 90 public void onCreate(Bundle arguments) { 91 super.onCreate(arguments); 92 mCommand = arguments.getString(COMMAND); 93 if ("true".equals(arguments.getString("debug"))) { 99 mArgs = arguments;
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
ToggleFeaturePreferenceFragment.java | 131 protected void onProcessArguments(Bundle arguments) { 133 mPreferenceKey = arguments.getString(AccessibilitySettings.EXTRA_PREFERENCE_KEY); 135 final boolean enabled = arguments.getBoolean(AccessibilitySettings.EXTRA_CHECKED); 140 String title = arguments.getString(AccessibilitySettings.EXTRA_TITLE); 144 CharSequence summary = arguments.getCharSequence(AccessibilitySettings.EXTRA_SUMMARY);
|
/external/v8/src/ |
d8.js | 542 if (this.arguments) { 543 json += ',"arguments":'; 544 // Encode the arguments part. 545 if (this.arguments.toJSONProtocol) { 546 json += this.arguments.toJSONProtocol(); 548 json += SimpleObjectToJSON_(this.arguments); 583 request.arguments = {}; 584 request.arguments.start = start_index; 585 request.arguments.count = lines_to_dump; 602 request.arguments = {} [all...] |
/external/chromium_org/v8/src/ |
debug-debugger.js | [all...] |