Home
last modified time | relevance | path

Searched refs:Linked (Results 1 – 25 of 608) sorted by relevance

12345678910>>...25

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/
DPOJOPropertyBuilder.java56 protected Linked<AnnotatedField> _fields;
58 protected Linked<AnnotatedParameter> _ctorParameters;
60 protected Linked<AnnotatedMethod> _getters;
62 protected Linked<AnnotatedMethod> _setters;
408 Linked<AnnotatedMethod> curr = _getters; in getGetter()
412 Linked<AnnotatedMethod> next = curr.next; in getGetter()
459 Linked<AnnotatedMethod> curr = _setters; in getSetter()
463 Linked<AnnotatedMethod> next = curr.next; in getSetter()
529 Linked<AnnotatedField> next = _fields.next; in getField()
563 Linked<AnnotatedParameter> curr = _ctorParameters; in getConstructorParameter()
[all …]
/external/rust/crates/anyhow/src/
Dchain.rs17 Linked { enumerator
29 state: ChainState::Linked { next: Some(head) }, in new()
39 Linked { next } => { in next()
59 Linked { mut next } => { in next_back()
78 Linked { mut next } => { in len()
/external/llvm-project/llvm/test/tools/llvm-ml/
Dalias.asm23 ; CHECK-NEXT: Linked: proc1
38 ; CHECK-NEXT: Linked: proc2
53 ; CHECK-NEXT: Linked: foo
72 ; CHECK-NEXT: Linked: bar
87 ; CHECK-NEXT: Linked: t2
/external/swiftshader/third_party/SPIRV-Tools/test/link/
Dmatching_imports_to_exports_test.cpp47 R"(OpModuleProcessed "Linked by SPIR-V Tools Linker" in TEST_F()
73 R"(OpModuleProcessed "Linked by SPIR-V Tools Linker" in TEST_F()
99 OpModuleProcessed "Linked by SPIR-V Tools Linker" in TEST_F()
278 OpModuleProcessed "Linked by SPIR-V Tools Linker" in TEST_F()
323 R"(OpModuleProcessed "Linked by SPIR-V Tools Linker" in TEST_F()
378 OpModuleProcessed "Linked by SPIR-V Tools Linker" in TEST_F()
449 OpModuleProcessed "Linked by SPIR-V Tools Linker" in TEST_F()
/external/deqp-deps/SPIRV-Tools/test/link/
Dmatching_imports_to_exports_test.cpp47 R"(OpModuleProcessed "Linked by SPIR-V Tools Linker" in TEST_F()
73 R"(OpModuleProcessed "Linked by SPIR-V Tools Linker" in TEST_F()
99 OpModuleProcessed "Linked by SPIR-V Tools Linker" in TEST_F()
278 OpModuleProcessed "Linked by SPIR-V Tools Linker" in TEST_F()
323 R"(OpModuleProcessed "Linked by SPIR-V Tools Linker" in TEST_F()
378 OpModuleProcessed "Linked by SPIR-V Tools Linker" in TEST_F()
449 OpModuleProcessed "Linked by SPIR-V Tools Linker" in TEST_F()
/external/deqp-deps/glslang/Test/baseResults/
DnoMain.vert.out24 Linked vertex stage:
28 Linked fragment stage:
Dmains1.frag.out42 Linked geometry stage:
49 Linked fragment stage:
DcppIntMinOverNegativeOne.frag.out7 Linked fragment stage:
DcppRelaxSkipTokensErrors.vert.out7 Linked vertex stage:
Dhlsl.reflection.binding.vert.out3 Linked vertex stage:
D300link3.frag.out10 Linked fragment stage:
DmaxClipDistances.vert.out11 Linked vertex stage:
DnegativeArraySize.comp.out14 Linked compute stage:
DoverlongLiteral.frag.out12 Linked fragment stage:
DcppBad2.vert.out12 Linked vertex stage:
DcppBad3.vert.out12 Linked vertex stage:
DcppBad4.vert.out12 Linked vertex stage:
DcppBad5.vert.out12 Linked vertex stage:
Dterminate.frag.out17 Linked fragment stage:
D435.vert.out15 Linked vertex stage:
DcppDeepNest.frag.out13 Linked fragment stage:
/external/elfutils/
DCOPYING-LGPLV329 with which the Combined Work was made is also called the "Linked
35 based on the Application, and not on the Linked Version.
105 the Linked Version to produce a modified Combined Work, in the
113 of the Library that is interface-compatible with the Linked
121 Application with a modified version of the Linked Version. (If
/external/autotest/
DMODULE_LICENSE_LGPL29 with which the Combined Work was made is also called the "Linked
35 based on the Application, and not on the Linked Version.
105 the Linked Version to produce a modified Combined Work, in the
113 of the Library that is interface-compatible with the Linked
121 Application with a modified version of the Linked Version. (If
DLGPL_LICENSE29 with which the Combined Work was made is also called the "Linked
35 based on the Application, and not on the Linked Version.
105 the Linked Version to produce a modified Combined Work, in the
113 of the Library that is interface-compatible with the Linked
121 Application with a modified version of the Linked Version. (If
/external/javaparser/
DLICENSE.LGPL29 with which the Combined Work was made is also called the "Linked
35 based on the Application, and not on the Linked Version.
105 the Linked Version to produce a modified Combined Work, in the
113 of the Library that is interface-compatible with the Linked
121 Application with a modified version of the Linked Version. (If

12345678910>>...25