Home
last modified time | relevance | path

Searched defs:self (Results 426 - 450 of 715) sorted by relevance

1...<<11121314151617181920>>...29

/base/security/device_security_level/test/dslm_fuzz_test/dslm_fuzzer/
H A Ddslm_fuzzer.cpp132 static DeviceIdentify self = {0, {0}}; in ServiceTest() local
168 static DeviceIdentify self = {0, {0}}; in MessengerSendMsgToTest() local
/base/telephony/core_service/services/sim/src/
H A Dicc_operator_privilege_controller.cpp194 auto self = this->shared_from_this(); in Init() local
/base/telephony/telephony_data/pdp_profile/src/
H A Dpdp_profile_ability.cpp57 auto self = new PdpProfileAbility(); in Create() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_gesture_ffi.cpp356 auto self = FFIData::GetData<NativePanGestureOption>(selfID); in FfiOHOSAceFrameworkPanGestureOptionsSetFingers() local
369 auto self = FFIData::GetData<NativePanGestureOption>(selfID); in FfiOHOSAceFrameworkPanGestureOptionsSetDirection() local
379 auto self = FFIData::GetData<NativePanGestureOption>(selfID); in FfiOHOSAceFrameworkPanGestureOptionsSetDistance() local
/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dhdi_codec_adapter.cpp53 int32_t HdiCodecAdapter::EventHandler(CodecCallbackType* self, OMX_EVENTTYPE event, EventInfo* info) in EventHandler() argument
64 int32_t HdiCodecAdapter::EmptyBufferDone(CodecCallbackType* self, int64_t appData, const OmxCodecBuffer* omxBuffer) in EmptyBufferDone() argument
77 int32_t HdiCodecAdapter::FillBufferDone(CodecCallbackType* self, int64_t appData, const OmxCodecBuffer* omxBuffer) in FillBufferDone() argument
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_result_set.cpp173 napi_value self = nullptr; in InnerInitialize() local
235 napi_value self = nullptr; in GetInnerResultSet() local
249 napi_value self = nullptr; in ParseInt32FieldByName() local
268 napi_value self = nullptr; ParseFieldByName() local
[all...]
H A Dnapi_rdb_store_helper.cpp262 ParserThis(const napi_env &env, const napi_value &self, std::shared_ptr<HelperRdbContext> context) ParserThis() argument
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_result_set.cpp82 napi_value self = nullptr; in Initialize() local
137 napi_value self = nullptr; in GetInnerResultSet() local
150 napi_value self = nullptr; in ParseInt32FieldByName() local
168 napi_value self = nullptr; ParseFieldByName() local
[all...]
/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/src/
H A Dnapi_preferences.cpp159 GetSelfInstance( napi_env env, napi_value self) GetSelfInstance() argument
[all...]
/foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/src/
H A Dnapi_preferences.cpp175 GetSelfInstance( napi_env env, napi_value self) GetSelfInstance() argument
589 RegisterDataObserver(napi_env env, size_t argc, napi_value *argv, napi_value self) RegisterDataObserver() argument
638 UnRegisterDataObserver(napi_env env, size_t argc, napi_value *argv, napi_value self) UnRegisterDataObserver() argument
[all...]
/third_party/libuv/src/win/
H A Dthread.c93 uv_thread_t self; member
/third_party/node/src/crypto/
H A Dcrypto_x509.cc480 Deserialize( Environment* env, Local<Context> context, std::unique_ptr<worker::TransferData> self) Deserialize() argument
/third_party/node/src/
H A Dhistogram.cc350 Deserialize( Environment* env, v8::Local<v8::Context> context, std::unique_ptr<worker::TransferData> self) Deserialize() argument
/third_party/musl/src/thread/linux/
H A Dpthread_create.c64 pthread_t self = __pthread_self(); in __pthread_reserve_signal_stack() local
74 pthread_t self = __pthread_self(); in __pthread_release_signal_stack() local
198 pthread_t self = __pthread_self(); in __pthread_exit() local
339 struct pthread *self = __pthread_self(); __do_cleanup_push() local
424 struct pthread *self, *new; __pthread_create() local
605 struct pthread *self = __pthread_self(); __pthread_list_find() local
[all...]
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_create.c64 pthread_t self = __pthread_self(); in __pthread_reserve_signal_stack() local
74 pthread_t self = __pthread_self(); in __pthread_release_signal_stack() local
146 pthread_t self = __pthread_self(); in __pthread_exit() local
275 struct pthread *self = __pthread_self(); __do_cleanup_push() local
360 struct pthread *self, *new; __pthread_create() local
541 struct pthread *self = __pthread_self(); __pthread_list_find() local
[all...]
/third_party/node/deps/brotli/c/enc/
H A Dhash_to_binary_tree_inc.h57 Initialize( HasherCommon* common, HashToBinaryTree* BROTLI_RESTRICT self, const BrotliEncoderParams* params) Initialize() argument
67 Prepare(HashToBinaryTree* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, size_t input_size, const uint8_t* BROTLI_RESTRICT data) Prepare() argument
91 LeftChildIndex( HashToBinaryTree* BROTLI_RESTRICT self, const size_t pos) LeftChildIndex() argument
97 RightChildIndex( HashToBinaryTree* BROTLI_RESTRICT self, const size_t pos) RightChildIndex() argument
113 StoreAndFindMatches( HashToBinaryTree* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t cur_ix, const size_t ring_buffer_mask, const size_t max_length, const size_t max_backward, size_t* const BROTLI_RESTRICT best_len, BackwardMatch* BROTLI_RESTRICT matches) StoreAndFindMatches() argument
201 FindAllMatches( HashToBinaryTree* BROTLI_RESTRICT self, const BrotliEncoderDictionary* dictionary, const uint8_t* BROTLI_RESTRICT data, const size_t ring_buffer_mask, const size_t cur_ix, const size_t max_length, const size_t max_backward, const size_t dictionary_distance, const BrotliEncoderParams* params, BackwardMatch* matches) FindAllMatches() argument
270 Store(HashToBinaryTree* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix) Store() argument
279 StoreRange(HashToBinaryTree* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix_start, const size_t ix_end) StoreRange() argument
297 StitchToPreviousBlock( HashToBinaryTree* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask) StitchToPreviousBlock() argument
[all...]
H A Dhash_forgetful_chain_inc.h83 Initialize( HasherCommon* common, HashForgetfulChain* BROTLI_RESTRICT self, const BrotliEncoderParams* params) Initialize() argument
92 Prepare( HashForgetfulChain* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, size_t input_size, const uint8_t* BROTLI_RESTRICT data) Prepare() argument
131 Store(HashForgetfulChain* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix) Store() argument
149 StoreRange( HashForgetfulChain* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix_start, const size_t ix_end) StoreRange() argument
159 StitchToPreviousBlock( HashForgetfulChain* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ring_buffer_mask) StitchToPreviousBlock() argument
173 PrepareDistanceCache( HashForgetfulChain* BROTLI_RESTRICT self, int* BROTLI_RESTRICT distance_cache) PrepareDistanceCache() argument
191 FindLongestMatch( HashForgetfulChain* BROTLI_RESTRICT self, const BrotliEncoderDictionary* dictionary, const uint8_t* BROTLI_RESTRICT data, const size_t ring_buffer_mask, const int* BROTLI_RESTRICT distance_cache, const size_t cur_ix, const size_t max_length, const size_t max_backward, const size_t dictionary_distance, const size_t max_distance, HasherSearchResult* BROTLI_RESTRICT out) FindLongestMatch() argument
[all...]
H A Dhash_longest_match_inc.h61 Initialize( HasherCommon* common, HashLongestMatch* BROTLI_RESTRICT self, const BrotliEncoderParams* params) Initialize() argument
78 Prepare( HashLongestMatch* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, size_t input_size, const uint8_t* BROTLI_RESTRICT data) Prepare() argument
108 Store( HashLongestMatch* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix) Store() argument
118 StoreRange(HashLongestMatch* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix_start, const size_t ix_end) StoreRange() argument
127 StitchToPreviousBlock( HashLongestMatch* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask) StitchToPreviousBlock() argument
141 PrepareDistanceCache( HashLongestMatch* BROTLI_RESTRICT self, int* BROTLI_RESTRICT distance_cache) PrepareDistanceCache() argument
158 FindLongestMatch( HashLongestMatch* BROTLI_RESTRICT self, const BrotliEncoderDictionary* dictionary, const uint8_t* BROTLI_RESTRICT data, const size_t ring_buffer_mask, const int* BROTLI_RESTRICT distance_cache, const size_t cur_ix, const size_t max_length, const size_t max_backward, const size_t dictionary_distance, const size_t max_distance, HasherSearchResult* BROTLI_RESTRICT out) FindLongestMatch() argument
[all...]
/third_party/node/deps/uv/src/win/
H A Dthread.c93 uv_thread_t self; member
/third_party/skia/src/gpu/effects/
H A DGrSkSLFP.cpp32 FPCallbacks(Impl* self, in FPCallbacks() argument
/third_party/skia/src/ports/
H A DSkFontMgr_config_parser.cpp307 find_family(FamilyData* self, const SkString& familyName) find_family() argument
418 FamilyData* self = static_cast<FamilyData*>(data); start_element_handler() local
441 FamilyData* self = static_cast<FamilyData*>(data); end_element_handler() local
471 FamilyData* self = static_cast<FamilyData*>(data); xml_entity_decl_handler() local
[all...]
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dhash_to_binary_tree_inc.h57 Initialize( HasherCommon* common, HashToBinaryTree* BROTLI_RESTRICT self, const BrotliEncoderParams* params) Initialize() argument
67 Prepare(HashToBinaryTree* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, size_t input_size, const uint8_t* BROTLI_RESTRICT data) Prepare() argument
91 LeftChildIndex( HashToBinaryTree* BROTLI_RESTRICT self, const size_t pos) LeftChildIndex() argument
97 RightChildIndex( HashToBinaryTree* BROTLI_RESTRICT self, const size_t pos) RightChildIndex() argument
113 StoreAndFindMatches( HashToBinaryTree* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t cur_ix, const size_t ring_buffer_mask, const size_t max_length, const size_t max_backward, size_t* const BROTLI_RESTRICT best_len, BackwardMatch* BROTLI_RESTRICT matches) StoreAndFindMatches() argument
201 FindAllMatches( HashToBinaryTree* BROTLI_RESTRICT self, const BrotliEncoderDictionary* dictionary, const uint8_t* BROTLI_RESTRICT data, const size_t ring_buffer_mask, const size_t cur_ix, const size_t max_length, const size_t max_backward, const size_t dictionary_distance, const BrotliEncoderParams* params, BackwardMatch* matches) FindAllMatches() argument
270 Store(HashToBinaryTree* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix) Store() argument
279 StoreRange(HashToBinaryTree* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix_start, const size_t ix_end) StoreRange() argument
297 StitchToPreviousBlock( HashToBinaryTree* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask) StitchToPreviousBlock() argument
[all...]
H A Dhash_longest_match_inc.h61 Initialize( HasherCommon* common, HashLongestMatch* BROTLI_RESTRICT self, const BrotliEncoderParams* params) Initialize() argument
78 Prepare( HashLongestMatch* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, size_t input_size, const uint8_t* BROTLI_RESTRICT data) Prepare() argument
108 Store( HashLongestMatch* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix) Store() argument
118 StoreRange(HashLongestMatch* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix_start, const size_t ix_end) StoreRange() argument
127 StitchToPreviousBlock( HashLongestMatch* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask) StitchToPreviousBlock() argument
141 PrepareDistanceCache( HashLongestMatch* BROTLI_RESTRICT self, int* BROTLI_RESTRICT distance_cache) PrepareDistanceCache() argument
158 FindLongestMatch( HashLongestMatch* BROTLI_RESTRICT self, const BrotliEncoderDictionary* dictionary, const uint8_t* BROTLI_RESTRICT data, const size_t ring_buffer_mask, const int* BROTLI_RESTRICT distance_cache, const size_t cur_ix, const size_t max_length, const size_t max_backward, const size_t dictionary_distance, const size_t max_distance, HasherSearchResult* BROTLI_RESTRICT out) FindLongestMatch() argument
[all...]
H A Dhash_forgetful_chain_inc.h83 Initialize( HasherCommon* common, HashForgetfulChain* BROTLI_RESTRICT self, const BrotliEncoderParams* params) Initialize() argument
92 Prepare( HashForgetfulChain* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, size_t input_size, const uint8_t* BROTLI_RESTRICT data) Prepare() argument
131 Store(HashForgetfulChain* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix) Store() argument
149 StoreRange( HashForgetfulChain* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix_start, const size_t ix_end) StoreRange() argument
159 StitchToPreviousBlock( HashForgetfulChain* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ring_buffer_mask) StitchToPreviousBlock() argument
173 PrepareDistanceCache( HashForgetfulChain* BROTLI_RESTRICT self, int* BROTLI_RESTRICT distance_cache) PrepareDistanceCache() argument
191 FindLongestMatch( HashForgetfulChain* BROTLI_RESTRICT self, const BrotliEncoderDictionary* dictionary, const uint8_t* BROTLI_RESTRICT data, const size_t ring_buffer_mask, const int* BROTLI_RESTRICT distance_cache, const size_t cur_ix, const size_t max_length, const size_t max_backward, const size_t dictionary_distance, const size_t max_distance, HasherSearchResult* BROTLI_RESTRICT out) FindLongestMatch() argument
[all...]
/third_party/skia/third_party/externals/brotli/python/
H A D_brotli.cc151 static void brotli_Compressor_dealloc(brotli_Compressor* self) { in brotli_Compressor_dealloc() argument
161 brotli_Compressor *self; in brotli_Compressor_new() local
171 brotli_Compressor_init(brotli_Compressor *self, PyObject *args, PyObject *keywds) brotli_Compressor_init() argument
223 brotli_Compressor_process(brotli_Compressor *self, PyObject *args) brotli_Compressor_process() argument
271 brotli_Compressor_flush(brotli_Compressor *self) brotli_Compressor_flush() argument
311 brotli_Compressor_finish(brotli_Compressor *self) brotli_Compressor_finish() argument
437 brotli_Decompressor_dealloc(brotli_Decompressor* self) brotli_Decompressor_dealloc() argument
447 brotli_Decompressor *self; brotli_Decompressor_new() local
457 brotli_Decompressor_init(brotli_Decompressor *self, PyObject *args, PyObject *keywds) brotli_Decompressor_init() argument
492 brotli_Decompressor_process(brotli_Decompressor *self, PyObject *args) brotli_Decompressor_process() argument
539 brotli_Decompressor_is_finished(brotli_Decompressor *self) brotli_Decompressor_is_finished() argument
637 brotli_decompress(PyObject *self, PyObject *args, PyObject *keywds) brotli_decompress() argument
[all...]

Completed in 20 milliseconds

1...<<11121314151617181920>>...29