/external/chromium_org/mojo/public/bindings/lib/ |
D | array_internal.h | 24 typedef T& Ref; typedef 30 static Ref ToRef(StorageType* storage, size_t offset) { in ToRef() 42 typedef P*& Ref; 48 static Ref ToRef(StorageType* storage, size_t offset) { 81 typedef BitRef Ref; 101 typedef typename Traits::Ref Ref; 113 Ref at(size_t offset) { 156 typedef T& Ref; 161 static Ref ToRef(typename T::Data*& data) { 172 typedef T& Ref; [all …]
|
D | array.h | 64 typedef typename Traits_::Ref Ref; typedef 72 Ref at(size_t offset) { in at() 75 Ref operator[](size_t offset) { return at(offset); }
|
/external/chromium_org/net/http/ |
D | http_pipelined_host_pool_unittest.cc | 18 using testing::Ref; 89 Ref(ssl_config_), in CreateDummyStream() 90 Ref(proxy_info_), in CreateDummyStream() 91 Ref(net_log_), in CreateDummyStream() 105 EXPECT_CALL(*factory_, CreateNewHost(pool_.get(), Ref(key), _, in CreateDummyHost() 133 EXPECT_CALL(*factory_, CreateNewHost(pool_.get(), Ref(key_), _, in TEST_F() 143 EXPECT_CALL(*factory_, CreateNewHost(pool_.get(), Ref(key_), _, in TEST_F() 152 EXPECT_CALL(*factory_, CreateNewHost(pool_.get(), Ref(key_), _, in TEST_F() 163 EXPECT_CALL(*factory_, CreateNewHost(pool_.get(), Ref(key_), _, in TEST_F() 174 EXPECT_CALL(*factory_, CreateNewHost(pool_.get(), Ref(key_), _, in TEST_F() [all …]
|
D | http_pipelined_host_forced_unittest.cc | 16 using testing::Ref; 38 Ref(ssl_config_), Ref(proxy_info_), in AddTestPipeline() 39 Ref(net_log_), true, in AddTestPipeline()
|
D | http_pipelined_host_impl_unittest.cc | 17 using testing::Ref; 49 Ref(ssl_config_), Ref(proxy_info_), in AddTestPipeline() 50 Ref(net_log_), true, in AddTestPipeline()
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | stencil.c | 163 ctx->Stencil.Ref[0] == ref && in _mesa_StencilFuncSeparateATI() 164 ctx->Stencil.Ref[1] == ref) in _mesa_StencilFuncSeparateATI() 169 ctx->Stencil.Ref[0] = ctx->Stencil.Ref[1] = ref; in _mesa_StencilFuncSeparateATI() 214 ctx->Stencil.Ref[face] == ref) in _mesa_StencilFunc() 218 ctx->Stencil.Ref[face] = ref; in _mesa_StencilFunc() 234 ctx->Stencil.Ref[0] == ref && in _mesa_StencilFunc() 235 ctx->Stencil.Ref[1] == ref) in _mesa_StencilFunc() 239 ctx->Stencil.Ref[0] = ctx->Stencil.Ref[1] = ref; in _mesa_StencilFunc() 503 ctx->Stencil.Ref[0] = ref; in _mesa_StencilFuncSeparate() 509 ctx->Stencil.Ref[1] = ref; in _mesa_StencilFuncSeparate() [all …]
|
/external/mesa3d/src/mesa/main/ |
D | stencil.c | 163 ctx->Stencil.Ref[0] == ref && in _mesa_StencilFuncSeparateATI() 164 ctx->Stencil.Ref[1] == ref) in _mesa_StencilFuncSeparateATI() 169 ctx->Stencil.Ref[0] = ctx->Stencil.Ref[1] = ref; in _mesa_StencilFuncSeparateATI() 214 ctx->Stencil.Ref[face] == ref) in _mesa_StencilFunc() 218 ctx->Stencil.Ref[face] = ref; in _mesa_StencilFunc() 234 ctx->Stencil.Ref[0] == ref && in _mesa_StencilFunc() 235 ctx->Stencil.Ref[1] == ref) in _mesa_StencilFunc() 239 ctx->Stencil.Ref[0] = ctx->Stencil.Ref[1] = ref; in _mesa_StencilFunc() 503 ctx->Stencil.Ref[0] = ref; in _mesa_StencilFuncSeparate() 509 ctx->Stencil.Ref[1] = ref; in _mesa_StencilFuncSeparate() [all …]
|
/external/chromium_org/third_party/re2/re2/testing/ |
D | regexp_test.cc | 22 CHECK_EQ(re->Ref(), 1); in TEST() 34 CHECK_EQ(x->Ref(), 1 + v.size()) << x->Ref(); in TEST() 38 CHECK_EQ(x->Ref(), 1) << x->Ref(); in TEST()
|
/external/regex-re2/re2/testing/ |
D | regexp_test.cc | 22 CHECK_EQ(re->Ref(), 1); in TEST() 34 CHECK_EQ(x->Ref(), 1 + v.size()) << x->Ref(); in TEST() 38 CHECK_EQ(x->Ref(), 1) << x->Ref(); in TEST()
|
/external/chromium_org/base/mac/ |
D | foundation_util.h | 114 BASE_EXPORT std::string TypeNameForCFType(TypeCF##Ref); 195 BASE_EXPORT TypeNS* CFToNSCast(TypeCF##Ref cf_val); \ 196 BASE_EXPORT TypeCF##Ref NSToCFCast(TypeNS* ns_val); \ 206 BASE_EXPORT NSMutable##name* CFToNSCast(CFMutable##name##Ref cf_val); \ 207 BASE_EXPORT CFMutable##name##Ref NSToCFCast(NSMutable##name* ns_val); \ 268 template<> BASE_EXPORT TypeCF##Ref \ 269 CFCast<TypeCF##Ref>(const CFTypeRef& cf_val);\ 271 template<> BASE_EXPORT TypeCF##Ref \ 272 CFCastStrict<TypeCF##Ref>(const CFTypeRef& cf_val);
|
D | foundation_util.mm | 177 std::string TypeNameForCFType(TypeCF##Ref) { \ 247 TypeNS* CFToNSCast(TypeCF##Ref cf_val) { \ 254 TypeCF##Ref NSToCFCast(TypeNS* ns_val) { \ 255 TypeCF##Ref cf_val = reinterpret_cast<TypeCF##Ref>(ns_val); \ 263 NSMutable##name* CFToNSCast(CFMutable##name##Ref cf_val) { \ 269 CFMutable##name##Ref NSToCFCast(NSMutable##name* ns_val) { \ 270 CFMutable##name##Ref cf_val = \ 271 reinterpret_cast<CFMutable##name##Ref>(ns_val); \ 323 template<> TypeCF##Ref \ 324 CFCast<TypeCF##Ref>(const CFTypeRef& cf_val) { \ [all …]
|
/external/llvm/unittests/Support/ |
D | ConvertUTFTest.cpp | 19 ArrayRef<char> Ref(Src, sizeof(Src) - 1); in TEST() local 21 bool Success = convertUTF16ToUTF8String(Ref, Result); in TEST() 30 ArrayRef<char> Ref(Src, sizeof(Src) - 1); in TEST() local 32 bool Success = convertUTF16ToUTF8String(Ref, Result); in TEST()
|
/external/chromium/base/mac/ |
D | mac_util.h | 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/Analysis/ |
D | AliasAnalysisEvaluator.cpp | 52 unsigned NoModRef, Mod, Ref, ModRef; member in __anon80d9db300111::AAEval 67 NoModRef = Mod = Ref = ModRef = 0; in doInitialization() 290 case AliasAnalysis::Ref: in runOnFunction() 292 ++Ref; break; in runOnFunction() 313 case AliasAnalysis::Ref: in runOnFunction() 315 ++Ref; break; in runOnFunction() 353 unsigned ModRefSum = NoModRef + Mod + Ref + ModRef; in doFinalization() 362 errs() << " " << Ref << " ref responses "; in doFinalization() 363 PrintPercent(Ref, ModRefSum); in doFinalization() 368 << Ref*100/ModRefSum << "%/" << ModRef*100/ModRefSum << "%\n"; in doFinalization()
|
/external/llvm/lib/Support/ |
D | Regex.cpp | 152 StringRef Ref = Repl.slice(0, Repl.find_first_not_of("0123456789")); in sub() local 153 Repl = Repl.substr(Ref.size()); in sub() 156 if (!Ref.getAsInteger(10, RefValue) && in sub() 160 *Error = "invalid backreference string '" + Ref.str() + "'"; in sub()
|
/external/llvm/test/Integer/ |
D | constexpr_bt.ll | 61 @S1ptr = global %SType** @S1 ;; Ref. to global S1 62 @S2 = global %SType* @S2c ;; Ref. to constant S2 63 @S3 = global %SAType* @S3c ;; Ref. to constant S3 70 @S1fld1bptr = global float** @S1fld1b ;; Ref. to previous pointer
|
/external/llvm/test/Feature/ |
D | constexpr.ll | 59 @S1ptr = global %SType** @S1 ;; Ref. to global S1 60 @S2 = global %SType* @S2c ;; Ref. to constant S2 61 @S3 = global %SAType* @S3c ;; Ref. to constant S3 68 @S1fld1bptr = global float** @S1fld1b ;; Ref. to previous pointer
|
/external/llvm/lib/MC/ |
D | MCSymbol.cpp | 48 const MCSymbolRefExpr *Ref = static_cast<const MCSymbolRefExpr*>(Value); in AliasedSymbol() local 49 S = &Ref->getSymbol(); in AliasedSymbol()
|
/external/chromium_org/third_party/leveldatabase/src/helpers/memenv/ |
D | memenv.cc | 27 void Ref() { in Ref() function in leveldb::__anon8dc57d760111::FileState 151 file_->Ref(); in SequentialFileImpl() 186 file_->Ref(); in RandomAccessFileImpl() 205 file_->Ref(); in WritableFileImpl() 272 file->Ref(); in NewWritableFile()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZElimCompare.cpp | 141 Reference Ref; in getRegReferences() local 148 Ref.Use = true; in getRegReferences() 149 Ref.IndirectUse |= (MOReg != Reg); in getRegReferences() 152 Ref.Def = true; in getRegReferences() 153 Ref.IndirectDef |= (MOReg != Reg); in getRegReferences() 159 return Ref; in getRegReferences()
|
/external/clang/lib/CodeGen/ |
D | CGCXX.cpp | 146 llvm::GlobalValue *Ref = cast<llvm::GlobalValue>(GetAddrOfGlobal(TargetDecl)); in TryEmitDefinitionAsAlias() local 147 llvm::Constant *Aliasee = Ref; in TryEmitDefinitionAsAlias() 148 if (Ref->getType() != AliasType) in TryEmitDefinitionAsAlias() 149 Aliasee = llvm::ConstantExpr::getBitCast(Ref, AliasType); in TryEmitDefinitionAsAlias()
|
/external/chromium/chrome/browser/sync/glue/ |
D | autofill_profile_model_associator_unittest.cc | 19 using ::testing::Ref; 156 Ref(autofill_root), in TEST_F() 157 Ref(*profile), in TEST_F()
|
/external/clang/include/clang/AST/ |
D | Mangle.h | 42 void setString(StringRef Ref) { in setString() argument 43 String = Ref; in setString()
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
D | st_atom_depth.c | 119 sr.ref_value[0] = ctx->Stencil.Ref[0] & 0xff; in update_depth_stencil_alpha() 130 sr.ref_value[1] = ctx->Stencil.Ref[back] & 0xff; in update_depth_stencil_alpha()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_depth.c | 119 sr.ref_value[0] = ctx->Stencil.Ref[0] & 0xff; in update_depth_stencil_alpha() 130 sr.ref_value[1] = ctx->Stencil.Ref[back] & 0xff; in update_depth_stencil_alpha()
|