Home
last modified time | relevance | path

Searched defs:suffix (Results 151 - 175 of 483) sorted by relevance

12345678910>>...20

/third_party/node/deps/openssl/openssl/crypto/
H A Dtrace.c178 char *suffix; member
242 set_trace_data(int category, int type, BIO **channel, const char **prefix, const char **suffix, int (*attach_cb)(int, int, const void *), int (*detach_cb)(int, int, const void *)) set_trace_data() argument
341 const char *suffix = NULL; ossl_trace_cleanup() local
437 OSSL_trace_set_suffix(int category, const char *suffix) OSSL_trace_set_suffix() argument
506 char *suffix = NULL; OSSL_trace_end() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dby_dir.c36 int suffix; member
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DColumn.java187 final Column<T> fromPrototype(String suffix) { in fromPrototype() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DTextureFunctionHLSL.cpp1239 name << suffix; name() local
[all...]
/third_party/openssl/crypto/
H A Dtrace.c178 char *suffix; member
242 set_trace_data(int category, int type, BIO **channel, const char **prefix, const char **suffix, int (*attach_cb)(int, int, const void *), int (*detach_cb)(int, int, const void *)) set_trace_data() argument
341 const char *suffix = NULL; ossl_trace_cleanup() local
437 OSSL_trace_set_suffix(int category, const char *suffix) OSSL_trace_set_suffix() argument
506 char *suffix = NULL; OSSL_trace_end() local
[all...]
/third_party/openssl/crypto/x509/
H A Dby_dir.c36 int suffix; member
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_modifiers.h27 ConstantAffixModifier(const UnicodeString &prefix, const UnicodeString &suffix, Field field, in ConstantAffixModifier() argument
138 ConstantMultiFieldModifier( const FormattedStringBuilder &prefix, const FormattedStringBuilder &suffix, bool overwrite, bool strong, const Modifier::Parameters parameters) ConstantMultiFieldModifier() argument
150 ConstantMultiFieldModifier( const FormattedStringBuilder &prefix, const FormattedStringBuilder &suffix, bool overwrite, bool strong) ConstantMultiFieldModifier() argument
[all...]
H A Dnumparse_types.h123 UnicodeString suffix; member in numparse::impl::ParsedNumber
/third_party/skia/third_party/externals/icu/source/tools/icupkg/
H A Dicupkg.cpp534 char suffix[6]="?.dat"; in main() local
/third_party/skia/src/ports/
H A DSkOSFile_posix.cpp135 SkOSFile::Iter::Iter(const char path[], const char suffix[]) { in Iter() argument
148 void SkOSFile::Iter::reset(const char path[], const char suffix[]) { in reset() argument
171 static bool issuffixfor(const SkString& suffix, const char str[]) { in issuffixfor() argument
H A DSkOSFile_win.cpp168 static uint16_t* concat_to_16(const char src[], const char suffix[]) { in concat_to_16() argument
195 SkOSFile::Iter::Iter(const char path[], const char suffix[]) { in Iter() argument
209 void SkOSFile::Iter::reset(const char path[], const char suffix[]) { in reset() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DVertexFormatTests.cpp319 std::string suffix = componentCount == 1 ? "" : "[" + std::to_string(component) + "]"; in MakeTestPipeline() local
324 vs << " " << testVal << " = input.test" << suffix << ";\n"; in MakeTestPipeline() local
/third_party/skia/third_party/externals/freetype/src/lzw/
H A Dftzopen.h136 FT_Byte* suffix; /* suffix member
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DTimer.cpp371 printJSONValue(raw_ostream &OS, const PrintRecord &R, const char *suffix, double Value) printJSONValue() argument
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_helpers.h182 AnnotationFileName(const Descriptor* descriptor, const std::string& suffix) AnnotationFileName() argument
/third_party/python/Modules/
H A Dgetpath.c140 const wchar_t *suffix; variable
/third_party/rust/crates/memchr/src/memmem/
H A Dtwoway.rs501 let mut suffix = Suffix { pos: 0, period: 1 }; forward() variables
550 let mut suffix = Suffix { pos: needle.len(), period: 1 }; reverse() variables
[all...]
/third_party/skia/gm/
H A Dimagefiltersbase.cpp291 ImageFiltersTextBaseGM(const char suffix[]) : fSuffix(suffix) {} in ImageFiltersTextBaseGM() argument
H A Dimage_pict.cpp231 ImageCacheratorGM(const char suffix[], FactoryFunc factory) : fFactory(factory) { in ImageCacheratorGM() argument
H A Ddrawbitmaprect.cpp156 DrawBitmapRectGM(DrawRectRectProc proc, const char suffix[]) : fProc(proc) { in DrawBitmapRectGM() argument
/third_party/skia/bench/
H A DTessellateBench.cpp326 TessPrepareBench(MakePathStrokesFn makePathStrokesFn, MakeTessellatorFn makeTessellatorFn, PatchAttribs attribs, float matrixScale, const char* suffix) TessPrepareBench() argument
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fVertexAttributeBindingStateQueryTests.cpp723 const char* suffix; in init() member
/third_party/skia/third_party/externals/angle2/src/common/
H A Dstring_utils.cpp194 bool EndsWith(const std::string &str, const std::string &suffix) in EndsWith() argument
199 bool EndsWith(const std::string &str, const char *suffix) in EndsWith() argument
204 bool EndsWith(const char *str, const char *suffix) in EndsWith() argument
24 EndsWithSuffix(const char *str, const size_t strLen, const char *suffix, const size_t suffixLen) EndsWithSuffix() argument
[all...]
/third_party/zlib/examples/
H A Dgun.c164 unsigned char suffix[65536]; /* one-character LZW suffix */ variable
/drivers/peripheral/camera/test/common/v1_0/src/
H A Dhdi_common.cpp31 int32_t HdiCommon::DumpImageFile(int streamId, std::string suffix, const void* buffer, int32_t size) in DumpImageFile() argument

Completed in 22 milliseconds

12345678910>>...20