| /third_party/node/deps/openssl/openssl/crypto/bio/ |
| H A D | bio_print.c | 438 const char *prefix = ""; in fmtint() local [all...] |
| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
| H A D | RangeTree.java | 475 public Node apply(Node prefix, Node range) { in apply() argument 723 retainFromImpl(Node prefix, Node range) retainFromImpl() argument 1170 prefixWith(RangeSpecification prefix) prefixWith() argument [all...] |
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | log.c | 482 const char *prefix = "", *suffix = "", *grey = ""; in pa_log_levelv_meta() local
|
| /third_party/python/Include/cpython/ |
| H A D | initconfig.h | 194 wchar_t *prefix; member
|
| /third_party/openssl/crypto/bio/ |
| H A D | bio_print.c | 438 const char *prefix = ""; in fmtint() local [all...] |
| /third_party/openssl/apps/lib/ |
| H A D | opt.c | 522 char *prefix; in opt_number_error() member
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
| H A D | vktRenderPassSparseRenderTargetTests.cpp | 800 const std::string prefix = "VK_FORMAT_"; in formatToName() local
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | ShaderStorageBlockOutputHLSL.cpp | 194 BlockInfoVisitor(const std::string &prefix, in BlockInfoVisitor() argument
|
| H A D | blocklayout.cpp | 47 GetInterfaceBlockInfo(const std::vector<VarT> &fields, const std::string &prefix, BlockLayoutEncoder *encoder, bool inRowMajorLayout, bool onlyActiveVariables, BlockLayoutMap *blockInfoOut) GetInterfaceBlockInfo() argument 391 GetInterfaceBlockInfo(const std::vector<ShaderVariable> &fields, const std::string &prefix, BlockLayoutEncoder *encoder, BlockLayoutMap *blockInfoOut) GetInterfaceBlockInfo() argument 402 GetActiveUniformBlockInfo(const std::vector<ShaderVariable> &uniforms, const std::string &prefix, BlockLayoutEncoder *encoder, BlockLayoutMap *blockInfoOut) GetActiveUniformBlockInfo() argument
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| H A D | debug.h | 173 FmtHexHelper(const char *prefix, T value) : mPrefix(prefix), mValue(value) {} in FmtHexHelper() argument
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cSparseTexture2Tests.cpp | 602 std::string prefix; in createShaderTokens() local [all...] |
| /third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
| H A D | udbgutil.cpp | 62 int32_t prefix; /**< how many characters to remove in the prefix - i.e. UCHAR_ = 5 */ member
|
| /third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
| H A D | postprocessor.c | 499 try_match_header (const char *prefix, char *line, char **suffix) in try_match_header() argument
|
| /third_party/skia/third_party/externals/brotli/c/enc/ |
| H A D | compress_fragment.c | 190 const size_t prefix = tail >> nbits; in EmitInsertLen() local 239 const size_t prefix = tail >> nbits; in EmitCopyLen() local 270 const size_t prefix in EmitCopyLenLastDistance() local 308 const size_t prefix = (d >> nbits) & 1; EmitDistance() local [all...] |
| H A D | compress_fragment_two_pass.c | 125 const uint32_t prefix = tail >> nbits; in EmitInsertLen() local 154 const size_t prefix = tail >> nbits; in EmitCopyLen() local 179 const size_t prefix = tail >> nbits; in EmitCopyLenLastDistance() local 213 const uint32_t prefix = (d >> nbits) & 1; EmitDistance() local [all...] |
| /third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| H A D | TextureD3D12.cpp | 1137 void Texture::SetLabelHelper(const char* prefix) { in SetLabelHelper() argument 1138 SetDebugName(ToBackend(GetDevice()), mResourceAllocation.GetD3D12Resource(), prefix, in SetLabelHelper() local
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | serv.cpp | 76 ICUServiceKey::prefix(UnicodeString& result) const in prefix() function in ICUServiceKey
|
| /third_party/toybox/toys/pending/ |
| H A D | diff.c | 576 static void show_label(char *prefix, char *filename, struct stat *sb) in show_label() argument
|
| /third_party/protobuf/src/google/protobuf/compiler/java/ |
| H A D | java_helpers.cc | 643 std::string GenerateGetBitInternal(const std::string& prefix, int bitIndex) { in GenerateGetBitInternal() argument 652 std::string GenerateSetBitInternal(const std::string& prefix, int bitIndex) { in GenerateSetBitInternal() argument
|
| /third_party/python/Modules/_sre/ |
| H A D | sre_lib.h | 1638 SRE_CODE* prefix = NULL; in search() local [all...] |
| /third_party/python/Objects/clinic/ |
| H A D | unicodeobject.c.h | 774 PyObject *prefix; in unicode_removeprefix() local
|
| H A D | bytearrayobject.c.h | 130 Py_buffer prefix = {NULL, NULL}; in bytearray_removeprefix() local [all...] |
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| H A D | FileOptions.php | 122 * Sets the objective c class prefix which is prepended to all objective c class 144 * Sets the php class prefix which is prepended to all php generated classes class 244 * Sets the objective c class prefix which is prepended to all objective c class 254 * Sets the php class prefix which is prepended to all php generated classes class 797 * Sets the objective c class prefix which is prepended to all objective c class 819 * Sets the objective c class prefix whic class 913 * Sets the php class prefix which is prepended to all php generated classes global() class 935 * Sets the php class prefix which is prepended to all php generated classes global() class [all...] |
| /third_party/protobuf/src/google/protobuf/compiler/cpp/ |
| H A D | cpp_file.cc | 332 const std::string prefix = "net/proto2/"; in DoIncludeFile() local
|
| /third_party/protobuf/src/google/protobuf/stubs/ |
| H A D | strutil.h | 116 inline bool HasPrefixString(StringPiece str, StringPiece prefix) { in HasPrefixString() argument 121 inline string StripPrefixString(const string& str, const string& prefix) { in StripPrefixString() argument [all...] |