Home
last modified time | relevance | path

Searched refs:scoped (Results 1 – 25 of 64) sorted by relevance

123

/external/webrtc/webrtc/system_wrappers/source/
Daligned_malloc_unittest.cc27 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/
Dscoped_generic.h171 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/
Dcontrol10 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/
Dbasic.ll1 ; 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…
Dbasic2.ll1 ; RUN: opt < %s -basicaa -scoped-noalias -aa-eval -evaluate-aa-metadata -print-all-alias-modref-inf…
Dbasic-domains.ll1 ; RUN: opt < %s -basicaa -scoped-noalias -aa-eval -evaluate-aa-metadata -print-all-alias-modref-inf…
/external/guice/core/src/com/google/inject/internal/
DScoping.java242 Provider<T> scoped
244 return new InternalFactoryToProviderAdapter<T>(scoped, source);
/external/llvm/test/CodeGen/PowerPC/
Dmcm-10.ll4 ; for loading and storing a static variable scoped to a function.
Dmcm-2.ll5 ; for loading and storing a static variable scoped to a function.
Dmcm-obj-2.ll20 ; accessing function-scoped variable si.
Dmcm-obj.ll51 ; accessing function-scoped variable si.
57 ; accessing function-scoped variable si.
/external/autotest/client/site_tests/network_DhcpBrokenDefaultGateway/
Dcontrol15 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/
Den.stg126 "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/
Daa-metadata.ll1 ; RUN: opt -mtriple=amdgcn-amd-amdhsa -basicaa -scoped-noalias -load-store-vectorizer -S -o - %s | …
/external/clang/test/SemaObjC/
Dforeach.m12 /* This should be ok, 'thisKey' should be scoped to the loop in question,
/external/llvm/test/Transforms/GVN/
Dnoalias.ll1 ; RUN: opt -scoped-noalias -basicaa -gvn -S < %s | FileCheck %s
/external/flatbuffers/docs/source/
DCompiler.md71 - `--scoped-enums` : Use C++11 style scoped and strongly typed enums in
/external/skia/site/
Droles.md13 <style scoped><!--
/external/llvm/test/Transforms/LoopVectorize/
Dnoalias-md-licm.ll1 ; RUN: opt -basicaa -scoped-noalias -loop-vectorize -licm -force-vector-width=2 \
Dnoalias-md.ll4 ; RUN: opt -basicaa -scoped-noalias -loop-vectorize -dse -force-vector-width=2 \
/external/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_Tagging30 to M=1. That includes tests for all initially scoped POSIX areas (signals,
/external/testng/doc/
Dtestng.css160 /* The next rule is a patch because other rules are not scoped correctly */
/external/skia/site/user/sample/
Dpdf.md60 <style scoped><!--
/external/llvm/test/Transforms/LoopVersioning/
Dnoalias-version-twice.ll1 ; RUN: opt -basicaa -loop-distribute -scoped-noalias -loop-versioning -S < %s | FileCheck %s
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_java.cc66 ScopedJavaFunc scoped(thr, caller_pc); \

123