| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
| D | DisjointRangeMap.java | 40 private final SortedMap<T, RangeTree> map = new TreeMap<>(); field in DisjointRangeMap.Builder 77 T checkAssign(@Nullable Object value, RangeTree ranges, OverwriteMode mode) { in checkAssign() 107 void assign(@Nullable Object value, RangeTree ranges, OverwriteMode mode) { in assign() 137 private final ImmutableSortedMap<T, RangeTree> map; field in DisjointRangeMap 141 Column<T> column, SortedMap<T, RangeTree> map, RangeTree assignedRanges) { in DisjointRangeMap()
|
| /third_party/node/deps/v8/src/objects/ |
| D | map.cc | 48 base::Optional<JSFunction> Map::GetConstructorFunction(Map map, in GetConstructorFunction() 61 Map map; in GetInstanceTypeMap() local 81 VisitorId Map::GetVisitorId(Map map) { in GetVisitorId() 432 MaybeHandle<Map> Map::CopyWithField(Isolate* isolate, Handle<Map> map, in CopyWithField() 468 MaybeHandle<Map> Map::CopyWithConstant(Isolate* isolate, Handle<Map> map, in CopyWithConstant() 783 Handle<Map> Map::Update(Isolate* isolate, Handle<Map> map) { in Update() 795 void Map::EnsureDescriptorSlack(Isolate* isolate, Handle<Map> map, int slack) { in EnsureDescriptorSlack() 848 Handle<Map> map(isolate->native_context()->object_function().initial_map(), in GetObjectCreateMap() local 875 static bool ContainsMap(MapHandles const& maps, Map map) { in ContainsMap() 935 static Map FindClosestElementsTransition(Isolate* isolate, Map map, in FindClosestElementsTransition() [all …]
|
| D | keys.cc | 68 Map map = receiver->map(); in CombineKeys() local 91 Handle<JSReceiver> object, KeyCollectionMode mode, PropertyFilter filter, in GetKeys() 304 Map map = object.map(); in TrySettingEmptyEnumCache() local 373 Handle<Map> map(object->map(), isolate); in GetFastEnumPropertyKeys() local 501 Map map = receiver_->map(); in GetKeysFast() local 539 Map map = object->map(); in GetOwnKeysWithUninitializedEnumCache() local 647 Handle<Map> map(prototype.map(), isolate_); in TryPrototypeInfoCache() local 762 KeyCollectionMode mode = keys->mode(); in CollectOwnPropertyNamesInternal() local 805 Handle<FixedArray> storage, KeyCollectionMode mode, in CommonCopyEnumKeysTo() 853 Handle<FixedArray> storage, KeyCollectionMode mode, in CopyEnumKeysTo() [all …]
|
| D | js-objects-inl.h | 67 void JSObject::set_elements(FixedArrayBase value, WriteBarrierMode mode) { in set_elements() 134 Map map = prototype.map(); in PrototypeHasNoElements() local 165 EnsureElementsMode mode) { in EnsureCanContainElements() 208 EnsureElementsMode mode) { in EnsureCanContainElements() 267 int JSObject::GetHeaderSize(Map map) { in GetHeaderSize() 278 int JSObject::GetEmbedderFieldsStartOffset(Map map) { in GetEmbedderFieldsStartOffset() 288 bool JSObject::MayHaveEmbedderFields(Map map) { in MayHaveEmbedderFields() 302 int JSObject::GetEmbedderFieldCount(Map map) { in GetEmbedderFieldCount() 416 WriteBarrierMode mode) { in RawFastInobjectPropertyAtPut() 435 WriteBarrierMode mode) { in FastPropertyAtPut() [all …]
|
| D | lookup.cc | 77 Map map = holder.map(isolate_); in Start() local 96 Map map = holder.map(isolate_); in Next() local 109 void LookupIterator::NextInternal(Map map, JSReceiver holder) { in NextInternal() 583 Handle<Map> map(receiver->map(isolate_), isolate_); in PrepareTransitionToDataProperty() local 722 PropertyNormalizationMode mode = in Delete() local 839 PropertyNormalizationMode mode = CLEAR_INOBJECT_PROPERTIES; in TransitionToAccessorPair() local 1214 JSReceiver LookupIterator::NextHolder(Map map) { in NextHolder() 1236 bool HasInterceptor(Map map, size_t index) { in HasInterceptor() 1254 Map const map, JSReceiver const holder) { in LookupInSpecialHolder() 1311 Map const map, JSReceiver const holder) { in LookupInRegularHolder()
|
| D | js-function.cc | 167 ConcurrencyMode mode) { in TieringStateFor() 180 ConcurrencyMode mode) { in MarkForOptimization() 707 Handle<Map> map, Handle<HeapObject> prototype) { in SetInitialMap() 712 Handle<Map> map, Handle<HeapObject> prototype, in SetInitialMap() 757 Handle<Map> map = isolate->factory()->NewMap(instance_type, instance_size, in EnsureHasInitialMap() local 953 Handle<Map> map = in FastInitializeDerivedMap() local 1032 Handle<Map> map = Map::CopyInitialMap(isolate, constructor_initial_map); in GetDerivedMap() local 1073 Handle<Map> map = in GetDerivedRabGsabMap() local 1115 bool UseFastFunctionNameLookup(Isolate* isolate, Map map) { in UseFastFunctionNameLookup()
|
| D | map-inl.h | 172 PropertyNormalizationMode mode, const char* reason) { in Normalize() 177 PropertyNormalizationMode mode) const { in EquivalentToForNormalization() 421 void Map::CopyUnusedPropertyFields(Map map) { in CopyUnusedPropertyFields() 427 void Map::CopyUnusedPropertyFieldsAdjustedForInstanceSize(Map map) { in CopyUnusedPropertyFieldsAdjustedForInstanceSize() 753 void Map::SetBackPointer(HeapObject value, WriteBarrierMode mode) { in SetBackPointer() 827 void Map::SetConstructor(Object constructor, WriteBarrierMode mode) { in SetConstructor() 833 Handle<Map> Map::CopyInitialMap(Isolate* isolate, Handle<Map> map) { in CopyInitialMap()
|
| /third_party/alsa-lib/src/pcm/ |
| D | pcm_mmap_emul.c | 58 mmap_emul_t *map = pcm->private_data; in snd_pcm_mmap_emul_hw_refine() local 156 mmap_emul_t *map = pcm->private_data; in snd_pcm_mmap_emul_hw_params() local 212 mmap_emul_t *map = pcm->private_data; in snd_pcm_mmap_emul_sw_params() local 232 mmap_emul_t *map = pcm->private_data; in snd_pcm_mmap_emul_prepare() local 244 mmap_emul_t *map = pcm->private_data; in snd_pcm_mmap_emul_reset() local 276 mmap_emul_t *map = pcm->private_data; in sync_slave_write() local 299 mmap_emul_t *map = pcm->private_data; in sync_slave_read() local 320 mmap_emul_t *map = pcm->private_data; in snd_pcm_mmap_emul_mmap_commit() local 333 mmap_emul_t *map = pcm->private_data; in snd_pcm_mmap_emul_avail_update() local 345 mmap_emul_t *map = pcm->private_data; in snd_pcm_mmap_emul_dump() local [all …]
|
| /third_party/node/deps/v8/src/heap/ |
| D | factory.cc | 340 Handle<Map> map, AllocationType allocation, in AllocateRawWithAllocationSite() 373 HeapObject Factory::New(Handle<Map> map, AllocationType allocation) { in New() 427 Handle<Oddball> Factory::NewOddball(Handle<Map> map, const char* to_string, in NewOddball() 547 Handle<T> Factory::AllocateSmallOrderedHashTable(Handle<Map> map, int capacity, in AllocateSmallOrderedHashTable() 636 Map map = roots.swiss_name_dictionary_map(); in CreateCanonicalEmptySwissNameDictionary() local 839 Map map; in AllocateInternalizedStringImpl() local 889 Map map = string->map(); in ComputeInternalizationStrategyForString() local 902 Handle<Map> map = in InternalizeExternalString() local 1034 Handle<Map> map = str->IsOneByteRepresentation() in NewProperSubString() local 1054 Handle<Map> map = resource->IsCacheable() in NewExternalStringFromOneByte() local [all …]
|
| D | factory-base.cc | 38 Map map = read_only_roots().heap_number_map(); in NewHeapNumber() local 60 Map map = Map::GetInstanceTypeMap(roots, type); in NewStruct() local 78 Map map = read_only_roots().code_data_container_map(); in NewCodeDataContainer() local 113 Handle<Map> map, int length, AllocationType allocation) { in NewFixedArrayWithMap() 133 Handle<Map> map, int length, Handle<Oddball> filler, in NewFixedArrayWithFiller() 173 Map map = read_only_roots().fixed_double_array_map(); in NewFixedDoubleArray() local 184 Map map, int length, AllocationType allocation) { in NewWeakFixedArrayWithMap() 340 Map map = read_only_roots().shared_function_info_map(); in CloneSharedFunctionInfo() local 556 Map map = read_only_roots().coverage_info_map(); in NewCoverageInfo() local 650 int length, Map map, AllocationType allocation) { in NewRawStringWithMap() [all …]
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| D | nv50_vbo.c | 468 unsigned mode, unsigned start, unsigned count, in nv50_draw_arrays() 500 nv50_draw_elements_inline_u08(struct nouveau_pushbuf *push, const uint8_t *map, in nv50_draw_elements_inline_u08() 526 nv50_draw_elements_inline_u16(struct nouveau_pushbuf *push, const uint16_t *map, in nv50_draw_elements_inline_u16() 549 nv50_draw_elements_inline_u32(struct nouveau_pushbuf *push, const uint32_t *map, in nv50_draw_elements_inline_u32() 567 const uint32_t *map, in nv50_draw_elements_inline_u32_short() 592 unsigned mode, unsigned start, unsigned count, in nv50_draw_elements() 712 unsigned mode = nv50_prim_gl(info->mode); in nva0_draw_stream_output() local
|
| D | nv50_shader_state.c | 306 uint32_t pntc[8], mode; in nv50_sprite_coords_validate() local 398 nv50_vec4_map(uint8_t *map, int mid, uint32_t lin[4], in nv50_vec4_map() 440 uint8_t map[64]; in nv50_fp_linkage_validate() local 603 nv50_vp_gp_mapping(uint8_t *map, int m, in nv50_vp_gp_mapping() 642 uint8_t map[64]; in nv50_gp_linkage_validate() local
|
| /third_party/ffmpeg/libavfilter/ |
| D | af_channelmap.c | 63 struct ChannelMap map[MAX_CH]; member 65 enum MappingMode mode; member 88 static int get_channel_idx(char **map, int *ch, char delim, int max_ch) in get_channel_idx() 108 static int get_channel(char **map, int *ch, char delim) in get_channel() 126 enum MappingMode mode; in channelmap_init() local
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
| D | nv30_vbo.c | 337 unsigned mode, unsigned start, unsigned count, 369 nv30_draw_elements_inline_u08(struct nouveau_pushbuf *push, const uint8_t *map, 394 nv30_draw_elements_inline_u16(struct nouveau_pushbuf *push, const uint16_t *map, 418 nv30_draw_elements_inline_u32(struct nouveau_pushbuf *push, const uint32_t *map, 436 const uint32_t *map, 462 unsigned mode, unsigned start, unsigned count,
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| D | nvc0_vbo.c | 177 uint32_t mode; in nvc0_set_constant_vertex_attrib() local 571 unsigned mode, unsigned start, unsigned count, in nvc0_draw_arrays() 603 nvc0_draw_elements_inline_u08(struct nouveau_pushbuf *push, const uint8_t *map, in nvc0_draw_elements_inline_u08() 631 nvc0_draw_elements_inline_u16(struct nouveau_pushbuf *push, const uint16_t *map, in nvc0_draw_elements_inline_u16() 656 nvc0_draw_elements_inline_u32(struct nouveau_pushbuf *push, const uint32_t *map, in nvc0_draw_elements_inline_u32() 675 const uint32_t *map, in nvc0_draw_elements_inline_u32_short() 702 unsigned mode, unsigned start, unsigned count, in nvc0_draw_elements() 776 unsigned mode = nvc0_prim_gl(info->mode); in nvc0_draw_stream_output() local
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/ |
| D | TestReorderingMode.java | 212 int tc, mode, option, level; in testReorderingMode() local 413 int mode, int option, byte level) { in assertRoundTrip() 484 String mode, String option, byte level) { in checkResultLength() 504 static String formatMap(int[] map) in formatMap() 622 String mode, String option, byte level, boolean forward) { in checkMaps()
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
| D | TestReorderingMode.java | 209 int tc, mode, option, level; in testReorderingMode() local 410 int mode, int option, byte level) { in assertRoundTrip() 481 String mode, String option, byte level) { in checkResultLength() 501 static String formatMap(int[] map) in formatMap() 619 String mode, String option, byte level, boolean forward) { in checkMaps()
|
| /third_party/musl/src/thread/ |
| D | sem_open.c | 35 mode_t mode; in sem_open() local 39 void *map; in sem_open() local
|
| /third_party/musl/porting/liteos_a/user/src/thread/ |
| D | sem_open.c | 35 mode_t mode; in sem_open() local 39 void *map; in sem_open() local
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | MapField.java | 87 private volatile StorageMode mode; field in MapField 95 void convertMessageToKeyAndValue(Message message, Map<K, V> map); in convertMessageToKeyAndValue() 114 public void convertMessageToKeyAndValue(Message message, Map<K, V> map) { in convertMessageToKeyAndValue() 128 private MapField(Converter<K, V> converter, StorageMode mode, Map<K, V> mapData) { in MapField() 136 private MapField(MapEntry<K, V> defaultEntry, StorageMode mode, Map<K, V> mapData) { in MapField() 158 private void convertMessageToKeyAndValue(Message message, Map<K, V> map) { in convertMessageToKeyAndValue()
|
| /third_party/alsa-lib/src/control/ |
| D | control_remap.c | 97 snd_ctl_map_t *map; member 214 snd_ctl_map_t *map; in remap_find_map_numid() local 229 snd_ctl_map_t *map; in remap_find_map_id() local 297 snd_ctl_map_t *map; in remap_free() local 350 snd_ctl_map_t *map; in snd_ctl_remap_elem_list() local 394 snd_ctl_map_t *map; in remap_map_elem_info() local 481 snd_ctl_map_t *map; in remap_map_elem_read() local 544 snd_ctl_map_t *map; in remap_map_elem_write() local 669 snd_ctl_map_t *map; in remap_map_elem_tlv() local 802 snd_ctl_map_t *map; in remap_event_for_all_map_controls() local [all …]
|
| /third_party/ffmpeg/libavcodec/ |
| D | audiotoolboxenc.c | 43 int mode; member 159 uint64_t map = 1 << channel; in get_channel_label() local 207 } map[] = { in get_aac_tag() local 263 int mode = get_ilbc_mode(avctx); in ffat_init_encoder() local
|
| /third_party/mesa3d/src/gallium/drivers/r300/ |
| D | r300_query.c | 148 uint32_t temp, *map; in r300_get_query_result() local 187 enum pipe_render_cond_flag mode) in r300_render_condition()
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| D | IndexDataManager.cpp | 72 void copyIndices(GLenum mode, GLenum type, const std::vector<GLsizei>& restartIndices, const void *… in copyIndices() 230 int recomputePrimitiveCount(GLenum mode, GLsizei count, const std::vector<GLsizei>& restartIndices,… in recomputePrimitiveCount() 273 GLenum IndexDataManager::prepareIndexData(GLenum mode, GLenum type, GLuint start, GLuint end, GLsiz… in prepareIndexData() 396 void *StreamingIndexBuffer::map(size_t requiredSpace, size_t *offset) in map() function in es2::StreamingIndexBuffer
|
| /third_party/vixl/src/aarch64/ |
| D | instructions-aarch64.h | 759 NEONFormat map[1 << kNEONFormatMaxBits]; member 871 static const NEONFormatMap map = in IntegerFormatMap() local 881 static const NEONFormatMap map = {{23, 22}, {NF_8H, NF_4S, NF_2D}}; in LongIntegerFormatMap() local 890 static const NEONFormatMap map = {{22, 30}, in FPFormatMap() local 898 static const NEONFormatMap map = {{30}, {NF_4H, NF_8H}}; in FP16FormatMap() local 905 static const NEONFormatMap map = in LoadStoreFormatMap() local 914 static const NEONFormatMap map = {{30}, {NF_8B, NF_16B}}; in LogicalFormatMap() local 923 static const NEONFormatMap map = in TriangularFormatMap() local 937 static const NEONFormatMap map = {{22, 21, 20, 19, 30}, in ShiftImmFormatMap() local 953 static const NEONFormatMap map = in ShiftLongNarrowImmFormatMap() local [all …]
|