/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | collationtailoring.h | 39 * Collation tailoring data & settings. 41 * built from rules or deserialized from binary data. 63 // data for sorting etc. 64 const CollationData *data; // == base data or ownedData member 90 * It is immutable, and the data trie cannot be copied either.
|
H A D | rbt.h | 42 * The data object is immutable, so we can freely share it with 44 * TODO: data is no longer immutable. See bugs #1866, 2155 49 * If true, we own the data object and must delete it. 113 * @param theData the rule data for the transliterator. 126 * @param theData the rule data for the transliterator. 127 * @param isDataAdopted determine who will own the 'data' object. True, the caller should not delete 'data'. 130 TransliterationRuleData* data,
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | PipelineLayoutVk.cpp | 51 createInfo.pSetLayouts = AsVkArray(setLayouts.data()); in Initialize()
|
/third_party/openssl/crypto/asn1/ |
H A D | d2i_param.c | 60 p = (unsigned char *)b->data; in d2i_KeyParams_bio()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-map.h | 72 void * data,
|
H A D | hb-shape-plan.h | 100 void * data,
|
H A D | hb-subset.h | 121 void * data,
|
/third_party/skia/third_party/externals/tint/fuzzers/ |
H A D | random_generator.h | 63 /// Get 1 byte of pseudo-random data 65 /// @returns 1-byte of random data 68 /// Get 4 bytes of pseudo-random data 70 /// @returns 4-bytes of random data 73 /// Get N bytes of pseudo-random data 74 /// @param dest - memory location to store data 75 /// @param n - number of bytes of data to get 96 /// Calculate a seed value based on a blob of data. 99 /// @param data - pointer to data t [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uniquecharstr.h | 87 return isFrozen && i > 0 ? strings->data() + i : nullptr; in get()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | collectionPatternNoError.js | 3 new(data: Array<{}>): T;
|
H A D | typeParamExtendsOtherTypeParam.js | 4 data: A<Object, Object>;
|
H A D | varianceCallbacksAndIndexedAccesses.js | 13 data: T;
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | ExtensionSchema.java | 1 // Protocol Buffers - Google's data interchange format 93 ByteString data, in parseMessageSetItem() 92 parseMessageSetItem( ByteString data, Object extension, ExtensionRegistryLite extensionRegistry, FieldSet<T> extensions) parseMessageSetItem() argument
|
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | annotation_test_util.h | 1 // Protocol Buffers - Google's data interchange format 59 // Creates a file with name `filename` and content `data` in temp test 61 void AddFile(const std::string& filename, const std::string& data);
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | fixed_array_benchmark.cc | 40 benchmark::DoNotOptimize(fa.data()); in BM_FixedArray()
|
/third_party/skia/include/core/ |
H A D | SkPathEffect.h | 96 static sk_sp<SkPathEffect> Deserialize(const void* data, size_t size,
|
/third_party/skia/include/ports/ |
H A D | SkRemotableFontMgr.h | 22 // Note that fDataId is a data identifier, not a font identifier. 38 SkRemotableFontIdentitySet(int count, SkFontIdentity** data); 70 * data id will be kInvalidDataId. 96 * data id will be kInvalidDataId. 114 * If no font can be found for the character, the return value's data id 127 * Returns the data for the given data id. 128 * Will return NULL if the data id is invalid. 129 * Note that this is a data id, not a font id.
|
/third_party/skia/modules/skparagraph/bench/ |
H A D | ParagraphBench.cpp | 35 const char* text = (const char*)fData->data();
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_tree.h | 50 void *data; member
|
/third_party/rust/crates/syn/codegen/src/ |
H A D | gen.rs | 21 data: Data::Private, in traverse()
|
/third_party/spirv-tools/source/reduce/ |
H A D | reduction_pass.cpp | 33 BuildModule(target_env_, consumer_, binary.data(), binary.size()); in TryApplyReduction()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_config.h | 2 * EAP peer configuration data 827 * This data structure is used to provide storage for binary objects to store 829 * configuration data. 838 * data - Pointer to binary data 840 u8 *data; member 843 * len - Length of binary data
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | wmm_ac.h | 29 * This struct will store any relevant WMM association data needed by WMM AC. 136 * nominal_msdu_size - Nominal MAC service data unit size 170 const u8 *sa, const u8 *data, size_t len);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | hw_features_common.h | 38 int hostapd_set_freq_params(struct hostapd_freq_params *data,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wmm_ac.h | 29 * This struct will store any relevant WMM association data needed by WMM AC. 136 * nominal_msdu_size - Nominal MAC service data unit size 170 const u8 *sa, const u8 *data, size_t len);
|