Searched defs:getID (Results 1 - 25 of 65) sorted by last modified time

123

/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/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/skia/src/core/
H A DSkMatrixClipStateMgr.h95 int getID(SkMatrixClipStateMgr* mgr) { function in class:SkMatrixClipStateMgr::MatrixClipState::MatrixInfo
321 fCurMCState->fMatrixInfo->getID(this));
327 fCurMCState->fMatrixInfo->getID(this));
333 fCurMCState->fMatrixInfo->getID(this));
340 fCurMCState->fMatrixInfo->getID(this));
/external/skia/src/gpu/gl/debug/
H A DGrFakeRefObj.h56 GrGLuint getID() const { return fID; } function in class:GrFakeRefObj
/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/smack/src/org/xbill/DNS/
H A DHeader.java72 out.writeU16(getID());
142 getID() { method in class:Header
260 sb.append(", id: " + getID());
/external/skia/include/views/
H A DSkOSMenu.h61 int getID() const { return fID; } function in class:SkOSMenu::Item
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h483 unsigned getID() const { return ID; } function in class:llvm::ReadyQueue
648 return Available.getID() == TopQID;
H A DPasses.h69 AnalysisID getID() const { function in class:llvm::IdentifyingPassPtr
/external/llvm/include/llvm/MC/
H A DMCRegisterInfo.h45 /// getID() - Return the register class ID number.
47 unsigned getID() const { return ID; } function in class:llvm::MCRegisterClass
/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/llvm/include/llvm/TableGen/
H A DRecord.h1425 unsigned getID() const { return ID; } function in class:llvm::Record
1717 return LHS->getID() < RHS->getID();
/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();
/external/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.cpp869 * getID - Determines the ID of an instruction, consuming the ModR/M byte as
877 static int getID(struct InternalInstruction* insn, const void *miiArg) { function
881 dbgprintf(insn, "getID()");
1823 getID(insn, miiArg) ||
/external/icu/icu4c/source/tools/genrb/
H A Dwrtxml.cpp105 static char* getID(const char* id, const char* curKey, char* result) { function
556 sid = getID(id, resname, sid);
558 sid = getID(id, NULL, sid);
700 subId = getID(sid, c, subId);
734 ivd = getID(sid, c, ivd);
/external/icu/icu4c/source/i18n/
H A Dtimezone.cpp716 UBool getID(int32_t i) { function in class:TZEnumeration
907 getID(map[pos]);
H A Dtranslit.cpp700 const UnicodeString& Transliterator::getID(void) const { function in class:Transliterator
867 * resulting transliterator. That is, if <code>getID()</code>
906 * @see #getID
1141 UnicodeString id = getID();
1150 rulesSource = getID();
1243 * equal to <tt>obj.getID()</tt>, then <tt>obj.clone()</tt> is
/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/icu/icu4c/source/common/
H A Dserv.cpp36 ICUServiceKey::getID() const function in class:ICUServiceKey
/external/emma/core/java12/com/vladium/emma/report/
H A DMethodItem.java46 public int getID () method in class:MethodItem
/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);

Completed in 406 milliseconds

123