Home
last modified time | relevance | path

Searched defs:nested (Results 1 – 25 of 94) sorted by relevance

1234

/external/slf4j/slf4j-ext/src/test/java/org/slf4j/profiler/
DProfilerTest.java94 Profiler nested = profiler.startNested("subtask"); in testNestedProfiling() local
123 public void doSubtask(Profiler nested) { in doSubtask()
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/testing/
Dmock_test.py73 nested = messages.StringField(1) variable in _NestedMessage
81 nested = messages.MessageField(_NestedMessage, 1) variable in _NestedNestedMessage
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAsyncSettableFutureTest.java80 SettableFuture<String> nested = SettableFuture.create(); in testSetFuture() local
102 SettableFuture<FooChild> nested = SettableFuture.create(); in testSetFuture_genericsHierarchy() local
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
Dprotorpc_test.proto25 optional NestedMessage nested = 1; field
81 optional OptionalMessage nested = 1; field
/external/clang/test/SemaCXX/
Dtrailing-return-0x.cpp58 struct nested { struct
60 auto h(T x, U y, V z) -> decltype(x + y + z) in h()
Dmissing-namespace-qualifier-typo-corrections.cpp17 …namespace nested { bool moreFoobar() { return true; } } // expected-note{{'fizbin::nested::moreFoo… in moreFoobar() namespace
18 …namespace nested { bool lessFoobar() { return true; } } // expected-note{{'fizbin::nested' declare… in lessFoobar() namespace
/external/protobuf/java/src/test/java/com/google/protobuf/
DLazyMessageLiteTest.java67 LazyNestedInnerMessageLite nested = LazyNestedInnerMessageLite.newBuilder() in testSetValues() local
260 LazyNestedInnerMessageLite nested = LazyNestedInnerMessageLite.newBuilder() in testSerialize() local
Dlazy_fields_lite.proto55 optional LazyNestedInnerMessageLite nested = 3 [lazy = true]; field
Dmultiple_files_test.proto56 optional NestedMessage nested = 1; field
/external/clang/test/OpenMP/
Dopenmp_check.cpp2 int nested(int a) { in nested() function
/external/testng/src/test/java/test/
DNestedStaticSampleTest.java13 public void nested() { in nested() method in NestedStaticSampleTest.Nested
/external/v8/test/mjsunit/compiler/
Descape-analysis.js81 function nested() { function
282 function constructor2(nested) { argument
311 function constructor2(nested) { argument
Doptimized-function-calls.js77 function nested() { function
/external/v8/test/mjsunit/es6/
Dspread-call.js86 nested: { property
238 nested: { property
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/targets/
DTarget12.java32 void nested() { in nested() method in Target12
/external/clang/test/PCH/
Dstruct.c28 struct Nested nested = { 1, 2 }; variable
/external/clang/test/SemaTemplate/
Ddependent-base-classes.cpp48 class HasDepBase::Nested nested; in foo() local
57 class NoDepBase::Nested nested; // expected-error{{no class named 'Nested' in 'NoDepBase<T>'}} in foo() local
/external/clang/test/Preprocessor/
Dmacro_paste_msextensions.c19 #define nested(x) int x comment cute little dead tokens... macro
/external/guava/guava/src/com/google/common/util/concurrent/
DAsyncSettableFuture.java44 private final NestedFuture<V> nested = new NestedFuture<V>(); field in AsyncSettableFuture
/external/jetty/src/java/org/eclipse/jetty/util/
DMultiException.java35 private Object nested; field in MultiException
/external/clang/test/CodeGenCXX/
Ddebug-info-template.cpp121 struct nested { struct
Dcxx0x-initializer-stdinitializerlist-pr12086.cpp54 std::initializer_list<std::initializer_list<int>> nested = { variable
/external/javassist/src/main/javassist/convert/
DTransformNewClass.java23 private int nested; field in TransformNewClass
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
Dp6.cpp20 X0<int>::Nested nested; // expected-note{{implicit instantiation first required here}} in use_X0_int() local
/external/clang/test/CXX/temp/temp.spec/
Dp5.cpp41 } nested; member

1234