HomeSort by relevance Sort by last modified time
    Searched refs:ALWAYS (Results 26 - 42 of 42) sorted by null

12

  /packages/wallpapers/Basic/src/com/android/wallpaper/fall/
FallRS.java 309 builder.setDepthFunc(ALWAYS);
317 builder.setDepthFunc(ALWAYS);
  /packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/
GalaxyRS.java 262 builder.setDepthFunc(ALWAYS);
270 builder.setDepthFunc(ALWAYS);
  /external/proguard/src/proguard/evaluation/
Processor.java 596 castValue.isNull() == Value.ALWAYS ? castValue :
610 instanceOf == Value.ALWAYS ? valueFactory.createIntegerValue(1) :
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchController.java 327 * Always display a UI that lets a user see the current running emulators/devices.
433 // as we cannot always detect proper compatibility with
    [all...]
  /external/proguard/src/proguard/preverify/
CodePreverifier.java 418 if (referenceValue.isNull() == Value.ALWAYS)
  /external/webkit/WebCore/platform/graphics/
GraphicsContext3D.h 245 ALWAYS = 0x0207,
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassRS.java 421 builder.setDepthFunc(ALWAYS);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
PostCompilerHelper.java 500 AdtPlugin.printBuildToConsole(BuildVerbosity.ALWAYS, mProject,
662 * @return an array, always. Can be empty.
    [all...]
  /external/sqlite/dist/
sqlite3.c 289 #pragma warn -ccc /* Condition is always true or false */
484 ** The ALWAYS and NEVER macros surround boolean expressions which
485 ** are intended to always be true or false, respectively. Such
492 ** In other words, ALWAYS and NEVER are added for defensive code.
494 ** When doing coverage testing ALWAYS and NEVER are hard-coded to
499 # define ALWAYS(X) (1)
502 # define ALWAYS(X) ((X)?1:(assert(0),0))
505 # define ALWAYS(X) (X)
612 ** format "X.Y.Z" where X is the major version number (always 3 for
    [all...]
sqlite3.c.orig 289 #pragma warn -ccc /* Condition is always true or false */
484 ** The ALWAYS and NEVER macros surround boolean expressions which
485 ** are intended to always be true or false, respectively. Such
492 ** In other words, ALWAYS and NEVER are added for defensive code.
494 ** When doing coverage testing ALWAYS and NEVER are hard-coded to
499 # define ALWAYS(X) (1)
502 # define ALWAYS(X) ((X)?1:(assert(0),0))
505 # define ALWAYS(X) (X)
612 ** format "X.Y.Z" where X is the major version number (always 3 for
    [all...]
  /external/webkit/WebCore/html/canvas/
WebGLRenderingContext.idl 60 /* ALWAYS */
132 /* ALWAYS */
278 const unsigned int ALWAYS = 0x0207;
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AllApps3D.java 220 * If you have an attached click listener, View always plays the click sound!?!?
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java     [all...]
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 1573 milliseconds

12