Home
last modified time | relevance | path

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

12345678910>>...12

/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/v8/src/inspector/
Dinjected-script-native.cc19 v8::Local<v8::External> external = v8::External::New(m_isolate, this); in setOnInjectedScriptHost()
39 v8::Local<v8::External> external = value.As<v8::External>(); in fromInjectedScriptHost()
/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/
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()
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()
/external/swiftshader/third_party/LLVM/test/Transforms/PruneEH/
D2003-09-14-ExternalCall.ll3 declare void @External()
6 invoke void @External( )
/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/python/cpython2/Lib/test/
Dsha256.pem41 i:/C=SE/O=AddTrust AB/OU=AddTrust External TTP Network/CN=AddTrust External CA Root
73 2 s:/C=SE/O=AddTrust AB/OU=AddTrust External TTP Network/CN=AddTrust External CA Root
/external/python/cpython3/Lib/test/
Dsha256.pem41 i:/C=SE/O=AddTrust AB/OU=AddTrust External TTP Network/CN=AddTrust External CA Root
73 2 s:/C=SE/O=AddTrust AB/OU=AddTrust External TTP Network/CN=AddTrust External CA Root
/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.cc431 v8_this_.Reset(isolate_, v8::External::New(isolate_, this)); in InitV8()
432 v8::Local<v8::External> v8_this = in InitV8()
433 v8::Local<v8::External>::New(isolate_, v8_this_); in InitV8()
555 static_cast<Context*>(v8::External::Cast(*args.Data())->Value()); in AlertCallback()
578 static_cast<Context*>(v8::External::Cast(*args.Data())->Value()); in MyIpAddressCallback()
602 static_cast<Context*>(v8::External::Cast(*args.Data())->Value()); in MyIpAddressExCallback()
623 static_cast<Context*>(v8::External::Cast(*args.Data())->Value()); in DnsResolveCallback()
650 static_cast<Context*>(v8::External::Cast(*args.Data())->Value()); in DnsResolveExCallback()
709 v8::Persistent<v8::External> v8_this_;
/external/v8/samples/
Dprocess.cc345 Local<External> map_ptr = External::New(GetIsolate(), obj); in WrapMap()
361 Local<External> field = Local<External>::Cast(obj->GetInternalField(0)); in UnwrapMap()
459 Local<External> request_ptr = External::New(GetIsolate(), request); in WrapRequest()
477 Local<External> field = Local<External>::Cast(obj->GetInternalField(0)); in UnwrapRequest()
/external/python/cpython3/Lib/test/test_email/data/
Dmsg_36.txt16 Content-Type: Message/External-body;
27 Content-Type: Message/External-body;
/external/python/cpython2/Lib/email/test/data/
Dmsg_36.txt16 Content-Type: Message/External-body;
27 Content-Type: Message/External-body;
/external/clang/lib/AST/
DRecordLayoutBuilder.cpp656 ExternalLayout External; member in __anon909ef7540111::ItaniumRecordLayoutBuilder
1171 HasExternalLayout = External.getExternalNVBaseOffset(Base->Class, Offset); in LayoutBase()
1173 HasExternalLayout = External.getExternalVBaseOffset(Base->Class, Offset); in LayoutBase()
1262 RD, External.Size, External.Align, External.FieldOffsets, in InitializeLayout()
1263 External.BaseOffsets, External.VirtualBaseOffsets); in InitializeLayout()
1267 if (External.Align > 0) { in InitializeLayout()
1268 Alignment = Context.toCharUnitsFromBits(External.Align); in InitializeLayout()
1858 if (InferAlignment && External.Size < RoundedSize) { in FinishLayout()
1862 setSize(External.Size); in FinishLayout()
1917 uint64_t ExternalFieldOffset = External.getExternalFieldOffset(Field); in updateExternalFieldOffset()
[all …]
/external/python/cpython2/PC/VC6/
D_ssl.dsp5 # TARGTYPE "Win32 (x86) External Target" 0x0106
20 !MESSAGE "_ssl - Win32 Release" (based on "Win32 (x86) External Target")
21 !MESSAGE "_ssl - Win32 Debug" (based on "Win32 (x86) External Target")
/external/clang/lib/Lex/
DHeaderSearch.cpp38 HeaderFileInfo::getControllingMacro(ExternalPreprocessorSource *External) { in getControllingMacro() argument
41 External->updateOutOfDateIdentifier( in getControllingMacro()
46 if (!ControllingMacroID || !External) in getControllingMacro()
49 ControllingMacro = External->GetIdentifier(ControllingMacroID); in getControllingMacro()
931 assert(OtherHFI.External && "expected to merge external HFI"); in mergeHeaderFileInfo()
944 HFI.External = (!HFI.IsValid || HFI.External); in mergeHeaderFileInfo()
965 if (ExternalHFI.External) in getFileInfo()
972 HFI->External = false; in getFileInfo()
990 if (!WantExternal && (!HFI->IsValid || HFI->External)) in getExistingFileInfo()
997 if (ExternalHFI.External) in getExistingFileInfo()
[all …]

12345678910>>...12