HomeSort by relevance Sort by last modified time
    Searched full:enables (Results 1 - 25 of 1484) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/asus/flo/sepolicy/
perfprofd.te 3 # then re-enables afterwards with setprop ctl.start
  /device/lge/hammerhead/sepolicy/
perfprofd.te 3 # then re-enables afterwards with setprop ctl.start
  /device/moto/shamu/sepolicy/
perfprofd.te 3 # then re-enables afterwards with setprop ctl.start
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
Constants.java 36 // Enables debug drawing for the transition thumbnail
38 // Enables the filtering of tasks according to their grouping
40 // Enables dismiss-all
42 // Enables debug mode
44 // Enables the search bar layout
46 // Enables the thumbnail alpha on the front-most task
48 // Enables all system stacks to show up in the same recents stack
52 // Enables the simulated task affiliations
56 // Enables us to create mock recents tasks
  /system/core/libpixelflinger/
picker.cpp 39 const uint32_t enables = c->state.enables; local
45 if (enables & GGL_ENABLE_BLENDING)
52 if (enables & GGL_ENABLE_BLENDING) {
100 n |= GGL_BUILD_NEEDS((enables & GGL_ENABLE_SMOOTH) ?1:0, SHADE);
101 if (enables & GGL_ENABLE_TMUS) {
102 n |= GGL_BUILD_NEEDS((enables & GGL_ENABLE_W) ?1:0, W);
104 p |= GGL_BUILD_NEEDS((enables & GGL_ENABLE_DITHER) ?1:0, P_DITHER);
105 p |= GGL_BUILD_NEEDS((enables & GGL_ENABLE_AA) ?1:0, P_AA);
106 p |= GGL_BUILD_NEEDS((enables & GGL_ENABLE_FOG) ?1:0, P_FOG)
    [all...]
pixelflinger.cpp 202 if (c->state.enables & GGL_ENABLE_SMOOTH) {
203 c->state.enables &= ~GGL_ENABLE_SMOOTH;
208 if (!(c->state.enables & GGL_ENABLE_SMOOTH)) {
209 c->state.enables |= GGL_ENABLE_SMOOTH;
292 const int e = (c->state.enables & GGL_ENABLE_FOG)?1:0;
294 if (enable) c->state.enables |= GGL_ENABLE_FOG;
295 else c->state.enables &= ~GGL_ENABLE_FOG;
310 if (c->state.enables & GGL_ENABLE_BLENDING) {
325 if (c->state.enables & GGL_ENABLE_BLENDING) {
598 if (c->state.enables & GGL_ENABLE_SCISSOR_TEST)
    [all...]
  /external/javassist/src/main/javassist/tools/rmi/
package.html 5 <p>This package enables applets to access remote objects
  /frameworks/webview/nullwebview/
proguard.flags 2 # post-jarjar remapping versions of the class names. This enables the same
  /external/javassist/src/main/javassist/
package.html 7 bytecode in Java; it enables Java programs to define a new class at
  /packages/apps/UnifiedEmail/src/com/android/mail/text/
ChangeLabelsSpan.java 10 * A custom span that enables the labels to be clickable in the conversation
  /system/bt/doc/
btsnoop_net.md 3 btsnoop_net exposes Bluetooth snoop logs over a local TCP socket which enables
  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal_defs.h 111 /* JEMALLOC_CC_SILENCE enables code that silences unuseful compiler warnings. */
114 /* JEMALLOC_CODE_COVERAGE enables test code coverage analysis. */
118 * JEMALLOC_DEBUG enables assertions and other sanity checks, and disables
123 /* JEMALLOC_STATS enables statistics calculation. */
126 /* JEMALLOC_PROF enables allocation profiling. */
139 * JEMALLOC_TCACHE enables a thread-specific caching layer for small objects.
146 * JEMALLOC_DSS enables use of sbrk(2) to allocate chunks from the data storage
196 * JEMALLOC_IVSALLOC enables ivsalloc(), which verifies that pointers reside
jemalloc_internal_defs.h.in 105 /* JEMALLOC_CC_SILENCE enables code that silences unuseful compiler warnings. */
108 /* JEMALLOC_CODE_COVERAGE enables test code coverage analysis. */
112 * JEMALLOC_DEBUG enables assertions and other sanity checks, and disables
117 /* JEMALLOC_STATS enables statistics calculation. */
120 /* JEMALLOC_PROF enables allocation profiling. */
133 * JEMALLOC_TCACHE enables a thread-specific caching layer for small objects.
140 * JEMALLOC_DSS enables use of sbrk(2) to allocate chunks from the data storage
190 * JEMALLOC_IVSALLOC enables ivsalloc(), which verifies that pointers reside
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
cdecl.h 29 /** If using C++ this macro enables C mode, otherwise does nothing */
35 /** If using C++ this macro enables C mode, otherwise does nothing */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
cdecl.h 29 /** If using C++ this macro enables C mode, otherwise does nothing */
35 /** If using C++ this macro enables C mode, otherwise does nothing */
  /external/kernel-headers/original/uapi/linux/
net_tstamp.h 61 * Enables hardware time stamping for outgoing packets;
69 * Enables time stamping for outgoing packets just as
70 * HWTSTAMP_TX_ON does, but also enables time stamp insertion
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
net_tstamp.h 57 * Enables hardware time stamping for outgoing packets;
65 * Enables time stamping for outgoing packets just as
66 * HWTSTAMP_TX_ON does, but also enables time stamp insertion
  /device/google/atv/sdk_overlay/frameworks/base/core/res/res/values/
config.xml 19 <!-- development/sdk_overlay enables voice. Reset to data-only. -->
  /external/clang/test/Frontend/
profile-sample-use-loc-tracking.c 1 // This file tests that -fprofile-sample-use enables location tracking
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
drawable2-expected-completion51.txt 3 android:dither : Enables or disables dithering. [boolean]
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
IPSettings.java 31 public IPSettings(boolean[] enables) {
32 mEnables = enables;
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
IPSettings.java 31 public IPSettings(boolean[] enables) {
32 mEnables = enables;
  /frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
BlasSettings.java 31 public BlasSettings(boolean[] enables) {
32 mEnables = enables;
  /external/libpng/scripts/
pnglibconf.dfa 32 # option <name> [requires ...] [if ...] [enables ...] [disabled]
35 # chunk <name> [requires ...] [enables ...] [disabled]
38 # WRITE_something for write, but the enables list members are
39 # used as given (e.g. enables GAMMA just expands to that on the
224 option ARM_NEON_API disabled requires ALIGNED_MEMORY enables SET_OPTION,
258 # no writing is required at all - hence the use of an 'enables'
262 option WRITE enables WRITE_INT_FUNCTIONS
368 option SET_USER_LIMITS enables SET_CHUNK_CACHE_LIMIT
371 option SET_USER_LIMITS enables SET_CHUNK_MALLOC_LIMIT
387 option SAFE_LIMITS enables USER_LIMITS disable
    [all...]
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLServerSocketImpl.java 86 * This method enables the protocols' versions listed by
110 * Enables/disables the TLS Channel ID extension for this server socket.
124 * This method enables the cipher suites listed by

Completed in 1328 milliseconds

1 2 3 4 5 6 7 8 91011>>