/third_party/node/deps/icu-small/source/common/ |
H A D | loclikelysubtags.cpp | 54 // TODO(ICU-20777): Rename to just LikelySubtagsData. 609 // Intermediate or final value from just language. in maximize() 634 // Final value from just language or language+script. in maximize() 754 // Intermediate or final value from just language. 775 // Final value from just language or language+script.
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | region.cpp | 238 if ( aliasToRegion != nullptr && aliasFromRegion == nullptr ) { // This is just an alias from some string to a region in loadRegionData() 357 continue; // handle new pseudo-parent types added in ICU data per cldrbug 7808; for now just skip. in loadRegionData() 468 * Per PMC, just use pointer compare, since we have at most one instance of each Region. 477 * Per PMC, just use pointer compare, since we have at most one instance of each Region. 541 if ( !r ) { // Just in case there's an alias that's numeric, try to find it. in getInstance()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | xmlparser.cpp | 58 // UXMLParser constructor. Mostly just initializes the ICU regexes that are 64 // This is a sloppy implementation - just look for the leading <?xml and the closing ?> in UXMLParser() 336 fPos = 0; // TODO use just a local pos variable and pass it into functions in parse() 407 // This chunk of text contains something other than just in parse() 485 // We've just matched an element start tag. Create and fill in a UXMLElement object
|
/third_party/node/deps/npm/node_modules/semver/classes/ |
H A D | range.js | 18 // just put it in the set and return 59 // if we have any that are *, then the range is just * 134 // if any comparators are the null set, then replace with JUST null set 240 // turn into a set of JUST comparators. 452 // and '' means "any version", just remove the *s entirely.
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | xmlparser.cpp | 58 // UXMLParser constructor. Mostly just initializes the ICU regexes that are 64 // This is a sloppy implementation - just look for the leading <?xml and the closing ?> in UXMLParser() 336 fPos = 0; // TODO use just a local pos variable and pass it into functions in parse() 407 // This chunk of text contains something other than just in parse() 485 // We've just matched an element start tag. Create and fill in a UXMLElement object
|
/third_party/icu/icu4c/source/tools/gensprep/ |
H A D | store.c | 404 /* value is set so just return */ in storeMapping() 433 /* value is set so just return */ in storeMapping() 439 * just fall through for storing the mapping in the mapping table in storeMapping() 503 /* value is set so just return */ in storeRange() 529 /* folding value: just store the offset (16 bits) if there is any non-0 entry */
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-testsfail/ |
H A D | minimal-secure-streams-testsfail.c | 194 * Just get a 200 from httpbin.org 440 * We just get a 200 from httpbin.org as a sanity check first 444 "h1:80 just get 200", 451 "h1:443 just get 200", 458 "h2:443 just get 200",
|
/third_party/node/deps/v8/src/base/numbers/ |
H A D | bignum-dtoa.cc | 139 // Small optimization: if delta_minus and delta_plus are the same just reuse in GenerateShortestDigits() 276 // Note that we have to look at more than just the requested_digits, since in BignumToFixed() 278 // Even though the power of v equals 0 we can't just stop here. in BignumToFixed() 390 // boundary is closer than just half a ulp (unit in the last place). in InitialScaledStartValuesPositiveExponent() 437 // boundary is closer than just one ulp (unit in the last place). in InitialScaledStartValuesNegativeExponentPositivePower()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-collator.cc | 64 isolate, options, key, value_str, Just(kDontThrow)); in CreateDataPropertyForOptions() 76 isolate, options, key, value_obj, Just(kDontThrow)); in CreateDataPropertyForOptions() 203 // it in the collator->locale. Otherwise, we just use the one from the in ResolvedOptions() 211 locale_from_collator, Just(kDontThrow)); in ResolvedOptions() 215 // Just return from the collator for most of the cases that we can recover in ResolvedOptions()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_screen.c | 303 * maxTexelBufferElements of just 65536 (the GLES3.2 and Vulkan in fd_screen_get_param() 317 /* Note that a5xx can do this, it just can't (at least with in fd_screen_get_param() 423 /* Only a2xx has the half-border clamp mode in HW, just have mesa/st lower in fd_screen_get_param() 448 * On a5xx-a6xx, we have the HW clip distances hooked up, so we just let in fd_screen_get_param() 694 * just advertise SSBOs for FS and CS. We could possibly in fd_screen_get_shader_param()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_draw.c | 270 * the tile at wraparound time. This apparently is broken, so we just flush 274 * Note that we can't just use VC4_PACKET_FLUSH_ALL, because that caps the 290 /* A HW bug fails to draw 2-vert line loops. Just draw it as two GL_LINES. */ 556 * trying to clear just one then we need to draw a quad to do in vc4_clear() 621 * for this field we just need to store it in the low 24. in vc4_clear()
|
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
H A D | ecx_kmgmt.c | 592 /* If we're doing parameter generation then we just return a blank key */ in ecx_gen() 847 /* If we're doing parameter generation then we just return a blank key */ in s390x_ecx_keygen25519() 893 /* If we're doing parameter generation then we just return a blank key */ in s390x_ecx_keygen448() 945 /* If we're doing parameter generation then we just return a blank key */ in s390x_ecd_keygen25519() 1012 /* If we're doing parameter generation then we just return a blank key */ in s390x_ecd_keygen448()
|
/third_party/rust/crates/clap/src/_derive/ |
H A D | mod.rs | 124 //! Magic attributes are more constrained in the syntax they support, usually just 163 //! - When `flatten`ing [`Args`][crate::Args], this is scoped to just the args in this struct and any struct `flatten`ed into it 303 //! #[command(about = "I am a program and I work, just pass `-h`", long_about = None)] 317 //! /// I am a program and I work, just pass `-h` 360 //! `Arg::long_help`. Or in other words, a doc may result in just a `Command::about` /
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_printint.c | 45 code unit width, with PCRE2_SUFFIX set appropriately, just like the functions 131 Rather than swallow random bytes, just stop if we hit a bad one. Print it with in print_char() 161 /* UTF-16: rather than swallow a low surrogate, just stop if we hit a bad one. in print_char() 233 into the main code, however, we just put one into this function. 856 /* Anything else is just an item with no data, but possibly a flag. */ in pcre2_printint()
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
H A D | GeneratedMessageTest.cs | 256 // Hand-craft the stream to contain a single entry with just a value.
in MapWithOnlyValue() 274 // Hand-craft the stream to contain a single entry with just a key.
in MapWithOnlyKey_PrimitiveValue() 291 // Hand-craft the stream to contain a single entry with just a key.
in MapWithOnlyKey_MessageValue() 464 // Just as a single example
in CloneSingleNonMessageValues() 495 // Just as a single example
in CloneRepeatedNonMessageValues()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
H A D | GeneratedMessageTest.cs | 266 // Hand-craft the stream to contain a single entry with just a value.
in MapWithOnlyValue() 289 // Hand-craft the stream to contain a single entry with just a key.
in MapWithOnlyKey_PrimitiveValue() 311 // Hand-craft the stream to contain a single entry with just a key.
in MapWithOnlyKey_MessageValue() 510 // Just as a single example
in CloneSingleNonMessageValues() 541 // Just as a single example
in CloneRepeatedNonMessageValues()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | GlobalMerge.cpp | 229 // If we want to just blindly group all globals together, do so. in doMerge() 279 // Anything in between wouldn't be trivial to compute, so just stick with in doMerge() 354 // If we already encountered this BB, just increment the counter. in doMerge() 363 // If we already expanded the previous set to include this global, just in doMerge() 414 // Don't be smart about it, and just pick the first compatible combination, in doMerge()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/ |
H A D | BUILD.adoc | 64 toolchain installed, you can just invoke the same `make` commands from the 87 The `html` target just generates the HTML output, which is often all 275 If you are just testing Asciidoctor formatting, macros, stylesheets, etc., 276 you may want to edit `vkspec.adoc` to just include your test code. 345 The `genRef.py` script will generate many warnings, but most are just
|
/third_party/openssl/providers/implementations/keymgmt/ |
H A D | ecx_kmgmt.c | 589 /* If we're doing parameter generation then we just return a blank key */ in ecx_gen() 844 /* If we're doing parameter generation then we just return a blank key */ in s390x_ecx_keygen25519() 890 /* If we're doing parameter generation then we just return a blank key */ in s390x_ecx_keygen448() 942 /* If we're doing parameter generation then we just return a blank key */ in s390x_ecd_keygen25519() 1009 /* If we're doing parameter generation then we just return a blank key */ in s390x_ecd_keygen448()
|
/third_party/openssl/doc/internal/man7/ |
H A D | build.info.pod | 107 However, the program filename may end up being just C<foo> (typical 388 Similarly, libraries may be referred in indexed statements as just the 417 Collects names of scripts that should be built, or that just exist. 515 B<SHARED_SOURCE> statements may have attributes, just as B<SOURCE> 520 Collects I<name> / I<value> pairs (or just I<name> with no defined
|
/third_party/skia/third_party/externals/libpng/ |
H A D | pngconf.h | 68 * just changes whether a macro is used when the function is called. 100 * a function - it just does it - however on x86 systems derived from 129 * calling convention, at present this just means the above cases 144 * on other systems the symbols are flagged by the compiler and just 192 * understood or because of a redefine just below you cannot use *this*
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | region.cpp | 217 if ( aliasToRegion != NULL && aliasFromRegion == NULL ) { // This is just an alias from some string to a region in loadRegionData() 336 continue; // handle new pseudo-parent types added in ICU data per cldrbug 7808; for now just skip. in loadRegionData() 440 * Per PMC, just use pointer compare, since we have at most one instance of each Region. 449 * Per PMC, just use pointer compare, since we have at most one instance of each Region. 513 if ( !r ) { // Just in case there's an alias that's numeric, try to find it. in getInstance()
|
/third_party/skia/third_party/externals/icu/source/tools/gensprep/ |
H A D | store.c | 403 /* value is set so just return */ in storeMapping() 432 /* value is set so just return */ in storeMapping() 438 * just fall through for storing the mapping in the mapping table in storeMapping() 502 /* value is set so just return */ in storeRange() 528 /* folding value: just store the offset (16 bits) if there is any non-0 entry */
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | xmlparser.cpp | 58 // UXMLParser constructor. Mostly just initializes the ICU regexes that are 64 // This is a sloppy implementation - just look for the leading <?xml and the closing ?> in UXMLParser() 336 fPos = 0; // TODO use just a local pos variable and pass it into functions in parse() 407 // This chunk of text contains something other than just in parse() 485 // We've just matched an element start tag. Create and fill in a UXMLElement object
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
H A D | ARB_framebuffer_sRGB.txt | 88 for sRGB just prior to being written into the framebuffer. 323 (mostly likely just RGB8 and RGBA8) that says sRGB blending can 328 just provide the functionality for sRGB update and blending for 407 just 8-bit? 564 sRGB color space just like analog monitors.
|