Home
last modified time | relevance | path

Searched full:just (Results 1001 - 1025 of 17157) sorted by relevance

1...<<41424344454647484950>>...687

/third_party/skia/third_party/externals/icu/source/i18n/
H A Dregion.cpp217 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 Dstore.c403 /* 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 Dxmlparser.cpp58 // 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 DARB_framebuffer_sRGB.txt88 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.
/third_party/pcre2/pcre2/doc/html/
H A Dpcre2jit.html16 <li><a name="TOC1" href="#SEC1">PCRE2 JUST-IN-TIME COMPILER SUPPORT</a>
31 <br><a name="SEC1" href="#TOC1">PCRE2 JUST-IN-TIME COMPILER SUPPORT</a><br>
33 Just-in-time compiling is a heavyweight optimization that can greatly speed up
113 PCRE2_JIT_COMPLETE and just compile code for partial matching. If
344 Just <i>do not</i> call <b>pcre2_match()</b> with a match context pointing to an
/third_party/python/Lib/
H A Dtextwrap.py20 the wrap() and fill() methods; the other methods are just there for
68 # This funky little regex is just the trick for splitting
98 # This less funky little regex just split on recognized spaces. E.g.
269 # cur_len is just the length of all the chunks in cur_line.
300 # fit on *any* line (not just this one).
/third_party/python/Lib/email/
H A Dgenerator.py70 # Just delegate to the file object
329 # We can't just write the headers directly to self's file object
360 # in that case we just emit the string body.
430 # just write it back out.
494 # Just skip this
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h30 // These types are invariant across 32/64-bit ELF, so for simplicity just
32 // endianness because these are just the types in the YAMLIO structures,
46 // Just use 64, since it can hold 32-bit values too.
48 // Just use 64, since it can hold 32-bit values too.
54 // Just use 64, since it can hold 32-bit values too.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp464 // If there is only the default destination, just branch. in processSwitchInst()
490 // 1. it processes many kinds of instructions, not just switches; in processSwitchInst()
502 // the unlikely event that some of them survived, we just conservatively in processSwitchInst()
578 // If there are no cases left, just branch. in processSwitchInst()
616 // If the Default block has no more predecessors just add it to DeleteList. in processSwitchInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp43 /// * We just care about irreducibility, so we just look at loops.
126 // (A, B) where we just added a link A => B. in calculate()
293 // complex and bug-prone. Since irreducible loops are rare, just starting in processRegion()
380 // the bad blocks. For simplicity, we just introduce a new block for every in makeSingleEntryLoop()
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocdispnames.cpp639 int32_t len; /* length of component (plus other stuff) we just fetched */ in uloc_getDisplayName()
661 so just special case it here */ in uloc_getDisplayName()
752 /* true length is the length of just the component we got. */ in uloc_getDisplayName()
853 /* we just want to write the value over if nothing is available */ in uloc_getDisplayKeywordValue()
870 /* we have not found the display name for the value .. just copy over */ in uloc_getDisplayKeywordValue()
H A Dloclikely.cpp83 * just that we don't have any data for that particular locale ID. in findLikelySubtags()
630 * Try the language with just the script. in createLikelySubtagsString()
686 * Try the language with just the region. in createLikelySubtagsString()
742 * Finally, try just the language. in createLikelySubtagsString()
1025 * Start first with just the language. in _uloc_minimizeSubtags()
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dchariter.h208 * <li>Just like ForwardCharacterIterator, it provides access to
453 * Sets the iterator to the end of its iteration range, just behind
635 * Constructor, just setting the length field in this base class.
641 * Constructor, just setting the length and position fields in this base class.
647 * Constructor, just setting the length, start, end, and position fields in this base class.
/third_party/vixl/test/aarch64/
H A Dtest-utils-aarch64.h412 // Evaluate and report errors on every lane, rather than just the first.
440 // Evaluate and report errors on every lane, rather than just the first.
464 // Evaluate and report errors on every lane, rather than just the first.
602 // The TEST_SVE macro works just like the usual TEST macro, but the resulting
628 // Otherwise, just use whatever the hardware provides.
/third_party/typescript/src/services/
H A DimportTracker.ts286 // Given `import f` and `export default function f`, we will rename both, but for `import g` we will rename just that.
317 // This is `import { foo as bar } from "./a"` or `export { foo as bar } from "./a"`. `foo` isn't a local in the file, so just add it as a single reference.
319 // If renaming `{ foo as bar }`, don't touch `bar`, just `foo`.
618 // For a rename import `{ foo as bar }`, don't search for the imported symbol. Just find local uses of `bar`.
635 // `export` may appear in a namespace. In that case, just rely on global search.
/third_party/python/Lib/wsgiref/
H A Dhandlers.py147 # If we get an error handling an error, just give up already!
387 By default, this just uses the 'error_status', 'error_headers',
407 just separates write and flush operations for greater efficiency
434 """Handler that's just initialized with streams, environment, etc.
494 mapping. It's also the base class for CGIHandler, which just uses
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstring_view.h117 // A `string_view` may represent a whole string or just part of a string. For
223 // Returns an iterator pointing just beyond the last character at the end of
236 // Returns a const iterator pointing just beyond the last character at the end
251 // Returns a reverse iterator pointing just before the first character at the
266 // Returns a const reverse iterator pointing just before the first character
/third_party/skia/dm/
H A DDMSrcSink.h33 // This is just convenience. It lets you use either return "foo" or return SkStringPrintf(...).
274 // provided l/r trail. It then just draws the remaining paths. (Non-path draws are thrown out.) It
436 // Suppress writing out results from this config - we just want to do our matching test
453 // Suppress writing out results from this config - we just want to do our matching test
470 // Suppress writing out results from this config - we just want to do our matching test
/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dvisitor.rs138 /// A stack frame allocated just before descending into a repetition
141 /// A stack frame allocated just before descending into a group's child
175 /// A stack frame allocated just before descending into a binary operator's
182 /// A stack frame allocated just before descending into a binary operator's
191 /// `Ast` nodes because the inductive step is just an `Ast`. For character
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dos.h182 * freeing it. It is acceptable to just return the same path in an allocated
195 * just return 0 if not special processing is needed.
200 * os_program_deinit - Program deinitialization (called just before exit)
202 * This function is called just before a program exists. If there are any OS
288 * By default, they are just defined to use the standard function name and no
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dos.h182 * freeing it. It is acceptable to just return the same path in an allocated
195 * just return 0 if not special processing is needed.
200 * os_program_deinit - Program deinitialization (called just before exit)
202 * This function is called just before a program exists. If there are any OS
288 * By default, they are just defined to use the standard function name and no
/third_party/vulkan-loader/loader/
H A Dsettings.c390 // If there are multiple settings, just need to set single_settings_object to the desired settings object in get_loader_settings()
620 // If layer_property is a meta layer, just use the layerName
622 // If the layer is a meta layer, just check against the name in check_if_layer_is_in_list()
654 // No settings layers - just copy regular to output_layers - memset regular layers to prevent double frees in combine_settings_layers_with_regular_layers()
659 // No regular layers or has_unordered_layer_location is false - just copy settings to output_layers - in combine_settings_layers_with_regular_layers()
/third_party/icu/icu4c/source/i18n/
H A Dregexcmp.cpp1006 // The '{' opening an interval quantifier was just scanned. in doParseActions()
1068 // Surround the just-emitted normal looping code with a STO_SP ... LD_SP in doParseActions()
1069 // just as if the loop was inclosed in atomic parentheses. in doParseActions()
1080 loopOp++; // point LoopOp after the just-inserted STO_SP in doParseActions()
1099 // We've just scanned a "normal" character from the pattern, in doParseActions()
1105 // We've just scanned an backslashed escaped character with no in doParseActions()
1539 // We have just scanned a '(?'. We now need to prevent the character scanner from in doParseActions()
1541 // (This Perl compatibility just gets uglier and uglier to do...) in doParseActions()
1667 // Set up a new UnicodeSet for the set beginning with the just-scanned '[' in doParseActions()
1716 // the operator stack should be empty and the operand stack should have just in doParseActions()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dregexcmp.cpp1006 // The '{' opening an interval quantifier was just scanned. in doParseActions()
1068 // Surround the just-emitted normal looping code with a STO_SP ... LD_SP in doParseActions()
1069 // just as if the loop was inclosed in atomic parentheses. in doParseActions()
1080 loopOp++; // point LoopOp after the just-inserted STO_SP in doParseActions()
1099 // We've just scanned a "normal" character from the pattern, in doParseActions()
1105 // We've just scanned an backslashed escaped character with no in doParseActions()
1539 // We have just scanned a '(?'. We now need to prevent the character scanner from in doParseActions()
1541 // (This Perl compatibility just gets uglier and uglier to do...) in doParseActions()
1667 // Set up a new UnicodeSet for the set beginning with the just-scanned '[' in doParseActions()
1716 // the operator stack should be empty and the operand stack should have just in doParseActions()
[all...]
/third_party/curl/docs/
H A DTheArtOfHttpScripting.md59 Many times you may wonder what exactly is taking all the time, or you just
143 The path part is just sent off to the server to request that it sends back
180 is probably to just use one, but you can specify any amount of URLs. Yes
231 the data you send. You cannot just invent something out of the air.
256 To make curl do the GET form post for you, just enter the expected created
328 in, they are not displayed to the user and they get passed along just as all
499 cookies. Cookies are just names with associated contents. The cookies are
647 While not strictly just HTTP related, it still causes a lot of people

Completed in 32 milliseconds

1...<<41424344454647484950>>...687