/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | GraphWriter.cpp | 118 Names.split(parts, '|'); in TryFindProgram()
|
/third_party/unity/auto/ |
H A D | generate_module.rb | 176 name = name.split(/(?:\s+|_|(?=[A-Z][a-z]))|(?<=[a-z])(?=[A-Z])/).map(&:capitalize).join('_')
|
/third_party/python/Objects/stringlib/ |
H A D | split.h | 1 /* stringlib: split implementation */ 8 split sizes. Eg, "A A A A A A A A A A".split() (10 elements) has three 11 fields). For large strings the split algorithms are bandwidth limited 145 STRINGLIB(split)(PyObject* str_obj, in split() function
|
/third_party/python/Lib/distutils/ |
H A D | fancy_getopt.py | 388 chunks = re.split(r'( +|-+)', text) 417 # (and we know from the re.split above that if a chunk has
|
/third_party/python/Lib/ |
H A D | pyclbr.py | 202 elif len(names := name.split(".")) > 1:
|
/third_party/python/Lib/email/ |
H A D | utils.py | 236 parts = s.split(TICK, 2)
|
/third_party/protobuf/ |
H A D | update_version.py | 27 NEW_VERSION_INFO = [int(x) for x in NEW_VERSION.split('.')]
|
/third_party/python/Lib/unittest/ |
H A D | main.py | 72 for part in module.split('.')[1:]:
|
/third_party/skia/third_party/externals/angle2/ |
H A D | PRESUBMIT.py | 49 multiple_paragraphs = re.split(paragraph_split_pattern, description_text)
|
/third_party/rust/crates/regex/regex-syntax/src/ |
H A D | utf8.rs | 345 if let Some((r1, r2)) = r.split() { in fmt() 396 /// split splits this range if it overlaps with a surrogate codepoint. 399 fn split(&self) -> Option<(ScalarRange, ScalarRange)> { in split() functions
|
/third_party/rust/crates/unicode-width/scripts/ |
H A D | unicode.py | 155 if len(raw_data := line.split(";")) != 15:
|
/third_party/vk-gl-cts/framework/delibs/coding_guidelines/ |
H A D | prettify.js | 1 function H(){var x=navigator&&navigator.userAgent&&/\bMSIE 6\./.test(navigator.userAgent);H=function(){return x};return x}(function(){function x(b){b=b.split(/ /g);var a={};for(var c=b.length;--c>=0;){var d=b[c];if(d)a[d]=null}return a}var y="break continue do else for if return while ",U=y+"auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile ",D=U+"catch class delete false import new operator private protected public this throw true try ",
|
/third_party/ffmpeg/libavcodec/ |
H A D | opus_pvq.c | 249 /* The upper limit ensures that in a stereo split with itheta==16384, we'll in celt_compute_qn() 495 int stereo = !!Y, split = stereo; in quant_band_template() local 571 /* If we need 1.5 more bit than we can produce, split the band in two. */ in quant_band_template() 577 split = 1; in quant_band_template() 584 if (split) { in quant_band_template() 594 /* Decide on the resolution to give to the split parameter theta */ in quant_band_template() 605 * time split, a step for stereo, and a triangular one for the rest. */ in quant_band_template() 706 /* We don't split N=2 bands, so cm is either 1 or 0 (for a fold-collapse), in quant_band_template() 721 /* "Normal" split code */ in quant_band_template() 744 next_lowband2 = lowband + N; /* >32-bit split cas in quant_band_template() [all...] |
/third_party/node/lib/internal/ |
H A D | url.js | 1040 const split = StringPrototypeSplit(parsed.pathname, ':'); 1041 if (split.length === 2) 1042 revokeDataObject(split[1]);
|
/third_party/python/Lib/test/ |
H A D | test_pydoc.py | 850 expected_lines = [line.strip() for line in expected_text.split("\n") if line] 1113 lines = text.split('\n') 1120 lines = text.split('\n')
|
H A D | test_hashlib.py | 40 m.strip() for m in builtin_hashes.strip('"').lower().split(",") 96 parts = line.split(',') 454 # split for sha3_512 / _sha3.sha3 object 455 self.assertIn(name.split("_")[0], repr(m))
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonExpandCondsets.cpp | 217 bool split(MachineInstr &MI, std::set<unsigned> &UpdRegs); 663 bool HexagonExpandCondsets::split(MachineInstr &MI, in split() function in HexagonExpandCondsets 1280 // Updating them right before we split is the easiest, because splitting in runOnMachineFunction() 1292 // First, simply split all muxes into a pair of conditional transfers in runOnMachineFunction() 1297 Changed |= split(*MI, PredUpd); in runOnMachineFunction()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/ |
H A D | dpp-nfc.py | 153 [name, value] = l.split('=', 1) 231 listen_freq = int(chan[3:].split(',')[0]) * 5 + 2407 690 freq = int(line.split('=')[1])
|
/third_party/PyYAML/lib/yaml/ |
H A D | constructor.py | 254 digits = [int(part) for part in value.split(':')] 283 digits = [float(part) for part in value.split(':')]
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/ |
H A D | UTS46Test.java | 141 for(String e: data[3].split("\\|")) { in set() 771 String[] fields = semi.split(line, -1); in IdnaTest()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/impl/ |
H A D | UnitsTest.java | 543 .split(";"); in testConverterWithCLDRTests() 626 .split(";"); in testUnitPreferencesWithCLDRTests()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
H A D | UTS46Test.java | 235 for(String e: data[3].split("\\|")) { in set() 865 String[] fields = semi.split(line, -1); in IdnaTest()
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | ICUJDKCompare.java | 187 ignore = ignorelist.split("\\s*;\\s*"); in setup() 221 names = namelist.split("\\s*;\\s*"); in setup()
|
/third_party/libphonenumber/tools/java/common/src/com/google/i18n/phonenumbers/ |
H A D | BuildMetadataFromXml.java | 540 String[] lengths = possibleLengthString.split(","); in parsePossibleLengthStringToSet() 553 // Strip the leading and trailing [], and split on the -. in parsePossibleLengthStringToSet() 554 String[] minMax = lengthSubstring.substring(1, lengthSubstring.length() - 1).split("-"); in parsePossibleLengthStringToSet()
|
/third_party/mbedtls/tests/scripts/ |
H A D | generate_psa_tests.py | 772 alg_keywords = set(alg.partition('(')[0].split(sep='_')[2:]) 785 key_type_keywords = set(key_type.translate(translation_table).split(sep='_')[3:])
|