/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
byteswap.h | 29 /* Return a value with all bytes in the 16 bit argument swapped. */ 32 /* Return a value with all bytes in the 32 bit argument swapped. */ 36 /* Return a value with all bytes in the 64 bit argument swapped. */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/ |
Required.py | 22 Required argument: list of objects to open 23 Keyword argument converting: Whether to convert project to latest version (yes/no; default is ask). 24 Keyword argument _attributes: AppleEvent attribute dictionary
|
Standard_Suite.py | 23 Required argument: the object to close 24 Keyword argument saving: specifies whether or not changes should be saved before closing 25 Keyword argument saving_in: the file in which to save the object 26 Keyword argument _attributes: AppleEvent attribute dictionary 50 Required argument: the object whose elements are to be counted 51 Keyword argument each: the class of the elements to be counted. Keyword 'each' is optional in AppleScript 52 Keyword argument _attributes: AppleEvent attribute dictionary 76 Required argument: the object whose data is to be returned 77 Keyword argument as: the desired types for the data, in order of preference 78 Keyword argument _attributes: AppleEvent attribute dictionar [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/ |
Standard_Suite.py | 21 Required argument: an AE object reference 22 Keyword argument as: undocumented, typecode 'type' 23 Keyword argument _attributes: AppleEvent attribute dictionary
|
URL_Suite.py | 21 Required argument: URL to open 22 Keyword argument to: File into which to save resource located at URL. 23 Keyword argument _attributes: AppleEvent attribute dictionary
|
/art/compiler/jni/quick/ |
calling_convention.h | 93 param++; // 0th argument must skip return value at start of the shorty 95 return false; // this argument 103 param++; // 0th argument must skip return value at start of the shorty 105 return true; // this argument 121 param++; // 0th argument must skip return value at start of the shorty 123 return kPointerSize; // this argument 134 // The slot number for current calling_convention argument. 135 // Note that each slot is 32-bit. When the current argument is bigger 136 // than 32 bits, return the first slot number for this argument. 140 // The argument number along argument list for current argumen [all...] |
/external/chromium_org/tools/site_compare/ |
command_line.py | 41 validator: callable for custom argument validation 55 class Argument(object): 56 """Encapsulates an argument to a command.""" 62 """Command-line argument to a command. 65 names: argument name, or list of synonyms 66 helptext: brief description of the argument 67 type: type of the argument. Valid values include: 76 required: True if argument must be specified 78 positional: Argument specified by location, not name 81 ValueError: the argument name is invalid for some reaso [all...] |
/external/mockito/src/org/mockito/ |
Matchers.java | 24 * //stubbing using anyInt() argument matcher
30 * //you can also verify using argument matcher
37 * If you are using argument matchers, <b>all arguments</b> have to be provided by matchers.
41 * verify(mock).someMethod(anyInt(), anyString(), <b>eq("third argument")</b>);
42 * //above is correct - eq() is also an argument matcher
44 * verify(mock).someMethod(anyInt(), anyString(), <b>"third argument"</b>);
45 * //above is incorrect - exception will be thrown because third argument is given without argument matcher.
60 * <h1>Custom Argument Matchers</h1>
64 * Before you start implementing your own custom argument matcher, make sure you check out {@link ArgumentCaptor} api. [all...] |
/external/bluetooth/bluedroid/bta/ag/ |
bta_ag_at.h | 31 /* AT command argument capabilities */ 32 #define BTA_AG_AT_NONE 0x01 /* no argument */ 36 #define BTA_AG_AT_FREE 0x10 /* freeform argument */ 38 /* AT command argument format */ 50 UINT8 arg_type; /* allowable argument type syntax */
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/ |
module.hpp | 58 struct argument { struct in struct:clover::module 71 argument(enum type type, size_t size) : type(type), size(size) { } function in struct:clover::module::argument 72 argument() : type(scalar), size(0) { } function in struct:clover::module::argument 80 size_t offset, const clover::compat::vector<argument> &args) : 87 clover::compat::vector<argument> args;
|
/external/chromium_org/tools/json_schema_compiler/dart_test/ |
functions.dart | 54 /// Function taking a non-optional argument. 57 /// Function taking an optional argument. 60 /// Function taking a non-optional dictionary argument. 63 /// Function taking an optional dictionary argument. 66 /// Function taking an entry argument.
|
/external/clang/test/FixIt/ |
format.mm | 11 NSLog(@"%C", wchar_data); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short') but the argument has type 'wchar_t'}} 14 NSLog(@"%C", 0x2603); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short') but the argument has type 'int'}} 20 NSLog(@"%C", wchar_data); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short') but the argument has type 'wchar_t'}} 23 NSLog(@"%C", 0x2603); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short') but the argument has type 'int'}} 27 NSLog(@"%C", 0.0); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short') but the argument has type 'double'}}
|
/external/e2fsprogs/intl/ |
printf-args.h | 1 /* Decomposed printf argument list. 39 /* Argument types */ 77 /* Polymorphic argument */ 119 argument; typedef in typeref:struct:__anon17434 124 argument *arg;
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
module.hpp | 58 struct argument { struct in struct:clover::module 71 argument(enum type type, size_t size) : type(type), size(size) { } function in struct:clover::module::argument 72 argument() : type(scalar), size(0) { } function in struct:clover::module::argument 80 size_t offset, const clover::compat::vector<argument> &args) : 87 clover::compat::vector<argument> args;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/ |
PowerPlant.py | 21 Keyword argument to: reference to new focus of AppleEvents 22 Keyword argument _attributes: AppleEvent attribute dictionary 45 Required argument: object to select or container of sub-objects to select 46 Keyword argument data: sub-object(s) to select 47 Keyword argument _attributes: AppleEvent attribute dictionary
|
/external/clang/test/SemaCXX/ |
attr-noreturn.cpp | 99 // expected-note@+5 {{candidate function [with T = void (*)(int) __attribute__((noreturn))] not viable: no overload of 'baz' matching 'void (*)(int) __attribute__((noreturn))' for 1st argument}} 100 // expected-note@+4 {{candidate function [with T = void (*)(int) __attribute__((noreturn))] not viable: no overload of 'qux' matching 'void (*)(int) __attribute__((noreturn))' for 1st argument}} 101 // expected-note@+3 {{candidate function [with T = void (*)(int) __attribute__((noreturn))] not viable: no overload of 'bar' matching 'void (*)(int) __attribute__((noreturn))' for 1st argument}} 102 // expected-note@+2 {{candidate function [with T = void (*)(int)] not viable: no overload of 'bar' matching 'void (*)(int)' for 1st argument}} 103 // expected-note@+1 {{candidate function [with T = void (int)] not viable: no overload of 'bar' matching 'void (*)(int)' for 1st argument}} 106 // expected-note@+1 {{candidate function not viable: no overload of 'bar' matching 'void (*)(int)' for 1st argument}} 111 // expected-note@+2 {{candidate function not viable: no overload of 'baz' matching 'void (*)(int) __attribute__((noreturn))' for 1st argument}} 112 // expected-note@+1 {{candidate function not viable: no overload of 'qux' matching 'void (*)(int) __attribute__((noreturn))' for 1st argument}} 120 // expected-note@+1 {{candidate function not viable: no overload of 'bar' matching 'fptr_t' (aka 'void (*)(int)') for 1st argument}} 125 // expected-note@+2 {{candidate function not viable: no overload of 'baz' matching 'fptr_noreturn_t' (aka 'void (*)(int) __attribute__((noreturn))') for 1st argument}} [all...] |
default2.cpp | 26 void g(int x, int y = x); // expected-error {{default argument references parameter 'x'}} 28 void g2(int x, int y, int z = x + y); // expected-error {{default argument references parameter 'x'}} expected-error {{default argument references parameter 'y'}} 34 int f(X* x = this); // expected-error{{default argument references 'this'}} 46 void C::f(int i = 3) // expected-error{{redefinition of default argument}} 66 int k = j, // expected-error{{default argument references parameter 'j'}} 69 int m); // expected-error{{missing default argument on parameter 'm'}} 109 // expected-note{{passing argument to parameter 'z' here}} 116 static void g(int = f()); // expected-error{{use of default argument to function 'f' that is declared later in class 'C2'}} 117 static int f(int = 10); // expected-note{{default argument declared here} [all...] |
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
BluetoothTestRunner.java | 91 // Invalid argument, fall back to default value 100 // Invalid argument, fall back to default value 109 // Invalid argument, fall back to default value 118 // Invalid argument, fall back to default value 127 // Invalid argument, fall back to default value 136 // Invalid argument, fall back to default value 145 // Invalid argument, fall back to default value 154 // Invalid argument, fall back to default value 163 // Invalid argument, fall back to default value 172 // Invalid argument, fall back to default valu [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
sched.py | 16 Events are specified by tuples (time, priority, action, argument). 19 event means calling the action function, passing it the argument 20 sequence in "argument" (remember that in Python, multiple function 36 Event = namedtuple('Event', 'time, priority, action, argument') 46 def enterabs(self, time, priority, action, argument): 53 event = Event(time, priority, action, argument) 57 def enter(self, delay, priority, action, argument): 64 return self.enterabs(time, priority, action, argument) 86 (its action function is called, passing it the argument). If 108 time, priority, action, argument = checked_event = q[0 [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
sched.py | 16 Events are specified by tuples (time, priority, action, argument). 19 event means calling the action function, passing it the argument 20 sequence in "argument" (remember that in Python, multiple function 36 Event = namedtuple('Event', 'time, priority, action, argument') 46 def enterabs(self, time, priority, action, argument): 53 event = Event(time, priority, action, argument) 57 def enter(self, delay, priority, action, argument): 64 return self.enterabs(time, priority, action, argument) 86 (its action function is called, passing it the argument). If 108 time, priority, action, argument = checked_event = q[0 [all...] |
/external/chromium_org/v8/test/mjsunit/ |
stack-traces-2.js | 71 testTraceNativeConversion(String); // Does ToString on argument. 72 testTraceNativeConversion(Number); // Does ToNumber on argument. 73 testTraceNativeConversion(RegExp); // Does ToString on argument. 75 testTraceNativeConstructor(String); // Does ToString on argument. 76 testTraceNativeConstructor(Number); // Does ToNumber on argument. 77 testTraceNativeConstructor(RegExp); // Does ToString on argument. 78 testTraceNativeConstructor(Date); // Does ToNumber on argument.
|
/external/v8/test/mjsunit/ |
stack-traces-2.js | 71 testTraceNativeConversion(String); // Does ToString on argument. 72 testTraceNativeConversion(Number); // Does ToNumber on argument. 73 testTraceNativeConversion(RegExp); // Does ToString on argument. 75 testTraceNativeConstructor(String); // Does ToString on argument. 76 testTraceNativeConstructor(Number); // Does ToNumber on argument. 77 testTraceNativeConstructor(RegExp); // Does ToString on argument. 78 testTraceNativeConstructor(Date); // Does ToNumber on argument.
|
/external/chromium/testing/gmock/include/gmock/ |
gmock-more-actions.h | 46 // Implements the Invoke(f) action. The template argument 113 // non-empty argument list to perform inner_action, which takes no 114 // argument. In other words, it adapts an action accepting no 115 // argument to one that accepts (and ignores) arguments. 123 // (0-based) argument of the mock function to an_action and performs 124 // it. It adapts an action accepting one argument to one that accepts 143 // Action ReturnArg<k>() returns the k-th argument of the mock function. 150 // Action SaveArg<k>(pointer) saves the k-th (0-based) argument of the 159 // by the k-th (0-based) argument of the mock function to *pointer. 167 // referenced by the k-th (0-based) argument of the mock function [all...] |
/external/libvorbis/doc/vorbisenc/ |
vorbis_encode_ctl.html | 53 <dd>void * pointing to a data structure matching the request argument.</dd><p> 61 <dd><b>Argument: <a href="ovectl_ratemanage2_arg.html">struct 68 <dd><b>Argument: <a href="ovectl_ratemanage2_arg.html">struct 76 <dd><b>Argument: double *</b><br> Returns the current encoder hard-lowpass 81 <dd><b>Argument: double *</b><br> Sets the encoder hard-lowpass to the value 86 <dd><b>Argument: double *</b><br> Returns the current encoder impulse 89 <dt><i>OV_ECTL_IBLOCK_SET</i></dt> <dd><b>Argument: double *</b><br> Sets 96 <dd><b>Argument: int *</b><br> 102 <dd><b>Argument: int *</b><br> 112 <b>Argument: <a href="ovectl_ratemanage_arg.html">struc [all...] |
/external/llvm/lib/Transforms/IPO/ |
IPConstantPropagation.cpp | 13 // them. The existing dead argument elimination pass should be run after this 78 /// constant in for an argument, propagate that constant in as the argument. 83 // For each argument, keep track of its constant value and whether it is a 110 // If this argument is known non-constant, ignore it. 120 // Ignore recursive calls passing argument down. 122 // Argument became non-constant. If all arguments are non-constant now, 131 // If we got to this point, there is a constant argument! 136 // Do we have a constant argument? 198 // Try to see if all the rets return the same constant or argument [all...] |