Home
last modified time | relevance | path

Searched defs:token (Results 151 - 175 of 525) sorted by relevance

12345678910>>...21

/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DPixelShader.cpp47 PixelShader::PixelShader(const unsigned long *token) : Shader() in PixelShader() argument
63 int PixelShader::validate(const unsigned long *const token) in validate() argument
[all...]
H A DVertexShader.cpp60 VertexShader::VertexShader(const unsigned long *token) : Shader() in VertexShader() argument
84 int VertexShader::validate(const unsigned long *const token) in validate() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_fixtures.h194 std::string token; in MATCHER_P() local
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dtoken_enc.c210 const token_t token = tokens[n]; in VP8EmitTokens() local
236 const token_t token = tokens[n]; in VP8EstimateTokenSize() local
[all...]
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dread.c67 getNextToken(UCHARBUF* buf, struct UString *token, uint32_t *linenumber, struct UString *comment, UErrorCode *status) getNextToken() argument
121 getStringToken(UCHARBUF* buf, UChar32 initialChar, struct UString *token, UErrorCode *status) getStringToken() argument
322 getNextChar(UCHARBUF* buf, UBool skipwhite, struct UString *token, UErrorCode *status) getNextChar() argument
379 seekUntilNewline(UCHARBUF* buf, struct UString *token, UErrorCode *status) seekUntilNewline() argument
397 seekUntilEndOfComment(UCHARBUF *buf, struct UString *token, UErrorCode *status) seekUntilEndOfComment() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocaleprioritylist.cpp23 int32_t hashLocale(const UHashTok token) { in hashLocale() argument
/third_party/toybox/kconfig/
H A Dlkc.h54 int token; member
/third_party/python/Lib/lib2to3/pgen2/
H A Dpgen.py5 from . import grammar, token, tokenize namespace
[all...]
/third_party/skia/modules/svg/src/
H A DSkSVGAttributeParser.cpp48 bool SkSVGAttributeParser::matchStringToken(const char* token, const char** newPos) const { in matchStringToken() argument
/third_party/spirv-tools/test/val/
H A Dval_fixtures.h202 std::string token; in MATCHER_P() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Deap_pwd_common.h45 u8 token[4]; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Deap_pwd_common.h45 u8 token[4]; member
/test/testfwk/arkxtest/uitest/test/
H A Dipc_transactor_test.cpp84 auto token = string("testInitConnection_#") + string(params.description); in TEST_P() local
121 constexpr string_view token = "testAapiTransaction"; in TEST() local
176 constexpr string_view token = "testHandleFdParam"; in TEST() local
229 constexpr string_view token = "testDetectConcurrentTransaction"; TEST() local
277 constexpr string_view token = "testServerDetectClientDeath"; TEST() local
[all...]
/test/testfwk/arkxtest/uitest/cj/
H A Duitest_ffi.cpp155 void CJ_InitConnection(char *token) in CJ_InitConnection() argument
/test/testfwk/arkxtest/uitest/server/
H A Dserver_main.cpp206 static int32_t StartDaemon(string_view token, int32_t argc, char *argv[]) in StartDaemon() argument
/test/xts/device_attest_lite/services/core/network/
H A Dattest_coap.c51 static int32_t CoapCreateToken(uint8_t token[], uint8_t* tkl) in CoapCreateToken() argument
66 static int32_t CoapAddToken(CoapPacket* pkt, const CoapBuffer* token, CoapRWBuffer* buf) in CoapAddToken() argument
378 CoapEncode(CoapPacket* pkt, const CoapPacketParam* param, const CoapBuffer* token, const CoapBuffer* payload, CoapRWBuffer* outBuf) CoapEncode() argument
448 uint8_t token[PKT_TOKEN_LEN] = {0}; CoapBuildMessage() local
[all...]
/test/xts/hats/kernel/accesstokenid/
H A Daccesstokenid_test.cpp90 static int GetTokenid(unsigned long long *token) in GetTokenid() argument
109 static int SetTokenid(unsigned long long *token) in SetTokenid() argument
166 static void GetCurToken(unsigned long long *token, unsigned long long *ftoken) in GetCurToken() argument
234 unsigned long long token = INVAL_TOKEN; in HWTEST_F() local
254 unsigned long long token in HWTEST_F() local
290 unsigned long long token = INVAL_TOKEN; HWTEST_F() local
332 unsigned long long token = INVAL_TOKEN; HWTEST_F() local
452 unsigned long long token; HWTEST_F() local
504 unsigned long long token = INVAL_TOKEN; HWTEST_F() local
[all...]
/third_party/elfutils/libdw/
H A Ddwarf_getmacros.c478 offset_from_token (ptrdiff_t token, bool *accept_0xffp) in offset_from_token() argument
516 dwarf_getmacros_off(Dwarf *dbg, Dwarf_Off macoff, int (*callback) (Dwarf_Macro *, void *), void *arg, ptrdiff_t token) dwarf_getmacros_off() argument
537 dwarf_getmacros(Dwarf_Die *cudie, int (*callback) (Dwarf_Macro *, void *), void *arg, ptrdiff_t token) dwarf_getmacros() argument
[all...]
/third_party/f2fs-tools/fsck/
H A Dmain.c236 char *token; in f2fs_parse_options() local
539 char *token; in f2fs_parse_options() local
611 char *token; f2fs_parse_options() local
[all...]
/third_party/curl/lib/
H A Dsetopt.c173 const char *token = str; in protocol2num() local
/third_party/glslang/glslang/MachineIndependent/
H A DScan.cpp824 int TScanContext::tokenize(TPpContext* pp, TParserToken& token) in tokenize() argument
829 int token = pp->tokenize(ppToken); in tokenize() local
908 int token in tokenize() local
[all...]
/third_party/glslang/glslang/MachineIndependent/preprocessor/
H A DPpScanner.cpp1227 int token = scanToken(&ppToken); tokenize() local
1309 tokenPaste(int token, TPpToken& ppToken) tokenPaste() argument
[all...]
/third_party/gn/src/base/strings/
H A Dstring_tokenizer.h143 str token() const { return str(token_begin_, token_end_); } in token() function in base::StringTokenizerT
/third_party/backends/backend/
H A Depsonds-cmd.c27 esci2_parse_block(char *buf, int len, void *userdata, SANE_Status (*cb)(void *userdata, char *token, int len)) in esci2_parse_block() argument
234 static SANE_Status esci2_cmd_simple(epsonds_scanner* s, char *cmd, SANE_Status (*cb)(void *userdata, char *token, int len)) in esci2_cmd_simple() argument
331 static void debug_token(int level, const char *func, char *token, int len) in debug_token() argument
342 static SANE_Status info_cb(void *userdata, char *token, int len) in info_cb() argument
129 esci2_cmd(epsonds_scanner* s, char *cmd, size_t len, char *payload, size_t plen, void *userdata, SANE_Status (*cb)(void *userdata, char *token, int len)) esci2_cmd() argument
636 capa_cb(void *userdata, char *token, int len) capa_cb() argument
783 stat_cb(void *userdata, char *token, int len) stat_cb() argument
815 resa_cb(void *userdata, char *token, int len) resa_cb() argument
835 para_cb(void *userdata, char *token, int len) para_cb() argument
871 img_cb(void *userdata, char *token, int len) img_cb() argument
[all...]
/third_party/alsa-utils/topology/
H A Dpre-process-class.c215 const char *token; in tplg_class_get_attribute_token_ref() local

Completed in 17 milliseconds

12345678910>>...21