Home
last modified time | relevance | path

Searched defs:space (Results 1 – 25 of 1061) sorted by relevance

12345678910>>...43

/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/
H A DConcreteSyntaxModel.java96 space(), in concreteSyntaxModelByClass.put() argument
112 space(), in concreteSyntaxModelByClass.put() argument
116 …conditional(ObservableProperty.DEFAULT_VALUE, IS_PRESENT, sequence(space(), token(GeneratedJavaPar… in concreteSyntaxModelByClass.put()
125 space(), in concreteSyntaxModelByClass.put() argument
127 …list(TYPE_PARAMETERS, sequence(comma(), space()), string(GeneratedJavaParserConstants.LT), string(… in concreteSyntaxModelByClass.put() argument
130 sequence(space(), token(GeneratedJavaParserConstants.EXTENDS), space()), in concreteSyntaxModelByClass.put()
147 list(ObservableProperty.PARAMETERS, sequence(comma(), space()), none(), none()), in concreteSyntaxModelByClass.put() argument
149 …t(ObservableProperty.THROWN_EXCEPTIONS, sequence(comma(), space()), sequence(space(), token(Genera… in concreteSyntaxModelByClass.put()
158 …list(ObservableProperty.ARGUMENTS, sequence(comma(), space()), token(GeneratedJavaParserConstants.… in concreteSyntaxModelByClass.put() argument
159 …conditional(CLASS_BODY, IS_NOT_EMPTY, sequence(space(), token(GeneratedJavaParserConstants.LBRACE)… in concreteSyntaxModelByClass.put()
[all …]
/aosp_15_r20/system/nvram/core/tests/
H A Dnvram_manager_test.cpp83 NvramSpace space; in TEST_F() local
123 NvramSpace space; in TEST_F() local
168 NvramSpace space; in TEST_F() local
204 NvramSpace space; in TEST_F() local
223 NvramSpace space; in TEST_F() local
276 NvramSpace space; in TEST_F() local
449 NvramSpace space; in TEST_F() local
466 NvramSpace space; in TEST_F() local
487 NvramSpace space; in TEST_F() local
531 NvramSpace space; in TEST_F() local
[all …]
/aosp_15_r20/system/nvram/hal/tests/
H A Dnvram_hal_test.cc246 ScopedNvramSpace space(&device, kTestIndex1, 32); in TEST() local
264 ScopedNvramSpace space(&device, kTestIndex1, 17); in TEST() local
277 ScopedNvramSpace space(&device, kTestIndex1, 32); in TEST() local
291 ScopedNvramSpace space(&device, kTestIndex1, 32); in TEST() local
309 ScopedNvramSpace space(&device, kTestIndex1, 1); in TEST() local
318 ScopedNvramSpace space(&device, kTestIndex1, in TEST() local
327 ScopedNvramSpace space(&device, kTestIndex1, 32, kControlList); in TEST() local
339 ScopedNvramSpace space( in TEST() local
352 ScopedNvramSpace space(&device, kTestIndex1, 32); in TEST() local
360 ScopedNvramSpace space(&device, kTestIndex1, 32); in TEST() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/convert/
H A Dxplane_to_op_stats_test.cc46 XSpace space; in TEST() local
86 XSpace space; in TEST() local
112 XSpace space; in TEST() local
143 XSpace space; in TEST() local
184 XSpace space; in TEST() local
196 XSpace space; in TEST() local
291 XSpace space; in TEST() local
339 XSpace space; in TEST() local
363 XSpace space; in TEST() local
414 XSpace space; in TEST() local
H A Dxplane_to_op_stats.cc59 std::string Hostname(const XSpace& space) { in Hostname()
98 void SetRunEnvironment(const XSpace& space, RunEnvironment* env) { in SetRunEnvironment()
130 void PropagateXSpaceDiagnosticsToOpStats(const XSpace& space, in PropagateXSpaceDiagnosticsToOpStats()
146 OpStats ConvertXSpaceToOpStats(const XSpace& space, in ConvertXSpaceToOpStats()
H A Dxplane_to_tf_functions_test.cc44 TfFunctionDb ConvertXSpaceToTfFunctionDb(const XSpace& space) { in ConvertXSpaceToTfFunctionDb()
58 XSpace space; in TEST() local
102 XSpace space; in TEST() local
143 XSpace space; in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/utils/
H A Dxplane_utils.cc136 const XPlane* FindPlaneWithName(const XSpace& space, absl::string_view name) { in FindPlaneWithName()
143 const XSpace& space, const std::vector<absl::string_view>& names) { in FindPlanesWithNames()
157 XPlane* FindMutablePlaneWithName(XSpace* space, absl::string_view name) { in FindMutablePlaneWithName()
163 XPlane* FindOrAddMutablePlaneWithName(XSpace* space, absl::string_view name) { in FindOrAddMutablePlaneWithName()
172 std::vector<const XPlane*> FindPlanesWithPrefix(const XSpace& space, in FindPlanesWithPrefix()
179 std::vector<XPlane*> FindMutablePlanesWithPrefix(XSpace* space, in FindMutablePlanesWithPrefix()
209 void RemovePlane(XSpace* space, const XPlane* plane) { in RemovePlane()
214 void RemovePlanes(XSpace* space, const std::vector<const XPlane*>& planes) { in RemovePlanes()
232 void RemoveEmptyPlanes(XSpace* space) { in RemoveEmptyPlanes()
254 void SortXSpace(XSpace* space) { in SortXSpace()
[all …]
H A Dderived_timeline_test.cc35 XSpace space; in TEST() local
45 XSpace space; in TEST() local
75 XSpace space; in TEST() local
110 XSpace space; in TEST() local
139 XSpace space; in TEST() local
H A Dgroup_events_test.cc43 XSpace space; in TEST() local
87 XSpace space; in TEST() local
131 XSpace space; in TEST() local
182 XSpace space; in TEST() local
226 XSpace space; in TEST() local
349 XSpace space; in TEST() local
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackSizeCalculatorTest.kt248 val space = in <lambda>() constant
268 val space = in <lambda>() constant
287 val space = in <lambda>() constant
307 val space = in <lambda>() constant
326 val space = in <lambda>() constant
/aosp_15_r20/system/extras/simpleperf/scripts/
H A Dpprof_proto_generator.py110 def show_value_type(self, value_type, space=''): argument
115 def show_sample(self, sample, space=''): argument
126 def show_location_id(self, location_id, space=''): argument
130 def show_location(self, location, space=''): argument
140 def show_mapping_id(self, mapping_id, space=''): argument
144 def show_mapping(self, mapping, space=''): argument
158 def show_line(self, line, space=''): argument
164 def show_function_id(self, function_id, space=''): argument
168 def show_function(self, function, space=''): argument
/aosp_15_r20/art/runtime/gc/
H A Dheap.cc980 for (const auto& space : continuous_spaces_) { in IsCompilingBoot() local
1167 void Heap::AddSpace(space::Space* space) { in AddSpace() argument
1210 void Heap::RemoveSpace(space::Space* space) { in RemoveSpace() argument
1441 for (const auto& space : continuous_spaces_) { in FindContinuousSpaceFromAddress() local
1451 space::ContinuousSpace* space = FindContinuousSpaceFromAddress(obj.Ptr()); in FindContinuousSpaceFromObject() local
1463 for (const auto& space : discontinuous_spaces_) { in FindDiscontinuousSpaceFromObject() local
1483 for (const auto& space : continuous_spaces_) { in FindSpaceFromAddress() local
1488 for (const auto& space : discontinuous_spaces_) { in FindSpaceFromAddress() local
1497 space::Space* space = FindSpaceFromAddress(addr); in DumpSpaceNameFromAddress() local
1523 space::AllocSpace* space = nullptr; in ThrowOutOfMemoryError() local
[all …]
/aosp_15_r20/external/federated-compute/fcp/base/
H A Dbounds_test.cc262 AddressSpace space = MakeFakeAddressSpace(128, 128); in TEST() local
272 AddressSpace space = MakeFakeAddressSpace(128, 128); in TEST() local
280 AddressSpace space = MakeFakeAddressSpace(128, 128); in TEST() local
291 AddressSpace space = MakeFakeAddressSpace(kMax - 128, 128); in TEST() local
308 AddressSpace space = MakeFakeAddressSpace(0, kMax); in TEST() local
/aosp_15_r20/art/runtime/gc/space/
H A Dspace_create_test.cc25 namespace space { namespace
62 std::unique_ptr<Space> space(CreateSpace("test", 16 * MB, 32 * MB, 32 * MB)); in TEST_P() local
91 MallocSpace* space(CreateSpace("test", 4 * MB, 16 * MB, 16 * MB)); in TEST_P() local
225 MallocSpace* space(CreateSpace("test", 4 * MB, 16 * MB, 16 * MB)); in TEST_P() local
301 MallocSpace* space(CreateSpace("test", 4 * MB, 16 * MB, 16 * MB)); in TEST_P() local
/aosp_15_r20/art/runtime/gc/accounting/
H A Dmod_union_table_test.cc52 Thread* self, space::ContinuousMemMapAllocSpace* space, size_t component_count) in AllocObjectArray() argument
73 mirror::Class* GetObjectArrayClass(Thread* self, space::ContinuousMemMapAllocSpace* space) in GetObjectArrayClass() argument
123 const std::string& name, Heap* heap, space::ContinuousSpace* space, in ModUnionTableRefCacheToSpace() argument
153 TableType type, space::ContinuousSpace* space, space::ContinuousSpace* target_space) { in Create() argument
185 auto* space = heap->GetNonMovingSpace(); in RunTest() local
/aosp_15_r20/external/armnn/src/backends/cl/test/
H A DClImportTensorHandleTests.cpp45 size_t space = totalBytes + alignment + alignment; variable
85 size_t space = totalBytes + alignment + alignment; variable
160 size_t space = totalBytes + alignment + alignment; variable
238 size_t space = totalBytes + alignment + alignment; variable
264 size_t space = totalBytes + alignment + alignment; variable
357 size_t space = totalBytes + alignment + alignment; variable
932 size_t space = totalBytes + alignment + alignment; variable
1158 size_t space = totalBytes + alignment + alignment; variable
/aosp_15_r20/external/rust/android-crates-io/crates/buddy_system_allocator/src/
Dtest.rs55 let space: [usize; 100] = [0; 100]; in test_heap_add() localVariable
70 let space: [u8; 512] = [0; 512]; in test_heap_add_large() localVariable
81 let space: [usize; 100] = [0; 100]; in test_heap_oom() localVariable
109 let space: [usize; 100] = [0; 100]; in test_heap_alloc_and_free() localVariable
/aosp_15_r20/external/skia/tests/
H A DColorSpaceTest.cpp33 static void test_space(skiatest::Reporter* r, SkColorSpace* space, in test_space()
99 static void test_serialize(skiatest::Reporter* r, const sk_sp<SkColorSpace>& space, bool isNamed) { in test_serialize()
138 sk_sp<SkColorSpace> space = SkColorSpace::Make(profile); in DEF_TEST() local
171 sk_sp<SkColorSpace> space = SkColorSpace::Make(profile); in DEF_TEST() local
238 sk_sp<SkColorSpace> space = SkColorSpace::MakeRGB(SkNamedTransferFn::kSRGB, srgbToXYZ); in DEF_TEST() local
/aosp_15_r20/external/angle/src/compiler/translator/msl/
H A DSymbolEnv.cpp26 char const *sh::toString(AddressSpace space) in toString()
423 AddressSpace space, in markSpace()
449 const AddressSpace space = iter->second; in isSpace() local
454 void SymbolEnv::markAsPointer(VarField x, AddressSpace space) in markAsPointer()
464 void SymbolEnv::markAsReference(VarField x, AddressSpace space) in markAsReference()
/aosp_15_r20/out/soong/.intermediates/art/runtime/art_operator_srcs/gen/gensrcs/art/runtime/gc/space/
Dregion_space.operator_out.cc8 namespace space { namespace
25 namespace space { namespace
43 namespace space { namespace
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/backends/gpu/
H A Ddevice_tracer_test.cc144 XSpace space; in TEST_F() local
153 XSpace space; in TEST_F() local
246 XSpace space; in TEST_F() local
295 XSpace space; in TEST_F() local
353 XSpace space; in TEST_F() local
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/
H A Dv3dv_cl.c65 cl_alloc_bo(struct v3dv_cl *cl, uint32_t space, enum in cl_alloc_bo()
156 v3dv_cl_ensure_space(struct v3dv_cl *cl, uint32_t space, uint32_t alignment) in v3dv_cl_ensure_space()
171 v3dv_cl_ensure_space_with_branch(struct v3dv_cl *cl, uint32_t space) in v3dv_cl_ensure_space_with_branch()
/aosp_15_r20/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/template/
DButtonFooterMixinTest.java105 final View space = mixin.addSpace(); in testAddSpace() local
138 final View space = mixin.addSpace(); in testRemoveSpace() local
155 final View space = mixin.addSpace(); in testRemoveAllViews() local
/aosp_15_r20/system/nvram/core/
H A Dnvram_manager.cpp50 nvram_result_t GetControlsVector(const NvramSpace& space, in GetControlsVector()
252 NvramSpace space; in CreateSpace() local
680 NvramSpace space; in Initialize() local
845 const NvramSpace& space) { in WriteSpace()
/aosp_15_r20/external/googleapis/google/chat/v1/
H A Dspace.proto208 Space space = 1 [(google.api.field_behavior) = REQUIRED]; field
305 Space space = 1 [(google.api.field_behavior) = REQUIRED]; field
370 Space space = 1; field

12345678910>>...43