/external/valgrind/main/drd/ |
drd_qtcore_intercepts.c | 75 /** Find out the type of a Qt4 mutex (recursive or not).
|
/external/valgrind/main/include/ |
pub_tool_seqmatch.h | 42 This routine is recursive. The recursion depth is equal to the
|
/frameworks/base/core/java/android/hardware/camera2/ |
Rational.java | 182 * Non-recursive implementation of Euclid's algorithm:
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
LayoutInflater_Delegate.java | 45 * Recursive method used to descend down the xml hierarchy and instantiate
|
/frameworks/base/tools/preload/ |
preload.ipr | 441 <option name="RECURSIVE" value="false" /> 446 <option name="RECURSIVE" value="false" /> 456 <option name="RECURSIVE" value="false" /> 463 <option name="RECURSIVE" value="false" />
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
ApnContext.java | 238 // We don't print mDataConnection because its recursive.
|
/ndk/sources/cxx-stl/gabi++/src/ |
vmi_class_type_info.cc | 101 // publicity in the recursive caller-side.
|
/ndk/sources/host-tools/make-3.81/ |
README.Amiga | 58 If you plan to use recursive makes, install make resident:
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
parallelism | 69 # function in an exported recursive variable. I added some code to check
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
registers1.cpp | 8 // This test case triggers up to DEPTH recursive calls to function
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
registers1.cpp | 8 // This test case triggers up to DEPTH recursive calls to function
|
/pdk/build/ |
prepare_pdk_tree.py | 80 # remove existing link first to prevent recursive loop
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
pystate.h | 152 though recursive calls are allowed, these handles can *not* be shared -
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
multifile.py | 4 an ordinary file, as long as you use fp.readline(). Allows recursive
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
pystate.h | 152 though recursive calls are allowed, these handles can *not* be shared -
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
multifile.py | 4 an ordinary file, as long as you use fp.readline(). Allows recursive
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ViewHierarchy.java | 279 * This is a recursive call that updates the whole hierarchy starting at the given 402 * Recursive internal version of {@link #findViewInfoAt(int, int)}. Please don't use directly. 479 * Recursive internal version of {@link #findViewInfoAt(int, int)}. Please don't use directly. 530 * Internal recursive version of {@link #findAltViewInfoAt(int, int, CanvasViewInfo)}.
|
/system/core/include/utils/ |
Mutex.h | 40 * recursive, i.e. the same thread can't lock it multiple times.
|
RWLock.h | 40 * recursive, i.e. the same thread can't lock it multiple times.
|
/system/extras/tests/sdcard/ |
sysutil.h | 46 // .resetDirectory Delete (non-recursive) files in a directory.
|
/system/media/camera/docs/ |
CameraMetadataKeys.mako | 69 ## If we need to support more, we should use a recursive function here instead.. but the indentation gets trickier.
|
/bootable/recovery/updater/ |
install.c | 304 bool recursive = (strcmp(name, "delete_recursive") == 0); local 308 if ((recursive ? dirUnlinkHierarchy(paths[i]) : unlink(paths[i])) == 0) 530 bool recursive = (strcmp(name, "set_perm_recursive") == 0); local 532 int min_args = 4 + (recursive ? 1 : 0); 557 if (recursive) { 826 bool recursive = (strcmp(name, "set_metadata_recursive") == 0); local 843 if (recursive) { [all...] |
/external/chromium_org/third_party/icu/source/data/ |
Makefile.in | 104 .PHONY : all all-local all-recursive install install-local install-files \ 105 install-recursive clean clean-local clean-recursive distclean \ 106 distclean-local distclean-recursive dist dist-local dist-recursive \ 107 check check-local check-recursive build-local clean-resindex build-dir icudata.jar [all...] |
/external/icu4c/data/ |
Makefile.in | 109 .PHONY : all all-local all-recursive install install-local install-files \ 110 install-recursive clean clean-local clean-recursive distclean \ 111 distclean-local distclean-recursive dist dist-local dist-recursive \ 112 check check-local check-recursive build-local clean-resindex build-dir icudata.jar \ [all...] |
/ndk/sources/host-tools/make-3.81/tests/ |
ChangeLog | 240 * scripts/features/parallelism: Add a test for exporting recursive 350 * scripts/features/patspecific_vars: Test simple/recursive 445 * scripts/functions/eval: Test very recursive $(eval ...) calls 453 * scripts/functions/call: Test recursive argument masking (bug 645 recursive invocations of $(call ...) to break. I can't come up 647 the fix to 1527 and added a test case for recursive calls. This 735 behave properly when used with recursive targets".
|