HomeSort by relevance Sort by last modified time
    Searched defs:HARD (Results 1 - 12 of 12) sorted by null

  /system/core/sh/
miscbltin.c 343 enum { SOFT = 0x1, HARD = 0x2 }
344 how = SOFT | HARD;
354 how = HARD;
398 else if (how & HARD)
419 if (how & HARD)
428 else if (how & HARD)
  /external/smack/src/org/jivesoftware/smack/util/collections/
AbstractReferenceMap.java 3 // normal HashEntry for HARD,HARD
4 // HardRefEntry for HARD,(SOFT|WEAK)
5 // RefHardEntry for (SOFT|WEAK),HARD
49 * If non-hard references are used, then the garbage collector can remove
55 * The keys can be configured to be weak but the values hard,
58 * <code>WeakHashMap</code></a>. However, you can also specify hard keys and
60 * hard keys and soft values, providing a memory-sensitive cache.
82 * Constant indicating that hard references should be used
84 public static final int HARD = 0
    [all...]
  /external/mksh/src/
funcs.c     [all...]
  /external/regex-re2/re2/testing/
regexp_benchmark.cc 173 #define HARD "[ -~]*ABCDEFGHIJKLMNOPQRSTUVWXYZ$"
215 void Search_Hard_CachedDFA(int i, int n) { Search(i, n, HARD, SearchCachedDFA); }
216 void Search_Hard_CachedNFA(int i, int n) { Search(i, n, HARD, SearchCachedNFA); }
217 void Search_Hard_CachedPCRE(int i, int n) { Search(i, n, HARD, SearchCachedPCRE); }
218 void Search_Hard_CachedRE2(int i, int n) { Search(i, n, HARD, SearchCachedRE2); }
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java 609 public static final short HARD = 2;
627 public static final short HARD = 2;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
sdklib.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 

Completed in 581 milliseconds