| /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
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | cloctst.c | 2839 UDateFormat *obj; in TestGetLocale() local 2863 UCalendar *obj; in TestGetLocale() local 2887 UNumberFormat *obj; TestGetLocale() local 2954 UBreakIterator *obj; TestGetLocale() local 2979 UCollator *obj; TestGetLocale() local [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | effect-control-linearizer.cc | 3528 Node* obj = node->InputAt(0); in LowerTypeOf() local 3540 Node* obj = node->InputAt(0); in LowerToBoolean() local
|
| /third_party/node/deps/v8/src/ast/ |
| H A D | ast.h | 1620 Expression* obj() const { return obj_; } in obj() function in v8::internal::final 1660 Property(Expression* obj, Expressio argument 3090 NewProperty(Expression* obj, Expression* key, int pos, bool optional_chain = false) NewProperty() argument [all...] |
| /third_party/node/deps/v8/src/heap/ |
| H A D | factory.cc | 638 HeapObject obj = in CreateCanonicalEmptySwissNameDictionary() local 2013 inline void InitEmbedderFields(i::JSObject obj, i::Object initial_value) { in InitEmbedderFields() argument 2508 void Factory::InitializeJSObjectFromMap(JSObject obj, Object properties, in InitializeJSObjectFromMap() argument 2523 void Factory::InitializeJSObjectBody(JSObject obj, Ma argument 3015 Handle<JSDataView> obj = Handle<JSDataView>::cast(NewJSArrayBufferView( NewJSDataView() local [all...] |
| H A D | mark-compact.cc | 2000 VisitObject(HeapObject obj) VisitObject() argument 2004 RevisitObject(HeapObject obj) RevisitObject() argument 3073 IsOnEvacuationCandidate(MaybeObject obj) IsOnEvacuationCandidate() argument 3240 typename TSlot::TObject obj = slot.Relaxed_Load(cage_base); UpdateSlot() local 3255 typename TSlot::TObject obj = slot.Relaxed_Load(cage_base); UpdateStrongSlot() local 3269 Object obj = slot.Relaxed_Load(code_cage_base); UpdateStrongCodeSlot() local [all...] |
| /third_party/node/deps/v8/src/execution/ |
| H A D | isolate.h | 2174 std::shared_ptr<icu::UMemory> obj; member
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | objects.cc | 1819 std::ostream& operator<<(std::ostream& os, const Object& obj) { in operator <<() argument 4035 Add(Isolate* isolate, Handle<ArrayList> array, Handle<Object> obj) Add() argument
|
| H A D | js-temporal-objects.cc | 1715 Handle<JSReceiver> obj = Handle<JSReceiver>::cast(temporal_calendar_like); in ToTemporalCalendar() local 2085 Handle<JSReceiver> obj = Handle<JSReceiver>::cast(temporal_time_zone_like); ToTemporalTimeZone() local [all...] |
| /third_party/node/deps/v8/src/parsing/ |
| H A D | preparser.h | 584 PreParserExpression NewProperty(const PreParserExpression& obj, in NewProperty() argument
|
| /third_party/node/deps/v8/src/wasm/baseline/x64/ |
| H A D | liftoff-assembler-x64.h | 2276 void LiftoffAssembler::emit_smi_check(Register obj, Label* target, in emit_smi_check() argument
|
| /third_party/node/deps/v8/src/wasm/baseline/riscv64/ |
| H A D | liftoff-assembler-riscv64.h | 1703 void LiftoffAssembler::emit_smi_check(Register obj, Label* target, in emit_smi_check() argument
|
| /third_party/node/deps/v8/src/wasm/baseline/mips64/ |
| H A D | liftoff-assembler-mips64.h | 2006 void LiftoffAssembler::emit_smi_check(Register obj, Label* target, in emit_smi_check() argument
|
| /third_party/skia/third_party/externals/libwebp/swig/ |
| H A D | libwebp_python_wrap.c | 1211 SWIG_Python_SetErrorObj(PyObject *errtype, PyObject *obj) SWIG_Python_SetErrorObj() argument 1239 SWIG_Python_SetConstant(PyObject *d, PyObject *public_interface, const char *name, PyObject *obj) SWIG_Python_SetConstant() argument 1253 SWIG_Python_SetConstant(PyObject *d, const char *name, PyObject *obj) SWIG_Python_SetConstant() argument 1267 SWIG_Python_AppendOutput(PyObject* result, PyObject* obj) SWIG_Python_AppendOutput() argument 1458 SwigPyClientData_New(PyObject* obj) SwigPyClientData_New() argument 1818 PyObject *obj = PyBool_FromLong(sobj->own); SwigPyObject_own() local 2224 SwigPyPacked_UnpackData(PyObject *obj, void *ptr, size_t size) SwigPyPacked_UnpackData() argument 2266 PyObject *obj; SWIG_Python_GetSwigThis() local 2330 SWIG_Python_AcquirePtr(PyObject *obj, int own) SWIG_Python_AcquirePtr() argument 2345 SWIG_Python_ConvertPtrAndOwn(PyObject *obj, void **ptr, swig_type_info *ty, int flags, int *own) SWIG_Python_ConvertPtrAndOwn() argument 2450 SWIG_Python_ConvertFunctionPtr(PyObject *obj, void **ptr, swig_type_info *ty) SWIG_Python_ConvertFunctionPtr() argument 2482 SWIG_Python_ConvertPacked(PyObject *obj, void *ptr, size_t sz, swig_type_info *ty) SWIG_Python_ConvertPacked() argument 2603 PyObject *obj[2]; SWIG_Python_InitShadowInstance() local 2741 SWIG_Python_DestroyModule(PyObject *obj) SWIG_Python_DestroyModule() argument 2802 PyObject *obj = PyDict_GetItem(cache, key); SWIG_Python_TypeQuery() local 2883 SWIG_Python_TypeError(const char *type, PyObject *obj) SWIG_Python_TypeError() argument 2922 SWIG_Python_MustGetPtr(PyObject *obj, swig_type_info *ty, int SWIGUNUSEDPARM(argnum), int flags) SWIG_Python_MustGetPtr() argument 2928 SWIG_Python_TypeError(SWIG_TypePrettyName(ty), obj); SWIG_Python_MustGetPtr() local 2938 SWIG_Python_NonDynamicSetAttr(PyObject *obj, PyObject *name, PyObject *value) SWIG_Python_NonDynamicSetAttr() argument 3064 SWIG_AsCharPtrAndSize(PyObject *obj, char** cptr, size_t* psize, int *alloc) SWIG_AsCharPtrAndSize() argument 3177 SWIG_AsVal_double(PyObject *obj, double *val) SWIG_AsVal_double() argument 3259 SWIG_AsVal_unsigned_SS_long(PyObject *obj, unsigned long *val) SWIG_AsVal_unsigned_SS_long() argument 3323 SWIG_AsVal_unsigned_SS_long_SS_long(PyObject *obj, unsigned long long *val) SWIG_AsVal_unsigned_SS_long_SS_long() argument 3363 SWIG_AsVal_size_t(PyObject * obj, size_t *val) SWIG_AsVal_size_t() argument 3556 SWIG_AsVal_int(PyObject * obj, int *val) SWIG_AsVal_int() argument 3610 SWIG_AsVal_float(PyObject * obj, float *val) SWIG_AsVal_float() argument 5416 PyObject *obj = 0; SWIG_Python_InstallConstants() local [all...] |