/external/chromium_org/third_party/skia/src/core/ |
SkTypefaceCache.h | 45 * Search the cache for a typeface with the specified fontID (uniqueID).
|
/external/freetype/src/cff/ |
cfftoken.h | 38 CFF_FIELD_NUM ( 13, unique_id, "UniqueID" )
|
/external/skia/src/core/ |
SkTypefaceCache.h | 45 * Search the cache for a typeface with the specified fontID (uniqueID).
|
/external/clang/lib/Lex/ |
PTHLexer.cpp | 625 llvm::sys::fs::UniqueID UniqueID; 628 PTHStatData(uint64_t Size, time_t ModTime, llvm::sys::fs::UniqueID UniqueID, 630 : HasData(true), Size(Size), ModTime(ModTime), UniqueID(UniqueID), 664 llvm::sys::fs::UniqueID UniqueID(File, Device); 667 return data_type(Size, ModTime, UniqueID, IsDirectory); 702 Data.UniqueID = D.UniqueID [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/ |
FontPlatformDataWin.h | 97 SkFontID uniqueID() const { return m_typeface->uniqueID(); }
|
/external/clang/include/clang/Basic/ |
FileSystemStatCache.h | 30 llvm::sys::fs::UniqueID UniqueID;
|
/external/skia/tests/ |
DeferredCanvasTest.cpp | 734 REPORTER_ASSERT(reporter, image1->uniqueID() == image2->uniqueID()); 739 REPORTER_ASSERT(reporter, image1->uniqueID() != image3->uniqueID()); 750 REPORTER_ASSERT(reporter, image4->uniqueID() != image3->uniqueID()); 802 REPORTER_ASSERT(reporter, image1->uniqueID() != image2->uniqueID()); [all...] |
FontHostTest.cpp | 51 SkDebugf("--- typeface returned 0 upem [%X]\n", face->uniqueID()); 73 SkDebugf("--- typeface returned 0 glyphs [%X]\n", face->uniqueID()); 176 SkFontID fontID = face->uniqueID();
|
/external/chromium_org/media/video/capture/mac/ |
avfoundation_glue.h | 64 - (NSString*)uniqueID;
|
video_capture_device_qtkit_mac.mm | 34 forKey:[device uniqueID]]; 84 [captureDevices valueForKey:@"uniqueID"];
|
/external/chromium_org/third_party/skia/include/core/ |
SkImage.h | 76 uint32_t uniqueID() const { return fUniqueID; }
|
/external/chromium_org/v8/src/ |
heap-profiler.h | 80 void SetRetainedObjectInfo(UniqueId id, RetainedObjectInfo* info);
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
io.php | 60 'system', 'thisBlock', 'thisContext', 'thisMessage', 'type', 'uniqueId', 'updateSlot',
|
/external/skia/include/core/ |
SkImage.h | 76 uint32_t uniqueID() const { return fUniqueID; }
|
/frameworks/native/include/input/ |
InputDevice.h | 36 String8 uniqueId;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/ |
base_from_member.hpp | 65 template < typename MemberType, int UniqueID = 0 >
|
/external/chromium_org/content/browser/ |
device_monitor_mac.mm | 201 DeviceInfo([[device uniqueID] UTF8String], device_type)); 253 snapshot_devices.push_back(DeviceInfo([[device uniqueID] UTF8String],
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/cocoa/ |
FontPlatformDataCocoa.mm | 305 uint64_t uniqueID = reinterpret_cast<uintptr_t>(font); 306 m_harfBuzzFace = HarfBuzzFace::create(const_cast<FontPlatformData*>(this), uniqueID);
|
/external/clang/unittests/Basic/ |
FileManagerTest.cpp | 32 llvm::sys::fs::UniqueID ID(1, INode); 33 Data.UniqueID = ID;
|
/external/smack/src/org/xbill/DNS/ |
SimpleResolver.java | 39 private static int uniqueID = 0; 312 id = new Integer(uniqueID++);
|
/frameworks/base/services/java/com/android/server/media/ |
MediaRouterService.java | [all...] |
/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/llvm/lib/CodeGen/AsmPrinter/ |
DwarfCompileUnit.h | 38 /// UniqueID - a numeric ID unique among all CUs in the module 40 unsigned UniqueID; 104 unsigned getUniqueID() const { return UniqueID; }
|
/external/llvm/unittests/Support/ |
Path.cpp | 172 fs::UniqueID F1, F2; 183 fs::UniqueID D; 193 fs::UniqueID D2;
|
/external/clang/test/Analysis/ |
null-deref-path-notes.m | 7 int uniqueID; 18 int *x = &obj->uniqueID; // expected-note{{'x' initialized to a null pointer value}} 33 uniqueID = newID; // expected-warning{{Access to instance variable 'uniqueID' results in a dereference of a null pointer (loaded from variable 'self')}} expected-note{{Access to instance variable 'uniqueID' results in a dereference of a null pointer (loaded from variable 'self')}} 503 // CHECK-NEXT: <string>Access to instance variable 'uniqueID' results in a dereference of a null pointer (loaded from variable 'self')</string> 505 // CHECK-NEXT: <string>Access to instance variable 'uniqueID' results in a dereference of a null pointer (loaded from variable 'self')</string> 508 // CHECK-NEXT: <key>description</key><string>Access to instance variable 'uniqueID' results in a dereference of a null pointer (loaded from variable 'self')</string> [all...] |