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

1 2 3

  /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...]
SQLInput.java 247 * java.sql.Ref}.
249 * @return the next attribute as a {@code java.sql.Ref}. {@code null} if the
253 * @see Ref
255 public Ref readRef() throws SQLException;
SQLOutput.java 229 * Write an SQL {@code Ref} value into the output stream.
232 * the {@code java.sql.Ref} object to write.
235 * @see Ref
237 public void writeRef(Ref theRef) throws SQLException;
ResultSet.java 823 * java.sql.Ref}.
827 * @return a Ref representing the value of the SQL REF in the column
831 public Ref getRef(int columnIndex) throws SQLException;
835 * java.sql.Ref}.
839 * @return a Ref representing the value of the SQL {@code REF} in the column
843 public Ref getRef(String colName) throws SQLException;
    [all...]
PreparedStatement.java 407 * for REF type parameters.
423 * and also REF types. UDTs can be {@code STRUCT}, {@code DISTINCT}, {@code
427 * SQL type name when supplying a {@code NULL} UDT or REF. For a UDT, the
428 * type name is the type name of the parameter itself, but for a REF
438 * the fully qualified name of a UDT or REF type - ignored if the
457 * object's class implements {@code Ref}, {@code Blob}, {@code Clob},
480 * object's class implements {@code Ref}, {@code Blob}, {@code Clob},
505 * object's class implements {@code Ref}, {@code Blob}, {@code Clob},
529 * REF(<structured-type>)} value. This is stored as an SQL {@code REF}
    [all...]
  /external/chromium/base/mac/
mac_util.h 41 std::string PathFromFSRef(const FSRef& ref);
42 bool FSRefFromPath(const std::string& path, FSRef* ref);
140 TypeNS* CFToNSCast(TypeCF##Ref cf_val); \
141 TypeCF##Ref NSToCFCast(TypeNS* ns_val); \
151 NSMutable##name* CFToNSCast(CFMutable##name##Ref cf_val); \
152 CFMutable##name##Ref NSToCFCast(NSMutable##name* ns_val); \
  /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());
  /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/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...]
AliasAnalysis.cpp 85 Mask = Ref;
140 Mask = ModRefResult(Mask & Ref);
142 // If CS2 only access memory through arguments, accumulate the mod/ref
294 return Ref;
AliasAnalysisCounter.cpp 65 errs() << " " << MRSum << " Total Mod/Ref Queries Performed\n";
67 printLine("no mod/ref", NoMR, MRSum);
68 printLine("ref", JustRef, MRSum);
70 printLine("mod/ref", MR, MRSum);
71 errs() << " Mod/Ref Analysis Counter Summary: " <<NoMR*100/MRSum
159 default: llvm_unreachable("Unknown mod/ref type!");
161 case Ref: JustRef++; MRString = "JustRef"; break;
  /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/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() + "'";
  /external/clang/include/clang/AST/
Mangle.h 42 void setString(StringRef Ref) {
43 String = Ref;
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodecomparedocumentposition29.js 79 Ref node precedes the child of the second Entity Ref node, and that the child of the second Entity Ref node
80 follows the child of the first Entity Ref node.
  /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/chromium/chrome/browser/sync/glue/
autofill_profile_model_associator_unittest.cc 19 using ::testing::Ref;
156 Ref(autofill_root),
157 Ref(*profile),
  /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.
  /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/llvm/include/llvm/ADT/
FoldingSet.h 299 FoldingSetNodeID(FoldingSetNodeIDRef Ref)
300 : Bits(Ref.getData(), Ref.getData() + Ref.getSize()) {}
  /external/chromium/testing/gmock/test/
gmock_output_test_.cc 46 using testing::Ref;
183 EXPECT_CALL(foo_, Bar(Ref(s), _, Ge(0)));
gmock-generated-function-mockers_test.cc 70 using testing::Ref;
213 EXPECT_CALL(mock_foo_, TakesNonConstReference(Ref(a)))
222 EXPECT_CALL(mock_foo_, TakesConstReference(Ref(a)))
  /external/llvm/lib/Analysis/IPA/
GlobalsModRef.cpp 1 //===- GlobalsModRef.cpp - Simple Mod/Ref Analysis for Globals ------------===//
10 // This simple pass provides alias and mod/ref information for global values
48 /// GlobalInfo - Maintain mod/ref info for all of the globals without
57 unsigned Effect = MayReadAnyGlobal ? AliasAnalysis::Ref : 0;
189 "globalsmodref-aa", "Simple mod/ref analysis for globals",
193 "globalsmodref-aa", "Simple mod/ref analysis for globals",
218 // Remember that we are tracking this global, and the mod/ref fns
222 FunctionInfo[Readers[i]].GlobalInfo[I] |= Ref;
319 // TODO: Could try some IP mod/ref of the loaded pointer.
367 /// graph to all callers and compute the mod/ref info for all memory for eac
    [all...]
  /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;

Completed in 912 milliseconds

1 2 3