Searched refs:usable (Results 1 - 15 of 15) sorted by relevance

/external/vboot_reference/scripts/image_signing/
H A Dconvert_recovery_to_full_ssd.sh7 # Script to convert a recovery image into an SSD image usable by factory.
19 Converts <signed_recovery_image> into a full SSD image usable by factory. Uses
/external/chromium-trace/catapult/third_party/coverage/coverage/
H A Dhtml.py346 usable = False
352 usable = False
354 usable = True
356 usable = False
358 usable = False
360 if usable:
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp362 int32_t *usable = (int32_t *) raw; local
364 EXPECT_EQ(42, *usable);
376 int (*usable)() = (int (*)()) raw;
378 EXPECT_EQ(42, usable());
506 int (*usable)() = (int (*)()) raw;
508 EXPECT_EQ(42, usable());
/external/mesa3d/src/glx/
H A Dglxextensions.c550 * Calculate the list of application usable extensions. The resulting
565 unsigned char usable[8]; local
611 usable[i] = (client_glx_support[i] & client_glx_only[i])
620 usable[i] = (client_glx_support[i] & client_glx_only[i])
632 CLR_BIT(usable, EXT_create_context_es2_profile_bit);
636 usable);
641 * Calculate the list of application usable extensions. The resulting
656 unsigned char usable[__GL_EXT_BYTES]; local
688 usable[i] = (client_gl_support[i] & client_gl_only[i])
693 __glXGetStringFromTable(known_gl_extensions, usable);
[all...]
/external/mesa3d/docs/
H A DMESA_drm_image.spec96 should be usable as a scanout buffer with the DRM kernel
100 requests that the image must be usable as a cursor with KMS. When
H A DMESA_multithread_makecurrent.spec123 but the context remains usable by threads that have the context
/external/avahi/avahi-core/
H A Diface.c229 AvahiInterfaceAddress *a, *usable = NULL, *found = NULL; local
239 if (a->global_scope && !usable)
240 usable = a;
253 if (found && !usable)
/external/libweave/third_party/chromium/base/time/
H A Dtime_posix.cc85 #error No usable tick clock function on this platform.
/external/libchrome/base/time/
H A Dtime_posix.cc105 #error No usable tick clock function on this platform.
/external/llvm/tools/lli/
H A Dlli.cpp392 // usable by the JIT.
648 errs() << "Unable to find usable child executable: '" << ChildExecPath
/external/sqlite/dist/orig/
H A Dsqlite3.h4729 ** that collation is no longer usable.
5599 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5601 ** is usable) and false if it cannot.)^
5669 unsigned char usable; /* True if this constraint is usable */ member in struct:sqlite3_index_info::sqlite3_index_constraint
H A Dsqlite3.c4943 ** that collation is no longer usable.
5813 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5815 ** is usable) and false if it cannot.)^
5883 unsigned char usable; /* True if this constraint is usable */ member in struct:sqlite3_index_info::sqlite3_index_constraint
19746 u8 *zByte; /* Memory usable by this allocator */
[all...]
/external/sqlite/dist/
H A Dsqlite3.h4729 ** that collation is no longer usable.
5599 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5601 ** is usable) and false if it cannot.)^
5669 unsigned char usable; /* True if this constraint is usable */ member in struct:sqlite3_index_info::sqlite3_index_constraint
H A Dsqlite3.c4943 ** that collation is no longer usable.
5813 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5815 ** is usable) and false if it cannot.)^
5883 unsigned char usable; /* True if this constraint is usable */ member in struct:sqlite3_index_info::sqlite3_index_constraint
19746 u8 *zByte; /* Memory usable by this allocator */
[all...]
/external/icu/icu4c/source/data/
H A Dmakedata.mak174 # Nothing was usable for input

Completed in 1848 milliseconds