Home
last modified time | relevance | path

Searched defs:spaces (Results 1 – 25 of 31) sorted by relevance

12

/third_party/Linux_Kernel/include/linux/
Dstacktrace.h36 # define print_stack_trace(trace, spaces) do { } while (0) argument
37 # define snprint_stack_trace(buf, size, trace, spaces) do { } while (0) argument
/third_party/boost/libs/metaparse/test/
Dspaces.cpp32 BOOST_METAPARSE_TEST_CASE(spaces) in BOOST_METAPARSE_TEST_CASE() argument
/third_party/boost/boost/metaparse/v1/
Dspaces.hpp18 typedef repeated1<space> spaces; typedef
/third_party/musl/src/ctype/
Diswspace.c10 static const wchar_t spaces[] = { in iswspace() local
/third_party/icu/icu4c/source/test/thaitest/
Dthaitest.cpp161 ThaiWordbreakTest::ThaiWordbreakTest(const UChar *spaces, int32_t spaceCount, in ThaiWordbreakTest()
216 UBool ThaiWordbreakTest::compareWordBreaks(const UChar *spaces, int32_t spaceCount, in compareWordBreaks()
368 const UChar *ThaiWordbreakTest::crunchSpaces(const UChar *spaces, int32_t count, int32_t &nonSpaceC… in crunchSpaces()
467 const UChar *spaces, *noSpaces; in main() local
/third_party/node/deps/npm/node_modules/json-stringify-safe/
Dstringify.js4 function stringify(obj, replacer, spaces, cycleReplacer) { argument
/third_party/node/deps/npm/node_modules/detect-indent/
Dindex.js37 let spaces = 0; variable
/third_party/protobuf/objectivec/
DGPBUtilities_PackagePrivate.h110 GPB_INLINE int32_t GPBLogicalRightShift32(int32_t value, int32_t spaces) { in GPBLogicalRightShift32()
114 GPB_INLINE int64_t GPBLogicalRightShift64(int64_t value, int32_t spaces) { in GPBLogicalRightShift64()
/third_party/e2fsprogs/lib/ext2fs/
Dprogress.c19 static char spaces[80], backspaces[80]; variable
/third_party/flutter/skia/tests/
DYUVTest.cpp134 const SkYUVColorSpace spaces[] = { in DEF_TEST() local
/third_party/curl/docs/
DURL-SYNTAX.md63 ### spaces subsection
/third_party/boost/libs/iostreams/example/
Dtab_expanding_filter.hpp36 int spaces = tab_size_ - (col_no_ % tab_size_); in do_filter() local
/third_party/musl/src/stdio/
Dvfwscanf.c220 static const wchar_t spaces[] = { in vfwscanf() local
/third_party/node/tools/node_modules/eslint/lib/rules/
Darrow-spacing.js100 function spaces(node) { function
/third_party/grpc/src/core/lib/json/
Djson_writer.cc106 unsigned spaces = static_cast<unsigned>(depth_ * indent_); in OutputIndent() local
/third_party/python/Lib/tkinter/test/test_ttk/
Dtest_functions.py238 spaces = lambda amount=0: ' ' * (amount + indent) function
/third_party/boost/libs/dynamic_bitset/test/
Ddyn_bitset_unit_tests4.cpp186 const std::string spaces = "\t\n "; //"\t\n\v\f "; in run_test_cases() local
/third_party/boost/tools/build/src/engine/
Dmake.cpp87 #define spaces(x) ( ((const char *)" ") + ( x > 20 ? 0 : 20-x ) ) macro
/third_party/boost/boost/geometry/index/detail/rtree/utilities/
Dprint.hpp191 inline std::ostream & spaces(size_t level) in spaces() function
/third_party/node/test/doctool/
Dtest-doctool-html.js130 const spaces = /\s/g; constant
/third_party/openssl/crypto/asn1/
Dtasn_prn.c335 static const char spaces[] = " "; in asn1_print_fsname() local
/third_party/flutter/skia/third_party/externals/icu/source/tools/ctestfw/
Dctest.c416 int spaces = FLAG_INDENT-(depth-1); in iterateTestsWithLevel() local
423 int spaces = FLAG_INDENT-(strlen(root->name)+depth); in iterateTestsWithLevel() local
/third_party/icu/icu4c/source/tools/ctestfw/
Dctest.c416 int spaces = FLAG_INDENT-(depth-1); in iterateTestsWithLevel() local
423 int spaces = FLAG_INDENT - ((int)strlen(root->name) + depth); in iterateTestsWithLevel() local
/third_party/glib/glib/
Dgtester.c72 …static const char spaces[] = " … in sindent() local
/third_party/node/tools/node_modules/eslint/node_modules/js-yaml/lib/js-yaml/
Ddumper.js133 function indentString(string, spaces) { argument

12