/third_party/icu/icu4c/source/test/intltest/ |
H A D | icusvtst.cpp | 853 UnicodeString prefix = ""; variable
|
/third_party/icu/icu4c/source/tools/ctestfw/ |
H A D | ctest.c | 679 static void vlog_err(const char *prefix, const char *pattern, va_list ap) in vlog_err() argument 724 vlog_info(const char *prefix, const char *pattern, va_list ap) in vlog_info() argument 770 vlog_verbose(const char *prefix, const char *pattern, va_list ap) vlog_verbose() argument [all...] |
/third_party/libevdev/libevdev/ |
H A D | libevdev.c | 110 const char *prefix; in libevdev_dflt_log_func() local
|
/third_party/lwip/src/core/ipv6/ |
H A D | nd6.c | 99 struct prefix_option prefix; member 727 s8_t prefix; nd6_input() local 1988 nd6_get_onlink_prefix(const ip6_addr_t *prefix, struct netif *netif) global() argument 2012 nd6_new_onlink_prefix(const ip6_addr_t *prefix, struct netif *netif) global() argument [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | tokenize.c | 154 static const char *show_char(const char *s, size_t len, char prefix, char delim) in show_char() argument 168 static const char *quote_char(const char *s, size_t len, char prefix, char delim) in quote_char() argument
|
/third_party/node/deps/v8/src/compiler/ |
H A D | graph-visualizer.cc | 533 os_ << prefix; in PrintInputs() local 530 PrintInputs(InputIterator* i, int count, const char* prefix) PrintInputs() argument
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-function.cc | 307 Handle<String> prefix = isolate->factory()->bound__string(); in GetName() local 220 CopyNameAndLength( Isolate* isolate, Handle<JSFunctionOrBoundFunctionOrWrappedFunction> function, Handle<JSReceiver> target, Handle<String> prefix, int arg_count) CopyNameAndLength() argument 1159 SetName(Handle<JSFunction> function, Handle<Name> name, Handle<String> prefix) SetName() argument [all...] |
/third_party/mesa3d/src/gtest/include/gtest/internal/ |
H A D | gtest-type-util.h | 65 static const char prefix[] = "std::__"; in CanonicalizeForStdLibVersioning() local
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_conf.c | 81 char *prefix; member
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | v3_utl.c | 686 static int wildcard_match(const unsigned char *prefix, size_t prefix_len, in wildcard_match() argument
|
/third_party/pulseaudio/src/modules/ |
H A D | module-device-manager.c | 480 static char *get_name(const char *key, const char *prefix) { in get_name() argument 490 static inline struct entry *load_or_initialize_entry(struct userdata *u, struct entry *entry, const char *name, const char *prefix) { in load_or_initialize_entry() argument 557 update_highest_priority_device_indexes(struct userdata *u, const char *prefix, void *ignore_device) update_highest_priority_device_indexes() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiBufferMemoryRequirementsTests.cpp | 186 s << prefix; in bitsToString() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesImageSparseResidency.cpp | 78 const auto prefix = (result.empty() ? "" : ", "); in getFormatValueString() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiBufferMemoryRequirementsTests.cpp | 186 s << prefix; in bitsToString() local
|
/third_party/skia/third_party/externals/angle2/src/feature_support_util/ |
H A D | feature_support_util.cpp | 236 void logListOf(const std::string prefix, const std::string name) const in logListOf() argument
|
/third_party/openssl/crypto/x509/ |
H A D | v3_utl.c | 686 static int wildcard_match(const unsigned char *prefix, size_t prefix_len, in wildcard_match() argument
|
/third_party/openssl/ssl/ |
H A D | ssl_conf.c | 81 char *prefix; member
|
/third_party/skia/third_party/externals/libgifcodec/ |
H A D | SkGifImageReader.h | 131 unsigned short prefix[SK_MAX_DICTIONARY_ENTRIES]; member in final
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | collationbuilder.cpp | 647 CollationBuilder::addRelation(int32_t strength, const UnicodeString &prefix, in addRelation() argument 1120 UnicodeString prefix; addOnlyClosure() local 1133 UnicodeString prefix = prefixIter.next(); addOnlyClosure() local 1326 UnicodeString prefix; // empty closeOverComposites() local 1345 addIfDifferent(const UnicodeString &prefix, const UnicodeString &str, const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32, UErrorCode &errorCode) addIfDifferent() argument [all...] |
H A D | collationdatabuilder.cpp | 535 CollationDataBuilder::add(const UnicodeString &prefix, const UnicodeString &s, in add() argument 543 CollationDataBuilder::addCE32(const UnicodeString &prefix, cons argument 1518 getCEs(const UnicodeString &prefix, const UnicodeString &s, int64_t ces[], int32_t cesLength) getCEs() argument [all...] |
H A D | number_patternstring.cpp | 76 bool prefix = (flags & AFFIX_PREFIX) != 0; in getEndpoints() local
|
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/ |
H A D | ctest.c | 677 static void vlog_err(const char *prefix, const char *pattern, va_list ap) in vlog_err() argument 722 vlog_info(const char *prefix, const char *pattern, va_list ap) in vlog_info() argument 768 vlog_verbose(const char *prefix, const char *pattern, va_list ap) vlog_verbose() argument [all...] |
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | package.cpp | 540 char prefix[MAX_PKG_NAME_LENGTH+4]; in readPackage() local 687 char prefix[MAX_PKG_NAME_LENGTH+4]; writePackage() local [all...] |
/third_party/skia/src/sksl/ |
H A D | SkSLDSLParser.cpp | 539 VarDeclarationsPrefix prefix; in varDeclarationsOrExpressionStatement() local 568 VarDeclarationsPrefix prefix; in varDeclarations() local [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | TextureVk.cpp | 831 void Texture::SetLabelHelper(const char* prefix) { in SetLabelHelper() argument 833 reinterpret_cast<uint64_t&>(mHandle), prefix, GetLabel()); in SetLabelHelper() local
|