Home
last modified time | relevance | path

Searched refs:usable (Results 1 – 25 of 242) sorted by relevance

12345678910

/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp360 int32_t *usable = (int32_t *) raw; in TEST_F() local
362 EXPECT_EQ(42, *usable); in TEST_F()
374 int (*usable)() = (int (*)()) raw; in TEST_F() local
376 EXPECT_EQ(42, usable()); in TEST_F()
504 int (*usable)() = (int (*)()) raw; in TEST_F() local
506 EXPECT_EQ(42, usable()); in TEST_F()
/external/mesa3d/src/glx/
Dglxextensions.c633 unsigned char usable[8]; in __glXCalculateUsableExtensions() local
679 usable[i] = (client_glx_support[i] & client_glx_only[i]) in __glXCalculateUsableExtensions()
688 usable[i] = (client_glx_support[i] & client_glx_only[i]) in __glXCalculateUsableExtensions()
694 usable); in __glXCalculateUsableExtensions()
714 unsigned char usable[__GL_EXT_BYTES]; in __glXCalculateUsableGLExtensions() local
746 usable[i] = (client_gl_support[i] & client_gl_only[i]) in __glXCalculateUsableGLExtensions()
751 __glXGetStringFromTable(known_gl_extensions, usable); in __glXCalculateUsableGLExtensions()
752 (void) memcpy(gc->gl_extension_bits, usable, sizeof(usable)); in __glXCalculateUsableGLExtensions()
/external/autotest/client/site_tests/network_FirewallHolePunch/src/
DREADME.txt4 Modifications were made in main.js to make the extension usable
/external/llvm/test/CodeGen/SPARC/
Dspill.ll17 ; The clobber list has all registers except g0/o0. (Only o0 is usable.)
31 ; The clobber list has all registers except g0,g1,o0,o1. (Only o0/o1 are a usable pair)
/external/skia/site/dev/contrib/
Dc++11.md13 - C++11 the language as supported by GCC 4.7 or later is pretty usable.
15 - If you break a bot, that feature is not usable.
/external/python/cpython2/Modules/_ctypes/libffi/src/arm/
Dgentramp.sh96 // This places the first usable config value at _ffi_closure_trampoline_table-4080
/external/llvm/test/CodeGen/SystemZ/
Dmemchr-01.ll1 ; Test memchr using SRST, with a weird but usable prototype.
/external/crcalc/tests/
DREADME.txt15 We expect that this test is much too nondeterministic to be usable for any kind
/external/mesa3d/docs/specs/
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
/external/vboot_reference/scripts/image_signing/
Dconvert_recovery_to_full_ssd.sh19 Converts <signed_recovery_image> into a full SSD image usable by factory. Uses
/external/eigen/cmake/
DEigen3ConfigLegacy.cmake.in7 # EIGEN3_USE_FILE - The file making Eigen usable
/external/libconstrainedcrypto/
DREADME12 dependency footprint to make libcrypto usable in these environments as well
/external/autotest/server/site_tests/firmware_ShellBall/
Dcontrol26 # Convert autoserv args to something usable.
/external/libcap-ng/libcap-ng-0.7/m4/
Dcap-ng.m424 # Check results are usable
/external/autotest/server/site_tests/platform_CryptohomeSyncStressServer/
Dcontrol21 # convert autoserv args to something usable
/external/autotest/client/site_tests/desktopui_ChromeSanity/
Dcontrol15 Test that Chrome is at least marginally usable.
/external/valgrind/docs/internals/
Dhowto_oprofile.txt50 that). But apart from that, it seems usable.
/external/autotest/server/site_tests/platform_InstallFW/
Dcontrol35 # Convert autoserv args to something usable.
/external/syslinux/core/
Dcom32.inc25 ; set to the high end of usable memory.
/external/zlib/
DAndroid.bp100 // to be usable for any API level is going to be some work (at the very least,
/external/ltp/testcases/kernel/fs/fs_di/
Dfs_di73 …-S SIZE in Mb Size of usable partition (in MBs) on which the testing is carried out (needs to be…
/external/hyphenation-patterns/fr/
Dhyph-fr.lic.txt31 %%%%%%%% The most famous good guys who worked hard to obtain something usable.
/external/python/cpython2/Doc/library/
Drfc822.rst103 7, and 8 of the result tuple are not usable.
116 8 of the result tuple are not usable.
244 with :func:`time.mktime`; note that fields 6, 7, and 8 are not usable. If
258 fields 6, 7, and 8 are not usable. Similarly to :meth:`getdate`, if there is
Demail.util.rst64 7, and 8 of the result tuple are not usable.
74 indexes 6, 7, and 8 of the result tuple are not usable.
/external/python/cpython2/Doc/c-api/
Dobjbuffer.rst18 Returns a pointer to a read-only memory location usable as character-based

12345678910