/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | number_compact.h | 46 explicit CompactDataSink(CompactData &data) : data(data) {} in CompactDataSink() 84 CompactData data; variable
|
/aosp_15_r20/external/kotlinx.serialization/guide/example/ |
H A D | example-formats-04.kt | 16 val data = Project("kotlinx.serialization", "Kotlin") in main() constant
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft6/ |
H A D | definitions.json | 8 "data": { object 17 "data": { object
|
/aosp_15_r20/external/skia/fuzz/oss_fuzz/ |
H A D | FuzzSkRuntimeEffect.cpp | 58 bool FuzzSkRuntimeEffect(const uint8_t *data, size_t size) { in FuzzSkRuntimeEffect() 73 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { in LLVMFuzzerTestOneInput()
|
H A D | FuzzSkRuntimeColorFilter.cpp | 59 bool FuzzSkRuntimeColorFilter(const uint8_t *data, size_t size) { in FuzzSkRuntimeColorFilter() 74 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { in LLVMFuzzerTestOneInput()
|
/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/tables/ |
H A D | grUtils.py | 13 def decompress(data): argument 30 def compress(scheme, data): argument
|
/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/load/data/ |
H A D | AssetPathFetcher.java | 19 private T data; field in AssetPathFetcher 72 protected abstract void close(T data) throws IOException; in close()
|
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ |
H A D | ASTTextblock.java | 57 public Object jjtAccept(ParserVisitor visitor, Object data) in jjtAccept() 66 public Object init(InternalContextAdapter context, Object data) in init()
|
H A D | ASTObjectArray.java | 58 public Object jjtAccept(ParserVisitor visitor, Object data) in jjtAccept() 88 public Object init(InternalContextAdapter context, Object data) throws TemplateInitException in init()
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | lite_arena_unittest.cc | 55 std::string data; in TEST_F() local 79 std::string data = "\012\000"; in TEST_F() local
|
/aosp_15_r20/external/perfetto/protos/perfetto/common/ |
H A D | commit_data_request.proto | 41 optional bytes data = 4; field 61 optional bytes data = 2; field
|
/aosp_15_r20/external/pigweed/pw_containers/public/pw_containers/internal/ |
H A D | raw_storage.h | 61 pointer data() noexcept { in data() function 64 const_pointer data() const noexcept { in data() function
|
/aosp_15_r20/external/libpng/ |
H A D | pngwio.c | 33 png_write_data(png_structrp png_ptr, png_const_bytep data, size_t length) in png_write_data() 51 png_default_write_data(png_structp png_ptr, png_bytep data, size_t length) in png_default_write_data()
|
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/ |
H A D | ir3_nir_lower_load_barycentric_at_offset.c | 16 void *data) in ir3_nir_lower_load_barycentric_at_offset_instr() 66 const void *data) in ir3_nir_lower_load_barycentric_at_offset_filter()
|
/aosp_15_r20/external/cronet/net/base/ |
H A D | io_buffer.h | 86 char* data() { return data_; } in data() function 87 const char* data() const { return data_; } in data() function
|
H A D | upload_bytes_element_reader.cc | 60 std::vector<char>* data) in UploadOwnedBytesElementReader() 69 std::vector<char> data(string.begin(), string.end()); in CreateWithString() local
|
/aosp_15_r20/external/googleapis/google/devtools/resultstore/v2/ |
H A D | resultstore_file_download.proto | 92 bytes data = 1; field 127 bytes data = 1; field
|
/aosp_15_r20/external/curl/lib/ |
H A D | hostip4.c | 61 bool Curl_ipvalid(struct Curl_easy *data, struct connectdata *conn) in Curl_ipvalid() 89 struct Curl_addrinfo *Curl_getaddrinfo(struct Curl_easy *data, in Curl_getaddrinfo()
|
/aosp_15_r20/external/pigweed/pw_stream/ |
H A D | interval_reader_test.cc | 25 std::uint8_t data[] = {0, 1, 2, 3, 4, 5, 6, 7, 9, 10}; in TEST() local 55 std::uint8_t data[] = {0, 1, 2, 3, 4, 5, 6, 7, 9, 10}; in TEST() local
|
/aosp_15_r20/external/bcc/tools/ |
H A D | tcpdrop.py | 197 def print_ipv4_event(cpu, data, size): argument 209 def print_ipv6_event(cpu, data, size): argument
|
/aosp_15_r20/system/secretkeeper/comm/tests/ |
H A D | wire.rs | 37 let data = input.clone().to_vec().unwrap(); in wire_req_roundtrip() localVariable 56 let data = input.clone().to_vec().unwrap(); in wire_rsp_roundtrip() localVariable
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft-next/ |
H A D | defs.json | 11 "data": {"$defs": {"foo": {"type": "integer"}}}, object 16 "data": {"$defs": {"foo": {"type": 1}}}, object
|
/aosp_15_r20/frameworks/base/core/java/android/credentials/ |
H A D | Credential.java | 92 public Credential(@NonNull String type, @NonNull Bundle data) { in Credential() 99 Bundle data = in.readBundle(); in Credential() local
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2020-12/ |
H A D | defs.json | 11 "data": {"$defs": {"foo": {"type": "integer"}}}, object 16 "data": {"$defs": {"foo": {"type": 1}}}, object
|
/aosp_15_r20/external/autotest/client/cros/chameleon/ |
H A D | edid.py | 56 def __init__(self, data, skip_verify=False): argument 68 def verify(data): argument
|