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

  /external/chromium_org/chrome/browser/ui/cocoa/applescript/
element_applescript.h 22 @property(nonatomic, copy) NSNumber* uniqueID;
26 // Calculates the objectspecifier by using the uniqueID, container and
  /external/skia/include/core/
SkImage.h 55 uint32_t uniqueID() const { return fUniqueID; }
SkTypeface.h 72 SkFontID uniqueID() const { return fUniqueID; }
74 /** Return the uniqueID for the specified typeface. If the face is null,
75 resolve it to the default font and return its uniqueID. Will never
78 static SkFontID UniqueID(const SkTypeface* face);
286 /** uniqueID must be unique and non-zero
288 SkTypeface(Style style, SkFontID uniqueID, bool isFixedPitch = false);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontPlatformData.cpp 299 SkFontID FontPlatformData::uniqueID() const
301 return typeface()->uniqueID();
340 m_harfBuzzFace = HarfBuzzFace::create(const_cast<FontPlatformData*>(this), uniqueID());
  /external/chromium_org/third_party/skia/include/core/
SkImage.h 61 uint32_t uniqueID() const { return fUniqueID; }
SkTypeface.h 72 SkFontID uniqueID() const { return fUniqueID; }
74 /** Return the uniqueID for the specified typeface. If the face is null,
75 resolve it to the default font and return its uniqueID. Will never
78 static SkFontID UniqueID(const SkTypeface* face);
286 /** uniqueID must be unique and non-zero
288 SkTypeface(Style style, SkFontID uniqueID, bool isFixedPitch = false);
  /external/smack/src/org/jivesoftware/smackx/workgroup/
WorkgroupInvitation.java 32 protected String uniqueID;
72 this.uniqueID = jid;
86 return this.uniqueID;
  /external/chromium_org/third_party/skia/src/core/
SkTextBlob.cpp 132 uint32_t SkTextBlob::uniqueID() const {
  /external/skia/src/core/
SkPicture.cpp 155 fUniqueID = src.uniqueID(); // need to call method to ensure != 0
239 clone->fUniqueID = this->uniqueID(); // need to call method to ensure != 0
490 uint32_t SkPicture::uniqueID() const {
  /libcore/luni/src/main/java/java/util/logging/
FileHandler.java 139 int uniqueID = -1;
165 uniqueID++;
252 * applying generation and uniqueID if present.
286 sb.append(value, cur, next - cur - 1).append(uniqueID);
323 if (!hasUniqueID && uniqueID > 0) {
324 sb.append(".").append(uniqueID);
  /external/smack/src/org/xbill/DNS/
SimpleResolver.java 39 private static int uniqueID = 0;
312 id = new Integer(uniqueID++);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msxml.h     [all...]
msxml2.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdi.jar 
jdimodel.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 2076 milliseconds