Home
last modified time | relevance | path

Searched defs:nesting (Results 1 – 25 of 218) sorted by relevance

123456789

/aosp_15_r20/external/pigweed/pw_json/public/pw_json/internal/
H A Dbuilder_impl.h422 const char (&open_close)[2], const json_impl::Nesting& nesting) { in JsonArrayAppendNested()
437 const json_impl::Nesting& nesting) { in JsonObjectAddNested()
449 constexpr void JsonBuilder::AddNestedStart(const json_impl::Nesting& nesting) { in AddNestedStart()
464 constexpr void JsonBuilder::AddNestedFinish(const json_impl::Nesting& nesting) { in AddNestedFinish()
475 const T& value, const json_impl::Nesting& nesting) { in NestedJsonArrayAppend()
483 std::string_view key, const T& value, const json_impl::Nesting& nesting) { in NestedJsonObjectAdd()
H A Dnesting.h96 constexpr const Nesting& nesting() const { return nesting_; } in nesting() function
101 constexpr NestedJson(JsonBuilder& builder, const Nesting& nesting) in NestedJson()
/aosp_15_r20/system/incremental_delivery/incfs/incfsdump/
H A Ddump.cpp336 auto nesting = scopedNesting(); in dumpBlockmap() local
354 auto nesting = scopedNesting(); in dumpTree() local
365 auto nesting = scopedNesting(); in dumpMd() local
470 void nesting(std::ostream& out) const { in nesting() function in __anon5e30740e0111::Dump
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DLexer.java135 int nesting = 0; in tokenize() local
396 private boolean mapPatternElemPos(int nesting, boolean isStart, in mapPatternElemPos()
/aosp_15_r20/frameworks/base/core/proto/android/server/alarm/
H A Dalarmmanagerservice.proto207 optional int32 nesting = 7; field
247 optional int32 nesting = 7; field
/aosp_15_r20/external/angle/src/tests/compiler_tests/
H A DExpressionLimit_test.cpp164 static std::string GenerateShaderWithNestingInsideSwitch(int nesting) in GenerateShaderWithNestingInsideSwitch()
189 static std::string GenerateShaderWithNestingInsideGlobalInitializer(int nesting) in GenerateShaderWithNestingInsideGlobalInitializer()
/aosp_15_r20/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dblocks.mm38 void nesting() { function
/aosp_15_r20/external/perfetto/protos/perfetto/config/
H A Dstress_test_config.proto45 optional uint32 nesting = 7; field
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/strings/
H A Dapr_fnmatch.c407 int nesting; in apr_fnmatch_test() local
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/
H A DTestJacksonTypes.java136 private String _createNested(int nesting, String open, String middle, String close) in _createNested()
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-utils/tests/
Dthread.rs143 fn nesting() { in nesting() function
/aosp_15_r20/external/perfetto/test/stress_test/
H A Dstress_producer.cc165 uint32_t nesting, in FillPayload()
/aosp_15_r20/external/moshi/moshi/src/test/java/com/squareup/moshi/
H A DJsonValueReaderTest.java116 public void nesting() throws Exception { in nesting() method in JsonValueReaderTest
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_repr.py16 def nestedTuple(nesting): argument
/aosp_15_r20/external/pigweed/pw_json/public/pw_json/
H A Dbuilder.h458 constexpr size_t NestedJsonOffset(const json_impl::Nesting& nesting) const { in NestedJsonOffset()
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A Dautocast_mode.cpp50 thread_local int nesting = 0; variable
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_reprlib.py20 def nestedTuple(nesting): argument
/aosp_15_r20/packages/modules/StatsD/statsd/src/metrics/duration_helper/
DMaxDurationTracker.cpp30 bool nesting, int64_t currentBucketStartNs, in MaxDurationTracker()
DDurationTracker.h77 const sp<ConditionWizard>& wizard, int conditionIndex, bool nesting, in DurationTracker()
DOringDurationTracker.cpp30 bool nesting, int64_t currentBucketStartNs, in OringDurationTracker()
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/routing/tests/
Dmerge.rs146 async fn nesting() { in nesting() function
/aosp_15_r20/art/runtime/
H A Dnative_stack_dump.cc307 int nesting = 0; in StripParameters() local
/aosp_15_r20/packages/modules/StatsD/statsd/tests/e2e/
DAnomaly_duration_sum_e2e_test.cpp41 bool nesting) { in CreateStatsdConfig()
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-channel/tests/
Dready.rs452 fn nesting() { in nesting() function
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_config_cpp_gen_headers/gen/external/perfetto/protos/perfetto/config/
Dstress_test_config.gen.h122 uint32_t nesting() const { return nesting_; } in nesting() function

123456789