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

/external/python/cpython2/Modules/_ctypes/libffi/src/arm/
H A Dgentramp.sh96 // This places the first usable config value at _ffi_closure_trampoline_table-4080
/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/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp360 int32_t *usable = (int32_t *) raw; local
362 EXPECT_EQ(42, *usable);
374 int (*usable)() = (int (*)()) raw;
376 EXPECT_EQ(42, usable());
504 int (*usable)() = (int (*)()) raw;
506 EXPECT_EQ(42, usable());
/external/mesa3d/src/glx/
H A Dglxextensions.c618 * Calculate the list of application usable extensions. The resulting
633 unsigned char usable[8]; local
679 usable[i] = (client_glx_support[i] & client_glx_only[i])
688 usable[i] = (client_glx_support[i] & client_glx_only[i])
694 usable);
699 * Calculate the list of application usable extensions. The resulting
714 unsigned char usable[__GL_EXT_BYTES]; local
746 usable[i] = (client_gl_support[i] & client_gl_only[i])
751 __glXGetStringFromTable(known_gl_extensions, usable);
752 (void) memcpy(gc->gl_extension_bits, usable, sizeo
[all...]
/external/ltp/testcases/kernel/fs/fs_di/
H A Dfs_di73 -S SIZE in Mb Size of usable partition (in MBs) on which the testing is carried out (needs to be passed
145 S) # Size of usable partition, which is used for creating creating the files
/external/mesa3d/docs/specs/
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/syslinux/core/
H A Dadv.inc107 ; Neither ADV is usable; initialize to blank
/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.cpp377 // usable by the JIT.
592 errs() << "Unable to find usable child executable: '" << ChildExecPath
/external/sqlite/dist/orig/
H A Dsqlite3.h5066 ** that collation is no longer usable.
5958 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5960 ** is usable) and false if it cannot.)^
6041 unsigned char usable; /* True if this constraint is usable */ member in struct:sqlite3_index_info::sqlite3_index_constraint
H A Dsqlite3.c5343 ** that collation is no longer usable.
6235 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
6237 ** is usable) and false if it cannot.)^
6318 unsigned char usable; /* True if this constraint is usable */ member in struct:sqlite3_index_info::sqlite3_index_constraint
22676 u8 *zByte; /* Memory usable by this allocator */
[all...]
/external/sqlite/dist/
H A Dsqlite3.h5066 ** that collation is no longer usable.
5958 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5960 ** is usable) and false if it cannot.)^
6041 unsigned char usable; /* True if this constraint is usable */ member in struct:sqlite3_index_info::sqlite3_index_constraint
H A Dsqlite3.c5343 ** that collation is no longer usable.
6235 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
6237 ** is usable) and false if it cannot.)^
6318 unsigned char usable; /* True if this constraint is usable */ member in struct:sqlite3_index_info::sqlite3_index_constraint
22676 u8 *zByte; /* Memory usable by this allocator */
[all...]
/external/dtc/Documentation/
H A Ddtc-paper.tex528 While it is already quite usable, there are a number of extra features
/external/icu/icu4c/source/data/
H A Dmakedata.mak176 # Nothing was usable for input
/external/valgrind/
H A Dconfigure13437 # Verify whether the <linux/futex.h> header is usable.
13438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if <linux/futex.h> is usable" >&5
13439 $as_echo_n "checking if <linux/futex.h> is usable... " >&6; }
14134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking primary target for usable MPI2-compliant C compiler and mpi.h" >&5
14135 $as_echo_n "checking primary target for usable MPI2-compliant C compiler and mpi.h... " >&6; }
14194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking secondary target for usable MPI2-compliant C compiler and mpi.h" >&5
14195 $as_echo_n "checking secondary target for usable MPI2-compliant C compiler and mpi.h... " >&6; }
14264 # for usable 64-bit Boost facilities, but because we are doing a 32-bit

Completed in 916 milliseconds