Searched
full:base (Results
526 -
550 of
40563) sorted by null
<<21222324252627282930>>
/external/libmojo/base/android/ |
record_user_action.h | 10 namespace base { namespace 17 } // namespace base
|
trace_event_binding.h | 10 namespace base { namespace 16 } // namespace base
|
/external/libmojo/base/ |
base_paths.cc | 5 #include "base/base_paths.h" 7 #include "base/files/file_path.h" 8 #include "base/files/file_util.h" 9 #include "base/path_service.h" 11 namespace base { namespace 29 case base::DIR_HOME: 36 test_data_path = test_data_path.Append(FILE_PATH_LITERAL("base")); 49 } // namespace base
|
/external/libmojo/mojo/public/cpp/bindings/lib/ |
sync_handle_registry.h | 10 #include "base/callback.h" 11 #include "base/macros.h" 12 #include "base/memory/ref_counted.h" 13 #include "base/threading/thread_checker.h" 23 class SyncHandleRegistry : public base::RefCounted<SyncHandleRegistry> { 28 using HandleCallback = base::Callback<void(MojoResult)>; 43 friend class base::RefCounted<SyncHandleRegistry>; 59 base::ThreadChecker thread_checker_;
|
/external/libmojo/mojo/public/cpp/bindings/ |
sync_handle_registry.h | 10 #include "base/callback.h" 11 #include "base/macros.h" 12 #include "base/memory/ref_counted.h" 13 #include "base/threading/thread_checker.h" 22 class SyncHandleRegistry : public base::RefCounted<SyncHandleRegistry> { 27 using HandleCallback = base::Callback<void(MojoResult)>; 42 friend class base::RefCounted<SyncHandleRegistry>; 58 base::ThreadChecker thread_checker_;
|
/external/libxml2/result/c14n/1-1-without-comments/ |
example-8 | 1 <e1 xmlns="http://www.ietf.org" xmlns:w3c="http://www.w3.org" xml:base="something/else"><e3 xmlns="" id="E3" xml:base="bar/foo" xml:space="preserve"></e3></e1
|
xmlbase-c14n11spec-102 | 1 <e1 xmlns="http://www.ietf.org" xmlns:w3c="http://www.w3.org" xml:base="http://www.example.com/something/else"><e3 xmlns="" id="E3" xml:base="../bar/foo" xml:space="preserve"></e3></e1
|
xmlbase-c14n11spec2-102 | 1 <e1 xmlns="http://www.ietf.org" xmlns:w3c="http://www.w3.org" xml:base="something/else"><e3 xmlns="" id="E3" xml:base="bar/foo" xml:space="preserve"></e3></e1
|
xmlbase-prop-3 | 1 <ietf:e11 xmlns:ietf="http://www.ietf.org" xmlns:w3c="http://www.w3.org" xml:base="http://xmlbase.example.org/xmlbase11/"> 2 <ietf:e111 xml:base="/xmlbase111/"></ietf:e111>
|
/external/libxml2/result/relaxng/ |
tutor8_2_6.err | 1 Relax-NG validity error : Extra element base in interleave 2 ./test/relaxng/tutor8_2_6.xml:4: element base: Relax-NG validity error : Element head failed to validate content
|
/external/libxml2/test/c14n/1-1-without-comments/ |
xmlbase-prop-1.xml | 6 xml:base origin appears in the output document subset and also children 7 with xml:base, which do not require further processing, are also present. 9 <ietf:c14n11XmlBaseDoc1 xmlns:ietf="http://www.ietf.org" xmlns:w3c="http://www.w3.org" xml:base="http://xmlbase.example.org/xmlbase0/"> 10 <ietf:e1 xml:base="/xmlbase1/"> 11 <ietf:e11 xml:base="/xmlbase11/"> 12 <ietf:e111 xml:base="/xmlbase111/"/> 15 <ietf:e121 xml:base="/xmlbase121/"/> 19 <ietf:e21 xml:base="/xmlbase21/"/>
|
xmlbase-prop-5.xml | 5 Check that implementations of [XML-C14N1.1] properly build the xml:base 6 if one intermediate level (ietf:e2) without any xml:base attribute is absent 9 <ietf:c14n11XmlBaseDoc1 xmlns:ietf="http://www.ietf.org" xmlns:w3c="http://www.w3.org" xml:base="http://xmlbase.example.org/xmlbase0/"> 10 <ietf:e1 xml:base="/xmlbase1/"> 11 <ietf:e11 xml:base="/xmlbase11/"> 12 <ietf:e111 xml:base="/xmlbase111/"/> 15 <ietf:e121 xml:base="/xmlbase121/"/> 19 <ietf:e21 xml:base="/xmlbase21/"/>
|
xmlbase-prop-6.xml | 5 Check that implementations of [XML-C14N1.1] properly build the xml:base in 6 one element that originally had no xml:base attribute. 8 <ietf:c14n11XmlBaseDoc1 xmlns:ietf="http://www.ietf.org" xmlns:w3c="http://www.w3.org" xml:base="http://xmlbase.example.org/xmlbase0/"> 9 <ietf:e1 xml:base="/xmlbase1/"> 10 <ietf:e11 xml:base="/xmlbase11/"> 11 <ietf:e111 xml:base="/xmlbase111/"/> 14 <ietf:e121 xml:base="/xmlbase121/"/> 18 <ietf:e21 xml:base="/xmlbase21/"/>
|
/external/llvm/test/TableGen/ |
ListOfList.td | 4 class Base<string t> { 8 class Derived<list<list<string>> thetext> : Base<thetext[0][0]>;
|
eq.td | 6 class Base<int V> { 11 Base<!if(!eq(Truth, "true"), 1, 0)>;
|
/external/llvm/test/Transforms/InstCombine/ |
2012-07-30-addrsp-bitcast.ll | 4 @base = internal unnamed_addr addrspace(3) global [16 x i32] zeroinitializer, align 16 8 call void @foo(i32* getelementptr (i32, i32* addrspacecast ([16 x i32] addrspace(3)* @base to i32*), i64 2147483647)) nounwind
|
/external/lzma/CPP/7zip/ |
IDecl.h | 8 #define DECL_INTERFACE_SUB(i, base, groupId, subId) \
11 struct i: public base
|
/external/swiftshader/third_party/LLVM/test/TableGen/ |
ListOfList.td | 6 class Base<string t> { 10 class Derived<list<list<string>> thetext> : Base<thetext[0][0]>;
|
eq.td | 6 class Base<int V> { 11 Base<!if(!eq(Truth, "true"), 1, 0)>;
|
/external/v8/tools/clang/blink_gc_plugin/tests/ |
traceimpl_dependent_scope.txt | 2 ./traceimpl_dependent_scope.h:55:3: warning: [blink-gc] Base class 'Base<int>' of derived class 'DerivedMissingTrace<int>' requires tracing.
|
/external/v8/tools/clang/plugins/tests/ |
weak_ptr_factory.h | 8 namespace base { namespace 16 } // namespace base
|
/frameworks/base/tests/NetworkSecurityConfigTest/res/xml/ |
debug_basic.xml | 3 <base-config> 6 </base-config>
|
domain1.xml | 3 <base-config> 6 </base-config>
|
multiple_domains.xml | 3 <base-config> 6 </base-config>
|
resource_anchors_der.xml | 3 <base-config> 6 </base-config>
|
Completed in 1382 milliseconds
<<21222324252627282930>>