/ndk/docs/text/ |
IMPORT-MODULE.text | 106 Import modules *can* import other modules, but circular dependencies are
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/ |
shared_count.hpp | 32 // In order to avoid circular dependencies with Boost.TR1
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
BluetoothEventManager.java | 69 // Set profile manager after construction due to circular dependency
|
LocalBluetoothProfileManager.java | 104 // pass this reference to adapter and event manager (circular dependency)
|
/system/core/include/sysutils/ |
List.h | 300 * It sits in the middle of a circular list of nodes. The iterator
|
/system/core/include/utils/ |
List.h | 299 * It sits in the middle of a circular list of nodes. The iterator
|
/system/netd/ |
List.h | 300 * It sits in the middle of a circular list of nodes. The iterator
|
/dalvik/vm/ |
AllocTracker.cpp | 18 * Allocation tracking and reporting. We maintain a circular buffer with 299 * We need to handle underflow in our circular buffer, so we add
|
/dalvik/vm/alloc/ |
MarkSweep.cpp | 363 * Adds a reference to the tail of a circular queue of references. 381 * Removes the reference at the head of a circular queue of
|
/dalvik/vm/jdwp/ |
JdwpSocket.cpp | 63 /* pending data from the network; would be more efficient as circular buf */ 524 * This would be more efficient with a circular buffer. However, we're
|
/external/dropbear/ |
CHANGES | 62 - Check that the circular buffer is properly empty before 233 - Add circular buffering to the channel code. This should dramatically reduce
|
/external/llvm/include/llvm/ADT/ |
SparseMultiSet.h | 81 /// circular in Prev indices, and INVALID-terminated in Next indices. This 104 /// Since the list is circular in Prev, all non-tombstone nodes have a valid
|
/external/llvm/lib/Support/ |
FoldingSet.cpp | 186 /// the list circular, so we can delete a node without computing its hash. 337 // Because each bucket is a circular list, we don't need to compute N's hash
|
/frameworks/base/core/res/res/values/ |
dimens.xml | 322 <!-- Stroke width of the frame for the circular avatars. --> 325 <!-- Shadow radius under the frame for the circular avatars. -->
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
ProgressBarICS.java | 269 * If this progress bar's style only supports indeterminate mode (such as the circular 774 // Translate canvas so a indeterminate circular progress bar with padding
|
/external/valgrind/main/VEX/pub/ |
libvex_ir.h | 93 can be treated as a circular array of registers (type: [all...] |
/external/chromium/chrome/common/extensions/docs/ |
a11y.html | 662 // Implement circular keyboard navigation within the toolbar buttons 667 // Change the active toolbar button to the one to the right (circular). 672 // Change the active toolbar button to the one to the left (circular). [all...] |
/external/chromium_org/third_party/WebKit/Tools/qunit/qunit/ |
qunit.js | 962 var parents = []; // stack to avoiding loops from circular referencing 1036 //track reference to avoid circular references 1066 //track reference to avoid circular references [all...] |
/external/chromium_org/third_party/skia/src/gpu/ |
GrOvalRenderer.cpp | 644 // we only handle thick strokes for near-circular ellipses 762 // we only handle thick strokes for near-circular ellipses [all...] |
/external/libyuv/files/source/ |
planar_functions.cc | [all...] |
/external/llvm/lib/ExecutionEngine/JIT/ |
JITMemoryManager.cpp | 140 /// etc. This returns a pointer to the circular free-list. 147 /// etc. This returns a pointer to the circular free-list. 306 // Circular list of free blocks. [all...] |
/external/skia/src/gpu/ |
GrOvalRenderer.cpp | 644 // we only handle thick strokes for near-circular ellipses 762 // we only handle thick strokes for near-circular ellipses [all...] |
/external/v8/tools/gyp/ |
v8.gyp | 267 '../../src/circular-queue-inl.h', 268 '../../src/circular-queue.cc', 269 '../../src/circular-queue.h', [all...] |
/ndk/sources/host-tools/make-3.81/ |
remake.c | 45 /* The test for circular dependencies is based on the 'updating' bit in 487 error (NILF, _("Circular %s <- %s dependency dropped."), 1001 error (NILF, _("Circular %s <- %s dependency dropped."), [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
random.py | 27 circular uniform 437 """Circular data distribution. 450 # "Statistical Analysis of Circular Data", Cambridge
|