/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
call | 16 # A complex `map' function, using recursive `call'. 29 # Test recursive invocations of call with different arguments
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
cif-code.def | 66 /* Recursive inlining. */ 67 DEFCIFCODE(RECURSIVE_INLINING, N_("recursive inlining"))
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
cif-code.def | 66 /* Recursive inlining. */ 67 DEFCIFCODE(RECURSIVE_INLINING, N_("recursive inlining"))
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
cif-code.def | 66 /* Recursive inlining. */ 67 DEFCIFCODE(RECURSIVE_INLINING, N_("recursive inlining"))
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
cif-code.def | 66 /* Recursive inlining. */ 67 DEFCIFCODE(RECURSIVE_INLINING, N_("recursive inlining"))
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
types.h | 88 /// Partial sum algorithms: recursive, linear. 91 RECURSIVE,
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/ |
functional | 106 #ifndef BOOST_FUNCTION_NUM_ARGS // avoid recursive includes 118 #ifndef BOOST_FUNCTION_BASE_HEADER // avoid recursive includes
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/ |
functional | 106 #ifndef BOOST_FUNCTION_NUM_ARGS // avoid recursive includes 118 #ifndef BOOST_FUNCTION_BASE_HEADER // avoid recursive includes
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/ |
functional | 106 #ifndef BOOST_FUNCTION_NUM_ARGS // avoid recursive includes 118 #ifndef BOOST_FUNCTION_BASE_HEADER // avoid recursive includes
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/ |
gthr.h | 53 non-recursive mutex. 62 as above, but for a recursive mutex.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/ |
gthr.h | 53 non-recursive mutex. 62 as above, but for a recursive mutex.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/ |
gthr.h | 53 non-recursive mutex. 62 as above, but for a recursive mutex.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/ |
gthr.h | 53 non-recursive mutex. 62 as above, but for a recursive mutex.
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/ |
functional | 106 #ifndef BOOST_FUNCTION_NUM_ARGS // avoid recursive includes 118 #ifndef BOOST_FUNCTION_BASE_HEADER // avoid recursive includes
|
/external/chromium/base/third_party/dmg_fp/ |
dtoa_wrapper.cc | 11 // A single lock would lead to an attempted recursive grab.
|
/external/chromium/chrome/browser/ui/views/frame/ |
browser_frame_gtk.h | 28 // separate to avoid recursive calling of the frame from its
|
/external/compiler-rt/BlocksRuntime/tests/ |
recursive-test.c | 22 if (verbose) printf("recursive_local_block is a local recursive block\n");
|
/external/e2fsprogs/contrib/ |
build-rpm | 26 # Make a recursive-symlink copy of the source dir
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/ |
runrc.cmd | 47 if path = '-r' then do /* recursive call */
|
/external/eigen/Eigen/src/Core/util/ |
DisableStupidWarnings.h | 16 // 4717 - 'function' : recursive on all control paths, function will cause runtime stack overflow
|
/external/libvpx/libvpx/vpx_mem/memory_manager/ |
hmm_dflt_abort.c | 39 ** an indirect recursive call to this function. So we'll have
|
/external/llvm/utils/lit/lit/ |
TestFormats.py | 147 def __init__(self, command, dir, recursive=False, 156 self.recursive = bool(recursive) 167 if not self.recursive:
|
/external/openssl/crypto/objects/ |
objects.README | 40 is not recursive.
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_LockSurface.3 | 17 It should be noted, that since SDL 1\&.1\&.8 surface locks are recursive\&. This means that you can lock a surface multiple times, but each lock must have a match unlock\&.
|
/libcore/luni/src/main/java/java/util/concurrent/ |
RecursiveTask.java | 10 * A recursive result-bearing {@link ForkJoinTask}.
|