Home
last modified time | relevance | path

Searched defs:names (Results 276 - 300 of 397) sorted by relevance

1...<<111213141516

/third_party/curl/lib/
H A Dsmb.c383 static const char * const names[] = { in conn_state() local
406 static const char * const names[] = { in request_state() local
/third_party/curl/lib/vssh/
H A Dlibssh2.c311 static const char * const names[] = { in state() local
/third_party/glslang/glslang/MachineIndependent/
H A DShaderLang.cpp1754 setStringsWithLengthsAndNames( const char* const* s, const int* l, const char* const* names, int n) setStringsWithLengthsAndNames() argument
[all...]
/third_party/glslang/SPIRV/
H A DSpvBuilder.h918 std::vector<std::unique_ptr<Instruction> > names; member in spv::Builder
/third_party/backends/backend/
H A Dmustek_pp_cis.c271 static const char* names[4] = { "ASIC", "SCAN_VAL", "MOTOR", "BANK_COUNT" }; in Mustek_PP_1015_reg_r_name() local
278 static const char* names[4] = { "????", "MOTOR_HOME", "????", "MOTOR_BUSY" }; in Mustek_PP_1015_bit_name() local
285 static const char* names[4][4] = in Mustek_PP_1015_reg_w_name() local
/third_party/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c1659 } names[]={ variable
[all...]
H A Dcldrtest.c989 UResourceBundle* names = ures_getByKeyWithFallback(greg, "dayNames", NULL, &errorCode); in VerifyTranslation() local
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dtimezone.cpp1102 UResourceBundle *names = ures_getByKey(rb, kNAMES, NULL, &ec); in findID() local
1121 UResourceBundle *names = ures_getByKey(rb, kNAMES, NULL, &ec); in dereferOlsonLink() local
/third_party/icu/icu4c/source/common/
H A Dunames.cpp238 expandName(UCharNames *names, in expandName() argument
331 compareName(UCharNames *names, const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice, const char *otherName) compareName() argument
483 getGroup(UCharNames *names, uint32_t code) getGroup() argument
567 expandGroupName(UCharNames *names, const uint16_t *group, uint16_t lineNumber, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) expandGroupName() argument
578 getName(UCharNames *names, uint32_t code, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) getName() argument
599 enumGroupNames(UCharNames *names, const uint16_t *group, UChar32 start, UChar32 end, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice) enumGroupNames() argument
667 enumNames(UCharNames *names, UChar32 start, UChar32 limit, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice) enumNames() argument
[all...]
/third_party/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp1670 UStringVector names; in UpdateArchive() local
1729 AStringVector names; in UpdateArchive() local
H A DHashCalc.cpp49 UStringVector names = hashMethods; in SetMethods() local
2047 Z7_COM7F_IMF(CHandler::SetProperties(const wchar_t * const *names, const PROPVARIANT *values, UInt32 numProps)) in SetProperties() argument
H A DArchiveCommandLine.cpp490 UStringVector names; in AddToCensorFromListFile() local
/third_party/lzma/CPP/7zip/Archive/
H A DXzHandler.cpp1385 Z7_COM7F_IMF(CHandler::SetProperties(const wchar_t * const *names, const PROPVARIANT *values, UInt32 numProps)) in SetProperties() argument
/third_party/littlefs/runners/
H A Dtest_runner.c154 const char *const *names; member
[all...]
H A Dbench_runner.c141 const char *const *names; member
[all...]
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri2.c1490 dri2_from_names(__DRIscreen *screen, int width, int height, int format, int *names, int num_names, int *strides, int *offsets, void *loaderPrivate) dri2_from_names() argument
/third_party/node/src/
H A Dcares_wrap.cc164 std::vector<Local<Value>> names; in HostentToNames() local
1208 Local<Array> names = Array::New(env->isolate()); in Parse() local
174 HostentToNames(Environment* env, struct hostent* host, Local<Array> names) HostentToNames() argument
[all...]
H A Dnode_file.cc1882 Local<Array> names = Array::New(isolate, name_v.data(), name_v.size()); in ReadDir() local
/third_party/node/src/crypto/
H A Dcrypto_common.cc821 GENERAL_NAMES* names = static_cast<GENERAL_NAMES*>(X509V3_EXT_d2i(ext)); in SafeX509SubjectAltNamePrint() local
/third_party/node/deps/icu-small/source/common/
H A Dunames.cpp238 expandName(UCharNames *names, in expandName() argument
331 compareName(UCharNames *names, const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice, const char *otherName) compareName() argument
483 getGroup(UCharNames *names, uint32_t code) getGroup() argument
567 expandGroupName(UCharNames *names, const uint16_t *group, uint16_t lineNumber, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) expandGroupName() argument
578 getName(UCharNames *names, uint32_t code, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) getName() argument
599 enumGroupNames(UCharNames *names, const uint16_t *group, UChar32 start, UChar32 end, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice) enumGroupNames() argument
667 enumNames(UCharNames *names, UChar32 start, UChar32 limit, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice) enumNames() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dtimezone.cpp1102 UResourceBundle *names = ures_getByKey(rb, kNAMES, nullptr, &ec); in findID() local
1121 UResourceBundle *names = ures_getByKey(rb, kNAMES, nullptr, &ec); in dereferOlsonLink() local
/third_party/mesa3d/src/intel/isl/
H A Disl.c3571 static const char *names[] = { in isl_aux_op_to_name() local
/third_party/node/deps/v8/src/debug/
H A Ddebug-interface.cc189 i::Handle<i::JSArray> names; in GetPrivateMembers() local
1075 GlobalLexicalScopeNames(v8::Local<v8::Context> v8_context, v8::PersistentValueVector<v8::String>* names) GlobalLexicalScopeNames() argument
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-regexp-gen.cc321 TNode<FixedArray> names = CAST(maybe_names); in ConstructNewResultFromMatchInfo() local
/third_party/node/deps/v8/src/inspector/
H A Dvalue-mirror.cc1592 std::vector<v8::Local<v8::Value>> names; in getPrivateProperties() local

Completed in 62 milliseconds

1...<<111213141516