Home
last modified time | relevance | path

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

123456

/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/dropbear/
Dalgo.h37 unsigned usable : 1; /* whether we can use this algorithm */ member
Dsvr-algo.c82 if (localalgos[j].usable) { in svr_buf_match_algo()
Dcli-algo.c78 if (localalgos[j].usable) { in cli_buf_match_algo()
Dcommon-algo.c220 if (localalgos[i].usable) { in buf_put_algolist()
Dsvr-runopts.c311 sshhostkey[i].usable = 0; in disablekey()
/external/chromium/chrome/browser/renderer_host/
DDEPS3 # layer should be usable in contexts other than inside TabContents. Instead,
/external/libcap-ng/libcap-ng-0.7/m4/
Dcap-ng.m424 # Check results are usable
/external/valgrind/main/docs/internals/
Dhowto_oprofile.txt50 that). But apart from that, it seems usable.
/external/chromium/base/
Dtime_posix.cc194 #error No usable tick clock function on this platform.
/external/proguard/examples/
Dlibrary.pro3 # library, such that it remains usable as a library.
/external/qemu/distrib/
DREADME8 This emulator is probably not usable without other support files provided by the Android project,
/external/elfutils/m4/
Diconv.m465 dnl If $LIBICONV didn't lead to a usable library, we don't need $INCICONV
/external/bison/m4/
Diconv.m465 dnl If $LIBICONV didn't lead to a usable library, we don't need $INCICONV
/external/openssl/crypto/dh/
Dgenerate57 2 is perfectly usable as a base even if it's a non-generator, since
/external/mesa3d/docs/
DMESA_drm_image.spec94 requests that the created EGLImage should be usable as a scanout
/external/libusb/
Dconfigure.ac61 AC_MSG_ERROR([timerfd header not usable; glibc 2.9+ required])
/external/llvm/docs/HistoricalNotes/
D2001-06-01-GCCOptimizations2.txt67 But none of this would be usable for LLVM anyways, unless we were using
/external/icu4c/tools/tzcode/
Dreadme.txt20 zone database into a form usable by ICU4C (release 2.8 and later).
/external/webkit/Source/
DWebKit.pri52 # For EXEs only: set heap to usable value
/external/llvm/docs/CommandGuide/
Dllc.rst127 would otherwise not be usable (such as fsin on X86).
/external/webkit/Source/JavaScriptCore/wtf/
DCONTRIBUTORS.pthreads-win3292 Changes to make C version usable with C++ applications;
/external/valgrind/main/
Dconfigure.in1636 # Verify whether the <linux/futex.h> header is usable.
1637 AC_MSG_CHECKING([if <linux/futex.h> is usable])
1645 [Define to 1 if you have a usable <linux/futex.h> header file.])
1749 AC_MSG_CHECKING([primary target for usable MPI2-compliant C compiler and mpi.h])
1777 AC_MSG_CHECKING([secondary target for usable MPI2-compliant C compiler and mpi.h])
1815 # for usable 64-bit Boost facilities, but because we are doing a 32-bit
/external/webkit/Tools/iExploder/iexploder-1.3.2/
DREADME.txt6 definitely usable. Here are some notable features:
/external/dbus/
DREADME.windbus122 - How far is WinDBus from being usable for production ?

123456