HomeSort by relevance Sort by last modified time
    Searched refs:Ref (Results 51 - 75 of 76) sorted by null

1 23 4

  /external/valgrind/unittest/
racecheck_unittest.cc     [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldPreparedStatementTest.java 31 import java.sql.Ref;
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.h 863 llvm::GlobalValue *GetGlobalValue(StringRef Ref);
    [all...]
  /external/webkit/Source/WebKit/chromium/tests/
KURLTest.cpp 61 const char* ref; member in struct:__anon14976::ComponentCase
76 const char* ref; member in struct:__anon14976::GetterCase
79 {"http://www.google.com/foo/blah?bar=baz#ref", "http", "www.google.com", 0, "", 0, "blah", "bar=baz", "ref", true},
97 EXPECT_EQ(cases[i].ref, kurl.fragmentIdentifier());
111 EXPECT_EQ(cases[i].ref, kurl.fragmentIdentifier());
121 // url protocol host port user pass path lastPath query ref
149 if (cases[i].ref)
150 EXPECT_EQ(WTF::String::fromUTF8(cases[i].ref), kurl.fragmentIdentifier());
202 const char* ref; member in struct:__anon14976::ExpectedComponentCase
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 560 /*ref-qualifier*/true, SourceLocation(),
    [all...]
SemaExpr.cpp     [all...]
SemaExprMember.cpp 500 // C++ [expr.ref]p2:
    [all...]
SemaCodeComplete.cpp 676 if (const ReferenceType *Ref = T->getAs<ReferenceType>()) {
677 T = Ref->getPointeeType();
    [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
Expr.cpp 435 RefQualifierKind Ref = MD->getRefQualifier();
436 if (Ref == RQ_LValue)
438 else if (Ref == RQ_RValue)
    [all...]
ExprConstant.cpp     [all...]
  /external/regex-re2/re2/
regexp.cc 65 int Regexp::Ref() {
76 // Store ref count in overflow map.
95 // Ref count is stored in overflow map.
111 // Deletes this object; ref count has count reached 0.
  /external/mesa3d/src/mesa/main/
mtypes.h 1099 GLint Ref[3]; /**< Reference value */
    [all...]
  /external/chromium/googleurl/src/
url_canon_unittest.cc 95 const char* ref; member in struct:__anon3912::ReplaceCase
    [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/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 212 /// This is invoked from an imaginary node ref on right side of a
220 /// This is invoked from an imaginary node ref on right side of a
229 /// This is invoked from an imaginary node ref on right side of a
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 

Completed in 838 milliseconds

1 23 4