Home
last modified time | relevance | path

Searched defs:spaces (Results 76 – 100 of 334) sorted by relevance

12345678910>>...14

/aosp_15_r20/frameworks/av/media/libaudiofoundation/
H A DAudioGain.cpp93 void AudioGain::dump(std::string *dst, int spaces, int index) const in dump()
H A DDeviceDescriptorBase.cpp113 void DeviceDescriptorBase::dump(std::string *dst, int spaces, in dump()
/aosp_15_r20/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/
H A DCAVLCReader.java166 int spaces; in trace() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DModifyCase.java225 String spaces = ""; in indent() local
/aosp_15_r20/external/squashfs-tools/squashfs-tools/
H A Dprogressbar.c96 int max_digits, used, hashes, spaces; in progress_bar() local
/aosp_15_r20/external/libultrahdr/third_party/image_io/src/base/
H A Ddata_context.cc80 std::string spaces(spaces_count, ' '); in GetErrorText() local
/aosp_15_r20/external/image_io/src/base/
H A Ddata_context.cc80 std::string spaces(spaces_count, ' '); in GetErrorText() local
/aosp_15_r20/external/unicode/
H A DCVTUTF7.C43 static char spaces[] = " \011\015\012"; /* space, tab, return, line feed */ variable
/aosp_15_r20/external/trusty/musl/src/stdio/
Dvfwscanf.c220 static const wchar_t spaces[] = { in vfwscanf() local
/aosp_15_r20/external/musl/src/stdio/
H A Dvfwscanf.c220 static const wchar_t spaces[] = { in vfwscanf() local
/aosp_15_r20/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/
H A DSnippetFormatter.java71 int spaces = indentationLevel * INDENTATION_SIZE; in createIndentationString() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/output/
H A Dhelp_template.rs652 let spaces = if next_line_help { in help() localVariable
699 let spaces = spaces + TAB_WIDTH - DASH_SPACE; in help() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/output/
Dhelp_template.rs652 let spaces = if next_line_help { in help() localVariable
699 let spaces = spaces + TAB_WIDTH - DASH_SPACE; in help() localVariable
/aosp_15_r20/external/icu/icu4c/source/tools/ctestfw/
H A Dctest.c442 int spaces = FLAG_INDENT-(depth-1); in iterateTestsWithLevel() local
449 int spaces = FLAG_INDENT - ((int)strlen(root->name) + depth); in iterateTestsWithLevel() local
/aosp_15_r20/external/grpc-grpc/src/core/lib/json/
H A Djson_writer.cc108 unsigned spaces = static_cast<unsigned>(depth_ * indent_); in OutputIndent() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/json/
Djson_writer.cc108 unsigned spaces = static_cast<unsigned>(depth_ * indent_); in OutputIndent() local
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DMixedItemSection.java150 String spaces = new String(spaceArr); in writeHeaderPart() local
/aosp_15_r20/dalvik/dx/src/com/android/dx/dex/file/
H A DMixedItemSection.java150 String spaces = new String(spaceArr); in writeHeaderPart() local
/aosp_15_r20/art/oatdump/
H A Doatdump_test.h303 size_t spaces = 0; variable
/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/parser/
Dchar.rs81 pub fn spaces<Input>() -> impl Parser<Input, Output = ()> in spaces() function
/aosp_15_r20/external/google-breakpad/src/common/linux/
H A Dlinux_libc_support.cc232 const char spaces[] = " \t\f\n\r\t\v"; in my_isspace() local
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_functions.py241 spaces = lambda amount=0: ' ' * (amount + indent) function
/aosp_15_r20/external/skia/tests/
H A DYUVTest.cpp213 const SkYUVColorSpace spaces[] = { in DEF_TEST() local
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_ttk_textonly.py242 spaces = lambda amount=0: ' ' * (amount + indent) function
/aosp_15_r20/trusty/kernel/include/shared/lk/
H A Dtrusty_bench_print_tables.h69 int spaces = (int)(sz - strlen(val)); in trusty_bench_center_print() local

12345678910>>...14