/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowMediaPlayer.java | 22 private boolean prepared; field in ShadowMediaPlayer 77 prepared = true; in prepare() 87 prepared = true; in prepareAsync() 103 prepared = false; in release() 109 prepared = false; in reset() 147 return prepared; in isPrepared()
|
D | ShadowHandlerThread.java | 69 Method prepared; in onLooperPrepared() local 71 prepared = HandlerThread.class.getDeclaredMethod("onLooperPrepared"); in onLooperPrepared() 72 prepared.setAccessible(true); in onLooperPrepared() 73 prepared.invoke(thread); in onLooperPrepared()
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
D | Section.java | 44 private boolean prepared; field in Section 80 this.prepared = false; in Section() 215 prepared = true; in prepare() 243 if (!prepared) { in throwIfNotPrepared() 253 if (prepared) { in throwIfPrepared()
|
/external/libvpx/libvpx/ |
D | keywords.dox | 43 prepared to interoperate with another implementation which does 46 \ref MUST be prepared to interoperate with another implementation which
|
/external/tinyalsa/ |
D | pcm.c | 248 int prepared:1; member 505 pcm->prepared = 0; in pcm_write() 541 pcm->prepared = 0; in pcm_read() 831 pcm->prepared = 0; in pcm_close() 1004 if (pcm->prepared) in pcm_prepare() 1010 pcm->prepared = 1; in pcm_prepare() 1035 pcm->prepared = 0; in pcm_stop() 1234 pcm->prepared = 0; in pcm_mmap_transfer()
|
/external/dnsmasq/contrib/try-all-ns/ |
D | README | 13 and it seems to work. I prepared a patch in the event that others might
|
/external/mesa3d/src/glsl/glcpp/ |
D | README | 16 Any downstream compiler accepting output from glcpp should be prepared
|
/external/elfutils/src/ |
D | TODO | 15 ELF_F_LAYOUT flag is set. This is OK if the data is prepared by a 16 ELF_C_NULL call but not if the user prepared the data herself
|
/external/sonivox/jet_tools/JetCreator/ |
D | eas.py | 337 self.prepared = False 341 if self.prepared: 349 self.prepared = True 493 if not self.prepared:
|
/external/jemalloc/src/ |
D | prof.c | 210 tctx->prepared = false; in rb_gen() 231 tctx->prepared = false; in prof_malloc_sample_object() 611 if (tctx->prepared) in prof_tctx_should_destroy() 767 ret.p->prepared = true; in prof_lookup() 797 ret.p->prepared = true; in prof_lookup()
|
/external/libunwind/doc/ |
D | unw_set_caching_policy.tex | 37 If caching is enabled, an application must be prepared to make
|
/external/e2fsprogs/tests/ |
D | README | 15 prepared to deal with)
|
/external/nanopb-c/docs/ |
D | security.rst | 16 Therefore the application itself must be prepared to receive untrusted values.
|
/external/libpng/contrib/arm-neon/ |
D | README | 76 You must also be prepared to handle bug reports from users of the code, either
|
/external/jemalloc/include/jemalloc/internal/ |
D | prof.h | 126 bool prepared; member
|
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/guide/ |
D | exceptions.rst | 5 A good app is prepared even when something goes wrong: a service is down,
|
/external/libpcap/ |
D | README.dag | 98 can confuse applications that use libpcap if they're not prepared for
|
/external/llvm/docs/ |
D | Phabricator.rst | 13 added as a subscriber on all reviews, and Phabricator users should be prepared
|
D | MCJITDesignAndImplementation.rst | 112 memory manager and relocation information will have been prepared, but the
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.image_load_store.txt | 124 test. Conditions are prepared such that approximately half of the fragments of
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/ |
D | en-GB_klex.pkb | 1118 AGI!@D@&Dpreoccupation)GI@'BA&G!</&EpreoccupiedK prepared 0GI&G!;8 prepared "GI@G!;8presage 0…
|
/external/libogg/doc/ |
D | rfc3533.txt | 80 other time-continuous data streams that are prepared by an encoder as 797 or assist in its implementation may be prepared, copied, published
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
D | SpecialCasing.txt | 52 # Parsers of this file must be prepared to deal with future additions to this format:
|
/external/icu/icu4c/source/data/unidata/ |
D | SpecialCasing.txt | 52 # Parsers of this file must be prepared to deal with future additions to this format:
|
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/tutorials/gettingstarted/ |
D | usingdatastore.rst | 303 query objects using methods. The query above could also be prepared as follows::
|