HomeSort by relevance Sort by last modified time
    Searched refs:HARD (Results 1 - 17 of 17) 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...]
ReferenceMap.java 30 * If non-hard references are used, then the garbage collector can remove
36 * The keys can be configured to be weak but the values hard,
39 * <code>WeakHashMap</code></a>. However, you can also specify hard keys and
41 * hard keys and soft values, providing a memory-sensitive cache.
76 * use hard references to keys and soft references to values.
79 super(HARD, SOFT, DEFAULT_CAPACITY, DEFAULT_LOAD_FACTOR, false);
87 * must be {@link #HARD}, {@link #SOFT}, {@link #WEAK}
89 * must be {@link #HARD}, {@link #SOFT}, {@link #WEAK}
100 * must be {@link #HARD}, {@link #SOFT}, {@link #WEAK}
102 * must be {@link #HARD}, {@link #SOFT}, {@link #WEAK
    [all...]
  /external/smack/src/org/jivesoftware/smack/
ChatManager.java 75 private Map<String, Chat> threadChats = Collections.synchronizedMap(new ReferenceMap<String, Chat>(ReferenceMap.HARD,
81 private Map<String, Chat> jidChats = Collections.synchronizedMap(new ReferenceMap<String, Chat>(ReferenceMap.HARD,
87 private Map<String, Chat> baseJidChats = Collections.synchronizedMap(new ReferenceMap<String, Chat>(ReferenceMap.HARD,
  /external/libvpx/libvpx/examples/includes/geshi/contrib/
langcheck.php 433 && !(('STRINGS' == $style_kind || 'ESCAPE_CHAR' == $style_kind) && 'HARD' == $sk_key)) {
570 if (isset($language_data['STYLES']['STRINGS']['HARD'])) {
572 report_error(TYPE_NOTICE, "Language file contains superfluous \$language_data['STYLES']['STRINGS'] specification for key 'HARD', but no 'HARDQUOTE's are defined!");
574 unset($language_data['STYLES']['STRINGS']['HARD']);
    [all...]
  /external/smack/src/org/jivesoftware/smackx/
ChatStateManager.java 90 new ReferenceMap<Chat, ChatState>(ReferenceMap.WEAK, ReferenceMap.HARD);
  /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...]
  /external/mksh/src/
funcs.c     [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...]
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /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/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 
  /external/qemu-pc-bios/bochs/bios/
rombios.c 73 // - Current code can not boot and emulate a hard-disk
115 // - Emulate a Hard-disk (currently only diskette can be emulated) see "FIXME ElTorito Harddisk"
    [all...]

Completed in 394 milliseconds