/third_party/curl/lib/ |
H A D | doh.c | 582 /* explicit for clarity; just skip; rely on synthesized CNAME */ in rdata() 585 /* unsupported type, just skip it */ in rdata()
|
H A D | md5.c | 304 * architectures that lack an AND-NOT instruction, just like in Colin Plumb's 326 * memory accesses is just an optimization. Nothing will break if it
|
/third_party/icu/icu4c/source/tools/icupkg/ |
H A D | icupkg.cpp | 85 "This tool can also be used to just swap a single ICU data file, replacing the\n" in printUsage() 378 * If we swap a single file, just assume that we are modifying it. in main()
|
/third_party/gn/src/gn/ |
H A D | ninja_target_writer.cc | 192 // No separate file required, just return the rules. in RunAndWriteFile() 497 // This just writes all toolchain deps for simplicity. If we find that in WriteInputDepsStampAndGetDep()
|
H A D | parse_tree.h | 149 // use-case for this, it seems simpler to just disallow it. 600 // just the end ']', '}', or ')' token). This is so that during formatting
|
/third_party/googletest/docs/ |
H A D | primer.md | 10 supports *any* kind of tests, not just unit tests. 469 implementation of main(). If it fits your needs, then just link your test with
|
/third_party/googletest/googlemock/src/ |
H A D | gmock-spec-builders.cc | 390 // The above statement is just to make the code compile, and will 719 // mocker was in mockers and has been just removed. in GTEST_EXCLUSIVE_LOCK_REQUIRED_()
|
/third_party/icu/docs/processes/release/tasks/ |
H A D | healthy-code.md | 273 check", and then just insert "valgrind" before the executable. 351 3. For each switch, test once with **just** that one switch on. But note the
|
H A D | docs.md | 40 (Note for the binary release, 'configure' just builds an installer.) 204 version is generated and checked into trunk just before ***maint-xx*** branch is
|
/third_party/icu/docs/userguide/collation/ |
H A D | string-search.md | 42 letter. For example, letter 'å' (\\u00e5) may be just a letter 'a' with an 131 behavior can be applied just to characters in the search pattern, or to
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
H A D | CollationKey.java | 457 // Lower bound just gets terminated. No extra bytes in getBound() 566 // that contents is just appended to the result in merge()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | LocaleIDParser.java | 264 oldBlen++; // index past hyphen, for clients who want to extract just the script in parseScript() 442 // no need for skipvariant, to get the keywords we'll just scan directly for
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
H A D | KeyTypeData.java | 37 abstract boolean isWellFormed(String value); // doesn't test validity, just whether it is well formed. in isWellFormed() 497 // below is just for proof of concept, and commented out.
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | CharsetDetector.java | 25 * charsets, or, for simple use, you can just ask for a Java Reader that 49 // actually choose the "real" charset. All assuming that the application just
|
H A D | StringPrep.java | 360 * just return TYPE_LIMIT .. so that in getValues() 435 // just consume the codepoint and continue in map()
|
H A D | CanonicalIterator.java | 172 // if zero or one character, just return a set with it in permute() 497 // the following is just for a map from characters to a set of characters
|
/third_party/icu/icu4c/source/i18n/ |
H A D | uspoof.cpp | 492 // but logically we would just return 0 (no error). in uspoof_areConfusableUnicodeString() 508 // If we get here, the strings are confusable. Now we just need to set the flags for the appropriate classes in uspoof_areConfusableUnicodeString()
|
H A D | units_converter.cpp | 35 // celsius and the target is Fahrenheit. Therefore, we just keep the value using `std::max`. in multiplyBy() 48 // celsius and the target is Fahrenheit. Therefore, we just keep the value using `std::max`. in divideBy()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | utransts.c | 709 /* u_uastrcpy has no capacity param for the buffer -- so just in _expectRules() 736 /* u_uastrcpy has no capacity param for the buffer -- so just in _expect()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | dtfmtrtts.cpp | 34 // Define this to test just a single locale 153 #ifdef TEST_ONE_LOC // define this to just test ONE locale. in TestDateFormatRoundTrip()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | StringTrieBuilder.java | 216 * just continue without a jump. 488 // Must be called just before registerNode(this).
|
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
H A D | CompoundTransliterator.java | 319 // so we get just those items, and add them to the filter each time. in addSourceTargetSet() 463 // an exception. (Just pinning start to limit is a bad idea, in handleTransliterate()
|
H A D | TransliterationRule.java | 241 // A pattern with just ante context {such as foo)>bar} can in getIndexValue() 442 // The key matches just before pos.limit, and there is in matchAndReplace()
|
/third_party/icu/icu4c/source/samples/ugrep/ |
H A D | ugrep.cpp | 263 // Since this is just a demo program, take the simple minded approach 438 // If the line is too long for our buffer, just truncate it. in printMatch()
|
/third_party/icu/icu4c/source/common/ |
H A D | filteredbrk.cpp | 203 /* -- other functions that are just delegated -- */ 676 // for example, for "Ph.D." we store ".hP" in the reverse table. We could just store "D." in the forward, in build()
|