Searched refs:scoped (Results 1 – 25 of 64) sorted by relevance
123
/external/webrtc/webrtc/system_wrappers/source/ |
D | aligned_malloc_unittest.cc | 27 rtc::scoped_ptr<char, AlignedFreeDeleter> scoped( in CorrectUsage() 29 if (scoped.get() == NULL) { in CorrectUsage() 32 const uintptr_t scoped_address = reinterpret_cast<uintptr_t> (scoped.get()); in CorrectUsage() 40 rtc::scoped_ptr<char, AlignedFreeDeleter> scoped( in TEST() 42 EXPECT_TRUE(scoped.get() != NULL); in TEST() 43 const uintptr_t aligned_address = reinterpret_cast<uintptr_t> (scoped.get()); in TEST() 48 EXPECT_EQ(scoped.get(), realigned_ptr); in TEST()
|
/external/libchrome/base/ |
D | scoped_generic.h | 171 bool operator==(const T& value, const ScopedGeneric<T, Traits>& scoped) { 172 return value == scoped.get(); 176 bool operator!=(const T& value, const ScopedGeneric<T, Traits>& scoped) { 177 return value != scoped.get();
|
/external/autotest/client/site_tests/network_Ipv6SimpleNegotiation/ |
D | control | 10 globally scoped address and obtain IPv6 DNS server addresses through 20 Tests that we can acquire an IPv6 globally scoped address and IPv6 DNS
|
/external/llvm/test/Analysis/ScopedNoAliasAA/ |
D | basic.ll | 1 ; RUN: opt < %s -basicaa -scoped-noalias -aa-eval -evaluate-aa-metadata -print-all-alias-modref-inf… 2 ; RUN: opt < %s -aa-pipeline=basic-aa,scoped-noalias-aa -passes=aa-eval -evaluate-aa-metadata -prin…
|
D | basic2.ll | 1 ; RUN: opt < %s -basicaa -scoped-noalias -aa-eval -evaluate-aa-metadata -print-all-alias-modref-inf…
|
D | basic-domains.ll | 1 ; RUN: opt < %s -basicaa -scoped-noalias -aa-eval -evaluate-aa-metadata -print-all-alias-modref-inf…
|
/external/guice/core/src/com/google/inject/internal/ |
D | Scoping.java | 242 Provider<T> scoped 244 return new InternalFactoryToProviderAdapter<T>(scoped, source);
|
/external/llvm/test/CodeGen/PowerPC/ |
D | mcm-10.ll | 4 ; for loading and storing a static variable scoped to a function.
|
D | mcm-2.ll | 5 ; for loading and storing a static variable scoped to a function.
|
D | mcm-obj-2.ll | 20 ; accessing function-scoped variable si.
|
D | mcm-obj.ll | 51 ; accessing function-scoped variable si. 57 ; accessing function-scoped variable si.
|
/external/autotest/client/site_tests/network_DhcpBrokenDefaultGateway/ |
D | control | 15 mitigates this issue by creating a link-scoped route to the gateway,
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/ |
D | en.stg | 126 "cannot access rule <arg>'s dynamically-scoped attribute: <arg2>" 136 "label <arg> conflicts with rule <arg2>'s dynamically-scoped attribute with same name" 140 "rule <arg2>'s dynamically-scoped attribute <arg> conflicts with the rule name" 142 …"rule <arg2>'s dynamically-scoped attribute <arg> conflicts with<arg2>'s return value or parameter… 179 "unknown dynamically-scoped attribute for scope <arg>: <arg2>"
|
/external/llvm/test/Transforms/LoadStoreVectorizer/AMDGPU/ |
D | aa-metadata.ll | 1 ; RUN: opt -mtriple=amdgcn-amd-amdhsa -basicaa -scoped-noalias -load-store-vectorizer -S -o - %s | …
|
/external/clang/test/SemaObjC/ |
D | foreach.m | 12 /* This should be ok, 'thisKey' should be scoped to the loop in question,
|
/external/llvm/test/Transforms/GVN/ |
D | noalias.ll | 1 ; RUN: opt -scoped-noalias -basicaa -gvn -S < %s | FileCheck %s
|
/external/flatbuffers/docs/source/ |
D | Compiler.md | 71 - `--scoped-enums` : Use C++11 style scoped and strongly typed enums in
|
/external/skia/site/ |
D | roles.md | 13 <style scoped><!--
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | noalias-md-licm.ll | 1 ; RUN: opt -basicaa -scoped-noalias -loop-vectorize -licm -force-vector-width=2 \
|
D | noalias-md.ll | 4 ; RUN: opt -basicaa -scoped-noalias -loop-vectorize -dse -force-vector-width=2 \
|
/external/ltp/testcases/open_posix_testsuite/Documentation/ |
D | HOWTO_Tagging | 30 to M=1. That includes tests for all initially scoped POSIX areas (signals,
|
/external/testng/doc/ |
D | testng.css | 160 /* The next rule is a patch because other rules are not scoped correctly */
|
/external/skia/site/user/sample/ |
D | pdf.md | 60 <style scoped><!--
|
/external/llvm/test/Transforms/LoopVersioning/ |
D | noalias-version-twice.ll | 1 ; RUN: opt -basicaa -loop-distribute -scoped-noalias -loop-versioning -S < %s | FileCheck %s
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interface_java.cc | 66 ScopedJavaFunc scoped(thr, caller_pc); \
|
123