Searched defs:parameter (Results 101 - 125 of 176) sorted by path

12345678

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/flac/libFLAC/
H A Dbitreader.c778 FLAC__bool FLAC__bitreader_read_rice_signed(FLAC__BitReader *br, int *val, unsigned parameter) argument
785 FLAC__ASSERT(parameter <= 31);
792 if(!FLAC__bitreader_read_raw_uint32(br, &lsbs, parameter))
796 uval = (msbs << parameter) | lsbs;
807 FLAC__bool FLAC__bitreader_read_rice_signed_block(FLAC__BitReader *br, int vals[], unsigned nvals, unsigned parameter) argument
825 FLAC__ASSERT(parameter < 32);
852 bits = parameter;
883 bits = parameter;
1007 FLAC__ASSERT(parameter < 32);
1100 if(parameter) {
[all...]
H A Dbitwriter.c439 unsigned FLAC__bitwriter_rice_bits(FLAC__int32 val, unsigned parameter) argument
443 FLAC__ASSERT(parameter < sizeof(unsigned)*8);
448 return 1 + parameter + (uval >> parameter);
452 unsigned FLAC__bitwriter_golomb_bits_signed(int val, unsigned parameter)
457 FLAC__ASSERT(parameter > 0);
465 k = FLAC__bitmath_ilog2(parameter);
466 if(parameter == 1u<<k) {
475 d = (1 << (k+1)) - parameter;
476 q = uval / parameter;
515 FLAC__bitwriter_write_rice_signed(FLAC__BitWriter *bw, FLAC__int32 val, unsigned parameter) argument
541 FLAC__bitwriter_write_rice_signed_block(FLAC__BitWriter *bw, const FLAC__int32 *vals, unsigned nvals, unsigned parameter) argument
[all...]
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/gtest/include/gtest/
H A Dgtest.h633 // Returns the name of the parameter type, or NULL if this is not a typed
641 // Returns the text representation of the value parameter, or NULL if this
722 // Name of the parameter type, or NULL if this is not a typed or a
725 // Text representation of the value parameter, or NULL if this is not a
756 // a_type_param: the name of the test's type parameter, or NULL if
770 // Returns the name of the parameter type, or NULL if this is not a
900 // Name of the parameter type, or NULL if this is not a typed or a
1534 // We used to have a second template parameter instead of Secret*. That
1535 // template parameter would deduce to 'long', making this a better match
1680 // Template parameter
1820 SetParam(const ParamType* parameter) argument
[all...]
/external/gtest/include/gtest/internal/
H A Dgtest-param-util.h350 // Stores a parameter value and later creates tests parameterized with that
356 explicit ParameterizedTestFactory(ParamType parameter) : argument
357 parameter_(parameter) {}
378 virtual TestFactoryBase* CreateTestFactory(ParamType parameter) = 0;
397 virtual TestFactoryBase* CreateTestFactory(ParamType parameter) { argument
398 return new ParameterizedTestFactory<TestCase>(parameter);
464 // parameter index. For the test SequenceA/FooTest.DoBar/1 FooTest is
511 NULL, // No type parameter.
/external/icu/icu4c/source/test/intltest/
H A Dintltest.cpp1282 "### A parameter can be specified for a test by appending '@' and the value \n"
1455 char* parameter = strchr( name, '@' ); local
1456 if (parameter) {
1457 *parameter = 0;
1458 parameter += 1;
1461 UBool res = major.runTest( name, parameter, baseName );
1463 major.run_phase2( name, parameter );
/external/icu/icu4c/source/tools/ctestfw/
H A Duperf.cpp274 char* parameter = strchr( name, '@' ); local
275 if (parameter) {
276 *parameter = 0;
277 parameter += 1;
280 res = runTest( name, parameter );
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/libpng/
H A Dpngerror.c242 * PNG_WARNING_PARAMETER_COUNT parameters. In the format string the parameter
297 * the trailing '\0'. It may (in the case of a parameter) read more than
310 int parameter = 0; local
312 /* Search for the parameter digit, the index in the string is the
313 * parameter to use.
315 while (valid_parameters[parameter] != parameter_char &&
316 valid_parameters[parameter] != '\0')
317 ++parameter;
319 /* If the parameter digit is out of range it will just get printed. */
320 if (parameter < PNG_WARNING_PARAMETER_COUN
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h1818 // Also use it after a variable or parameter declaration to tell the
1819 // compiler the variable/parameter does not have to be used.
2247 // Derived must be a subclass of Base. The parameter MUST
2374 // // The thread_can_start parameter is optional; you can supply NULL.
2414 const T param_; // User-supplied parameter to the thread function.
5318 // parameter, as a type. TemplateSel<Tmpl>::Bind<T>::type is defined
7146 // The ignoring_case parameter is true iff the assertion is a
7188 // Template parameter:
7441 // type_param the name of the test's type parameter, or NULL if
7443 // value_param text representation of the test's value parameter,
10355 ParameterizedTestFactory(ParamType parameter) argument
10396 CreateTestFactory(ParamType parameter) argument
19233 SetParam(const ParamType* parameter) argument
[all...]
/external/libxml2/
H A Dtrio.c395 /* Fundamental formatting parameter types */
512 * Use the 9th parameter. 9 can be any number between 1 and
558 * print: use parameter
559 * scan: no parameter (ignore)
724 trio_parameter_t *parameter; member in struct:_trio_reference_t
1173 /* Count the number of times a parameter is referenced */
1401 /* Read with from parameter */
2080 * The parameter for the user-defined specifier is a pointer,
3124 /* Skip the parameter entries */
3134 /* Get width from parameter lis
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h637 // Returns the name of the parameter type, or NULL if this is not a typed
645 // Returns the text representation of the value parameter, or NULL if this
716 // Name of the parameter type, or NULL if this is not a typed or a
719 // Text representation of the value parameter, or NULL if this is not a
750 // a_type_param: the name of the test's type parameter, or NULL if
764 // Returns the name of the parameter type, or NULL if this is not a
873 // Name of the parameter type, or NULL if this is not a typed or a
1405 // We used to have a second template parameter instead of Secret*. That
1406 // template parameter would deduce to 'long', making this a better match
1551 // Template parameter
1686 SetParam(const ParamType* parameter) argument
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h350 // Stores a parameter value and later creates tests parameterized with that
356 explicit ParameterizedTestFactory(ParamType parameter) : argument
357 parameter_(parameter) {}
378 virtual TestFactoryBase* CreateTestFactory(ParamType parameter) = 0;
397 virtual TestFactoryBase* CreateTestFactory(ParamType parameter) { argument
398 return new ParameterizedTestFactory<TestCase>(parameter);
464 // parameter index. For the test SequenceA/FooTest.DoBar/1 FooTest is
511 NULL, // No type parameter.
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Dquery.c471 * Query the implementation's support for a specific parameter.
474 vlVdpVideoMixerQueryParameterSupport(VdpDevice device, VdpVideoMixerParameter parameter, argument
480 switch (parameter) {
495 * Query the implementation's supported for a specific parameter.
498 vlVdpVideoMixerQueryParameterValueRange(VdpDevice device, VdpVideoMixerParameter parameter, argument
512 switch (parameter) {
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h637 // Returns the name of the parameter type, or NULL if this is not a typed
645 // Returns the text representation of the value parameter, or NULL if this
716 // Name of the parameter type, or NULL if this is not a typed or a
719 // Text representation of the value parameter, or NULL if this is not a
750 // a_type_param: the name of the test's type parameter, or NULL if
764 // Returns the name of the parameter type, or NULL if this is not a
873 // Name of the parameter type, or NULL if this is not a typed or a
1402 // We used to have a second template parameter instead of Secret*. That
1403 // template parameter would deduce to 'long', making this a better match
1548 // Template parameter
1683 SetParam(const ParamType* parameter) argument
[all...]
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h350 // Stores a parameter value and later creates tests parameterized with that
356 explicit ParameterizedTestFactory(ParamType parameter) : argument
357 parameter_(parameter) {}
378 virtual TestFactoryBase* CreateTestFactory(ParamType parameter) = 0;
397 virtual TestFactoryBase* CreateTestFactory(ParamType parameter) { argument
398 return new ParameterizedTestFactory<TestCase>(parameter);
464 // parameter index. For the test SequenceA/FooTest.DoBar/1 FooTest is
511 NULL, // No type parameter.
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DMethodAdapter.java68 final int parameter,
72 return mv.visitParameterAnnotation(parameter, desc, visible);
67 visitParameterAnnotation( final int parameter, final String desc, final boolean visible) argument
H A DMethodVisitor.java78 * Visits an annotation of a parameter this method.
80 * @param parameter the parameter index.
87 int parameter,
213 * takes the internal name of a class as parameter.
279 * @param cst the constant to be loaded on the stack. This parameter must be
86 visitParameterAnnotation( int parameter, String desc, boolean visible) argument
H A DMethodWriter.java200 * The runtime visible parameter annotations of this method. May be
206 * The runtime invisible parameter annotations of this method. May be
494 final int parameter,
505 synthetics = Math.max(synthetics, parameter + 1);
515 aw.next = panns[parameter];
516 panns[parameter] = aw;
521 aw.next = ipanns[parameter];
522 ipanns[parameter] = aw;
493 visitParameterAnnotation( final int parameter, final String desc, final boolean visible) argument
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
H A DMethodNode.java90 * The runtime visible parameter annotations of this method. These lists are
99 * The runtime invisible parameter annotations of this method. These lists
153 * parameter also indicates if the method is synthetic and/or
201 final int parameter,
211 if (visibleParameterAnnotations[parameter] == null) {
212 visibleParameterAnnotations[parameter] = new ArrayList(1);
214 visibleParameterAnnotations[parameter].add(an);
220 if (invisibleParameterAnnotations[parameter] == null) {
221 invisibleParameterAnnotations[parameter] = new ArrayList(1);
223 invisibleParameterAnnotations[parameter]
200 visitParameterAnnotation( final int parameter, final String desc, final boolean visible) argument
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/asm/util/
H A DASMifierMethodVisitor.java69 final int parameter,
76 .append(parameter)
68 visitParameterAnnotation( final int parameter, final String desc, final boolean visible) argument

Completed in 1204 milliseconds

12345678