Searched
full:circular (Results
976 -
1000 of
1899) sorted by null
<<31323334353637383940>>
/external/icu4c/test/depstest/ |
depstest.py | 91 sys.exit("Error: %s %s has a circular dependency on itself: %s" %
|
/external/javassist/src/main/javassist/ |
CtMember.java | 26 /* Make a circular link of CtMembers declared in the
|
/external/llvm/include/llvm/IR/ |
User.h | 162 // 'delete' a whole class at a time, even though there may be circular
|
/external/neven/Embedded/common/src/b_BasicEm/ |
Phase.h | 25 * of the circular value range when doing arithmetig with an integer
|
/external/protobuf/src/google/protobuf/compiler/python/ |
python_generator.cc | 36 // of the C++ *Descriptor objects, and fix up all circular references 133 // Avoid circular imports if this module is descriptor_pb2. 749 // do this in a separate step due to circular references (otherwise, we'd 810 // More circular references. ::sigh:: [all...] |
/external/qemu/android/utils/ |
misc.c | 80 ** implement a circular ring of temporary string buffers
|
/external/sfntly/ |
Android.mk | 278 # Enable grouping to fix circular references
|
/external/skia/src/animator/ |
SkDisplayXMLParser.cpp | 21 "display tree too deep (circular reference?) ",
|
/external/srec/srec/Recognizer/src/ |
RecognizerResultImpl.c | 72 // just point to the circular buffer read start point
|
/external/v8/ |
Android.v8common.mk | 15 src/circular-queue.cc \
|
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/ |
LVCS_ReverbGenerator.c | 163 /* This allows the delay buffer to be treated as a circular buffer but processed */
|
/frameworks/base/core/java/android/app/ |
ProgressDialog.java | 45 /** Creates a ProgressDialog with a circular, spinning progress
|
/libcore/luni/src/main/java/java/lang/ref/ |
Reference.java | 124 * Used internally by the VM. This field forms a circular and
|
/ndk/build/core/ |
definitions-graph.mk | 248 -test-ndk-mod-get-closure.circular-deps = \ 310 # circular dependencies, this property cannot be guaranteed, but at least 391 -test-ndk-mod-get-topo-list.ABC.circular = \ 426 -test-ndk-mod-get-topological-depends.circular = \
|
/external/chromium/chrome/common/extensions/docs/static/ |
a11y.html | 327 // Implement circular keyboard navigation within the toolbar buttons 332 // Change the active toolbar button to the one to the right (circular). 337 // Change the active toolbar button to the one to the left (circular).
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
a11y.html | 331 // Implement circular keyboard navigation within the toolbar buttons 336 // Change the active toolbar button to the one to the right (circular). 341 // Change the active toolbar button to the one to the left (circular).
|
/external/chromium_org/v8/src/ |
json-stringifier.h | 52 enum Result { UNCHANGED, SUCCESS, EXCEPTION, CIRCULAR, STACK_OVERFLOW }; 275 case CIRCULAR: 387 return CIRCULAR;
|
/frameworks/av/media/libeffects/testlibs/ |
EffectReverb.h | 30 CIRCULAR() calculates the array index using modulo arithmetic. 35 #define CIRCULAR(base,offset,size) (uint32_t)( \ 193 uint16_t m_nBaseIndex; // base index for circular buffer
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
section.c | 866 * checking for circular references (cycles) with id=0 spans. 966 /* Check for circular references */ 973 N_("circular reference detected")); [all...] |
/external/srec/audio/AudioIn/UNIX/src/ |
audioin.c | 132 static audioinSample gSamplesBufferCircularFifo[SAMPLES_BUFFER_SIZE]; /* circular buffer that buffers the incoming samples */ 134 static int gWriteIndexPointer = 0; /* write pointer in the circular FIFO samples buffer */ 135 static int gReadIndexPointer = 0; /* read pointer in the circular FIFO samples buffer */ 339 * samples from the codec and store them in a big circular * [all...] |
/frameworks/base/core/java/android/animation/ |
AnimatorSet.java | 36 * <p>It is possible to set up a <code>AnimatorSet</code> with circular dependencies between 40 * circular dependencies do not make logical sense anyway), circular dependencies [all...] |
/external/stlport/etc/ |
ChangeLog-4.0 | 195 * _ostream.c_ostream.h - added proposed modification against the <ostream> circular inclusion problem. 313 * <ostream>, _numeric_facets.h - circular dependency resolved 398 _string_io.h, _locale.h - fixed circular dependancy,
|
/build/tools/ |
java-layers.py | 59 sys.stderr.write("%s:%d: Circular dependency found:\n"
|
/device/lge/mako/camera/mm-camera-interface/ |
mm_camera_interface2.h | 253 /* how deep the circular frame queue */
|
/docs/source.android.com/src/devices/ |
audio_avoiding_pi.jd | 61 when circular buffers
|
Completed in 603 milliseconds
<<31323334353637383940>>