Home
last modified time | relevance | path

Searched full:just (Results 1951 - 1975 of 17010) sorted by relevance

1...<<71727374757677787980>>...681

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.c56 * cases, the CPU defaults are just wrappers around a function in
976 * generate sigfpe. We don't want to crash just because the in u64mod_emit_cpu()
1000 * generate sigfpe. We don't want to crash just because the in i64mod_emit_cpu()
1025 * generate sigfpe. We don't want to crash just because the in u64div_emit_cpu()
1050 * generate sigfpe. We don't want to crash just because the in i64div_emit_cpu()
1499 * generate sigfpe. We don't want to crash just because the in idiv_emit_cpu()
1697 * generate sigfpe. We don't want to crash just because the in mod_emit_cpu()
1952 * generate sigfpe. We don't want to crash just because the in udiv_emit_cpu()
1999 * generate sigfpe. We don't want to crash just because the in umod_emit_cpu()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dp_lib.c178 /* For purely provided keys, we just call the keymgmt utility */ in EVP_PKEY_copy_parameters()
244 /* For purely provided keys, we just call the keymgmt utility */ in evp_pkey_cmp_any()
307 * This will just call evp_keymgmt_util_match when legacy support in EVP_PKEY_parameters_eq()
332 * This will just call evp_keymgmt_util_match when legacy support in EVP_PKEY_eq()
1489 * If pkey is NULL just return 1 or 0 if the key management method exists.
1522 * succeeded once so just indicate success. in pkey_set_type()
1698 if (pkey->pkey.ptr == NULL /* empty key, just set type */ in EVP_PKEY_dup()
1931 * operation cache. In that case, we know that |i| is zero. Just in evp_pkey_export_to_provider()
2101 * If this isn't an assigned provider side key, we just use any existing in evp_pkey_get_legacy()
/third_party/libabigail/src/
H A Dabg-comp-filter.cc927 /// and carry no data members) but are different just by their size.
957 /// and carry no data members) but are different just by their size.
985 /// just by their size.
1011 /// Test if two @ref decl_base_sptr are different just by the
1018 /// @return true iff the two arguments are different just by the fact
1062 /// Test if two @ref class_or_union_sptr are different just by the
1069 /// @return true iff the two arguments are different just by the fact
1089 /// Test if two @ref enum_sptr are different just by the
1096 /// @return true iff the two arguments are different just by the fact
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
H A DRangeTree.java109 * A single node within a range tree. Nodes are really just a specialized implementation of a
110 * node in a deterministic finite state automaton (DFA), and {@link RangeTree} instances are just
481 // If we get to the end of the prefix, just return whatever's left in the range. in apply()
523 * was already interned then it is just returned.
553 // If the edges we get back are the edges of our node, we just need to add ourselves to the in intern()
760 // If the same prefix exists in both inputs however, just doing this subtraction would remove in union()
1219 // If this tree only matches one length of sequences, we can just serialize it directly. in asRangeSpecifications()
1222 // When a tree matches more than one length, we cannot just serialize it in one go, because in asRangeSpecifications()
1306 // This could also just convert both to range specifications and use that, but that's likely in equals()
/third_party/rust/crates/log/rfcs/
H A D0296-structured-logging.md90 On the surface there doesn't seem to be a lot of difference between `log` and `slog`, so why not just deprecate one in favor of the other? Conceptually, `log` and `slog` are different libraries that fill different roles, even if there's some overlap.
449 A `Source` doesn't have to just contain key-value pairs directly like `BTreeMap<String, serde_json::Value>` though. It could act like an adapter that changes its pairs before emitting them, like we have for iterators in the standard library. As another example, the following `Source` doesn't store any key-value pairs of its own, instead it will sort and de-duplicate pairs read from another source by first reading them into a map before forwarding them on:
547 Just about the only things you can do with a structured value are format it or serialize it. Serialization and writing might fail, so to allow errors to get carried back to callers there needs to be a general error type that they can early return with:
623 To make it possible to carry any arbitrary `S::Error` type, where we don't know how long the value can live for and whether it's `Send` or `Sync`, without extra work, the `Error` type does not attempt to store the error value itself. It just converts it into a `String`.
1401 Other implementations of `Source` would be encouraged to override the `to_owned` method if they could provide a more efficient implementation. As an example, if there's a `Source` that is already wrapped up in an `Arc` then it can implement `to_owned` by just cloning itself.
1462 The following API is just the fundamental pieces of what's proposed by this RFC. Everything else could be implemented on top of this subset without introducing breakage. It also offers the freedom to move in a different direction entirely:
1617 This is fairly straightforward for primitive types like integers and strings, but becomes much more involved when dealing with complex values likes maps and sequences. Not supporting these complex structures is limiting, and reduces `log`s interoperability with other frameworks that do. A serialization framework needs to do more than just provide a contract, its API needs to work to support implementations on either side of that contract, otherwise it won't gain adoption.
1623 #### Just pick an existing framework
1625 Instead of building a common shim around several serialization frameworks, `log` could just pick one and bake it in directly. This would have the benefit of offering the best end-user experience for existing users of that framework when interacting with the `log!` macros and `Source`s. It also means accepting the trade-offs that framework makes. For `serde`, that means requiring the standard library for boxing values. For `sval`, that means accepting churn as it matures.
/third_party/openssl/crypto/evp/
H A Dp_lib.c178 /* For purely provided keys, we just call the keymgmt utility */ in EVP_PKEY_copy_parameters()
244 /* For purely provided keys, we just call the keymgmt utility */ in evp_pkey_cmp_any()
307 * This will just call evp_keymgmt_util_match when legacy support in EVP_PKEY_parameters_eq()
332 * This will just call evp_keymgmt_util_match when legacy support in EVP_PKEY_eq()
1486 * If pkey is NULL just return 1 or 0 if the key management method exists.
1519 * succeeded once so just indicate success. in pkey_set_type()
1695 if (pkey->pkey.ptr == NULL /* empty key, just set type */ in EVP_PKEY_dup()
1928 * operation cache. In that case, we know that |i| is zero. Just in evp_pkey_export_to_provider()
2098 * If this isn't an assigned provider side key, we just use any existing in evp_pkey_get_legacy()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
H A DIRMover.cpp87 // Oops, they aren't isomorphic. Just discard this request by rolling out in addTypeMapping()
135 // Mapping an opaque type to any struct, just keep the dest struct. in areTypesIsomorphic()
265 // If this is not a recursive type, then just map all of the elements and in get()
282 // If we found our type while recursively processing stuff, just use it. in get()
322 // If the type is opaque, we can just use it directly. in get()
590 // If we already created the body, just return. in materialize()
969 // just missing from map in linkGlobalValueProto()
1199 // If the destination module doesn't have module flags yet, then just copy in linkModuleFlagsMetadata()
1246 // If there is no existing flag with this ID, just add it. in linkModuleFlagsMetadata()
/third_party/pcre2/pcre2/
H A DHACKING79 code because the first pass is degenerate and the second pass can just store
176 systems) it occupies two elements. The following meta items occupy just one
281 The following is followed just by an offset, for use in error messages:
285 The following are also followed just by an offset, but also the lower 16 bits
323 will use most of the time. If PCRE2 is compiled with just-in-time (JIT)
387 These items are all just one unit long:
711 These are just like other subpatterns, but they start with the opcode OP_ONCE.
713 entirely at runtime, so there is just this one opcode for atomic groups.
719 Forward assertions are also just like other subpatterns, but starting with one
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/
H A DKconfig14 kernel: saying N will just cause the configurator to skip all
/drivers/hdf_core/adapter/khdf/linux/network/include/
H A Dnet_device_adapter.h28 * data sending results, just define locked here, ok and busy reference linux definition for enum netdev_tx.
H A Dnet_device_types_adapter.h28 * data sending results, just define locked here, ok and busy reference linux definition for enum netdev_tx.
/third_party/elfutils/tests/
H A Drun-exprlocs-self.sh20 # Just makes sure exprlocs doesn't crash, triggers self-check/asserts
H A Drun-readelf-self.sh20 # Just makes sure readelf doesn't crash
/third_party/curl/tests/data/
H A Dtest114414 No headers at all, just data swsclose
H A Dtest58327 # The command here uses 'localhost' just to make sure that curl_multi_perform
H A Dtest15718 GET received and served just fine. Thank you very much
/third_party/exfatprogs/manpages/
H A Dexfatlabel.824 label field on a given device. If not, exfatlabel will just print
/third_party/EGL/sdk/docs/man/
H A D.htaccess8 # old versions of the EGL man pages around. Just redirect links to
/third_party/cups-filters/filter/
H A Dtest.sh3 # just for comparison
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DProperties.java11 * ICU 59 called the class DecimalFormatProperties as just Properties. We need to keep a thin
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DStringTransform.java12 * Provide a base class for Transforms that focuses just on the transformation of the text. APIs that take Transliterator, but only depend on the text transformation should use this interface in the API instead.
H A DTransform.java12 * Provide an interface for Transforms that focuses just on the transformation of the text.
/third_party/icu/icu4c/source/test/cintltst/
H A Dcbiapts.h29 * try to test the full functionality. It just calls each function in the class and
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DProperties.java12 * ICU 59 called the class DecimalFormatProperties as just Properties. We need to keep a thin
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DStringTransform.java13 * Provide a base class for Transforms that focuses just on the transformation of the text. APIs that take Transliterator, but only depend on the text transformation should use this interface in the API instead.

Completed in 33 milliseconds

1...<<71727374757677787980>>...681