Home
last modified time | relevance | path

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

1234567

/external/jmonkeyengine/engine/src/core/com/jme3/shader/
DShader.java55 private boolean usable = false; field in Shader
101 boolean usable = false; field in Shader.ShaderSource
116 usable = false; in ShaderSource()
178 return usable; in isUsable()
181 public void setUsable(boolean usable){ in setUsable() argument
182 this.usable = usable; in setUsable()
200 usable = false; in resetObject()
387 return usable; in isUsable()
394 public void setUsable(boolean usable){ in setUsable() argument
395 this.usable = usable; in setUsable()
[all …]
/external/chromium-trace/catapult/third_party/coverage/coverage/
Dhtml.py346 usable = False
352 usable = False
354 usable = True
356 usable = False
358 usable = False
360 if usable:
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp362 int32_t *usable = (int32_t *) raw; in TEST_F() local
364 EXPECT_EQ(42, *usable); in TEST_F()
376 int (*usable)() = (int (*)()) raw; in TEST_F() local
378 EXPECT_EQ(42, usable()); in TEST_F()
506 int (*usable)() = (int (*)()) raw; in TEST_F() local
508 EXPECT_EQ(42, usable()); in TEST_F()
/external/mesa3d/src/glx/
Dglxextensions.c565 unsigned char usable[8]; in __glXCalculateUsableExtensions() local
611 usable[i] = (client_glx_support[i] & client_glx_only[i]) in __glXCalculateUsableExtensions()
620 usable[i] = (client_glx_support[i] & client_glx_only[i]) in __glXCalculateUsableExtensions()
632 CLR_BIT(usable, EXT_create_context_es2_profile_bit); in __glXCalculateUsableExtensions()
636 usable); in __glXCalculateUsableExtensions()
656 unsigned char usable[__GL_EXT_BYTES]; in __glXCalculateUsableGLExtensions() local
688 usable[i] = (client_gl_support[i] & client_gl_only[i]) in __glXCalculateUsableGLExtensions()
693 __glXGetStringFromTable(known_gl_extensions, usable); in __glXCalculateUsableGLExtensions()
694 (void) memcpy(gc->gl_extension_bits, usable, sizeof(usable)); in __glXCalculateUsableGLExtensions()
/external/strace/
DHACKING-scripts21 output should be directly usable without modification.
35 output, while directly usable, only contains definitions that match exactly the
46 output should be directly usable without modification.
/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/v8/build/android/incremental_install/
DBUILD.gn8 # Use .dex rather than .dex.jar to be usable by package_apk().
/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/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/mesa3d/docs/
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/libcap-ng/libcap-ng-0.7/m4/
Dcap-ng.m424 # Check results are usable
/external/autotest/server/site_tests/firmware_ShellBall/
Dcontrol26 # Convert autoserv args to something usable.
/external/autotest/server/site_tests/platform_CryptohomeSyncStressServer/
Dcontrol21 # convert autoserv args to something usable
/external/avahi/avahi-core/
Diface.c229 AvahiInterfaceAddress *a, *usable = NULL, *found = NULL; in interface_mdns_mcast_rejoin() local
239 if (a->global_scope && !usable) in interface_mdns_mcast_rejoin()
240 usable = a; in interface_mdns_mcast_rejoin()
253 if (found && !usable) in interface_mdns_mcast_rejoin()
/external/valgrind/docs/internals/
Dhowto_oprofile.txt50 that). But apart from that, it seems usable.
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/
DLICENSE.TXT4 usable to a vast majority of developers, we distribute it under two
/external/autotest/server/site_tests/platform_InstallFW/
Dcontrol35 # Convert autoserv args to something usable.
/external/hyphenation-patterns/fr/
Dhyph-fr.lic.txt31 %%%%%%%% The most famous good guys who worked hard to obtain something usable.
/external/proguard/examples/
Dlibrary.pro3 # library, such that it remains usable as a library.
/external/libvncserver/
DAUTHORS19 as it is a state-of-the-art, fast and usable program by now! However, he
/external/tlsdate/m4/
Dvisibility.m432 AC_MSG_CHECKING([whether the -Werror option is usable])
/external/libyuv/files/
Dlibyuv.gyp24 # clang compiler default variable usable by other apps that include libyuv.

1234567