Home
last modified time | relevance | path

Searched refs:values (Results 1 – 25 of 73) sorted by relevance

123

/ndk/tests/device/test-stlport/unit/
Dhash_test.cpp317 hmap values; in insert_erase() local
319 CPPUNIT_ASSERT( values.insert(val_type("foo", 0)).second ); in insert_erase()
320 CPPUNIT_ASSERT( values.insert(val_type("bar", 0)).second ); in insert_erase()
321 CPPUNIT_ASSERT( values.insert(val_type("abc", 0)).second ); in insert_erase()
323 CPPUNIT_ASSERT( values.insert(hmap::value_type("foo", 0)).second ); in insert_erase()
324 CPPUNIT_ASSERT( values.insert(hmap::value_type("bar", 0)).second ); in insert_erase()
325 CPPUNIT_ASSERT( values.insert(hmap::value_type("abc", 0)).second ); in insert_erase()
328 CPPUNIT_ASSERT( values.erase("foo") == 1 ); in insert_erase()
329 CPPUNIT_ASSERT( values.erase("bar") == 1 ); in insert_erase()
330 CPPUNIT_ASSERT( values.erase("abc") == 1 ); in insert_erase()
[all …]
Dmacro_checks.cpp22 # error Weird CHAR_MIN or CHAR_MAX macro values.
34 # error Weird INT_MIN or INT_MAX macro values.
46 # error Weird LONG_MIN or LONG_MAX macro values.
58 # error Weird SCHAR_MIN or SCHAR_MAX macro values.
70 # error Weird SHRT_MIN or SHRT_MAX macro values.
Dctype_facets_test.cpp45 char values[] = "0Aa ."; in _ctype_facet() local
46 ctype_base::mask res[sizeof(values)]; in _ctype_facet()
47 ct.is(values, values + sizeof(values), res); in _ctype_facet()
189 wchar_t values[] = L"0Aa ."; in _ctype_facet_w() local
190 ctype_base::mask res[sizeof(values) / sizeof(wchar_t)]; in _ctype_facet_w()
191 wct.is(values, values + (sizeof(values) / sizeof(wchar_t)), res); in _ctype_facet_w()
Dalg_test.cpp349 vector<string> values; in find_first_of_nsc_test() local
356 values.push_back( "four" ); in find_first_of_nsc_test()
357 values.push_back( "ten" ); in find_first_of_nsc_test()
359 …map<int, string>::iterator i = find_first_of(m.begin(), m.end(), values.begin(), values.end(), Val… in find_first_of_nsc_test()
/ndk/tests/device/test-gnustl-full/unit/
Dhash_test.cpp317 hmap values; in insert_erase() local
319 CPPUNIT_ASSERT( values.insert(val_type("foo", 0)).second ); in insert_erase()
320 CPPUNIT_ASSERT( values.insert(val_type("bar", 0)).second ); in insert_erase()
321 CPPUNIT_ASSERT( values.insert(val_type("abc", 0)).second ); in insert_erase()
323 CPPUNIT_ASSERT( values.insert(hmap::value_type("foo", 0)).second ); in insert_erase()
324 CPPUNIT_ASSERT( values.insert(hmap::value_type("bar", 0)).second ); in insert_erase()
325 CPPUNIT_ASSERT( values.insert(hmap::value_type("abc", 0)).second ); in insert_erase()
328 CPPUNIT_ASSERT( values.erase("foo") == 1 ); in insert_erase()
329 CPPUNIT_ASSERT( values.erase("bar") == 1 ); in insert_erase()
330 CPPUNIT_ASSERT( values.erase("abc") == 1 ); in insert_erase()
[all …]
Dmacro_checks.cpp22 # error Weird CHAR_MIN or CHAR_MAX macro values.
34 # error Weird INT_MIN or INT_MAX macro values.
46 # error Weird LONG_MIN or LONG_MAX macro values.
58 # error Weird SCHAR_MIN or SCHAR_MAX macro values.
70 # error Weird SHRT_MIN or SHRT_MAX macro values.
Dctype_facets_test.cpp45 char values[] = "0Aa ."; in _ctype_facet() local
46 ctype_base::mask res[sizeof(values)]; in _ctype_facet()
47 ct.is(values, values + sizeof(values), res); in _ctype_facet()
189 wchar_t values[] = L"0Aa ."; in _ctype_facet_w() local
190 ctype_base::mask res[sizeof(values) / sizeof(wchar_t)]; in _ctype_facet_w()
191 wct.is(values, values + (sizeof(values) / sizeof(wchar_t)), res); in _ctype_facet_w()
Dalg_test.cpp349 vector<string> values; in find_first_of_nsc_test() local
356 values.push_back( "four" ); in find_first_of_nsc_test()
357 values.push_back( "ten" ); in find_first_of_nsc_test()
359 …map<int, string>::iterator i = find_first_of(m.begin(), m.end(), values.begin(), values.end(), Val… in find_first_of_nsc_test()
/ndk/sources/android/cpufeatures/
Dcpu-features.c82 static __inline__ void x86_cpuid(int func, int values[4]) in x86_cpuid()
95 values[0] = a; in x86_cpuid()
96 values[1] = b; in x86_cpuid()
97 values[2] = c; in x86_cpuid()
98 values[3] = d; in x86_cpuid()
/ndk/sources/host-tools/make-3.81/
DINSTALL15 The `configure' shell script attempts to guess correct values for
17 those values to create a `Makefile' in each directory of the package.
77 You can give `configure' initial values for configuration parameters
117 options like `--bindir=DIR' to specify different values for particular
157 See the file `config.sub' for the possible values of each field. If
173 If you want to set default values for `configure' scripts to share, you
175 values for variables like `CC', `cache_file', and `prefix'.
186 configure again during the build, and the customized values of these
Dconfigure.bat23 rem in which case the values will be truncated and the whole thing
/ndk/sources/host-tools/sed-4.2.1/
DINSTALL15 The `configure' shell script attempts to guess correct values for
17 those values to create a `Makefile' in each directory of the package.
77 You can give `configure' initial values for configuration parameters
117 options like `--bindir=DIR' to specify different values for particular
157 See the file `config.sub' for the possible values of each field. If
173 If you want to set default values for `configure' scripts to share, you
175 values for variables like `CC', `cache_file', and `prefix'.
186 configure again during the build, and the customized values of these
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dtargetvars6 values, override and non-override, and using various variable expansion
166 # PR/1709: Test semicolons in target-specific variable values
206 # Test double-colon rules with target-specific variable values
236 # Test double-colon rules with target-specific variable values and
244 # Test double-colon rules with pattern-specific variable values
/ndk/build/core/
Dsetup-toolchain.mk31 $(call __ndk_info,a set of the following values: $(NDK_ALL_ABIS))
43 $(call __ndk_info,a set of the following values: $(NDK_TOOLCHAIN.$(NDK_TOOLCHAIN).abis))
Dadd-application.mk120 $(call __ndk_info,to use a set of the following values: $(NDK_ALL_ABIS))
/ndk/sources/host-tools/make-3.81/config/
Dinttypes-pri.m412 # macros to non-string values. This is the case on AIX 4.3.3.
Dlib-prefix.m4121 dnl acl_final_exec_prefix, containing the values to which $prefix and
144 dnl variables prefix and exec_prefix bound to the values they will have
/ndk/build/tools/toolchain-patches/build/
D0001-ld-Allow-LDFLAGS_FOR_TARGET-to-be-passed-to-GCC-conf.patch38 # Guess values for system-dependent variables and create Makefiles.
119 # values after options handling.
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstrerror.m448 dnl The system's strerror() cannot know about the new errno values we add
Dmultiarch.m435 dnl there are at least two -arch flags with different values.
Dlib-prefix.m4120 dnl acl_final_exec_prefix, containing the values to which $prefix and
143 dnl variables prefix and exec_prefix bound to the values they will have
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Duniq.inp490 /* In case the recursion has set more capturing values, save the final
502 /* Min and max values for the common repeats; for the maxima, 0 => infinity */
613 an error. Save the top 15 values on the stack, and accept that the rest
625 both cases of the character. Otherwise set the two values the same, which will
1421 min = rep_min[c]; /* Pick up values from tables; */
1422 min = rep_min[c]; /* Pick up values from tables; */
1423 min = rep_min[c]; /* Pick up values from tables; */
1424 min = rep_min[c]; /* Pick up values from tables; */
1425 min = rep_min[c]; /* Pick up values from tables; */
1442 mustn't change the current values of the data slot, because they may be set
[all …]
Duniq.good102 /* In case the recursion has set more capturing values, save the final
114 /* Min and max values for the common repeats; for the maxima, 0 => infinity */
208 an error. Save the top 15 values on the stack, and accept that the rest
220 both cases of the character. Otherwise set the two values the same, which will
664 min = rep_min[c]; /* Pick up values from tables; */
675 mustn't change the current values of the data slot, because they may be set
785 stack, for holding the values of the subject pointer at the start of each
814 than 16 values to store; otherwise malloc is used. A problem is what to do
843 to save all the potential data. There may be up to 99 such values, which
854 values of the final offsets, in case they were set by a previous iteration of
/ndk/build/gmsl/
D__gmsl130 # Arguments: Two boolean values
139 # Arguments: Two boolean values
148 # Arguments: Two boolean values
155 # Arguments: Two boolean values
162 # Arguments: Two boolean values
169 # Arguments: Two boolean values
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/
Dflavors89 # Make sure that prefix characters apply properly to define/endef values.

123