Home
last modified time | relevance | path

Searched refs:prepared (Results 1 – 25 of 263) sorted by relevance

1234567891011

/external/setupdesign/main/src/com/google/android/setupdesign/view/
DIllustrationVideoView.java77 private boolean prepared; field in IllustrationVideoView
247 prepared = false; in release()
300 if (prepared && mediaPlayer != null && !mediaPlayer.isPlaying()) { in start()
307 if (prepared && mediaPlayer != null) { in stop()
330 prepared = true; in onPrepared()
362 return prepared; in isPrepared()
/external/adeb/
DREADME.md100 ### Update kernel headers onto an already prepared device:
110 The adeb fs will be prepared locally by downloading packages as needed:
133 ### Extract the FS from the device, after its prepared:
137 After device is prepared, it will extract the root fs from it
141 ### Use a previously prepared adeb rootfs tar from local:
/external/honggfuzz/docs/
DPersistentFuzzing.md14 Two functions must be prepared
42 A complete program needs to be prepared, using ```HF_ITER``` symbol to obtain new inputs
/external/tinyalsa/
Dpcm.c247 int prepared:1; member
541 pcm->prepared = 0; in pcm_write()
577 pcm->prepared = 0; in pcm_read()
867 pcm->prepared = 0; in pcm_close()
1050 if (pcm->prepared) in pcm_prepare()
1056 pcm->prepared = 1; in pcm_prepare()
1081 pcm->prepared = 0; in pcm_stop()
1285 pcm->prepared = 0; in pcm_mmap_transfer()
/external/libvpx/libvpx/
Dkeywords.dox43 prepared to interoperate with another implementation which does
46 \ref MUST be prepared to interoperate with another implementation which
/external/libaom/libaom/
Dkeywords.dox43 prepared to interoperate with another implementation which does
46 \ref MUST be prepared to interoperate with another implementation which
/external/lmfit/ruby/swig/
DREADME3 prepared as follows:
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/
Ddwarfdump-decompression-error.test3 // dwarfdump-decompression-error.elf-x86-64 is prepared using following
/external/u-boot/doc/
DREADME.falcon39 2. Save the prepared snapshot into persistent media.
116 or prepared FDT) from temporary storage in RAM into persistant storage
123 prepared FDT will be set in the environment variable 'fdtargslen'.
133 The "spl export" command is prepared to work with ATAGS and FDT. However,
/external/icu/icu4c/source/data/translit/
Dyo_yo_BJ.txt16 # Originally prepared by Jonathan Lai ( jali01@ca.ibm.com )
Dug_ug_FONIPA.txt14 # Originally prepared by Alina Korshunova <alinakor2202@gmail.com>
Dka_ka_Latn_BGN_1981.txt20 # Originally prepared by Michael Everson <everson@evertype.com>
/external/jemalloc_new/include/jemalloc/internal/
Dprof_structs.h86 bool prepared; member
/external/gemmlowp/meta/
DREADME47 some python scripts. 9 Versions of the multiplication kernel were prepared.
53 versions were prepared. On top of them one high level gemm function that would
/external/autotest/server/site_tests/platform_InitLoginPerfServer/
Dcontrol16 user logs in, the tpm is initialized, and the device is prepared for enrollment.
/external/mesa3d/src/compiler/glsl/glcpp/
DREADME16 Any downstream compiler accepting output from glcpp should be prepared
/external/tensorflow/tensorflow/lite/
Dinterpreter_test.cc1410 TfLiteInterpreterOwnedDelegate(bool* destroyed, bool* prepared) in TEST()
1411 : destroyed(destroyed), prepared(prepared) { in TEST()
1414 *static_cast<TfLiteInterpreterOwnedDelegate*>(delegate)->prepared = in TEST()
1422 bool* prepared; in TEST() member
1427 bool prepared = false; in TEST() local
1429 new TfLiteInterpreterOwnedDelegate(&destroyed, &prepared)); in TEST()
1447 EXPECT_TRUE(prepared); in TEST()
/external/cldr/common/properties/
Dlabels.txt85 [��-����-����������������] ; Food & Drink ; food-prepared
86 [��-��������-��������] ; Food & Drink ; food-prepared
/external/elfutils/
DTODO15 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/
Deas.py337 self.prepared = False
341 if self.prepared:
349 self.prepared = True
493 if not self.prepared:
/external/python/futures/
DLICENSE17 prepared by Licensee.
DNOTICE17 prepared by Licensee.
/external/chromium-trace/catapult/third_party/zipfile/
DLICENSE78 Reserved" are retained in Python alone or in any derivative version prepared by
130 Software, alone or in any derivative version prepared by Licensee.
180 version prepared by Licensee. Alternately, in lieu of CNRI's License
/external/python/cpython2/
DLICENSE78 prepared by Licensee.
129 Software, alone or in any derivative version prepared by Licensee.
179 version prepared by Licensee. Alternately, in lieu of CNRI's License
/external/python/cpython3/
DNOTICE78 prepared by Licensee.
129 Software, alone or in any derivative version prepared by Licensee.
179 version prepared by Licensee. Alternately, in lieu of CNRI's License

1234567891011