Searched defs:getID (Results 1 - 25 of 65) sorted by relevance

123

/external/clang/test/CodeGenCXX/
H A Ddebug-info-dup-fwd-decl.cpp9 getID() const function in class:Test
/external/smack/src/com/kenai/jbosh/
H A DGZIPCodec.java50 public static String getID() { method in class:GZIPCodec
H A DZLIBCodec.java50 public static String getID() { method in class:ZLIBCodec
/external/srec/srec/Nametag/include/
H A DSR_NametagDefs.h54 ESR_ReturnCode (*getID)(const struct SR_Nametag_t* self, LCHAR** id); member in struct:SR_Nametag_t
/external/llvm/include/llvm/Option/
H A DOptSpecifier.h33 unsigned getID() const { return ID; } function in class:llvm::opt::OptSpecifier
35 bool operator==(OptSpecifier Opt) const { return ID == Opt.getID(); }
H A DOption.h79 unsigned getID() const { function in class:llvm::opt::Option
/external/srec/srec/AcousticModels/include/
H A DSR_AcousticModels.h98 ESR_ReturnCode(*getID)(struct SR_AcousticModels_t* self, size_t index, SR_AcousticModelID* id, size_t* size); member in struct:SR_AcousticModels_t
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dtimezone.h542 UnicodeString& getID(UnicodeString& ID) const;
933 TimeZone::getID(UnicodeString& ID) const function in class:TimeZone
/external/icu/icu4c/source/i18n/unicode/
H A Dtimezone.h542 UnicodeString& getID(UnicodeString& ID) const;
933 TimeZone::getID(UnicodeString& ID) const function in class:TimeZone
/external/chromium_org/third_party/skia/src/gpu/gl/debug/
H A DGrFakeRefObj.h56 GrGLuint getID() const { return fID; } function in class:GrFakeRefObj
/external/clang/test/Analysis/engine/
H A Dreplay-without-inlining.c27 static void getID(IB *st, char str[4]) { function
34 getID (st, header->I);
44 getID(st, header.I);
/external/clang/test/Index/
H A Dcomment-cplus-decls.cpp25 unsigned getID() const function in class:Test
44 // CHECK: <Declaration>unsigned int getID() const</Declaration>
/external/clang/tools/diagtool/
H A DDiagnosticNames.h66 inline short getID() const { function in class:diagtool::GroupRecord::group_iterator
/external/emma/core/java12/com/vladium/emma/report/
H A DMethodItem.java46 public int getID () method in class:MethodItem
/external/skia/src/gpu/gl/debug/
H A DGrFakeRefObj.h56 GrGLuint getID() const { return fID; } function in class:GrFakeRefObj
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DField.java147 public long getID() { method in class:Field
H A DFrame.java99 public long getID() { method in class:Frame
/external/chromium_org/third_party/skia/include/views/
H A DSkOSMenu.h61 int getID() const { return fID; } function in class:SkOSMenu::Item
/external/clang/include/clang/AST/
H A DCommentCommandTraits.h34 unsigned getID() const { function in struct:clang::comments::CommandInfo
/external/skia/include/views/
H A DSkOSMenu.h61 int getID() const { return fID; } function in class:SkOSMenu::Item
/external/smack/src/org/xbill/DNS/
H A DHeader.java72 out.writeU16(getID());
142 getID() { method in class:Header
260 sb.append(", id: " + getID());
/external/llvm/include/llvm/CodeGen/
H A DPasses.h69 AnalysisID getID() const { function in class:llvm::IdentifyingPassPtr
/external/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp122 unsigned getID(StringRef CategoryString) { function in class:__anon19558::DiagCategoryIDMap
580 OS << ", " << CategoryIDs.getID(getDiagnosticCategory(&R, DGParentMap));
/external/emma/core/java12/com/vladium/emma/report/html/
H A DReportGenerator.java327 final File outFile = getItemFile (NESTED_ITEMS_PARENT_DIR, m_reportIDNamespace.getID (getItemKey (item)));
444 final File outFile = getItemFile (NESTED_ITEMS_PARENT_DIR, m_reportIDNamespace.getID (getItemKey (item)));
548 HREFname = addLineAnchorID (cls.getFirstLine (), pageIDNamespace.getID (childKey), lineAnchorIDMap);
577 HREFname = addLineAnchorID (method.getFirstLine (), pageIDNamespace.getID (child2Key), lineAnchorIDMap);
619 final File outFile = getItemFile (NESTED_ITEMS_PARENT_DIR, m_reportIDNamespace.getID (getItemKey (item)));
742 String getID (final String key) method in class:ReportGenerator.IDGenerator
1336 itemHREF = m_reportIDNamespace.getID (getItemKey (item)).concat (FILE_EXTENSION);
/external/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h51 /// getID() - Return the register class ID number.
53 unsigned getID() const { return MC->getID(); } function in class:llvm::TargetRegisterClass
132 unsigned ID = RC->getID();

Completed in 1119 milliseconds

123