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

1 2

  /libcore/luni/src/main/java/java/sql/
Ref.java 23 * This interface represents an SQL Ref - a data object containing a cursor
26 * The data structure identified by an instance of Ref is held in the
29 * the database supports the {@code Ref} type, it is not typically
31 * the {@code Ref} object can be used in place of the data structure.
33 * A {@code Ref} object is stored into the database using the
34 * {@link PreparedStatement#setRef(int, Ref)} method.
36 public interface Ref {
40 * {@code Ref} references.
49 * Gets the SQL structured type instance referenced by this {@code Ref}.
72 * Sets the value of the structured type that this {@code Ref} references t
    [all...]
  /external/llvm/lib/MC/
MCSymbol.cpp 48 const MCSymbolRefExpr *Ref = static_cast<const MCSymbolRefExpr*>(Value);
49 S = &Ref->getSymbol();
MCObjectStreamer.cpp 238 const MCExpr *Ref =
241 MCBinaryExpr::Create(MCBinaryExpr::Sub, Offset, Ref, getContext());
  /external/llvm/lib/Support/
Regex.cpp 150 StringRef Ref = Repl.slice(0, Repl.find_first_not_of("0123456789"));
151 Repl = Repl.substr(Ref.size());
154 if (!Ref.getAsInteger(10, RefValue) &&
158 *Error = "invalid backreference string '" + Ref.str() + "'";
  /hardware/ril/mock-ril/src/cpp/
node_object_wrap.h 74 /* Ref() marks the object as being attached to an event loop.
78 virtual void Ref() {
  /external/clang/lib/CodeGen/
CGCXX.cpp 147 llvm::GlobalValue *Ref = cast<llvm::GlobalValue>(GetAddrOfGlobal(TargetDecl));
148 llvm::Constant *Aliasee = Ref;
149 if (Ref->getType() != AliasType)
150 Aliasee = llvm::ConstantExpr::getBitCast(Ref, AliasType);
  /external/clang/tools/libclang/
IndexDecl.cpp 71 ObjCClassDecl::ObjCClassRef *Ref = D->getForwardDecl();
72 if (Ref->getInterface()->getLocation() == Ref->getLocation()) {
73 IndexCtx.handleObjCInterface(Ref->getInterface());
75 IndexCtx.handleReference(Ref->getInterface(),
76 Ref->getLocation(),
78 Ref->getInterface()->getDeclContext());
  /external/llvm/lib/Analysis/
AliasAnalysisEvaluator.cpp 44 static cl::opt<bool> PrintRef("print-ref", cl::ReallyHidden);
50 unsigned NoModRef, Mod, Ref, ModRef;
65 NoModRef = Mod = Ref = ModRef = 0;
202 // Mod/ref alias analysis: compare all pairs of calls and values
220 case AliasAnalysis::Ref:
221 PrintModRefResults("Just Ref", PrintRef, I, *V, F.getParent());
222 ++Ref; break;
232 // Mod/ref alias analysis: compare all pairs of calls
245 case AliasAnalysis::Ref:
246 PrintModRefResults("Just Ref", PrintRef, *C, *D, F.getParent())
    [all...]
  /external/libvpx/vp8/common/x86/
postproc_mmx.c 1118 char *Ref = Rand + (rand() & 0xff);
1124 mov edi, Ref
    [all...]
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 12 // implemented by all alias analysis implementations. Mod/Ref information is
212 /// Simple mod/ref information...
215 /// ModRefResult - Represent the result of a mod/ref query. Mod and Ref are
218 enum ModRefResult { NoModRef = 0, Ref = 1, Mod = 2, ModRef = 3 };
242 OnlyReadsArgumentPointees = ArgumentPointees | Ref,
257 OnlyReadsMemory = Anywhere | Ref,
466 /// Higher level methods for querying mod/ref information.
  /frameworks/base/opengl/libs/EGL/
egl_object.h 64 egl_object_t* ref; member in class:android::egl_object_t::LocalRef
70 explicit LocalRef(egl_display_t const* display, T o) : ref(0) {
73 ref = native;
77 return static_cast<N*>(ref);
88 egl_object_t::LocalRef<N, T>::LocalRef(egl_object_t* rhs) : ref(rhs) {
89 if (ref) {
90 ref->incRef();
96 if (ref) {
97 ref->destroy();
103 if (ref) {
    [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 506 unsigned Ref = PluralNumber(Start, End);
507 return Ref == Val;
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 159 BasicBlock *&Ref = Blocks[L];
161 if (Ref) {
162 if (Ref == R) return false;
166 << L << R << Ref;
170 Ref = R;
  /external/libvpx/vp8/common/
postproc.c 479 char *Ref = (char *)(noise + (rand() & 0xff));
489 Pos[j] += Ref[j];
    [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp     [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h 779 // Ref(variable) matches any argument that is a reference to
783 // The RefMatcher template class implements Ref(variable). It can
785 // from mistakenly using Ref(x) to match a non-reference function
790 // Matcher<int> m1 = Ref(n); // This won't compile.
791 // Matcher<int&> m2 = Ref(n); // This will compile.
804 // compiler to catch using Ref(const_value) as a matcher for a
812 // this catches using Ref(const_value) as a matcher for a
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 485 CXCursor Ref;
518 Ref = clang_getCursor(Data->TU, RefLoc);
519 if (Ref.kind == CXCursor_NoDeclFound) {
521 } else if (Ref.kind != CXCursor_FunctionDecl) {
522 printf("// %s: %s:%d:%d: ", FileCheckPrefix, GetCursorSource(Ref),
524 PrintCursor(Ref);
    [all...]
  /external/valgrind/tsan/
thread_sanitizer.cc     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp     [all...]
  /external/valgrind/unittest/
racecheck_unittest.cc     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 1099 GLint Ref[3]; /**< Reference value */
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 

Completed in 648 milliseconds

1 2