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

  /libcore/ojluni/src/main/java/java/util/
HashSet.java 96 private static final Object PRESENT = new Object();
205 * Adds the specified element to this set if it is not already present.
217 return map.put(e, PRESENT)==null;
221 * Removes the specified element from this set if it is present.
229 * @param o object to be removed from this set, if present
233 return map.remove(o)==PRESENT;
309 map.put(e, PRESENT);
TreeSet.java 101 private static final Object PRESENT = new Object();
238 * Adds the specified element to this set if it is not already present.
255 return m.put(e, PRESENT)==null;
259 * Removes the specified element from this set if it is present.
267 * @param o object to be removed from this set, if present
276 return m.remove(o)==PRESENT;
308 map.addAllForTreeSet(set, PRESENT);
533 tm.readTreeSet(size, s, PRESENT);
  /frameworks/base/telephony/java/android/telephony/
TelephonyHistogram.java 77 private static final int PRESENT = 1;
280 if (in.readInt() == PRESENT) {
301 out.writeInt(PRESENT);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
term_entry.h 109 * Note that WANTED and PRESENT are not simple inverses! If a capability
113 #define PRESENT(s) (((s) != ABSENT_STRING) && ((s) != CANCELLED_STRING))
116 {if (PRESENT(p) && !PRESENT(q)) _nc_warning(#p " but no " #q);}
120 if (PRESENT(q) && !PRESENT(p)) \
122 if (PRESENT(p) && !PRESENT(q)) \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
term_entry.h 109 * Note that WANTED and PRESENT are not simple inverses! If a capability
113 #define PRESENT(s) (((s) != ABSENT_STRING) && ((s) != CANCELLED_STRING))
116 {if (PRESENT(p) && !PRESENT(q)) _nc_warning(#p " but no " #q);}
120 if (PRESENT(q) && !PRESENT(p)) \
122 if (PRESENT(p) && !PRESENT(q)) \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
scardssp.h 229 ABSENT = 1,PRESENT = 2,SWALLOWED = 3,POWERED = 4,NEGOTIABLEMODE = 5,SPECIFICMODE = 6
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 
  /prebuilts/tools/common/m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/
backport-util-concurrent-3.1.jar 
  /external/guice/lib/build/
felix-2.0.5.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 

Completed in 284 milliseconds