Home
last modified time | relevance | path

Searched defs:raw (Results 51 - 75 of 301) sorted by relevance

12345678910>>...13

/foundation/communication/nfc/interfaces/inner_api/cardEmulation/
H A Dhce_service.cpp76 int HceService::SendRawFrame(std::string hexCmdData, bool raw, std::string &hexRespData) in SendRawFrame() argument
/foundation/communication/nfc/test/fuzztest/services_test/cardemulation_test/hceservice/hceservice_fuzzer/
H A Dhceservice_fuzzer.cpp83 bool raw = data[0] % INT_TO_BOOL_DIVISOR; in FuzzSendRawFrame() local
/foundation/communication/nfc/test/unittest/services/hce_session_test/
H A Dhce_session_test.cpp95 bool raw = false; in HWTEST_F() local
113 bool raw = false; in HWTEST_F() local
/foundation/communication/nfc/test/unittest/services/host_card_emulation_manager_test/
H A Dhost_card_emulation_manager_test.cpp147 bool raw = false; in HWTEST_F() local
167 bool raw = false; in HWTEST_F() local
/third_party/ffmpeg/libavformat/
H A Drawdec.c38 FFRawDemuxerContext *raw = s->priv_data; in ff_raw_read_partial_packet() local
/third_party/ffmpeg/tests/fate/
H A Dimage.mak[all...]
/third_party/node/deps/v8/src/objects/
H A Dinternal-index.h22 explicit constexpr InternalIndex(size_t raw) : entry_(raw) {} in InternalIndex() argument
H A Dmanaged.h55 V8_INLINE CppType* raw() { return GetSharedPtrPtr()->get(); } in raw() function in v8::internal::Managed
/third_party/node/deps/openssl/openssl/crypto/pem/
H A Dpem_info.c65 unsigned int i, raw, ptype; in STACK_OF() local
/third_party/rust/crates/io-lifetimes/src/
H A Dlib.rs164 pub mod raw; modules
/third_party/openssl/crypto/pem/
H A Dpem_info.c65 unsigned int i, raw, ptype; in STACK_OF() local
/third_party/skia/src/sfnt/
H A DSkOTTable_gasp.h60 } raw; member
/third_party/vk-gl-cts/framework/common/
H A DtcuBilinearImageCompare.cpp63 deUint32 raw = readRGBA8Raw(src, x, y); in readRGBA8() local
/third_party/zlib/examples/
H A Dfitblk.c76 unsigned char raw[RAWLEN]; in partcompress() local
99 unsigned char raw[RAWLEN]; in recompress() local
/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dattributes_test.cpp298 const std::vector<uint8_t> raw = {0, 0, 0, 0, 1, 0, 0, 0, 1, 2, 0, 0, 0, 20, 0, 0, 0, 1, 0, 0, 0, 3, 0, 0, 0, 5, 0, in HWTEST_F() local
357 const std::vector<uint8_t> raw = {0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 4, 0, 0, 0, 255, in HWTEST_F() local
/foundation/communication/nfc/services/src/ipc/card_emulation/
H A Dhce_session_stub.cpp112 bool raw = data.ReadBool(); in HandleSendRawFrame() local
257 int HceSessionStub::SendRawFrame(std::string hexCmdData, bool raw, std::string &hexRespData) in SendRawFrame() argument
H A Dhce_session.cpp91 int HceSession::SendRawFrameByToken(std::string hexCmdData, bool raw, std::string &hexRespData, in SendRawFrameByToken() argument
/foundation/communication/nfc/test/fuzztest/tags_test/basictagsession/basictagsession_fuzzer/
H A Dbasictagsession_fuzzer.cpp74 bool raw = (data[1]) % 2 == 1; in FuzzSendCommand() local
/foundation/communication/nfc/interfaces/inner_api/tags/
H A Dbasic_tag_session.cpp133 SendCommand(std::string& hexCmdData, bool raw, std::string &hexRespData) SendCommand() argument
/foundation/communication/nfc/test/unittest/services/ce_service_test/
H A Dce_service_test.cpp83 bool raw = false; in HWTEST_F() local
101 bool raw = false; in HWTEST_F() local
/foundation/filemanagement/storage_service/services/storage_daemon/include/libfscrypt/
H A Dkey_control.h61 char raw[EXT4_MAX_KEY_SIZE]; member
72 uint8_t raw[FSCRYPT_MAX_KEY_SIZE]; member
/third_party/ffmpeg/libavcodec/
H A Deacmv.c95 const uint8_t *raw = buf + (s->avctx->width*s->avctx->height/16); in cmv_decode_inter() local
[all...]
H A Drscc.c157 const uint8_t *pixels, *raw; in rscc_decode_frame() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DTimeArrayTimeZoneRule.java158 private long getUTC(long time, int raw, int dst) { in getUTC() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DTimeArrayTimeZoneRule.java149 private long getUTC(long time, int raw, int dst) { in getUTC() argument

Completed in 14 milliseconds

12345678910>>...13