Home
last modified time | relevance | path

Searched refs:External (Results 1 – 25 of 370) sorted by relevance

12345678910>>...15

/external/tcpdump/tests/
Dospf3_bc-vv.out3 Options [V6, External, Router]
8 Options [V6, External, Router]
13 Options [V6, External, Router]
18 Options [V6, External, Router]
23 Options [V6, External, Router]
28 Options [V6, External, Router]
35 Options [V6, External, Router], DD Flags [Init, More, Master], MTU 1500, DD-Sequence 0x00001d46
38 Options [V6, External, Router], DD Flags [Init, More, Master], MTU 1500, DD-Sequence 0x0000242c
41 Options [V6, External, Router], DD Flags [More], MTU 1500, DD-Sequence 0x00001d46
58 Options [V6, External, Router], DD Flags [More, Master], MTU 1500, DD-Sequence 0x00001d47
[all …]
Dospf3_ah-vv.out3 Options [V6, External, Router]
8 Options [V6, External, Router]
13 Options [V6, External, Router]
19 Options [V6, External, Router]
25 Options [V6, External, Router]
31 Options [V6, External, Router]
37 Options [V6, External, Router]
44 Options [V6, External, Router], DD Flags [Init, More, Master], MTU 1500, DD-Sequence 0x000012fd
47 Options [V6, External, Router]
53 Options [V6, External, Router], DD Flags [Init, More, Master], MTU 1500, DD-Sequence 0x000012fd
[all …]
Dospf3_nbma-vv.out3 Options [V6, External, Router]
9 Options [V6, External, Router]
15 Options [V6, External, Router]
22 Options [V6, External, Router], DD Flags [Init, More, Master], MTU 1500, DD-Sequence 0x0000149b
25 Options [V6, External, Router], DD Flags [Init, More, Master], MTU 1500, DD-Sequence 0x00001b67
28 Options [V6, External, Router], DD Flags [More], MTU 1500, DD-Sequence 0x0000149b
59 Options [V6, External, Router], DD Flags [More, Master], MTU 1500, DD-Sequence 0x0000149c
100 Options [V6, External, Router], DD Flags [none], MTU 1500, DD-Sequence 0x0000149c
115 Options [V6, External, Router], DD Flags [Master], MTU 1500, DD-Sequence 0x0000149d
129 Options [V6, External, Router, Demand Circuit]
[all …]
Dospf3_mp-vv.out3 Options [V6, External, Router]
8 Options [V6, External, Router]
13 Options [V6, External, Router]
18 Options [V6, External, Router]
23 Options [V6, External, Router]
29 Options [V6, External, Router]
35 Options [V6, External, Router], DD Flags [Init, More, Master], MTU 1500, DD-Sequence 0x00000bbd
38 Options [V6, External, Router], DD Flags [Init, More, Master], MTU 1500, DD-Sequence 0x000015b5
41 Options [V6, External, Router], DD Flags [More], MTU 1500, DD-Sequence 0x00000bbd
68 Options [V6, External, Router], DD Flags [More, Master], MTU 1500, DD-Sequence 0x00000bbe
[all …]
/external/lzma/DOC/
D7zFormat.txt289 BYTE External
290 switch(External)
397 BYTE External;
398 if(External != 0)
406 BYTE External;
407 if(External != 0)
424 BYTE External;
425 if(External != 0)
/external/pdfium/fxjs/
Dcfxjse_class.cpp25 info.Data().As<v8::External>()->Value()); in V8FunctionCallback_Wrapper()
46 info.Data().As<v8::External>()->Value()); in V8ConstructorCallback_Wrapper()
57 info.Data().As<v8::External>()->Value()); in Context_GlobalObjToString()
168 info.Data().As<v8::External>()->Value()); in NamedPropertyQueryCallback()
188 info.Data().As<v8::External>()->Value()); in NamedPropertyGetterCallback()
205 info.Data().As<v8::External>()->Value()); in NamedPropertySetterCallback()
245 v8::External::New( in Create()
258 v8::External::New(pIsolate, const_cast<FXJSE_FUNCTION_DESCRIPTOR*>( in Create()
271 v8::External::New( in Create()
292 v8::External::New(pIsolate, in SetUpNamedPropHandler()
/external/clang/lib/Parse/
DParseAST.cpp146 ExternalASTSource *External = S.getASTContext().getExternalSource(); in ParseAST() local
147 if (External) in ParseAST()
148 External->StartTranslationUnit(Consumer); in ParseAST()
151 if (!External && !S.getLangOpts().CPlusPlus) in ParseAST()
/external/grpc-grpc/tools/doxygen/
DDoxyfile.c++1746 # "External Indexing and Searching" for details.
1762 # See the section "External Indexing and Searching" for details.
1773 # Xapian (see: http://xapian.org/). See the section "External Indexing and
/external/deqp-deps/glslang/
D.gitignore9 External/googletest
10 External/spirv-tools
/external/llvm/test/CodeGen/X86/
Dglobal-access-pie.ll6 ; External Linkage
51 ; External Linkage, only declaration.
68 ; External Linkage, only declaration, store a value.
84 ; External Linkage, function pointer access.
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DPostOrderIterator.h26 template<class SetType, bool External> // Non-external set
160 bool External = false>
161 struct ipo_iterator : public po_iterator<Inverse<T>, SetType, External > {
162 ipo_iterator(const po_iterator<Inverse<T>, SetType, External> &V) : in ipo_iterator()
163 po_iterator<Inverse<T>, SetType, External> (V) {} in ipo_iterator()
DDepthFirstIterator.h46 template<class SetType, bool External> // Non-external set
231 bool External = false>
232 struct idf_iterator : public df_iterator<Inverse<T>, SetTy, External> {
233 idf_iterator(const df_iterator<Inverse<T>, SetTy, External> &V) in idf_iterator()
234 : df_iterator<Inverse<T>, SetTy, External>(V) {} in idf_iterator()
/external/swiftshader/third_party/LLVM/test/Transforms/PruneEH/
D2003-09-14-ExternalCall.ll3 declare void @External()
6 invoke void @External( )
/external/v8/samples/
Dprocess.cc44 using v8::External;
368 Local<External> map_ptr = External::New(GetIsolate(), obj); in WrapMap()
384 Local<External> field = Local<External>::Cast(obj->GetInternalField(0)); in UnwrapMap()
482 Local<External> request_ptr = External::New(GetIsolate(), request); in WrapRequest()
500 Local<External> field = Local<External>::Cast(obj->GetInternalField(0)); in UnwrapRequest()
/external/llvm/include/llvm/ADT/
DDepthFirstIterator.h47 template<class SetType, bool External> // Non-external set
242 bool External = false>
243 struct idf_iterator : public df_iterator<Inverse<T>, SetTy, External> {
244 idf_iterator(const df_iterator<Inverse<T>, SetTy, External> &V) in idf_iterator()
245 : df_iterator<Inverse<T>, SetTy, External>(V) {} in idf_iterator()
DPostOrderIterator.h54 template<class SetType, bool External>
211 bool External = false>
212 struct ipo_iterator : public po_iterator<Inverse<T>, SetType, External > {
213 ipo_iterator(const po_iterator<Inverse<T>, SetType, External> &V) : in ipo_iterator()
214 po_iterator<Inverse<T>, SetType, External> (V) {} in ipo_iterator()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dglobal-access-pie.ll11 ; External Linkage
56 ; External Linkage, only declaration.
73 ; External Linkage, only declaration, store a value.
89 ; External Linkage, function pointer access.
Dglobal-access-pie-copyrelocs.ll11 ; External Linkage
56 ; External Linkage, only declaration.
98 ; External Linkage, only declaration, store a value.
112 ; External Linkage, function pointer access.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
D2003-09-14-InlineValue.ll3 declare i32 @External()
6 %I = call i32 @External( ) ; <i32> [#uses=2]
/external/llvm/test/Transforms/Inline/
D2003-09-14-InlineValue.ll3 declare i32 @External()
6 %I = call i32 @External( ) ; <i32> [#uses=2]
/external/swiftshader/third_party/LLVM/test/Transforms/Inline/
D2003-09-14-InlineValue.ll3 declare i32 @External()
6 %I = call i32 @External( ) ; <i32> [#uses=2]
/external/chromium-libpac/src/
Dproxy_resolver_v8.cc425 v8_this_.Reset(isolate_, v8::External::New(isolate_, this)); in InitV8()
426 v8::Local<v8::External> v8_this = in InitV8()
427 v8::Local<v8::External>::New(isolate_, v8_this_); in InitV8()
551 static_cast<Context*>(v8::External::Cast(*args.Data())->Value()); in AlertCallback()
571 static_cast<Context*>(v8::External::Cast(*args.Data())->Value()); in MyIpAddressCallback()
595 static_cast<Context*>(v8::External::Cast(*args.Data())->Value()); in MyIpAddressExCallback()
616 static_cast<Context*>(v8::External::Cast(*args.Data())->Value()); in DnsResolveCallback()
643 static_cast<Context*>(v8::External::Cast(*args.Data())->Value()); in DnsResolveExCallback()
702 v8::Persistent<v8::External> v8_this_;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DPostOrderIterator.h57 template<class SetType, bool External>
214 bool External = false>
215 struct ipo_iterator : public po_iterator<Inverse<T>, SetType, External> {
216 ipo_iterator(const po_iterator<Inverse<T>, SetType, External> &V) : in ipo_iterator()
217 po_iterator<Inverse<T>, SetType, External> (V) {} in ipo_iterator()
DDepthFirstIterator.h50 template<class SetType, bool External> // Non-external set
259 bool External = false>
260 struct idf_iterator : public df_iterator<Inverse<T>, SetTy, External> {
261 idf_iterator(const df_iterator<Inverse<T>, SetTy, External> &V) in idf_iterator()
262 : df_iterator<Inverse<T>, SetTy, External>(V) {} in idf_iterator()
/external/autotest/client/site_tests/platform_CrosDisksFilesystem/
Dvfat_tests20 "expected_mount_path": "/media/removable/External Drive"
31 "expected_mount_path": "/media/removable/External Drive"

12345678910>>...15