Home
last modified time | relevance | path

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

1234567891011

/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/
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 …]
/external/tensorflow/tensorflow/core/profiler/utils/
Dxplane_utils.cc96 const XPlane* FindPlaneWithName(const XSpace& space, absl::string_view name) { in FindPlaneWithName()
103 const XSpace& space, const std::vector<absl::string_view>& names) { in FindPlanesWithNames()
117 XPlane* FindMutablePlaneWithName(XSpace* space, absl::string_view name) { in FindMutablePlaneWithName()
123 XPlane* FindOrAddMutablePlaneWithName(XSpace* space, absl::string_view name) { in FindOrAddMutablePlaneWithName()
132 std::vector<const XPlane*> FindPlanesWithPrefix(const XSpace& space, in FindPlanesWithPrefix()
141 std::vector<XPlane*> FindMutablePlanesWithPrefix(XSpace* space, in FindMutablePlanesWithPrefix()
167 void RemovePlane(XSpace* space, const XPlane* plane) { in RemovePlane()
172 void RemovePlanes(XSpace* space, const std::vector<const XPlane*>& planes) { in RemovePlanes()
190 void RemoveEmptyPlanes(XSpace* space) { in RemoveEmptyPlanes()
212 void SortXSpace(XSpace* space) { in SortXSpace()
[all …]
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
140 XSpace space; in TEST() local
Dgroup_events_test.cc43 XSpace space; in TEST() local
87 XSpace space; in TEST() local
130 XSpace space; in TEST() local
181 XSpace space; in TEST() local
229 XSpace space; in TEST() local
273 XSpace space; in TEST() local
320 XSpace space; in TEST() local
Dxplane_test_utils.cc48 XPlane* GetOrCreateHostXPlane(XSpace* space) { in GetOrCreateHostXPlane()
52 XPlane* GetOrCreateGpuXPlane(XSpace* space, int32_t device_ordinal) { in GetOrCreateGpuXPlane()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_cl.c52 cl_alloc_bo(struct v3dv_cl *cl, uint32_t space, bool use_branch) in cl_alloc_bo()
88 v3dv_cl_ensure_space(struct v3dv_cl *cl, uint32_t space, uint32_t alignment) in v3dv_cl_ensure_space()
102 v3dv_cl_ensure_space_with_branch(struct v3dv_cl *cl, uint32_t space) in v3dv_cl_ensure_space_with_branch()
/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_op_stats_test.cc43 XSpace space; in TEST() local
80 XSpace space; in TEST() local
100 XSpace space; in TEST() local
131 XSpace space; in TEST() local
172 XSpace space; in TEST() local
184 XSpace space; in TEST() local
Dpost_process_single_host_xplane.cc27 void MergeHostPlanesAndSortLines(XSpace* space) { in MergeHostPlanesAndSortLines()
42 void PostProcessSingleHostXSpace(XSpace* space, uint64 start_time_ns) { in PostProcessSingleHostXSpace()
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
Dxplane_to_op_stats.cc100 void SetRunEnvironment(const XSpace& space, int32_t accelerator_count, in SetRunEnvironment()
115 void PropagateXSpaceDiagnosticsToOpStats(const XSpace& space, in PropagateXSpaceDiagnosticsToOpStats()
131 OpStats ConvertXSpaceToOpStats(const XSpace& space, in ConvertXSpaceToOpStats()
Dxplane_to_memory_profile_test.cc35 XSpace space; in TEST() local
/external/tensorflow/tensorflow/core/platform/default/
Dmutex_data.h24 void* space[2]; member
29 void* space[2]; member
/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_cl.c42 v3d_cl_ensure_space(struct v3d_cl *cl, uint32_t space, uint32_t alignment) in v3d_cl_ensure_space()
61 v3d_cl_ensure_space_with_branch(struct v3d_cl *cl, uint32_t space) in v3d_cl_ensure_space_with_branch()
/external/mesa3d/src/panfrost/util/
Dpan_ir.c44 unsigned space = in pan_to_bytemask() local
58 unsigned space = in pan_to_bytemask() local
/external/toybox/toys/posix/
Dwc.c36 int i, space = 0, first = 1; local
61 int len = 0, clen = 1, space = 0; in do_wc() local
/external/tensorflow/tensorflow/core/profiler/lib/
Dprofiler_session.cc63 Status ProfilerSession::CollectDataInternal(profiler::XSpace* space) { in CollectDataInternal()
85 Status ProfilerSession::CollectData(profiler::XSpace* space) { in CollectData()
/external/skia/tests/
DColorSpaceTest.cpp30 static void test_space(skiatest::Reporter* r, SkColorSpace* space, in test_space()
96 static void test_serialize(skiatest::Reporter* r, sk_sp<SkColorSpace> space, bool isNamed) { in test_serialize()
125 sk_sp<SkColorSpace> space = SkColorSpace::Make(profile); in DEF_TEST() local
158 sk_sp<SkColorSpace> space = SkColorSpace::Make(profile); in DEF_TEST() local
225 sk_sp<SkColorSpace> space = SkColorSpace::MakeRGB(SkNamedTransferFn::kSRGB, srgbToXYZ); in DEF_TEST() local
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DSymbolEnv.cpp25 char const *sh::toString(AddressSpace space) in toString()
422 AddressSpace space, in markSpace()
448 const AddressSpace space = iter->second; in isSpace() local
453 void SymbolEnv::markAsPointer(VarField x, AddressSpace space) in markAsPointer()
463 void SymbolEnv::markAsReference(VarField x, AddressSpace space) in markAsReference()
/external/tensorflow/tensorflow/core/profiler/internal/gpu/
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
/external/iptables/extensions/
Dlibxt_iprange.c322 char *space = ""; in iprange_xlate() local
344 char *space = ""; in iprange_mt4_xlate() local
370 char *space = ""; in iprange_mt6_xlate() local
/external/f2fs-tools/fsck/
Dmkquota.c228 void quota_data_add(quota_ctx_t qctx, struct f2fs_inode *inode, qsize_t space) in quota_data_add()
250 void quota_data_sub(quota_ctx_t qctx, struct f2fs_inode *inode, qsize_t space) in quota_data_sub()
305 qsize_t space = (inode->i_blocks - 1) * BLOCK_SZ; in quota_add_inode_usage() local
/external/musl/src/network/
Ddn_expand.c3 …nst unsigned char *base, const unsigned char *end, const unsigned char *src, char *dest, int space) in __dn_expand()
/external/ComputeLibrary/support/
DMemorySupport.h37 inline void *align(std::size_t alignment, std::size_t size, void *&ptr, std::size_t &space) in align()
/external/skia/src/shaders/
DSkColorShader.cpp45 SkColor4Shader::SkColor4Shader(const SkColor4f& color, sk_sp<SkColorSpace> space) in SkColor4Shader()
73 sk_sp<SkShader> SkShaders::Color(const SkColor4f& color, sk_sp<SkColorSpace> space) { in Color()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_scratch.cpp34 struct swr_scratch_space *space, in swr_copy_to_scratch_space()

1234567891011