| /third_party/protobuf/ruby/ext/google/protobuf_c/ |
| H A D | storage.c | 791 VALUE map = Qnil; in layout_clear() local
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| H A D | Message.php | 666 $map = $this->$getter(); variable
|
| /third_party/protobuf/php/tests/ |
| H A D | EncodeDecodeTest.php | 1055 $map = $m->getFields(); variable
|
| /third_party/pulseaudio/src/modules/ |
| H A D | module-virtual-surround-sink.c | 719 pa_channel_map map; in pa__init() local [all...] |
| /third_party/python/Modules/clinic/ |
| H A D | _codecsmodule.c.h | 2505 PyObject *map; in _codecs_charmap_build() local
|
| /third_party/python/Modules/expat/ |
| H A D | expat.h | 522 int map[256]; member
|
| /third_party/skia/include/private/ |
| H A D | SkVx.h | 587 auto map(Fn&& fn, const Vec<N,T>& first, const Rest&... rest) { in map() function [all...] |
| /third_party/selinux/libsepol/src/ |
| H A D | policydb_validate.c | 109 static int validate_ebitmap(const ebitmap_t *map, const validate_t *flavor) in validate_ebitmap() argument
|
| H A D | write.c | 65 uint64_t map; in ebitmap_write() local
|
| /third_party/selinux/libsepol/cil/src/ |
| H A D | cil_write_ast.c | 799 struct cil_class *map = node->data; in cil_write_ast_node() local
|
| /third_party/rust/crates/regex/src/ |
| H A D | re_bytes.rs | 1021 let mut map variables [all...] |
| H A D | re_unicode.rs | 1016 let mut map = f.debug_map(); variables [all...] |
| H A D | dfa.rs | 228 pub fn map<U, F: FnMut(T) -> U>(self, mut f: F) -> Result<U> { in map() functions [all...] |
| /third_party/rust/crates/serde/serde/src/private/ |
| H A D | ser.rs | 185 let mut map = tri!(self.delegate.serialize_map(Some(1))); in serialize_unit() variables 191 let mut map = tri!(self.delegate.serialize_map(Some(1))); in serialize_unit_struct() variables 202 let mut map = tri!(self.delegate.serialize_map(Some(2))); in serialize_unit_variant() variables 229 let mut map = tri!(self.delegate.serialize_map(Some(2))); serialize_newtype_variant() variables 272 let mut map = tri!(self.delegate.serialize_map(Some(2))); serialize_tuple_variant() variables 283 let mut map = tri!(self.delegate.serialize_map(len.map(|len| len + 1))); serialize_map() variables 319 let mut map = tri!(self.delegate.serialize_map(Some(2))); serialize_struct_variant() variables 527 let mut map = tri!(serializer.serialize_map(Some(entries.len()))); serialize() variables [all...] |
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsAttributeLocationTests.cpp | 66 deInt32 getBoundLocation (const map<string, deUint32>& bindings, const string& attrib) in getBoundLocation() argument 73 bool hasAttributeAliasing (const vector<Attribute>& attributes, const map<string, deUint32>& bindings) in hasAttributeAliasing() argument 602 bool checkAttribLocationQuery (TestLog& log, const glw::Functions& gl, deUint32 program, const vector<Attribute>& attributes, const map<string, deUint32>& bindings) in checkAttribLocationQuery() argument 631 bool checkQuery (TestLog& log, const glw::Functions& gl, deUint32 program, const vector<Attribute>& attributes, const map<string, deUint32>& bindings) in checkQuery() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmTypeTests.cpp | 83 void createComputeTest(ComputeShaderSpec& computeResources, const tcu::StringTemplate& shaderTemplate, const map<string, string>& fragments, tcu::TestCaseGroup& group, const std::string& namePrefix) in createComputeTest() argument [all...] |
| /third_party/vk-gl-cts/modules/egl/ |
| H A D | teglGetFrameTimestampsTests.cpp | 176 EGLnsecsANDROID getTimestamp(eglw::EGLint name, TimestampInfoMap& map, const std::vector<EGLnsecsANDROID>& supportedValues) in getTimestamp() argument 182 void populateFrameTimes(FrameTimes* frameTimes, TimestampInfoMap& map, const std::vector<EGLnsecsANDROID>& supportedValues) in populateFrameTimes() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
| H A D | driver_macsec_qca.c | 518 static int macsec_qca_lookup_channel(struct channel_map *map, in macsec_qca_lookup_channel() argument 536 static void macsec_qca_register_channel(struct channel_map *map, in macsec_qca_register_channel() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
| H A D | ieee802_11_common.c | 1886 int oper_class_bw_to_int(const struct oper_class_map *map) in oper_class_bw_to_int() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| H A D | trace_fixture.cpp | 418 void SetResourceID(GLuint *map, GLuint id) in SetResourceID() argument
|
| /foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/ |
| H A D | rtsp_controller.cpp | 1277 bool RtspController::UnOrderedMapContains(std::unordered_map<std::string, std::string> map, in UnOrderedMapContains() argument
|
| /foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/ |
| H A D | rtsp_controller.cpp | 1277 bool RtspController::UnOrderedMapContains(std::unordered_map<std::string, std::string> map, in UnOrderedMapContains() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
| H A D | jsi_offscreen_canvas_bridge.cpp | 22 inline T ConvertStrToEnum(const char* key, const LinearMapNode<T>* map, size_t length, T defaultValue) in ConvertStrToEnum() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/box/ |
| H A D | render_box.cpp | 1100 ColorPropertyAnimatable::SetterMap map; in GetColorPropertySetterMap() local 1133 ColorPropertyAnimatable::GetterMap map; in GetColorPropertyGetterMap() local [all...] |
| /foundation/multimedia/audio_framework/frameworks/native/audioutils/include/ |
| H A D | audio_utils.h | 406 int32_t GetKeyFromValue(const std::unordered_map<EnumType, V> &map, const V &value) in GetKeyFromValue() argument
|