| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
| D | vulkan_json_data.hpp | 289 static void print_VkBool32(VkBool32 obj, const std::string& str, bool commaNeeded=true) { in print_VkBool32() 293 static void print_VkBool32(const VkBool32 * obj, const std::string& str, bool commaNeeded=true) { in print_VkBool32() 298 static void print_VkDeviceAddress(VkDeviceAddress obj, const std::string& str, bool commaNeeded=tru… in print_VkDeviceAddress() 302 static void print_VkDeviceAddress(const VkDeviceAddress * obj, const std::string& str, bool commaNe… in print_VkDeviceAddress() 307 static void print_VkDeviceSize(VkDeviceSize obj, const std::string& str, bool commaNeeded=true) { in print_VkDeviceSize() 311 static void print_VkDeviceSize(const VkDeviceSize * obj, const std::string& str, bool commaNeeded=t… in print_VkDeviceSize() 316 static void print_VkFlags(VkFlags obj, const std::string& str, bool commaNeeded=true) { in print_VkFlags() 320 static void print_VkFlags(const VkFlags * obj, const std::string& str, bool commaNeeded=true) { in print_VkFlags() 325 static void print_VkSampleMask(VkSampleMask obj, const std::string& str, bool commaNeeded=true) { in print_VkSampleMask() 329 static void print_VkSampleMask(const VkSampleMask * obj, const std::string& str, bool commaNeeded=t… in print_VkSampleMask() [all …]
|
| D | vulkan_json_parser.hpp | 116 static void parse_size_t(const char* s, Json::Value& obj, size_t& o) in parse_size_t() 122 static void parse_char(const char* s, Json::Value& obj, char o[]) in parse_char() 128 static void parse_char(const char* s, Json::Value& obj, const char* const*) in parse_char() 131 static void parse_char(const char* s, Json::Value& obj, const char** o) in parse_char() 141 static void parse_int32_t(const char* s, Json::Value& obj, deInt32& o) in parse_int32_t() 146 static void parse_uint32_t(const char* s, Json::Value& obj, deUint32& o) in parse_uint32_t() 197 static void parse_uint8_t(const char* s, Json::Value& obj, deUint8& o) in parse_uint8_t() 202 static void parse_uint64_t(const char* s, Json::Value& obj, deUint64& o) in parse_uint64_t() 213 static void parse_float(const char* s, Json::Value& obj, float& o) in parse_float() 226 static void parse_int(const char* s, Json::Value& obj, int& o) in parse_int() [all …]
|
| /third_party/alsa-lib/src/control/ |
| D | control.c | 1740 int snd_ctl_elem_list_alloc_space(snd_ctl_elem_list_t *obj, unsigned int entries) in snd_ctl_elem_list_alloc_space() 1760 void snd_ctl_elem_list_free_space(snd_ctl_elem_list_t *obj) in snd_ctl_elem_list_free_space() 1772 unsigned int snd_ctl_event_elem_get_mask(const snd_ctl_event_t *obj) in snd_ctl_event_elem_get_mask() 1784 void snd_ctl_event_elem_get_id(const snd_ctl_event_t *obj, snd_ctl_elem_id_t *ptr) in snd_ctl_event_elem_get_id() 1796 unsigned int snd_ctl_event_elem_get_numid(const snd_ctl_event_t *obj) in snd_ctl_event_elem_get_numid() 1808 snd_ctl_elem_iface_t snd_ctl_event_elem_get_interface(const snd_ctl_event_t *obj) in snd_ctl_event_elem_get_interface() 1820 unsigned int snd_ctl_event_elem_get_device(const snd_ctl_event_t *obj) in snd_ctl_event_elem_get_device() 1832 unsigned int snd_ctl_event_elem_get_subdevice(const snd_ctl_event_t *obj) in snd_ctl_event_elem_get_subdevice() 1844 const char *snd_ctl_event_elem_get_name(const snd_ctl_event_t *obj) in snd_ctl_event_elem_get_name() 1856 unsigned int snd_ctl_event_elem_get_index(const snd_ctl_event_t *obj) in snd_ctl_event_elem_get_index() [all …]
|
| /third_party/jerryscript/tests/jerry/ |
| D | object-get-own-property-descriptor.js | 15 var obj; variable 18 obj = { bar: 42 }; variable 26 obj = { "foo": "bar" }; variable 39 obj = { "0.00001": 1 }; variable 43 obj = { "123": 1 }; variable 47 obj = { "undefined": 1 }; variable 52 obj = { "0": 1 }; variable 56 obj = { "Hellobj": 42 }; variable 64 obj = { get foo() { return obj.bar; }, set foo(a) { obj.bar = a; }, bar: 0 }; variable
|
| D | array-prototype-sort.js | 63 var obj = {}; variable 73 var obj = { sort : Array.prototype.sort} variable 85 var obj = { sort : Array.prototype.sort, length : 1} variable 97 var obj = { sort : Array.prototype.sort, length : 2}; variable 120 var obj = {sort : Array.prototype.sort, '0' : 2, '1' : 1, length : 4}; variable 144 obj = { 'toString' : f }; variable 157 obj = { 'toString' : f }; variable
|
| D | regression-test-issue-3082.js | 15 var obj = { variable 24 var obj = { variable 31 var obj = { variable 39 var obj = { variable
|
| /third_party/typescript/tests/baselines/reference/ |
| D | asyncFunctionReturnType.js | 100 function fIndexedTypeForStringProp(obj) { argument 105 function fIndexedTypeForPromiseOfStringProp(obj) { argument 110 function fIndexedTypeForExplicitPromiseOfStringProp(obj) { argument 115 function fIndexedTypeForAnyProp(obj) { argument 120 function fIndexedTypeForPromiseOfAnyProp(obj) { argument 125 function fIndexedTypeForExplicitPromiseOfAnyProp(obj) { argument 130 function fGenericIndexedTypeForStringProp(obj) { argument 135 function fGenericIndexedTypeForPromiseOfStringProp(obj) { argument 140 function fGenericIndexedTypeForExplicitPromiseOfStringProp(obj) { argument 145 function fGenericIndexedTypeForAnyProp(obj) { argument [all …]
|
| D | extractInferenceImprovement.js | 17 const obj: StrNum = {} as any; constant 34 function getProperty2(obj, key) { argument 37 function getProperty3(obj, key) { argument 41 const obj = {}; constant
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/pynative/op_function/ |
| D | converter.cc | 28 std::shared_ptr<U> PyCast(const py::object &obj) { in PyCast() 32 BoolImmPtr ConvertBool(const py::object &obj) { in ConvertBool() 46 Int64ImmPtr ConvertInt(const py::object &obj) { in ConvertInt() 54 FP32ImmPtr ConvertFloat(const py::object &obj) { in ConvertFloat() 61 ScalarPtr ConvertNumber(const py::object &obj) { in ConvertNumber() 72 StringImmPtr ConvertStr(const py::object &obj) { in ConvertStr() 80 ValueTuplePtr ConvertList(const py::object &obj) { in ConvertList() 101 ValueTuplePtr ConvertIntList(const py::object &obj) { in ConvertIntList() 123 ValueTuplePtr ConvertList<py::tuple, py::int_, Int64Imm>(const py::object &obj) { in ConvertList() 128 ValueTuplePtr ConvertList<py::list, py::int_, Int64Imm>(const py::object &obj) { in ConvertList() [all …]
|
| /third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
| D | usb_obj.c | 47 int usbobj_init(struct usb_obj *obj, const char *name, in usbobj_init() 48 void (*release)(struct usb_obj *obj)) in usbobj_init() 68 int usbobj_add(struct usb_obj *obj, struct usb_obj *parent) in usbobj_add() 86 int usbobj_remove(struct usb_obj *obj) in usbobj_remove() 105 struct usb_obj *usbobj_find(struct usb_obj *obj, usbobj_match_t match, void *match_data) in usbobj_find() 130 void usbobj_get(struct usb_obj *obj) in usbobj_get() 138 static void usbobj_release_child(struct usb_obj *obj, void *data) in usbobj_release_child() 146 struct usb_obj *obj = container_of(ref, struct usb_obj, ref); in usbobj_release() local 171 void usbobj_put(struct usb_obj *obj) in usbobj_put() 179 void usbobj_for_each_child(struct usb_obj *obj, in usbobj_for_each_child()
|
| D | obj_res.c | 75 void objres_add(struct usb_obj *obj, void *res) in objres_add() 85 static struct obj_res *objres_find(struct usb_obj *obj, void *res) in objres_find() 101 int objres_remove(struct usb_obj *obj, void *res) in objres_remove() 117 void objres_release_all(struct usb_obj *obj) in objres_release_all() 131 void *usbm_malloc(struct usb_obj *obj, size_t size) in usbm_malloc() 150 void *usbm_zalloc(struct usb_obj *obj, size_t size) in usbm_zalloc() 162 void usbm_free(struct usb_obj *obj, void *p) in usbm_free() 178 char *usbm_strdup(struct usb_obj *obj, const char *s) in usbm_strdup()
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_compiler/ |
| D | utils.h | 29 static bool IsConst(const py::object &obj) { return IsAttrEnabled(obj, "const_arg"); } in IsConst() 32 static bool IsMutable(const py::object &obj) { return IsAttrEnabled(obj, "__ms_mutable__"); } in IsMutable() 35 …static bool IsDynamicLength(const py::object &obj) { return IsAttrEnabled(obj, "__ms_dynamic_len__… in IsDynamicLength() 39 …static bool IsTupleBroadenEnable(const py::object &obj) { return IsAttrEnabled(obj, "enable_tuple_… in IsTupleBroadenEnable() 42 static bool HasInit(const py::object &obj) { return IsAttrEnabled(obj, "has_init"); } in HasInit() 70 static bool IsAttrEnabled(const py::object &obj, const std::string &attr) { in IsAttrEnabled()
|
| /third_party/libabigail/tests/ |
| D | test-svg.cc | 14 svg obj("sa-base"); in main() local 23 svg obj("sa-A"); in main() local 42 svg obj("sa-B"); in main() local 59 svg obj("sa-C1"); in main() local 72 svg obj("sa-C2"); in main() local 89 svg obj("sa-C3"); in main() local 106 svg obj("sa-D1"); in main() local 125 svg obj("sa-D2"); in main() local 148 svg obj("sa-D2v"); in main() local 173 svg obj("sa-D3"); in main() local [all …]
|
| D | test-dot.cc | 14 dot obj("sa-base"); in main() local 24 dot obj("sa-A"); in main() local 35 dot obj("sa-B"); in main() local 46 dot obj("sa-D1"); in main() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/parse/ |
| D | data_converter.cc | 76 ValuePtr ConvertPyObject(const py::object &obj, bool use_sig, const TypePtr &dtype, in ConvertPyObject() 109 …: DataConvertFunc([convert_func](const py::object &obj, bool, const TypePtr &, const ValuePtrList … in ByTypeDataConvertFunc() 120 : DataConvertFunc([convert_func](const py::object &obj, bool, const TypePtr &dtype, in ByTypeDataConvertFunc() 125 : DataConvertFunc([convert_func](const py::object &obj, bool, const TypePtr &, in ByTypeDataConvertFunc() 133 …bool Matched(const py::object &obj) override { return check_func_ != nullptr ? check_func_(obj) : … in Matched() 144 …: DataConvertFunc([convert_func](const py::object &obj, bool, const TypePtr &, const ValuePtrList … in ByAttrDataConvertFunc() 159 bool Matched(const py::object &obj) override { in Matched() 172 …: DataConvertFunc([convert_func](const py::object &obj, bool, const TypePtr &, const ValuePtrList … in ByFuncDataConvertFunc() 184 …bool Matched(const py::object &obj) override { return match_func_ != nullptr ? match_func_(obj) : … in Matched() 190 FuncGraphPtr ConvertToBpropCut(const py::object &obj) { in ConvertToBpropCut() [all …]
|
| /third_party/jerryscript/tests/jerry/es2015/ |
| D | for-of.js | 24 function checkError (obj) { argument 65 var obj = { variable 71 var obj = { variable 79 var obj = { variable 86 var obj = { variable 104 var obj = { variable
|
| /third_party/vulkan-loader/loader/ |
| D | loader.h | 47 static inline void loader_set_dispatch(void *obj, const void *data) { *((const void **)obj) = data;… in loader_set_dispatch() 49 static inline VkLayerDispatchTable *loader_get_dispatch(const void *obj) { in loader_get_dispatch() 60 static inline struct loader_dev_dispatch_table *loader_get_dev_dispatch(const void *obj) { in loader_get_dev_dispatch() 64 static inline VkLayerInstanceDispatchTable *loader_get_instance_layer_dispatch(const void *obj) { in loader_get_instance_layer_dispatch() 68 static inline struct loader_instance_dispatch_table *loader_get_instance_dispatch(const void *obj) { in loader_get_instance_dispatch() 72 static inline void loader_init_dispatch(void *obj, const void *data) { in loader_init_dispatch()
|
| /third_party/flatbuffers/tests/ |
| D | native_type_test_impl.cpp | 6 Geometry::Vector3D Pack(const Native::Vector3D &obj) { in Pack() 10 const Native::Vector3D UnPack(const Geometry::Vector3D &obj) { in UnPack() 14 Geometry::Vector3DAlt PackVector3DAlt(const Native::Vector3D &obj) { in PackVector3DAlt() 18 const Native::Vector3D UnPackVector3DAlt(const Geometry::Vector3DAlt &obj) { in UnPackVector3DAlt()
|
| /third_party/typescript/src/testRunner/unittests/evaluation/ |
| D | autoAccessors.ts | 32 const obj = Object.create(C.prototype); constant 42 const obj = new C(); constant 56 const obj = new C(); constant 84 const obj = new C(); constant 110 const obj = new C(); constant
|
| /third_party/mesa3d/src/mesa/main/ |
| D | transformfeedback.c | 63 struct gl_transform_feedback_object *obj = data; in active_xfb_object_references_program() local 95 struct gl_transform_feedback_object *obj; in new_transform_feedback() local 110 struct gl_transform_feedback_object *obj) in delete_transform_feedback() 135 struct gl_transform_feedback_object *obj) in reference_transform_feedback_object() 200 struct gl_transform_feedback_object *obj = in delete_cb() local 247 struct gl_transform_feedback_object *obj) in compute_transform_feedback_buffer_sizes() 283 const struct gl_transform_feedback_object *obj, in _mesa_compute_max_transform_feedback_vertices() 334 struct gl_transform_feedback_object *obj; in begin_transform_feedback() local 486 struct gl_transform_feedback_object *obj) in end_transform_feedback() 532 struct gl_transform_feedback_object *obj; in _mesa_EndTransformFeedback() local [all …]
|
| /third_party/python/Modules/ |
| D | hashlib.h | 8 #define GET_BUFFER_VIEW_OR_ERROR(obj, viewp, erraction) do { \ argument 30 #define GET_BUFFER_VIEW_OR_ERROUT(obj, viewp) \ argument 43 #define ENTER_HASHLIB(obj) \ argument 51 #define LEAVE_HASHLIB(obj) \ argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/_extends/parse/ |
| D | parser.py | 152 def get_attr_from_object(obj, attr_name=None): argument 169 def check_attr_is_property(obj, attr_name): argument 190 def get_parse_method_of_class(obj, parse_method=None): argument 214 def get_bprop_method_of_class(obj, parse_method=None): argument 278 def generate_scope(obj): argument 284 def get_scope_name(obj): argument 291 def get_type(obj): argument 296 def get_object_key(obj): argument 349 def get_obj_id(obj): argument 354 def is_lambda_function(obj): argument [all …]
|
| /third_party/skia/m133/include/ports/ |
| D | SkCFObject.h | 24 template <typename T> static inline T SkCFSafeRetain(T obj) { in SkCFSafeRetain() 31 template <typename T> static inline void SkCFSafeRelease(T obj) { in SkCFSafeRelease() 61 explicit sk_cfp(T obj) { in sk_cfp() 134 T obj = fObject; in release() local 175 template <typename T> sk_cfp<T> sk_ret_cfp(T obj) { in sk_ret_cfp()
|
| /third_party/ffmpeg/libavutil/ |
| D | opt.c | 46 const AVOption *av_opt_next(const void *obj, const AVOption *last) in av_opt_next() 102 static int write_number(void *obj, const AVOption *o, void *dst, double num, int den, int64_t intnu… in write_number() 189 static int set_string_binary(void *obj, const AVOption *o, const char *val, uint8_t **dst) in set_string_binary() 223 static int set_string(void *obj, const AVOption *o, const char *val, uint8_t **dst) in set_string() 238 static int set_string_number(void *obj, void *target_obj, const AVOption *o, const char *val, void … in set_string_number() 331 static int set_string_image_size(void *obj, const AVOption *o, const char *val, int *dst) in set_string_image_size() 346 static int set_string_video_rate(void *obj, const AVOption *o, const char *val, AVRational *dst) in set_string_video_rate() 354 static int set_string_color(void *obj, const AVOption *o, const char *val, uint8_t *dst) in set_string_color() 376 static int set_string_bool(void *obj, const AVOption *o, const char *val, int *dst) in set_string_bool() 407 static int set_string_fmt(void *obj, const AVOption *o, const char *val, uint8_t *dst, in set_string_fmt() [all …]
|
| /third_party/alsa-lib/src/hwdep/ |
| D | hwdep.c | 381 int snd_hwdep_info_get_card(const snd_hwdep_info_t *obj) in snd_hwdep_info_get_card() 403 const char *snd_hwdep_info_get_id(const snd_hwdep_info_t *obj) in snd_hwdep_info_get_id() 414 const char *snd_hwdep_info_get_name(const snd_hwdep_info_t *obj) in snd_hwdep_info_get_name() 425 snd_hwdep_iface_t snd_hwdep_info_get_iface(const snd_hwdep_info_t *obj) in snd_hwdep_info_get_iface() 436 void snd_hwdep_info_set_device(snd_hwdep_info_t *obj, unsigned int val) in snd_hwdep_info_set_device() 577 unsigned int snd_hwdep_dsp_status_get_version(const snd_hwdep_dsp_status_t *obj) in snd_hwdep_dsp_status_get_version() 588 const char *snd_hwdep_dsp_status_get_id(const snd_hwdep_dsp_status_t *obj) in snd_hwdep_dsp_status_get_id() 599 unsigned int snd_hwdep_dsp_status_get_num_dsps(const snd_hwdep_dsp_status_t *obj) in snd_hwdep_dsp_status_get_num_dsps() 621 unsigned int snd_hwdep_dsp_status_get_chip_ready(const snd_hwdep_dsp_status_t *obj) in snd_hwdep_dsp_status_get_chip_ready() 682 unsigned int snd_hwdep_dsp_image_get_index(const snd_hwdep_dsp_image_t *obj) in snd_hwdep_dsp_image_get_index() [all …]
|