/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/ |
H A D | node.js | 39 this.spaces = this.spaces || {}; 40 this.spaces.before = this.spaces.before || ''; 41 this.spaces.after = this.spaces.after || ''; 165 var rawSpace = this.raws && this.raws.spaces && this.raws.spaces.before; 167 rawSpace = this.spaces && this.spaces [all...] |
H A D | attribute.js | 218 var spaces = this.spaces[name] || {}; 219 var rawSpaces = this.raws.spaces && this.raws.spaces[name] || {}; 220 return Object.assign(attrSpaces, spaces, rawSpaces); 297 if (attrValue.length > 0 && !_this2.quoted && attrSpaces.before.length === 0 && !(_this2.spaces.value && _this2.spaces.value.after)) {
|
/third_party/skia/experimental/sktext/src/ |
H A D | Line.cpp | 7 LogicalLine::LogicalLine(const Stretch& stretch, const Stretch& spaces, SkScalar verticalOffset, bool hardLineBreak) in LogicalLine() argument 10 , fWhitespacesEnd (spaces.glyphEnd()) in LogicalLine() 12 , fWhitespaces(spaces.textRange()) in LogicalLine() 14 , fSpacesWidth(spaces.width()) in LogicalLine() 19 spaces.isEmpty() || in LogicalLine() 20 (stretch.glyphEnd() == spaces.glyphStart())); in LogicalLine() 25 if (!spaces.isEmpty()) { in LogicalLine() 26 this->fTextMetrics.merge(spaces.textMetrics()); in LogicalLine()
|
H A D | Text.cpp | 35 // Get white spaces in initialize() 322 // line + spaces + clusters 324 Stretch spaces; 332 line.moveTo(spaces); 334 spaces = clusters; 336 this->addLine(wrappedText.get(), unicodeText->getUnicode(), line, spaces, true); 337 line = spaces; 338 clusters = spaces; 356 spaces = empty; 376 // line + spaces [all...] |
/third_party/icu/icu4c/source/test/thaitest/ |
H A D | thaitest.cpp | 25 * spaces inserted where the word breaks are. It computes a copy of 26 * the text without spaces and uses a word instance of a Thai BreakIterator 35 * This class is a break iterator that counts words and spaces. 90 // spaces - pointer to a UChar array for the text with spaces 91 // spaceCount - the number of characters in the spaces array 92 // noSpaces - pointer to a UChar array for the text without spaces 95 ThaiWordbreakTest(const UChar *spaces, int32_t spaceCount, const UChar *noSpaces, int32_t noSpaceCount, UBool verbose); 98 // returns the number of breaks that are in the spaces array 103 // array but aren't in the spaces arra 161 ThaiWordbreakTest(const UChar *spaces, int32_t spaceCount, const UChar *noSpaces, int32_t noSpaceCount, UBool verbose) ThaiWordbreakTest() argument 216 compareWordBreaks(const UChar *spaces, int32_t spaceCount, const UChar *noSpaces, int32_t noSpaceCount) compareWordBreaks() argument 368 crunchSpaces(const UChar *spaces, int32_t count, int32_t &nonSpaceCount) crunchSpaces() argument 467 const UChar *spaces, *noSpaces; main() local [all...] |
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/ |
H A D | parser.js | 176 (0, _util.ensureObject)(node, 'spaces', lastAdded); 177 var prevContent = node.spaces[lastAdded].after || ''; 178 node.spaces[lastAdded].after = prevContent + content; 179 var existingComment = (0, _util.getProp)(node, 'raws', 'spaces', lastAdded, 'after') || null; 181 node.raws.spaces[lastAdded].after = existingComment + content; 194 (0, _util.ensureObject)(node, 'spaces', 'attribute'); 195 node.spaces.attribute.before = spaceBefore; 199 (0, _util.ensureObject)(node, 'raws', 'spaces', 'attribute'); 200 node.raws.spaces.attribute.before = spaceBefore; 254 (0, _util.ensureObject)(node, 'spaces', 'attribut [all...] |
/third_party/rust/crates/clap/src/output/ |
H A D | help_template.rs | 523 // Since we're writing spaces from the tab point we first need to know if we in align_to_about() 534 "HelpTemplate::align_to_about: positional=false arg_len={}, spaces={}", in align_to_about() 538 self.spaces(spcs); in align_to_about() 544 "HelpTemplate::align_to_about: positional=true arg_len={}, spaces={}", in align_to_about() 548 self.spaces(spcs); in align_to_about() 571 let spaces = if next_line_help { in help() 578 let trailing_indent = spaces; // Don't indent any further than the first line is indented in help() 594 let avail_chars = self.term_w.saturating_sub(spaces); in help() 596 "HelpTemplate::help: help_width={}, spaces={}, avail={}", in help() 597 spaces, in help() 822 fn spaces(&mut self, n: usize) { spaces() functions [all...] |
/third_party/ltp/lib/ |
H A D | tst_bool_expr.c | 116 static void print_spaces(FILE *f, unsigned int spaces) in print_spaces() argument 118 while (spaces--) in print_spaces() 124 unsigned int i, spaces, err_len; in tst_bool_expr_err() local 135 spaces = expr->buf[i].tok - expr->buf[0].tok; in tst_bool_expr_err() 139 print_spaces(f, spaces); in tst_bool_expr_err() 143 if (err_len < spaces) in tst_bool_expr_err() 144 print_spaces(f, spaces - err_len + 1); in tst_bool_expr_err()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | console_printer.py | 52 spaces = ' ' * (width - len(data)) 53 fields.append(data + spaces) 136 spaces = ' ' * caretLoc 138 print(spaces + colored('^' + tildes, 'green')) 140 print(spaces + colored(replacement, 'green'))
|
/third_party/python/Lib/test/ |
H A D | test_ttk_textonly.py | 87 # passing values with spaces inside a tuple/list 242 spaces = lambda amount=0: ' ' * (amount + indent) 250 "%s}" % (spaces(), spaces(indent_size), 251 spaces(2 * indent_size), spaces(3 * indent_size), 252 spaces(2 * indent_size), spaces(indent_size), spaces()))
|
/third_party/musl/src/ctype/ |
H A D | iswspace.c | 5 * minus non-breaking spaces (U+00A0, U+2007, and U+202F) and script- 10 static const wchar_t spaces[] = { in iswspace() local 16 return wc && wcschr(spaces, wc); in iswspace()
|
/third_party/vixl/tools/ |
H A D | printer.py | 64 spaces = __last_overwritable_line_length__.value - len(string) 65 if spaces > 0: 66 sys.stdout.write(' ' * spaces)
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_program_print.c | 284 unsigned spaces = update_branch_depth(inst->U.I.Opcode, branch_depth); in rc_print_normal_instruction() local 286 for (unsigned i = 0; i < spaces; i++) in rc_print_normal_instruction() 345 unsigned spaces = update_branch_depth(inst->RGB.Opcode != RC_OPCODE_NOP ? in rc_print_pair_instruction() local 348 for (unsigned i = 0; i < spaces; i++) in rc_print_pair_instruction() 385 for (unsigned i = 0; i < spaces; i++) in rc_print_pair_instruction() 424 for (unsigned i = 0; i < spaces; i++) in rc_print_pair_instruction() 454 for (unsigned i = 0; i < spaces; i++) in rc_print_pair_instruction()
|
/third_party/cups-filters/backend/ |
H A D | ieee1284.c | 276 * Check whether device ID is valid. Turn line breaks and tabs to spaces and in backendGetDeviceID() 470 spaces; /* Number of spaces seen */ in backendGetMakeModel() local 473 for (ptr = des, letters = 0, spaces = 0; *ptr; ptr ++) in backendGetMakeModel() 476 spaces ++; in backendGetMakeModel() 480 if (spaces && letters) in backendGetMakeModel() 484 if (spaces && letters) in backendGetMakeModel()
|
/third_party/mesa3d/src/intel/genxml/ |
H A D | gen_sort_tags.py | 89 spaces = ''.rjust(offset * space_delta) 90 f.write('{0}<{1}'.format(spaces, node.tag)) 102 f.write('{0}</{1}>\n'.format(spaces, node.tag))
|
/third_party/protobuf/objectivec/ |
H A D | GPBUtilities_PackagePrivate.h | 110 GPB_INLINE int32_t GPBLogicalRightShift32(int32_t value, int32_t spaces) { in GPBLogicalRightShift32() argument 111 return (int32_t)((uint32_t)(value) >> spaces); in GPBLogicalRightShift32() 114 GPB_INLINE int64_t GPBLogicalRightShift64(int64_t value, int32_t spaces) { in GPBLogicalRightShift64() argument 115 return (int64_t)((uint64_t)(value) >> spaces); in GPBLogicalRightShift64()
|
/third_party/node/src/permission/ |
H A D | fs_permission.cc | 76 void PrintTree(const FSPermission::RadixTree::Node* node, size_t spaces = 0) { in PrintTree() 77 std::string whitespace(spaces, ' '); in PrintTree() 101 PrintTree(pair.second, spaces + 2); in PrintTree()
|
/third_party/alsa-utils/alsamixer/ |
H A D | mixer_display.c | 68 int spaces; in display_string_in_field() local 78 spaces = width - string_width; in display_string_in_field() 80 spaces /= 2; in display_string_in_field() 81 if (spaces > 0) in display_string_in_field() 82 wprintw(mixer_widget.window, "%*s", spaces, ""); in display_string_in_field() 88 spaces = x + width - cur_x; in display_string_in_field() 89 if (spaces > 0) in display_string_in_field() 90 wprintw(mixer_widget.window, "%*s", spaces, ""); in display_string_in_field()
|
/third_party/node/tools/msvs/ |
H A D | find_python.cmd | 34 :: %%a will receive everything before ), might have spaces depending on language
37 :: %%d will receive the path, including spaces
|
/third_party/skia/tests/ |
H A D | YUVTest.cpp | 135 const SkYUVColorSpace spaces[] = { in DEF_TEST() local 147 for (auto cs : spaces) { in DEF_TEST()
|
/third_party/PyYAML/lib/yaml/ |
H A D | emitter.py | 750 # We do not permit trailing spaces for block scalars. 856 spaces = False 863 if spaces: 903 spaces = (ch == ' ') 998 spaces = False 1019 elif spaces: 1042 spaces = (ch == ' ') 1093 spaces = False 1100 if spaces: 1135 spaces [all...] |
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | tasn_prn.c | 335 static const char spaces[] = " "; in asn1_print_fsname() local 336 static const int nspaces = sizeof(spaces) - 1; in asn1_print_fsname() 339 if (BIO_write(out, spaces, nspaces) != nspaces) in asn1_print_fsname() 343 if (BIO_write(out, spaces, indent) != indent) in asn1_print_fsname()
|
/third_party/openssl/crypto/asn1/ |
H A D | tasn_prn.c | 335 static const char spaces[] = " "; in asn1_print_fsname() local 336 static const int nspaces = sizeof(spaces) - 1; in asn1_print_fsname() 339 if (BIO_write(out, spaces, nspaces) != nspaces) in asn1_print_fsname() 343 if (BIO_write(out, spaces, indent) != indent) in asn1_print_fsname()
|
/third_party/skia/modules/skunicode/src/ |
H A D | SkUnicode_client.cpp | 171 static constexpr std::array<SkUnichar, 25> spaces { in isSpace() 197 return std::find(spaces.begin(), spaces.end(), unichar) != spaces.end(); in isSpace()
|
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/ |
H A D | 128-space-before-hash.c | 3 #pragma Testing spaces before hash
|