/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
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/ |
functional | 106 #ifndef BOOST_FUNCTION_NUM_ARGS // avoid recursive includes 118 #ifndef BOOST_FUNCTION_BASE_HEADER // avoid recursive includes
|
/prebuilts/ndk/9/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/9/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/9/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/9/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/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ |
types.h | 90 /// Partial sum algorithms: recursive, linear. 93 RECURSIVE,
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/ |
types.h | 90 /// Partial sum algorithms: recursive, linear. 93 RECURSIVE,
|
/art/test/101-fibonacci/src/ |
Main.java | 36 // Recursive version
|
/external/chromium_org/base/files/ |
file_path_watcher_fsevents.h | 40 bool recursive,
|
/external/chromium_org/base/third_party/dmg_fp/ |
dtoa_wrapper.cc | 12 // A single lock would lead to an attempted recursive grab.
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
file_path_watcher_util.cc | 39 false /* recursive */,
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
directory_zipper.py | 47 '''Creates a new zip file from the recursive contents of |path| as returned
|
/external/chromium_org/chrome/installer/util/ |
duplicate_tree_detector.cc | 38 base::FileEnumerator path_enum(src_path, false /* not recursive */,
|
/external/chromium_org/net/disk_cache/ |
cache_util_posix.cc | 26 base::FileEnumerator iter(from_path, false /* not recursive */,
|
/external/chromium_org/ppapi/utility/threading/ |
lock.h | 26 /// The lock must not already be held on the current thread (i.e. recursive
|
/external/chromium_org/storage/common/blob/ |
scoped_file.cc | 69 path_, false /* recursive */));
|
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/ |
hmm_dflt_abort.c | 38 ** an indirect recursive call to this function. So we'll have
|
/external/chromium_org/third_party/sqlite/src/src/ |
mutex_os2.c | 29 ** Each recursive mutex is an instance of the following structure. 70 ** a new mutex. The new mutex is recursive when SQLITE_MUTEX_RECURSIVE 74 ** not want to. But SQLite will only request a recursive mutex in 75 ** cases where it really needs one. If a faster non-recursive mutex
|
/external/chromium_org/third_party/sqlite/src/tool/ |
genfkey.README | 84 * SQLite does not support recursive triggers, and therefore this program 85 does not support recursive CASCADE or SET NULL foreign key 88 malfunction. This is also true if the recursive foreign key constraint 92 Recursive CASCADE or SET NULL foreign key relationships are *not*
|
/external/chromium_org/tools/gn/ |
visibility_unittest.cc | 13 list.list_value().push_back(Value(NULL, "//rec/*")); // Recursive.
|