Home
last modified time | relevance | path

Searched refs:level (Results 1 – 25 of 68) sorted by relevance

123

/ndk/tests/device/test-stlport_shared-exception/jni/
Drethrow3.cpp14 eh_test (int level) in eh_test() argument
18 if (level < 2) in eh_test()
19 eh_test (level + 1); in eh_test()
22 printf ("%d: Throwing\n", level); in eh_test()
23 throw (level); in eh_test()
29 level, x); in eh_test()
31 if (level > 0) in eh_test()
Dregisters1.cpp24 void foo (int level, int throw_to) in foo() argument
26 float *fsrc = &float_src[level * num_vars]; in foo()
44 int *isrc = &int_src[level * num_vars]; in foo()
64 if (level == 0) in foo()
67 foo (level - 1, throw_to); in foo()
71 if (i == level) in foo()
123 for (int level = 0; level < depth; level++) in main() local
124 for (int throw_to = 0; throw_to <= level; throw_to++) in main()
126 foo (level, throw_to); in main()
/ndk/tests/device/test-stlport_static-exception/jni/
Drethrow3.cpp14 eh_test (int level) in eh_test() argument
18 if (level < 2) in eh_test()
19 eh_test (level + 1); in eh_test()
22 printf ("%d: Throwing\n", level); in eh_test()
23 throw (level); in eh_test()
29 level, x); in eh_test()
31 if (level > 0) in eh_test()
Dregisters1.cpp24 void foo (int level, int throw_to) in foo() argument
26 float *fsrc = &float_src[level * num_vars]; in foo()
44 int *isrc = &int_src[level * num_vars]; in foo()
64 if (level == 0) in foo()
67 foo (level - 1, throw_to); in foo()
71 if (i == level) in foo()
123 for (int level = 0; level < depth; level++) in main() local
124 for (int throw_to = 0; throw_to <= level; throw_to++) in main()
126 foo (level, throw_to); in main()
/ndk/sources/host-tools/make-3.81/
Dansi2knr.c544 int level = 0; local
547 level += (*p == '(' ? 1 : *p == ')' ? -1 : 0);
548 if (level > 0)
590 { int level = 0; local
608 if ( !level ) end = p;
611 if ( !level ) lp = p;
612 level++;
615 if ( --level < 0 ) end = p;
642 { int level = 1; local
643 while ( level )
[all …]
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Dstrip15 …onder if we will ever reach their level of COMPARATIVE SHO…
46 … fun? JAPAN is a WONDERFUL planet -- I wonder if we will ever reach their level of COMPARATIVE SHO…
/ndk/docs/text/
DCPU-MIPS.text57 The minimal native API level provided by official Android mips platform builds
62 API level: the NDK build script will automatically select the right set of
64 to API level 9 and higher.
DSTABLE-APIS.text24 There are several "API Levels" defined. Each API level corresponds to
42 > The headers corresponding to a given API level are now located
43 under $NDK/platforms/android-<level>/arch-arm/usr/include
181 Please note that EGL APIs are only available starting from API level 9. You
218 Please note that EGL APIs are only available starting from API level 9.
309 This API level also provides Android-specific extensions, see the content
323 Starting from API level 9, it is possible to entirely write an Android
360 version that comes with API level 9. To use it, use the following:
384 This API level also provides Android-specific extensions, see the content
397 Native audio APIs based on OpenSL ES were added in API level 9.
[all …]
DAPPLICATION-MK.text26 Another alternative is to place it under a sub-directory of the top-level
56 > _installable_ top-level modules, i.e. those listed by your Android.mk
57 > and any file it includes directly. Imported modules are _not_ top-level
63 > If the variable is undefined, and there are no installable top-level
64 > modules in your project, then `ndk-build` will build all top-level
77 > '`debug`'. This is used to alter the optimization level when
104 + All paths in these flags should be relative to the top-level NDK
156 > be interpreted as relative to the NDK's top-level directory.
DCPU-X86-64.text60 The minimal native API level provided by official Android x86-64 platform
65 API level: the NDK build script will automatically select the right set of
DHOWTO.text39 being able to cd to its top-level path from the command-line. This
109 need to move 'foo' and 'bar' to a deeper level in the 'sources' hierarchy.
DCPU-X86.text122 The minimal native API level provided by official Android x86 platform builds
127 API level: the NDK build script will automatically select the right set of
DSTANDALONE-TOOLCHAIN.text29 The second thing you need to know is which Android native API level you want
38 SYSROOT=$NDK/platforms/android-<level>/arch-<arch>/
40 Where <level> is the API level number, and <arch> is the architecture
282 - If you target any prior API level, the size of wchar_t will be 1 byte
DCHANGES.text155 > 2. Added utimensat and futimens to libc.so to API level >=12 and >=19, respectively.
217 - Updated include/android/*h and math.h for all API up to 18, add API level 13,
359 - Added GLES3 headers/libraries and new API level 18.
552 ie. wchat_t is 32-bit for all API level.
601 because NDK doesn't have headers for all level, and the actual level is
814 with API level < 9
1118 - Changes in API level
1123 of this behavior. See APPLICATION-MK.html for details. Note that all API level
1126 3. ndk-build now warns about the adjusted API level is larger than android:minSdkVersion
1760 - New official NDK APIs for Android 4.0 (a.k.a. API level 14),
[all …]
DNDK-GDB.text13 The script is located at the top-level directory of the NDK, and shall
39 application should target the Android 2.2. API level, just
/ndk/tests/device/test-basic-rtti/
DREADME1 This test is meant to test the most basic level of RTTI support
/ndk/tests/device/test-basic-exceptions/
DREADME1 This test is meant to test the most basic level of exception support
/ndk/build/core/
Dinit.mk499 $(foreach level,$(NDK_ALL_PLATFORM_LEVELS),\
500 …EVEL := $$(if $$(subst $$(NDK_PREVIEW_LEVEL),,$$(level)),$$(call max,$$(NDK_MAX_PLATFORM_LEVEL),$$…
506 $(call ndk_log,Found max platform level: $(NDK_MAX_PLATFORM_LEVEL))
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dunit_test_parameters.ipp96 BOOST_TEST_SETUP_ASSERT( ll != unit_test::invalid_log_level, "invalid log level " + val );
119 BOOST_TEST_SETUP_ASSERT( rl != INV_REPORT_LEVEL, "invalid report level " + val );
254 … cla::description = "Automatically starts debugger if system level error (signal) occurs")
275 cla::description = "Specifies log level")
291 cla::description = "Specifies report level")
Dframework.ipp240 // set the log level and format
244 // set the report level and format
/ndk/
DREADME.TXT10 A high-level overview of the NDK's features and limitations can be found
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Dtraces.0181 configure.in:30: the top level])
356 configure.in:43: the top level])
431 configure.in:44: the top level])
434 configure.in:45: the top level])
476 configure.in:53: the top level])
486 configure.in:53: the top level])
494 configure.in:53: the top level])
502 configure.in:53: the top level])
519 configure.in:53: the top level])
526 configure.in:53: the top level])
[all …]
/ndk/build/tools/
DDEV-SCRIPTS-USAGE.TXT113 Contains all files that are specific to a given API level $PLATFORM,
114 that were not already defined for the previous API level.
125 Contains all files that are specific to a given $PLATFORM level and a
129 Contains all the architecture-specific headers for a given API level.
158 Contains samples that are specific to a given API level. These are
171 are specific to API level $PLATFORM.
182 binaries that target API level 5 for the arm architecture, one would
196 times to increase the level of verbosity.
469 Note that these tarballs are built to be uncompressed from the top-level
/ndk/sources/host-tools/make-3.81/tests/scripts/options/
Ddash-k72 # TEST 1: Make sure that top-level targets that depend on targets that
/ndk/sources/cxx-stl/llvm-libc++/
DREADME.NDK29 2/ From the top-level directory, do:

123