Home
last modified time | relevance | path

Searched full:just (Results 276 - 300 of 17225) sorted by relevance

1...<<11121314151617181920>>...689

/third_party/icu/icu4c/source/test/intltest/
H A Dallcoll.h27 // If this is too small for the test data, just increase it.
28 // Just don't make it too large, otherwise the executable will get too big
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dsentry-defined-multiple-times.hpp4 // `sentry` respectively, but instead `Wrapper::sentry` is named just `sentry`
29 // Ok, that was the original bug report. While we're here, let's just try
/third_party/python/Doc/c-api/
H A Dbool.rst23 treated just like any other object with respect to reference counts.
29 just like any other object with respect to reference counts.
/third_party/python/Lib/test/
H A Dbadcert.pem17 Just bad cert data
35 Just bad cert data
/third_party/openssl/doc/man3/
H A DOPENSSL_load_builtin_modules.pod21 ASN1_add_oid_module() adds just the ASN1 OBJECT module.
23 ENGINE_add_conf_module() adds just the ENGINE configuration module.
/third_party/skia/third_party/externals/libpng/contrib/conftest/
H A Ds_write.dfa11 # Build libpng with (just) simplified write support
30 # need this if you don't use them, they just allow the in-memory layout to be
H A Dsimple.dfa11 # Build libpng with just the simplified APIs (read and write).
31 # need this if you don't use them, they just allow the in-memory layout to be
/third_party/skia/third_party/externals/dawn/src/dawn_node/
H A DNapiSymbols.cpp18 // not use cmake-js for building, but instead just depend on node_api_headers.
19 // As the name suggests, node_api_headers contains just the *headers* of Napi,
/third_party/pcre2/pcre2/
H A DAUTHORS15 PCRE2 JUST-IN-TIME COMPILATION SUPPORT
26 STACK-LESS JUST-IN-TIME COMPILER
/third_party/skia/third_party/externals/wuffs/
H A DREADME.md13 People who just want to *use* Wuffs-the-library in its C form (instead of
32 This is not an official Google product, it is just code that happens to be
/third_party/typescript/tests/baselines/reference/
H A DcomputedPropertyNames49_ES5.types4 >{ p1: 10, get [1 + 1]() { throw 10; }, get [1 + 1]() { return 10; }, set [1 + 1]() { // just throw throw 10; }, get foo() { if (1 == 1) { return 10; } }, get foo() { if (2 == 2) { return 20; } }, p2: 20} : { [x: number]: any; p1: number; readonly foo: number; p2: number; }
36 // just throw
H A DcomputedPropertyNames49_ES6.types4 >{ p1: 10, get [1 + 1]() { throw 10; }, get [1 + 1]() { return 10; }, set [1 + 1]() { // just throw throw 10; }, get foo() { if (1 == 1) { return 10; } }, get foo() { if (2 == 2) { return 20; } }, p2: 20} : { [x: number]: any; p1: number; readonly foo: number; p2: number; }
36 // just throw
H A DcomputedPropertyNames50_ES5.types4 >{ p1: 10, get foo() { if (1 == 1) { return 10; } }, get [1 + 1]() { throw 10; }, set [1 + 1]() { // just throw throw 10; }, get [1 + 1]() { return 10; }, get foo() { if (2 == 2) { return 20; } }, p2: 20} : { [x: number]: any; p1: number; readonly foo: number; p2: number; }
38 // just throw
H A DcomputedPropertyNames50_ES6.types4 >{ p1: 10, get foo() { if (1 == 1) { return 10; } }, get [1 + 1]() { throw 10; }, set [1 + 1]() { // just throw throw 10; }, get [1 + 1]() { return 10; }, get foo() { if (2 == 2) { return 20; } }, p2: 20} : { [x: number]: any; p1: number; readonly foo: number; p2: number; }
38 // just throw
H A DdeclFileTypeAnnotationTupleType.js13 // Just the name
46 // Just the name
H A DparserS7.9_A5.7_T1.js6 * Since LineTerminator(LT) between Postfix Increment/Decrement Operator(I/DO) and operand is not allowed, two IO(just as two DO and their combination)
27 * Since LineTerminator(LT) between Postfix Increment/Decrement Operator(I/DO) and operand is not allowed, two IO(just as two DO and their combination)
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/
H A DResultSpec.java52 // 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 Dpsa-legacy-bridges.md27 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 Dnir_opt_copy_prop_vars.c397 * 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 Dmetadata.py147 # 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 Dfutex-emulation.cc181 // 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...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderApiTestsEXT.cpp723 { tcu::just(IndirectArgs{ 0u, 0u }), "offset_0_stride_0" }, in createMeshShaderApiTestsEXT()
724 { tcu::just(IndirectArgs{ 0u, normalStride }), "offset_0_stride_normal" }, in createMeshShaderApiTestsEXT()
725 { tcu::just(IndirectArgs{ 0u, largeStride }), "offset_0_stride_large" }, in createMeshShaderApiTestsEXT()
728 { tcu::just(IndirectArgs{ altOffset, 0u }), "offset_alt_stride_0" }, in createMeshShaderApiTestsEXT()
729 { tcu::just(IndirectArgs{ altOffset, normalStride }), "offset_alt_stride_normal" }, in createMeshShaderApiTestsEXT()
730 { tcu::just(IndirectArgs{ altOffset, largeStride }), "offset_alt_stride_large" }, in createMeshShaderApiTestsEXT()
740 { tcu::just(IndirectCountLimitType::BUFFER_VALUE), "count_limit_buffer" }, in createMeshShaderApiTestsEXT()
741 { tcu::just(IndirectCountLimitType::MAX_COUNT), "count_limit_max_count" }, in createMeshShaderApiTestsEXT()
751 { tcu::just(uint32_t{0u}), "count_offset_0" }, in createMeshShaderApiTestsEXT()
752 { tcu::just(altOffse in createMeshShaderApiTestsEXT()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderApiTestsEXT.cpp723 { tcu::just(IndirectArgs{ 0u, 0u }), "offset_0_stride_0" }, in createMeshShaderApiTestsEXT()
724 { tcu::just(IndirectArgs{ 0u, normalStride }), "offset_0_stride_normal" }, in createMeshShaderApiTestsEXT()
725 { tcu::just(IndirectArgs{ 0u, largeStride }), "offset_0_stride_large" }, in createMeshShaderApiTestsEXT()
728 { tcu::just(IndirectArgs{ altOffset, 0u }), "offset_alt_stride_0" }, in createMeshShaderApiTestsEXT()
729 { tcu::just(IndirectArgs{ altOffset, normalStride }), "offset_alt_stride_normal" }, in createMeshShaderApiTestsEXT()
730 { tcu::just(IndirectArgs{ altOffset, largeStride }), "offset_alt_stride_large" }, in createMeshShaderApiTestsEXT()
740 { tcu::just(IndirectCountLimitType::BUFFER_VALUE), "count_limit_buffer" }, in createMeshShaderApiTestsEXT()
741 { tcu::just(IndirectCountLimitType::MAX_COUNT), "count_limit_max_count" }, in createMeshShaderApiTestsEXT()
751 { tcu::just(uint32_t{0u}), "count_offset_0" }, in createMeshShaderApiTestsEXT()
752 { tcu::just(altOffse in createMeshShaderApiTestsEXT()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DTGLexer.cpp114 return 0; // Just whitespace. in getNextChar()
150 // Lex next token, if we just left an include file. in LexToken()
364 /// LexInclude - We just read the "include" token. Get the string token that
501 /// LexBracket - We just read '['. If this is a code block, return it,
702 // then just return back to the lines skipping code. in lexPreprocessor()
707 // and the macro is defined, then just return the next token. in lexPreprocessor()
819 // If it is not '#' just go to the next line. in prepSkipRegion()
828 // then just skip to the next line. We do not have to do anything in prepSkipRegion()
898 // preprocessing directive. Just return CurPtr pointing to in prepSkipLineBegin()
947 // We may just retur in prepSkipDirectiveEnd()
[all...]
/third_party/vulkan-loader/tests/framework/layer/
H A Dtest_layer.cpp554 // Not an affected device so just return
716 // Just call the first device -
721 // Just call the first device -
726 // Just call the first device -
756 // Just call the first device -
761 // Just call the first device -
766 // Just call the first device -
771 // Just call the first device -
776 // Just call the first device -
781 // Just cal
[all...]

Completed in 44 milliseconds

1...<<11121314151617181920>>...689