/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/ |
H A D | AnyPath.java | 17 package com.google.i18n.phonenumbers.metadata.regex;
|
H A D | RegexFormatter.java | 17 package com.google.i18n.phonenumbers.metadata.regex;
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
H A D | Assignment.java | 16 package com.google.i18n.phonenumbers.metadata.table;
|
H A D | CsvKeyMarshaller.java | 16 package com.google.i18n.phonenumbers.metadata.table;
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/ |
H A D | LengthsParserTest.java | 17 package com.google.i18n.phonenumbers.metadata;
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/model/ |
H A D | AltFormatsSchemaTest.java | 16 package com.google.i18n.phonenumbers.metadata.model;
|
/third_party/python/Lib/distutils/command/ |
H A D | install_egg_info.py | 4 a package's PKG-INFO metadata.""" 14 description = "Install package's PKG-INFO metadata as an .egg-info file" 44 self.distribution.metadata.write_pkg_file(f)
|
/third_party/skia/third_party/externals/dawn/generator/templates/ |
H A D | dawn_proc.c | 15 {% set Prefix = metadata.proc_table_prefix %}
|
H A D | dawn_thread_dispatch_proc.cpp | 1 {% set Prefix = metadata.proc_table_prefix %}
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | Pipeline.h | 47 // The metadata lives as long as module, that's ref-ed in the same structure. 48 const EntryPointMetadata* metadata = nullptr; member
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | ComputePipelineD3D12.cpp | 95 return GetStage(SingleShaderStage::Compute).metadata->usesNumWorkgroups; in UsesNumWorkgroups()
|
/third_party/vixl/src/aarch64/ |
H A D | cpu-features-auditor-aarch64.h | 107 virtual void Visit(Metadata* metadata,
|
/third_party/skia/include/docs/ |
H A D | SkPDFDocument.h | 71 /** Optional metadata to be passed into the PDF factory function. 120 /** If true, include XMP metadata, a document UUID, and sRGB output intent 182 @param metadata a PDFmetadata object. Any fields may be left empty. 186 SK_API sk_sp<SkDocument> MakeDocument(SkWStream* stream, const Metadata& metadata);
|
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/ |
H A D | multistages_photo_capture_manager.cpp | 288 DpsMetadata metadata;
in AddImageInternal() local 289 metadata.Set(CameraStandard::DEFERRED_PROCESSING_TYPE_KEY, deferredProcType);
in AddImageInternal() 290 deferredProcSession_->AddImage(photoId, metadata, discardable);
in AddImageInternal()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | sync_state_machine.cpp | 54 const std::shared_ptr<Metadata> &metadata, ICommunicator *communicator) in Initialize() 56 if ((context == nullptr) || (syncInterface == nullptr) || (metadata == nullptr) || (communicator == nullptr)) { in Initialize() 61 metadata_ = metadata; in Initialize() 53 Initialize(ISyncTaskContext *context, ISyncInterface *syncInterface, const std::shared_ptr<Metadata> &metadata, ICommunicator *communicator) Initialize() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | strobemeta.h | 86 * map. Map is intended to be used to provide metadata for profilers and is 93 * whether and how to use; for request metadata use case id is unique 94 * request ID that's used to match metadata with stack traces on 199 struct strobemeta_payload metadata; member 502 * read_strobe_meta returns NULL, if no metadata was read; otherwise returns 614 sample_end = read_strobe_meta(task, &sample->metadata); in on_event() 616 sample_end = sample_end ? : &sample->metadata; in on_event()
|
/kernel/linux/linux-6.6/mm/kasan/ |
H A D | report.c | 82 * 1. False-positive reports when accessing slab metadata, 303 * memory region state description is generated based on the metadata. in describe_object_addr() 304 * Thus, defining the region state as below can contradict the metadata. in describe_object_addr() 422 * The length of each granule metadata is 2 bytes in meta_pointer_offset() 441 char metadata[META_BYTES_PER_ROW]; in print_memory_metadata() local 451 kasan_metadata_fetch_row(&metadata[0], row); in print_memory_metadata() 455 metadata, META_BYTES_PER_ROW, 0); in print_memory_metadata() 498 /* Try to determine allocation size based on the metadata. */ in complete_report_info() 553 * Invalid free is considered a "write" since the allocator's metadata in kasan_report_invalid_free()
|
/third_party/ffmpeg/libavformat/ |
H A D | rpl.c | 141 av_dict_set(&s->metadata, "title" , line, 0); in rpl_read_header() 143 av_dict_set(&s->metadata, "copyright", line, 0); in rpl_read_header() 145 av_dict_set(&s->metadata, "author" , line, 0); in rpl_read_header()
|
H A D | scd.c | 208 if (av_dict_set_int(&st->metadata, "start", track->absolute_offset, 0) < 0) in scd_read_track() 211 if (av_dict_set_int(&st->metadata, "loop_start", track->loop_start, 0) < 0) in scd_read_track() 214 if (av_dict_set_int(&st->metadata, "loop_end", track->loop_end, 0) < 0) in scd_read_track()
|
H A D | riffenc.c | 329 if (av_dict_get(s->metadata, riff_tags[i], NULL, AV_DICT_MATCH_CASE)) in riff_has_valid_tags() 342 ff_metadata_conv(&s->metadata, ff_riff_info_conv, NULL); in ff_riff_write_info() 351 if ((t = av_dict_get(s->metadata, riff_tags[i], in ff_riff_write_info()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_vmafmotion.c | 213 static void set_meta(AVDictionary **metadata, const char *key, float d) in set_meta() argument 217 av_dict_set(metadata, key, value, 0); in set_meta() 226 set_meta(&ref->metadata, "lavfi.vmafmotion.score", score); in do_vmafmotion()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/ |
H A D | alexa.c | 37 /* this is the type for the utterance metadata (and audio rideshares) */ 78 * Structure of JSON metadata for utterance handling 81 static const char *metadata = "{" variable 97 * avs metadata 443 * first the native metadata on this secure stream, then the "rideshare" audio 505 /* metadata part */ in ss_avs_metadata_tx() 507 tot = strlen(metadata); in ss_avs_metadata_tx() 515 memcpy(buf, metadata + m->pos, *len); in ss_avs_metadata_tx() 520 lwsl_notice("metadata done\n"); in ss_avs_metadata_tx() 636 lwsl_err("%s: failed to create avs metadata secstrea in avs_query_start() [all...] |
/third_party/mesa3d/src/microsoft/clc/ |
H A D | compute_test.h | 56 std::shared_ptr<struct clc_parsed_spirv> metadata; member 190 if (!shader.metadata) in specialize() 199 if (!clc_specialize_spirv(shader.obj.get(), shader.metadata.get(), &consts, new_shader.obj.get())) in specialize()
|
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/ |
H A D | AsYouTypeFormatter.java | 125 // The metadata needed by this class is the same for all regions sharing the same country calling 126 // code. Therefore, we return the metadata for "main" region for this country calling code. 130 PhoneMetadata metadata = phoneUtil.getMetadataForRegion(mainCountry); in getMetadataForRegion() 131 if (metadata != null) { in getMetadataForRegion() 132 return metadata; in getMetadataForRegion() 134 // Set to a default instance of the metadata. This allows us to function with an incorrect in getMetadataForRegion()
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
H A D | asyoutypeformatter.js | 253 * The metadata needed by this class is the same for all regions sharing the 254 * same country calling code. Therefore, we return the metadata for "main" 257 * @return {i18n.phonenumbers.PhoneMetadata} main metadata for this region. 269 var metadata = this.phoneUtil_.getMetadataForRegion(mainCountry); 270 if (metadata != null) { 271 return metadata; 273 // Set to a default instance of the metadata. This allows us to function with
|