/external/flac/libFLAC/ia32/ |
bitreader_asm.nasm | 47 ; void FLAC__bool FLAC__bitreader_read_rice_signed_block(FLAC__BitReader *br, int vals[], unsigned nvals, unsigned parameter) 57 ;ASSERT(parameter < 32); 61 ;; [esp + 16] unsigned parameter 77 ;; [esp + 36] unsigned parameter 353 mov ebx, [esp + 36] ; ebx <- parameter 354 test ebx, ebx ; if(parameter) { 357 cmp [esp], ebx ; while(ucbits < parameter) { 387 ;; ebx parameter 401 cmp ebx, eax ; if(parameter < n) { 403 ; uval <<= parameter; [all...] |
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
sdlcdplaytracks.html | 128 CLASS="PARAMETER" 133 CLASS="PARAMETER" 140 CLASS="PARAMETER" 145 CLASS="PARAMETER" 150 CLASS="PARAMETER" 155 CLASS="PARAMETER" 160 CLASS="PARAMETER"
|
sdlsetcolorkey.html | 130 CLASS="PARAMETER" 135 CLASS="PARAMETER" 140 CLASS="PARAMETER" 153 CLASS="PARAMETER" 162 CLASS="PARAMETER" 170 CLASS="PARAMETER" 196 CLASS="PARAMETER"
|
/external/smali/baksmali/src/test/smali/ |
baksmali_test_class.smali | 172 .parameter "Blah" 173 .parameter 174 .parameter "BlahWithAnnotations" 181 .end parameter 182 .parameter 187 .end parameter 188 .parameter "LastParam"
|
/external/webkit/Tools/Scripts/webkitpy/style/ |
main.py | 36 If every path in the paths parameter is below the checkout root (or if 37 the paths parameter is empty or None), this method changes the current 38 working directory to the checkout root and converts the paths parameter 45 the paths parameter unchanged. 48 paths: A copy of the paths parameter -- possibly converted, as follows. 50 checkout root, then the list is the paths parameter converted to 70 raise Exception("The paths parameter must be non-empty if "
|
/frameworks/av/libvideoeditor/vss/mcs/inc/ |
M4MCS_ErrorCodes.h | 61 /* The input video frame size parameter is undefined */ 69 /* The output video format parameter is undefined */ 71 /* The output video frame size parameter is undefined */ 73 /* The output video frame rate parameter is undefined */ 75 /* The output audio format parameter is undefined */ 77 /* The output video frame size parameter is incompatible with H263 encoding */ 79 /* The output video frame rate parameter is incompatible with H263 encoding
|
/frameworks/av/media/libeffects/lvm/lib/Reverb/lib/ |
LVREV.h | 71 LVREV_OUTOFRANGE = 2, /* Out of range control parameter */ 100 /* Control Parameter structure */ 120 /* Instance Parameter structure */ 216 /* Request the LVREV module control parameters. The current parameter set is returned */ 217 /* via the parameter pointer. */ 221 /* pControlParams Pointer to an empty parameter structure */ 244 /* pNewParams Pointer to a parameter structure */
|
/libcore/luni/src/main/java/libcore/net/http/ |
HeaderParser.java | 28 void handle(String directive, String parameter); 50 String parameter; local 57 parameter = value.substring(parameterStart, pos); 64 parameter = value.substring(parameterStart, pos).trim(); 67 handler.handle(directive, parameter); 98 // TODO: This currently only handles schemes with a 'realm' parameter; 103 break; // unexpected challenge parameter; give up
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
params.h | 36 /* No parameter shall have this value. */ 40 /* The information associated with each parameter. */ 73 /* Set the VALUE associated with the parameter given by NAME in the 93 /* The value of the parameter given by ENUM. Not an lvalue. */ 97 /* Set the value of the parameter given by NUM to VALUE, implicitly, 104 /* Set the default value of a parameter given by NUM to VALUE, before 113 /* Return the default value of parameter NUM. */
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
params.h | 36 /* No parameter shall have this value. */ 40 /* The information associated with each parameter. */ 73 /* Set the VALUE associated with the parameter given by NAME in the 93 /* The value of the parameter given by ENUM. Not an lvalue. */ 97 /* Set the value of the parameter given by NUM to VALUE, implicitly, 104 /* Set the default value of a parameter given by NUM to VALUE, before 113 /* Return the default value of parameter NUM. */
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
params.h | 36 /* No parameter shall have this value. */ 40 /* The information associated with each parameter. */ 73 /* Set the VALUE associated with the parameter given by NAME in the 93 /* The value of the parameter given by ENUM. Not an lvalue. */ 97 /* Set the value of the parameter given by NUM to VALUE, implicitly, 104 /* Set the default value of a parameter given by NUM to VALUE, before 113 /* Return the default value of parameter NUM. */
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
params.h | 36 /* No parameter shall have this value. */ 40 /* The information associated with each parameter. */ 73 /* Set the VALUE associated with the parameter given by NAME in the 93 /* The value of the parameter given by ENUM. Not an lvalue. */ 97 /* Set the value of the parameter given by NUM to VALUE, implicitly, 104 /* Set the default value of a parameter given by NUM to VALUE, before 113 /* Return the default value of parameter NUM. */
|
/external/chromium/chrome/common/extensions/docs/ |
experimental.webInspector.panels.html | 62 Description of this parameter from the json schema. 65 This parameter was added in version 67 You must omit this parameter in earlier versions, 69 parameter, the manifest key 426 This parameter was added in version 428 You must omit this parameter in earlier versions, 430 parameter, the manifest key 522 This parameter was added in version 524 You must omit this parameter in earlier versions, 526 parameter, the manifest ke [all...] |
browserAction.html | 62 Description of this parameter from the json schema. 65 This parameter was added in version 67 You must omit this parameter in earlier versions, 69 parameter, the manifest key 605 Description of this parameter from the json schema. 608 This parameter was added in version 610 You must omit this parameter in earlier versions, 612 parameter, the manifest key 664 This parameter was added in version 666 You must omit this parameter in earlier versions [all...] |
experimental.debugger.html | 62 Description of this parameter from the json schema. 65 This parameter was added in version 67 You must omit this parameter in earlier versions, 69 parameter, the manifest key 426 This parameter was added in version 428 You must omit this parameter in earlier versions, 430 parameter, the manifest key 494 This parameter was added in version 496 You must omit this parameter in earlier versions, 498 parameter, the manifest ke [all...] |
/external/ceres-solver/internal/ceres/ |
coordinate_descent_minimizer.cc | 68 // Serialize the OrderedGroups into a vector of parameter block 86 // The ordering does not have to contain all parameter blocks, so 87 // assign zero offsets/empty independent sets to these parameter 97 // Compute the set of residual blocks that depend on each parameter 125 // Set the state and mark all parameter blocks constant. 148 // The parameter blocks in each independent set can be optimized 201 // Solve the optimization problem for one parameter block. 204 double* parameter, 231 minimizer.Minimize(minimizer_options, parameter, summary);
|
/cts/tests/tests/media/src/android/media/cts/ |
PresetReverbTest.java | 90 fail("Bad parameter value"); 92 fail("get parameter() rejected"); 94 fail("get parameter() called in wrong state"); 114 fail("Bad parameter value"); 116 fail("get parameter() rejected"); 118 fail("get parameter() called in wrong state"); 206 //Test case 3.2: test parameter changed listener 227 assertEquals("parameter change not received", 277 public ListenerThread(boolean control, boolean enable, boolean parameter) { 281 mParameter = parameter; [all...] |
/cts/tools/signature-tools/test/signature/converter/dex/ |
GenericSignatureParserTest.java | 59 //type parameter name 62 //type parameter declaration 64 //type parameter upper bounds
|
/external/clang/test/CXX/over/over.over/ |
p1.cpp | 39 // -- a parameter of a function (5.2.2), 47 // -- a parameter of a user-defined operator (13.5), 83 // -- a non-type template-parameter(14.3.2).
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/ |
p9-0x.cpp | 33 template<typename ... Types, // expected-note{{non-deducible template parameter 'Types'}} 34 typename Tail> // expected-note{{non-deducible template parameter 'Tail'}} 61 // OK, use default argument for the second template parameter.
|
/external/clang/test/Parser/ |
attributes.c | 25 void f4(__attribute__(())); // expected-error {{expected parameter declarator}} 34 void g4(void (*f4)(__attribute__(()))); // expected-error {{expected parameter declarator}} 41 void (*h4)(void (*f4)(__attribute__(()))); // expected-error {{expected parameter declarator}}
|
/external/clang/test/Sema/ |
address_spaces.c | 7 void bar(_AS2 int a); // expected-error {{parameter may not be qualified with an address space}} 10 _AS1 float b) // expected-error {{parameter may not be qualified with an address space}} 44 extern void test3_helper(char *p); // expected-note {{passing argument to parameter 'p' here}}
|
/external/clang/test/SemaCXX/ |
attr-cxx0x.cpp | 14 void f(alignas(1) char c) { // expected-error {{'alignas' attribute cannot be applied to a function parameter}} 26 struct alignas(int...) alignas_expansion_no_packs {}; // expected-error {{pack expansion does not contain any unexpanded parameter packs}} 29 // expected-error@-1 {{pack expansion contains parameter packs 'A' and 'B' that have different lengths (1 vs. 2)}}
|
/external/clang/test/SemaObjC/ |
method-typecheck-1.m | 10 -(void) setMoo: (float) x {} // expected-warning {{conflicting parameter types in implementation of 'setMoo:': 'int' vs 'float'}} 23 (float) x { return 0; } // expected-warning {{conflicting parameter types in implementation of 'cMoo:': 'int' vs 'float'}} 34 (float) x { return 0; } // expected-warning {{conflicting parameter types in implementation of 'setCat:': 'int' vs 'float'}}
|
/external/iptables/libipq/ |
ipq_create_handle.3 | 37 require a handle parameter. 41 parameter is not currently used and should be set to zero by the application 46 parameter is used to specify the protocol of the packets to be queued.
|