| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/ |
| H A D | EdgeWriter.java | 75 // It's easier to just attempt to extract an "any" edge as that code already has to work for in visit() 95 // cope with this, track and accumulate the un-written "any" edge, and emit it just before in visitSequence() 123 // (ie. "(?:a|b|c)" can just be "a|b|c"). in visitGroup() 146 // Easier to just remove the disjunction we know was added last than track state in the loop. in visitGroup() 203 // Looking for a group like (xxx(xx)?)? which contains one edge only. We just recurse into in visitGroup() 264 // Recurse using the mask that's had the match we just emitted "factored out". This is always in appendRegex()
|
| /third_party/skia/src/core/ |
| H A D | SkBitmapProcState_matrixProcs.cpp | 20 * just SkFixed, so we will abort the decal_ call if dx is very small, since 21 * the decal_ function just operates on SkFixed. If that were changed, we could 29 // if decal_ kept SkFractionalInt precision, this would just be dx <= 0 in can_truncate_to_fixed_for_decal() 30 // I just made up the 1/256. Just don't want to perceive accumulated error in can_truncate_to_fixed_for_decal() 146 // just grab the high four fractional bits. in extract_low_bits_clamp_clamp()
|
| H A D | SkOpts.h | 36 extern Swizzle_8888_u32 RGBA_to_BGRA, // i.e. just swap RB 37 RGBA_to_rgbA, // i.e. just premultiply 71 // so we just use this void(*)(void) as a stand-in.
|
| /third_party/openssl/providers/implementations/ciphers/ |
| H A D | cipher_cts.c | 176 * block using an IV of zero. For decryption the IV is just XORed after in cts128_cs1_decrypt() 177 * doing an Cipher CBC block - so just XOR in the cipher text. in cts128_cs1_decrypt() 205 /* If we only have one block then just process the aligned block */ in cts128_cs3_encrypt() 245 /* If we only have one block then just process the aligned block */ in cts128_cs3_decrypt() 283 * block using an IV of zero. For decryption the IV is just XORed after in cts128_cs3_decrypt() 284 * doing an AES block - so just XOR in the ciphertext. in cts128_cs3_decrypt()
|
| /third_party/python/Lib/distutils/command/ |
| H A D | build_py.py | 171 # package_dir at all, as we just use the directory implied 253 # just the "package" for a toplevel is empty (either an empty 273 # XXX perhaps we should also check for just .pyc files 288 (package, module, module_file), just like 'find_modules()' and 338 # easy, we just copy it somewhere under self.build_lib (the build 368 # Now loop over the modules we found, "building" each one (just
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrMemory.td | 41 // offsets folded into them, so we can just use add. 86 // Select loads with just a constant offset. 151 // Select extending loads with just a constant offset. 197 // Select "don't care" extending loads with just a constant offset. 249 // Select stores with just a constant offset. 291 // Select truncating stores with just a constant offset.
|
| /third_party/gn/src/gn/ |
| H A D | filesystem_utils.cc | 27 // The given dot is just part of a filename and is not special. 90 // For now, just do a case-insensitive ASCII comparison. We could convert to in AreAbsoluteWindowsPathsEqual() 316 // match "/out" but we don't really care since this is just a sanity check. in IsStringInOutputDir() 433 // On non-Windows this is easy. Since we know both are absolute, just do a in MakeAbsolutePathRelativeIfPossible() 538 // Current directory, just skip the input. in NormalizePath() 598 // Just find the previous slash or the beginning of input. in NormalizePath() 604 // path. Don't allow ".." to go up another level, and just eat it. in NormalizePath() 606 // Just find the previous slash or the beginning of input. in NormalizePath() 621 // Just one slash, copy it, normalizing to forward slash. in NormalizePath() 627 // Input nothing special, just cop in NormalizePath() [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
| H A D | RegBankSelect.cpp | 245 // If MO does not have a register bank, we should have just been in getRepairCost() 376 // is supported so we may just drop them. Indeed, if we do not change in tryAvoidingSplit() 383 // just switch the register bank of the definition, but we would need to in tryAvoidingSplit() 388 // every uses to rebuild the value in just one register. in tryAvoidingSplit() 395 // just switching the register bank would do, but we need to account in tryAvoidingSplit() 408 // the targets of just one terminator to know which edges in tryAvoidingSplit() 436 // For now, just say this mapping is not possible. in tryAvoidingSplit() 557 // Check if we just overflowed. in computeMapping() 867 // Otherwise the insertion point is just the current or next in materialize() 1001 // just compar in operator <() [all...] |
| /third_party/curl/tests/unit/ |
| H A D | unit1652.c | 113 /* A string just long enough to not be truncated */ 122 /* Just over the limit for truncation without newline */ 128 /* Just over the limit for truncation with newline */
|
| /third_party/EGL/extensions/MESA/ |
| H A D | EGL_MESA_image_dma_buf_export.txt | 125 2. Should the API take a plane and just get the fd/stride/offset for that 128 ANSWER: UNKNOWN,this might be just as valid an API. 142 Just use the KHR 64-bit type.
|
| /third_party/gn/src/util/ |
| H A D | aligned_alloc.h | 64 // Allocate block and store its address just before just before the in Alloc() 97 // Read address of real block just before the aligned block. in Free()
|
| /third_party/libunwind/libunwind/src/coredump/ |
| H A D | _UCD_get_threadinfo_prstatus.c | 37 * This _UCD_elf_visit_notes() callback just increments a count for each 55 * This _UCD_elf_visit_notes() callback just copies the actual data structure 82 * with multiple NT_PRSTATUS notes in it, or multiple PT_NOTE segments. Just to
|
| /third_party/mesa3d/docs/_extra/specs/ |
| H A D | MESA_image_dma_buf_export.txt | 125 2. Should the API take a plane and just get the fd/stride/offset for that 128 ANSWER: UNKNOWN,this might be just as valid an API. 142 Just use the KHR 64-bit type.
|
| /third_party/node/src/crypto/ |
| H A D | crypto_pbkdf2.cc | 14 using v8::Just; 48 return Just(!result->IsEmpty()); in EncodeOutput() 111 return Just(true); in AdditionalConfig()
|
| H A D | crypto_scrypt.cc | 14 using v8::Just; 52 return Just(!result->IsEmpty()); in EncodeOutput() 114 return Just(true); in AdditionalConfig()
|
| /third_party/rust/crates/io-lifetimes/ |
| H A D | Cargo.toml | 15 # and duplicate fds/handles/sockets. The following are just optional 17 # we'll prefer to have crates provide their own impls; this is just a 37 # Optionally depend on async-std just to provide impls for its types.
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
| H A D | pygenerator.py | 29 If printValues is False, just output keys with None values.""" 50 # Could just print(dict) but that is not human-readable 70 # Could just print(self.mapDict), but prefer something
|
| /third_party/skia/third_party/externals/egl-registry/extensions/MESA/ |
| H A D | EGL_MESA_image_dma_buf_export.txt | 125 2. Should the API take a plane and just get the fd/stride/offset for that 128 ANSWER: UNKNOWN,this might be just as valid an API. 142 Just use the KHR 64-bit type.
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
| H A D | os_none.c | 9 * functions here do not really work as-is since they are just empty or only 180 * Ignoring case is not required for main functionality, so just use in os_strcasecmp() 190 * Ignoring case is not required for main functionality, so just use in os_strncasecmp()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
| H A D | os_none.c | 9 * functions here do not really work as-is since they are just empty or only 180 * Ignoring case is not required for main functionality, so just use in os_strcasecmp() 190 * Ignoring case is not required for main functionality, so just use in os_strncasecmp()
|
| /third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/ |
| H A D | ResultSpec.java | 52 // themselves can just be managed in "visitation order" or similar. 100 // would be an inner class of some kind of context/environment and just share this. 186 // small number of cases currently, and only for this purpose, we just assume that any in getRbPath() 203 // No "values" instruction, so just use the _unsplit_ CLDR value. To split a CLDR in getValues() 210 // variables applied earlier and we should just need to resolve() it into a String. in getValues() 291 // Just another reason to want to replace the current fallback mechanism. in getFallbackFunction() 294 // Just copying here to make it effectively final. in getFallbackFunction() 381 // the equivalent index for the path matcher we just created. in maybeRewriteFallbackSpec() 530 // account for that here (or we could just remove the leading '/' from paths in the in getRbPathMatcher() 566 // captured by the regex because it's just th [all...] |
| /third_party/mbedtls/docs/architecture/psa-migration/ |
| H A D | psa-legacy-bridges.md | 27 In Mbed TLS 4.0, the cryptography will be provided by a separate project [TF-PSA-Crypto](https://github.com/Mbed-TLS/TF-PSA-Crypto). For simplicity, in this document, we just refer to the whole as “Mbed TLS”. 190 There is a design choice here: do we provide conversions functions for ECDSA specifically, or do we provide conversion functions that take an algorithm as argument and just happen to be a no-op with RSA? One factor is plausible extensions. These conversions functions will remain useful in Mbed TLS 4.x and perhaps beyond. We will at least add EdDSA support, and its signature encoding is the fixed-size concatenation (r,s) even in X.509. We may well also add support for some post-quantum signatures, and their concrete format is still uncertain. 194 For ECDSA, there are two plausible APIs: follow the ASN.1/X.509 write/parse APIs, or present an ordinary input/output API. The ASN.1 APIs are the way they are to accommodate nested TLV structures. But ECDSA signatures do not appear nested in TLV structures in either TLS (there's just a signature field) or X.509 (the signature is inside a BITSTRING, not directly in a SEQUENCE). So there does not seem to be a need for an ASN.1-like API for the ASN.1 format, just the format conversion itself in a buffer that just contains the signature. 242 * No further work is needed about ECC specifically. We have just added adequate functions. 256 * Policy. This includes the chosen algorithm, which as discussed above cannot be fully deduced from the `mbedtls_pk_context` object. Just choosing one algorithm is problematic because it doesn't allow implementation-specific extensions, such as Mbed TLS's enrollment algorithm. The intended usage flags cannot be deduced from the PK context either, but the conversion function could sensibly just enable all the relevant usage flags. Users who want a more restrictive usage can call `psa_copy_key` and `psa_destroy_key` to obtain a PSA key object with a more restrictive usage. 259 To allow the full flexibility around policies, and make the creation of a persistent key more convenient, the conversion function shall take a `const psa_key_attributes_t *` input, like all other functions that create a PSA key. In addition, there shall be a helper function to populate a `psa_key_attributes_t` with a sensible default. This lets the caller choose a more flexible, or just different usage policy, unlike the default-then-copy approach which only allows restricting the policy. 322 [ACTION] [#8710](https://github.com/Mbed-TLS/mbedtls/issues/8710) Provide `mbedtls_pk_setup_opaque` whenever `MBEDTLS_PSA_CRYPTO_CLIENT` is enabled, not just whe [all...] |
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_opt_copy_prop_vars.c | 397 * collect the matching entry later. Just make sure it is unique. in lookup_entry_and_kill_aliases() 488 * isn't available, just let the original intrinsic do the work. 582 * should just bail. Otherwise, we would end up replacing the uses of in load_from_ssa_entry_value() 583 * the load_deref a vecN() that just gathers up its components. in load_from_ssa_entry_value() 600 * list. Just re-use a channel from the load. in load_from_ssa_entry_value() 720 * it just means the entry deref needs to be extended a bit. in load_from_deref_entry_value() 957 * value that has all of the channels. We just have to do the in copy_prop_vars_block() 991 * to do this, we need an exact match, not just something that in copy_prop_vars_block() 1093 /* Copy of direct array derefs of vectors are not handled. Just in copy_prop_vars_block() 1115 /* Just tur in copy_prop_vars_block() [all...] |
| /third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
| H A D | metadata.py | 147 # No new fields were added in PEP 685, just some edge case were 225 # is unparseable, and we can just add the whole thing to our 329 # would just silently ignore it rather than doing something about it. 344 # It's unclear if this can return more types than just a Header or 345 # a str, so we'll just assert here to make sure. 376 # This is already a string, so just add it. 393 # Since we can't really tell one way or another, we'll just leave it 405 # what we should parse it as, and we have to just add it to our list 409 # If this is one of our list of string fields, then we can just assign 435 # Nothing that we've done has managed to parse this, so it'll just [all...] |
| /third_party/node/deps/v8/src/execution/ |
| H A D | futex-emulation.cc | 181 // timeout task will just ignore the node. in NotifyAsyncWaiter() 246 // itself would likely just add unnecessary complexity.. in Wake() 326 // 2**63 nanoseconds is 292 years. Let's just treat anything greater as in Wait() 383 do { // Not really a loop, just makes it easier to break out early. in WaitSync() 601 factory->false_value(), Just(kDontThrow)) in WaitAsync() 605 factory->not_equal_string(), Just(kDontThrow)) in WaitAsync() 618 factory->false_value(), Just(kDontThrow)) in WaitAsync() 622 factory->timed_out_string(), Just(kDontThrow)) in WaitAsync() 642 Just(kDontThrow)) in WaitAsync() 646 promise_capability, Just(kDontThro in WaitAsync() [all...] |