HomeSort by relevance Sort by last modified time
    Searched defs:getID (Results 1 - 25 of 124) sorted by null

1 2 3 4 5

  /external/clang/test/CodeGenCXX/
debug-info-dup-fwd-decl.cpp 9 getID() const
  /frameworks/compile/mclinker/include/mcld/LD/
Diagnostic.h 31 unsigned int getID() const
  /external/llvm/include/llvm/Option/
OptSpecifier.h 31 unsigned getID() const { return ID; }
33 bool operator==(OptSpecifier Opt) const { return ID == Opt.getID(); }
  /external/srec/srec/Nametag/include/
SR_NametagDefs.h 54 ESR_ReturnCode (*getID)(const struct SR_Nametag_t* self, LCHAR** id);
  /frameworks/rs/cpp/
BaseObj.cpp 23 void * BaseObj::getID() const {
31 return o == NULL ? NULL : o->getID();
  /cts/tests/tests/gesture/src/android/gesture/cts/
GestureComparator.java 37 Assert.assertEquals(expectedGesture.getID(), observedGesture.getID());
  /external/chromium_org/third_party/icu/source/i18n/unicode/
timezone.h 427 UnicodeString& getID(UnicodeString& ID) const;
759 TimeZone::getID(UnicodeString& ID) const
  /external/icu4c/i18n/unicode/
timezone.h 479 UnicodeString& getID(UnicodeString& ID) const;
    [all...]
  /external/srec/srec/AcousticModels/include/
SR_AcousticModels.h 98 ESR_ReturnCode(*getID)(struct SR_AcousticModels_t* self, size_t index, SR_AcousticModelID* id, size_t* size);
  /external/clang/test/Analysis/engine/
replay-without-inlining.c 27 static void getID(IB *st, char str[4]) {
34 getID (st, header->I);
44 getID(st, header.I);
  /external/chromium_org/third_party/skia/src/gpu/gl/debug/
GrFakeRefObj.h 56 GrGLuint getID() const { return fID; }
  /external/clang/test/Index/
comment-cplus-decls.cpp 25 unsigned getID() const
44 // CHECK: <Declaration>unsigned int getID() const</Declaration>
  /external/skia/src/gpu/gl/debug/
GrFakeRefObj.h 56 GrGLuint getID() const { return fID; }
  /external/smack/src/com/kenai/jbosh/
GZIPCodec.java 50 public static String getID() {
ZLIBCodec.java 50 public static String getID() {
  /frameworks/base/graphics/java/android/renderscript/
Script.java 57 int id = mRS.nScriptKernelIDCreate(getID(mRS), slot, sig);
95 int id = mRS.nScriptFieldIDCreate(getID(mRS), slot);
111 mRS.nScriptInvoke(getID(mRS), slot);
120 mRS.nScriptInvokeV(getID(mRS), slot, v.getData());
122 mRS.nScriptInvoke(getID(mRS), slot);
137 in_id = ain.getID(mRS);
141 out_id = aout.getID(mRS);
147 mRS.nScriptForEach(getID(mRS), slot, in_id, out_id, params);
166 in_id = ain.getID(mRS);
170 out_id = aout.getID(mRS)
    [all...]
ScriptGroup.java 109 mRS.nScriptGroupSetInput(getID(mRS), s.getID(mRS), mRS.safeID(a));
129 mRS.nScriptGroupSetOutput(getID(mRS), s.getID(mRS), mRS.safeID(a));
142 mRS.nScriptGroupExecute(getID(mRS));
403 kernels[idx++] = kid.getID(mRS);
437 src[ct] = cl.mFrom.getID(mRS);
439 dstk[ct] = cl.mToK.getID(mRS);
442 dstf[ct] = cl.mToF.getID(mRS);
444 types[ct] = cl.mAllocationType.getID(mRS)
    [all...]
  /frameworks/compile/libbcc/include/bcinfo/Wrap/
BCHeaderField.h 95 Tag getID() const {
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
BaseObj.java 51 int getID(RenderScript rs) {
Script.java 84 int id = mRS.nScriptKernelIDCreate(getID(mRS), slot, sig);
140 int id = mRS.nScriptFieldIDCreate(getID(mRS), slot);
162 mRS.nScriptInvoke(getID(mRS), slot);
178 mRS.nScriptInvokeV(getID(mRS), slot, v.getData());
180 mRS.nScriptInvoke(getID(mRS), slot);
198 mRS.nScriptBindAllocation(getID(mRS), va.getID(mRS), slot);
200 mRS.nScriptBindAllocation(getID(mRS), 0, slot);
212 mRS.nScriptSetTimeZone(getID(mRS), timeZone.getBytes("UTF-8"));
239 in_id = ain.getID(mRS)
    [all...]
  /external/chromium_org/third_party/skia/include/views/
SkOSMenu.h 61 int getID() const { return fID; }
  /external/clang/include/clang/AST/
CommentCommandTraits.h 34 unsigned getID() const {
  /external/clang/tools/diagtool/
DiagnosticNames.h 72 inline short getID() const {
  /external/skia/include/views/
SkOSMenu.h 61 int getID() const { return fID; }
  /external/smack/src/org/xbill/DNS/
Header.java 72 out.writeU16(getID());
142 getID() {
260 sb.append(", id: " + getID());

Completed in 1774 milliseconds

1 2 3 4 5