| /third_party/python/Modules/_decimal/ |
| H A D | _decimal.c | 5832 PyObject *obj = NULL; in PyInit__decimal() local [all...] |
| /third_party/python/Python/ |
| H A D | Python-ast.c | 1012 static int obj2ast_object(struct ast_state *Py_UNUSED(state), PyObject* obj, PyObject** out, PyArena* arena) in obj2ast_object() argument 1027 static int obj2ast_constant(struct ast_state *Py_UNUSED(state), PyObject* obj, PyObject** out, PyArena* arena) in obj2ast_constant() argument 1038 obj2ast_identifier(struct ast_state *state, PyObject* obj, PyObject** out, PyArena* arena) obj2ast_identifier() argument 1047 obj2ast_string(struct ast_state *state, PyObject* obj, PyObject** out, PyArena* arena) obj2ast_string() argument 1056 obj2ast_int(struct ast_state* Py_UNUSED(state), PyObject* obj, int* out, PyArena* arena) obj2ast_int() argument 5474 obj2ast_mod(struct ast_state *state, PyObject* obj, mod_ty* out, PyArena* arena) obj2ast_mod() argument 5725 obj2ast_stmt(struct ast_state *state, PyObject* obj, stmt_ty* out, PyArena* arena) obj2ast_stmt() argument 8142 obj2ast_expr(struct ast_state *state, PyObject* obj, expr_ty* out, PyArena* arena) obj2ast_expr() argument 9903 obj2ast_expr_context(struct ast_state *state, PyObject* obj, expr_context_ty* out, PyArena* arena) obj2ast_expr_context() argument 9938 obj2ast_boolop(struct ast_state *state, PyObject* obj, boolop_ty* out, PyArena* arena) obj2ast_boolop() argument 9965 obj2ast_operator(struct ast_state *state, PyObject* obj, operator_ty* out, PyArena* arena) obj2ast_operator() argument 10080 obj2ast_unaryop(struct ast_state *state, PyObject* obj, unaryop_ty* out, PyArena* arena) obj2ast_unaryop() argument 10123 obj2ast_cmpop(struct ast_state *state, PyObject* obj, cmpop_ty* out, PyArena* arena) obj2ast_cmpop() argument 10214 obj2ast_comprehension(struct ast_state *state, PyObject* obj, comprehension_ty* out, PyArena* arena) obj2ast_comprehension() argument 10319 obj2ast_excepthandler(struct ast_state *state, PyObject* obj, excepthandler_ty* out, PyArena* arena) obj2ast_excepthandler() argument 10497 obj2ast_arguments(struct ast_state *state, PyObject* obj, arguments_ty* out, PyArena* arena) obj2ast_arguments() argument 10737 obj2ast_arg(struct ast_state *state, PyObject* obj, arg_ty* out, PyArena* arena) obj2ast_arg() argument 10876 obj2ast_keyword(struct ast_state *state, PyObject* obj, keyword_ty* out, PyArena* arena) obj2ast_keyword() argument 10998 obj2ast_alias(struct ast_state *state, PyObject* obj, alias_ty* out, PyArena* arena) obj2ast_alias() argument 11120 obj2ast_withitem(struct ast_state *state, PyObject* obj, withitem_ty* out, PyArena* arena) obj2ast_withitem() argument 11169 obj2ast_match_case(struct ast_state *state, PyObject* obj, match_case_ty* out, PyArena* arena) obj2ast_match_case() argument 11256 obj2ast_pattern(struct ast_state *state, PyObject* obj, pattern_ty* out, PyArena* arena) obj2ast_pattern() argument 11837 obj2ast_type_ignore(struct ast_state *state, PyObject* obj, type_ignore_ty* out, PyArena* arena) obj2ast_type_ignore() argument 12383 PyAST_Check(PyObject* obj) PyAST_Check() argument [all...] |
| /third_party/python/Objects/ |
| H A D | longobject.c | 533 PyLong_AsLong(PyObject *obj) in PyLong_AsLong() argument 550 _PyLong_AsInt(PyObject *obj) in _PyLong_AsInt() argument 1427 _PyLong_UnsignedShort_Converter(PyObject *obj, void *ptr) in _PyLong_UnsignedShort_Converter() argument 1449 _PyLong_UnsignedInt_Converter(PyObject *obj, void *ptr) in _PyLong_UnsignedInt_Converter() argument 1471 _PyLong_UnsignedLong_Converter(PyObject *obj, void *ptr) _PyLong_UnsignedLong_Converter() argument 1488 _PyLong_UnsignedLongLong_Converter(PyObject *obj, void *ptr) _PyLong_UnsignedLongLong_Converter() argument 1505 _PyLong_Size_t_Converter(PyObject *obj, void *ptr) _PyLong_Size_t_Converter() argument 2092 _PyLong_Format(PyObject *obj, int base) _PyLong_Format() argument 2106 _PyLong_FormatWriter(_PyUnicodeWriter *writer, PyObject *obj, int base, int alternate) _PyLong_FormatWriter() argument 2119 _PyLong_FormatBytesWriter(_PyBytesWriter *writer, char *str, PyObject *obj, int base, int alternate) _PyLong_FormatBytesWriter() argument [all...] |
| H A D | dictobject.c | 4741 dictkeys_contains(_PyDictViewObject *dv, PyObject *obj) in dictkeys_contains() argument 5152 dictitems_contains(_PyDictViewObject *dv, PyObject *obj) in dictitems_contains() argument 5349 init_inline_values(PyObject *obj, PyTypeObject *tp) in init_inline_values() argument 5376 _PyObject_InitializeDict(PyObject *obj) _PyObject_InitializeDict() argument 5423 _PyObject_MakeDictFromInstanceAttributes(PyObject *obj, PyDictValues *values) _PyObject_MakeDictFromInstanceAttributes() argument 5432 _PyObject_StoreInstanceAttribute(PyObject *obj, PyDictValues *values, PyObject *name, PyObject *value) _PyObject_StoreInstanceAttribute() argument 5492 _PyObject_GetInstanceAttribute(PyObject *obj, PyDictValues *values, PyObject *name) _PyObject_GetInstanceAttribute() argument 5508 _PyObject_IsInstanceDictEmpty(PyObject *obj) _PyObject_IsInstanceDictEmpty() argument 5589 PyObject_GenericGetDict(PyObject *obj, void *context) PyObject_GenericGetDict() argument [all...] |
| H A D | exceptions.c | 2259 PyObject *obj = NULL; in AttributeError_init() local 2612 PyObject *obj = PyUnicode_FromString(value); set_unicodefromstring() local 2653 PyObject *obj = get_unicode(((PyUnicodeErrorObject *)exc)->object, PyUnicodeEncodeError_GetStart() local 2672 PyObject *obj = get_string(((PyUnicodeErrorObject *)exc)->object, "object"); PyUnicodeDecodeError_GetStart() local 2721 PyObject *obj = get_unicode(((PyUnicodeErrorObject *)exc)->object, PyUnicodeEncodeError_GetEnd() local 2740 PyObject *obj = get_string(((PyUnicodeErrorObject *)exc)->object, "object"); PyUnicodeDecodeError_GetEnd() local [all...] |
| /third_party/python/Modules/_ctypes/ |
| H A D | _ctypes.c | 224 PyObject *obj; in PyDict_SetItemProxy() local 453 PyObject *obj; in StructUnionType_paramfunc() local 613 PyObject *obj; CDataType_from_buffer() local 743 PyObject *obj; CDataType_in_dll() local 2953 PyCData_MallocBuffer(CDataObject *obj, StgDictObject *dict) PyCData_MallocBuffer() argument 3057 _ctypes_simple_instance(PyObject *obj) _ctypes_simple_instance() argument 3220 CDataObject *obj; GenericPyCData_new() local 3516 _get_name(PyObject *obj, const char **pname) _get_name() argument 3548 PyObject *obj; PyCFuncPtr_FromDll() local 3800 _byref(PyObject *obj) _byref() argument 5610 CDataObject *obj = (CDataObject *)src; cast() local [all...] |
| /third_party/selinux/libsepol/cil/src/ |
| H A D | cil_internal.h | 575 struct cil_class *obj; member 589 struct cil_class *obj; member 630 struct cil_class *obj; member 646 struct cil_class *obj; member 657 struct cil_class *obj; member
|
| H A D | cil_binary.c | 973 static int __cil_insert_type_rule(policydb_t *pdb, uint32_t kind, uint32_t src, uint32_t tgt, uint32_t obj, uint32_t res, struct cil_type_rule *cil_rule, cond_node_t *cond_node, enum cil_flavor cond_flavor) in __cil_insert_type_rule() argument 1344 static int __cil_insert_avrule(policydb_t *pdb, uint32_t kind, uint32_t src, uint32_t tgt, uint32_t obj, uint32_t data, cond_node_t *cond_node, enum cil_flavor cond_flavor) in __cil_insert_avrule() argument 1753 __cil_avrulex_ioctl_to_hashtable(hashtab_t h, uint16_t kind, uint32_t src, uint32_t tgt, uint32_t obj, ebitmap_t *xperms) __cil_avrulex_ioctl_to_hashtable() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | object_factory.cpp | 594 CloneProperties(const JSHandle<TaggedArray> &old, const JSHandle<JSTaggedValue> &env, const JSHandle<JSObject> &obj) CloneProperties() argument 795 JSHandle<JSPrimitiveRef> obj = JSHandle<JSPrimitiveRef>::Cast(NewJSObject(hclass)); NewJSPrimitiveRef() local 809 JSHandle<JSObject> obj = NewJSObject(hclass); NewJSArray() local 833 NewJSForinIterator(const JSHandle<JSTaggedValue> &obj, const JSHandle<JSTaggedValue> keys, const JSHandle<JSTaggedValue> cachedHclass) NewJSForinIterator() argument 962 JSHandle<JSArguments> obj = JSHandle<JSArguments>::Cast(NewJSObject(hclass)); NewJSArguments() local 1039 JSTaggedValue obj = reinterpret_cast<EcmaEntrypoint>(const_cast<void *>(method->GetNativePointer()))(info); NewJSError() local 1068 JSHandle<JSObject> obj; NewJSObjectByConstructor() local 1104 JSHandle<JSObject> obj; NewJSObjectByConstructor() local 1145 JSHandle<JSObject> obj; NewJSObjectByConstructor() local 1164 JSHandle<JSObject> obj = NewJSObject(jshclass); NewJSObjectWithInit() local 1169 InitializeJSObject(const JSHandle<JSObject> &obj, const JSHandle<JSHClass> &jshclass) InitializeJSObject() argument 1730 InitializeExtraProperties(const JSHandle<JSHClass> &hclass, TaggedObject *obj, uint32_t inobjPropCount) InitializeExtraProperties() argument 2285 JSHandle<JSPrimitiveRef> obj; NewJSString() local 2344 JSHandle<JSSymbol> obj = NewJSSymbol(); NewPrivateSymbol() local 2396 JSHandle<JSSymbol> obj = NewPublicSymbol(name); NewSymbolWithTable() local 3125 JSHandle<JSObject> obj = NewJSObject(hclass); NewModuleNamespace() local 3139 JSHandle<JSObject> obj = NewJSObject(hclass); NewNativeModuleFailureInfo() local 3985 JSHandle<JSObject> obj = NewOldSpaceJSObject(hclass); NewOldSpaceObjLiteralByHClass() local 4014 TaggedObject *obj = heap_->AllocateMachineCodeObject( NewMachineCodeObject() local 4024 TaggedObject *obj = heap_->AllocateMachineCodeObject( NewMachineCodeObject() local 4030 SetMachineCodeObjectData(TaggedObject *obj, size_t length, const MachineCodeDesc &desc, JSHandle<Method> &method) SetMachineCodeObjectData() argument 4298 JSHandle<JSAPIArrayList> obj = JSHandle<JSAPIArrayList>(NewJSObjectByConstructor(builtinObj)); NewJSAPIArrayList() local 4320 NewJSAPILightWeightMapIterator( const JSHandle<JSAPILightWeightMap> &obj, IterationKind kind) NewJSAPILightWeightMapIterator() argument 4336 NewJSAPILightWeightSetIterator( const JSHandle<JSAPILightWeightSet> &obj, IterationKind kind) NewJSAPILightWeightSetIterator() argument 4356 JSHandle<JSAPIPlainArray> obj = JSHandle<JSAPIPlainArray>(NewJSObjectByConstructor(builtinObj)); NewJSAPIPlainArray() local 4510 JSHandle<JSAPIVector> obj = JSHandle<JSAPIVector>(NewJSObjectByConstructor(builtinObj)); NewJSAPIVector() local 4535 JSHandle<JSAPIBitVector> obj = JSHandle<JSAPIBitVector>(NewJSObjectByConstructor(builtinObj)); NewJSAPIBitVector() local [all...] |
| /base/web/webview/interfaces/kits/napi/webviewcontroller/ |
| H A D | napi_webview_controller.cpp | 126 napi_value obj = nullptr; in GetArrayValueType() local 238 napi_value obj = nullptr; in ParseHttpHeaders() local 2923 napi_value obj = nullptr; LoadUrlWithHttpHeaders() local 4161 SetCustomizeScheme(napi_env env, napi_value obj, Scheme& scheme) SetCustomizeScheme() argument 4211 napi_value obj = nullptr; CustomizeSchemesArrayDataHandler() local 4597 napi_value obj = nullptr; PrefetchPageWithHttpHeaders() local 4772 napi_value obj = argv[0]; SetDownloadDelegate() local 5089 ParseWebPrintAttrParams(napi_env env, napi_value obj, PrintAttributesAdapter& printAttr) ParseWebPrintAttrParams() argument 5316 napi_value obj = argv[1]; SetWebSchemeHandler() local 5364 napi_value obj = argv[1]; SetServiceWorkerWebSchemeHandler() local 5892 napi_value obj = nullptr; AddResourcesToMemoryCache() local [all...] |
| /device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_vop.c | 1644 struct drm_gem_object *obj, *uv_obj; in vop_plane_atomic_check() local 1806 struct drm_gem_object *obj; in vop_plane_atomic_update() local 2218 struct drm_mode_object *obj in vop_atomic_plane_get_property() local 2372 struct drm_gem_object *obj; vop_plane_info_dump() local 3228 struct drm_gem_object *obj; vop_afbdc_atomic_check() local [all...] |
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| H A D | bcmutils.c | 2099 void *obj; member 2203 bcm_object_trace_opr(void *obj, uint32 opt, const char *caller, int line) in bcm_object_trace_opr() argument 2322 bcm_object_trace_upd(void *obj, void *obj_new) bcm_object_trace_upd() argument 2351 bcm_object_trace_chk(void *obj, uint32 chksn, uint32 sn, const char *caller, int line) bcm_object_trace_chk() argument 2411 bcm_object_feature_set(void *obj, uint32 type, uint32 value) bcm_object_feature_set() argument 2450 bcm_object_feature_get(void *obj, uint32 type, uint32 value) bcm_object_feature_get() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
| H A D | text_pattern.cpp | 240 auto obj = item->GetSpanResultObject(start, end); in GetSpansInfoInStyledString() local
|
| /test/xts/acts/arkui/ace_napi_test_es/entry/src/main/cpp/napi/ |
| H A D | napi_test.cpp | 1216 napi_value obj;
in NapiCreateSendableObject() local 3787 napi_value obj = nullptr;
in NapiSerialize() local 3845 napi_value obj = nullptr; NapiDeleteSerializationData() local [all...] |
| /third_party/ffmpeg/fftools/ |
| H A D | ffprobe.c | 532 static void *writer_child_next(void *obj, void *prev) in writer_child_next() argument
|
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm.c | 3997 void snd_pcm_access_mask_free(snd_pcm_access_mask_t *obj) in snd_pcm_access_mask_free() argument 4099 void snd_pcm_format_mask_free(snd_pcm_format_mask_t *obj) in snd_pcm_format_mask_free() argument 4202 void snd_pcm_subformat_mask_free(snd_pcm_subformat_mask_t *obj) in snd_pcm_subformat_mask_free() argument 4305 snd_pcm_hw_params_free(snd_pcm_hw_params_t *obj) snd_pcm_hw_params_free() argument 6425 snd_pcm_sw_params_free(snd_pcm_sw_params_t *obj) snd_pcm_sw_params_free() argument 6982 snd_pcm_status_free(snd_pcm_status_t *obj) snd_pcm_status_free() argument 7003 snd_pcm_status_get_state(const snd_pcm_status_t *obj) snd_pcm_status_get_state() argument 7018 snd_pcm_status_get_trigger_tstamp(const snd_pcm_status_t *obj, snd_timestamp_t *ptr) snd_pcm_status_get_trigger_tstamp() argument 7035 snd_pcm_status_get_trigger_htstamp(const snd_pcm_status_t *obj, snd_htimestamp_t *ptr) snd_pcm_status_get_trigger_htstamp() argument 7050 snd_pcm_status_get_tstamp(const snd_pcm_status_t *obj, snd_timestamp_t *ptr) snd_pcm_status_get_tstamp() argument 7063 snd_pcm_status_get_htstamp(const snd_pcm_status_t *obj, snd_htimestamp_t *ptr) snd_pcm_status_get_htstamp() argument 7078 snd_pcm_status_get_audio_htstamp(const snd_pcm_status_t *obj, snd_htimestamp_t *ptr) snd_pcm_status_get_audio_htstamp() argument 7090 snd_pcm_status_get_driver_htstamp(const snd_pcm_status_t *obj, snd_htimestamp_t *ptr) snd_pcm_status_get_driver_htstamp() argument 7101 snd_pcm_status_get_audio_htstamp_report(const snd_pcm_status_t *obj, snd_pcm_audio_tstamp_report_t *audio_tstamp_report) snd_pcm_status_get_audio_htstamp_report() argument 7115 snd_pcm_status_set_audio_htstamp_config(snd_pcm_status_t *obj, snd_pcm_audio_tstamp_config_t *audio_tstamp_config) snd_pcm_status_set_audio_htstamp_config() argument 7132 snd_pcm_status_get_delay(const snd_pcm_status_t *obj) snd_pcm_status_get_delay() argument 7142 snd_pcm_status_get_avail(const snd_pcm_status_t *obj) snd_pcm_status_get_avail() argument 7154 snd_pcm_status_get_avail_max(const snd_pcm_status_t *obj) snd_pcm_status_get_avail_max() argument 7164 snd_pcm_status_get_overrange(const snd_pcm_status_t *obj) snd_pcm_status_get_overrange() argument 7197 snd_pcm_info_free(snd_pcm_info_t *obj) snd_pcm_info_free() argument 7218 snd_pcm_info_get_device(const snd_pcm_info_t *obj) snd_pcm_info_get_device() argument 7229 snd_pcm_info_get_subdevice(const snd_pcm_info_t *obj) snd_pcm_info_get_subdevice() argument 7240 snd_pcm_info_get_stream(const snd_pcm_info_t *obj) snd_pcm_info_get_stream() argument 7251 snd_pcm_info_get_card(const snd_pcm_info_t *obj) snd_pcm_info_get_card() argument 7262 snd_pcm_info_get_id(const snd_pcm_info_t *obj) snd_pcm_info_get_id() argument 7273 snd_pcm_info_get_name(const snd_pcm_info_t *obj) snd_pcm_info_get_name() argument 7284 snd_pcm_info_get_subdevice_name(const snd_pcm_info_t *obj) snd_pcm_info_get_subdevice_name() argument 7295 snd_pcm_info_get_class(const snd_pcm_info_t *obj) snd_pcm_info_get_class() argument 7306 snd_pcm_info_get_subclass(const snd_pcm_info_t *obj) snd_pcm_info_get_subclass() argument 7317 snd_pcm_info_get_subdevices_count(const snd_pcm_info_t *obj) snd_pcm_info_get_subdevices_count() argument 7328 snd_pcm_info_get_subdevices_avail(const snd_pcm_info_t *obj) snd_pcm_info_get_subdevices_avail() argument 7339 snd_pcm_info_get_sync(const snd_pcm_info_t *obj) snd_pcm_info_get_sync() argument 7352 snd_pcm_info_set_device(snd_pcm_info_t *obj, unsigned int val) snd_pcm_info_set_device() argument 7363 snd_pcm_info_set_subdevice(snd_pcm_info_t *obj, unsigned int val) snd_pcm_info_set_subdevice() argument 7374 snd_pcm_info_set_stream(snd_pcm_info_t *obj, snd_pcm_stream_t val) snd_pcm_info_set_stream() argument [all...] |
| /third_party/googletest/googletest/test/ |
| H A D | gtest_unittest.cc | 5096 ConvertibleToAssertionResult obj; in TEST() local
|
| /third_party/googletest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 2081 MatchAndExplainImpl(std::false_type , const Class& obj, MatchResultListener* listener) const MatchAndExplainImpl() argument 2146 MatchAndExplainImpl(std::false_type , const Class& obj, MatchResultListener* listener) const MatchAndExplainImpl() argument
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | numfmtst.cpp | 7507 UObject *obj = new Locale(); in TestUFormattable() local
|
| /third_party/FatFs/source/ |
| H A D | ff.c | 1040 get_fat( FFOBJID* obj, DWORD clst ) get_fat() argument 1153 remove_chain( FFOBJID* obj, DWORD clst, DWORD pclst ) remove_chain() argument 1222 create_chain( FFOBJID* obj, DWORD clst ) create_chain() argument 2971 validate( FFOBJID* obj, FATFS** rfs ) validate() argument 4423 FFOBJID obj; fat_count_free_entries() local [all...] |
| /third_party/mesa3d/include/CL/ |
| H A D | cl2.hpp | 1758 Wrapper(const cl_type &obj, bool retainObject) : object_(obj) in Wrapper() argument 1873 Wrapper(const cl_type &obj, bool retainObject) : in Wrapper() argument
|
| /third_party/json/single_include/nlohmann/ |
| H A D | json.hpp | 4864 inline void from_json(const BasicJsonType& j, ConstructibleObjectType& obj) in from_json() argument 5673 inline void to_json(BasicJsonType& j, const CompatibleObjectType& obj) in to_json() argument 5679 to_json(BasicJsonType& j, typename BasicJsonType::object_t&& obj) to_json() argument [all...] |
| /third_party/mesa3d/src/broadcom/vulkan/ |
| H A D | v3dv_private.h | 1482 uint64_t obj; member
|
| /third_party/node/deps/v8/src/wasm/baseline/mips/ |
| H A D | liftoff-assembler-mips.h | 1792 void LiftoffAssembler::emit_smi_check(Register obj, Label* target, in emit_smi_check() argument
|
| /third_party/node/deps/v8/src/wasm/baseline/loong64/ |
| H A D | liftoff-assembler-loong64.h | 1773 void LiftoffAssembler::emit_smi_check(Register obj, Label* target, in emit_smi_check() argument
|