Home
last modified time | relevance | path

Searched defs:string (Results 476 - 500 of 1545) sorted by relevance

1...<<11121314151617181920>>...62

/third_party/mesa3d/src/mapi/glapi/gen/
H A DglX_XML.py29 import sys, getopt, string namespace
H A DglX_proto_size.py28 import sys, string namespace
/third_party/mesa3d/src/mesa/main/
H A Dglthread_shaderobj.c48 const GLchar * *string = malloc(cmd->count * sizeof(const GLchar *)); in _mesa_unmarshal_ShaderSource() local
63 measure_ShaderSource_strings(GLsizei count, const GLchar * const *string, in measure_ShaderSource_strings() argument
83 _mesa_marshal_ShaderSource(GLuint shader, GLsizei count, const GLchar * const *string, const GLint *length) _mesa_marshal_ShaderSource() argument
[all...]
/third_party/mesa3d/src/mesa/program/
H A Dprogram.c173 _mesa_set_program_error(struct gl_context *ctx, GLint pos, const char *string) in _mesa_set_program_error() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dformattedval_iterimpl.cpp71 appendString( UnicodeString string, UErrorCode& status) appendString() argument
H A Dnumber_affixutils.cpp425 bool AffixUtils::hasNext(const AffixTag &tag, const UnicodeString &string) { in hasNext() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dtsnmfmt.cpp288 UnicodeString string[DEPTH]; in tryIt() local
[all...]
/third_party/libdrm/radeon/
H A Dbof.c179 bof_t *string = bof_object(); in bof_string() local
[all...]
/third_party/ltp/testcases/kernel/mem/mtest07/
H A Dshm_test.c60 void noprintf(char *string, ...) in noprintf() argument
/third_party/ltp/testcases/network/nfsv4/locks/
H A Dlocktests.py10 import string namespace
/third_party/libexif/test/
H A Dtest-parse-from-data.c158 static void split_ws_string(const char *string, test_parse_func func, void *callback_data) in split_ws_string() argument
H A Dtest-parse.c127 static void split_ws_string(const char *string, test_parse_func func, void *callback_data) in split_ws_string() argument
/third_party/ltp/tools/sparse/sparse-src/
H A Dallocate.h88 DECLARE_ALLOCATOR(string); variable
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-intl-gen.cc43 const auto string = Parameter<String>(Descriptor::kString); in TF_BUILTIN() local
54 state(), string, ToDirectStringAssembler::kDontUnpackSlicedStrings); in TF_BUILTIN() local
142 TNode<String> string in TF_BUILTIN() local
[all...]
H A Dbuiltins-trace.cc30 explicit MaybeUtf8(Isolate* isolate, Handle<String> string) : buf_(data_) { in MaybeUtf8() argument
96 GetCategoryGroupEnabled(Isolate* isolate, Handle<String> string) GetCategoryGroupEnabled() argument
[all...]
H A Dbuiltins-handler-gen.cc46 auto string = Parameter<String>(Descriptor::kReceiver); in TF_BUILTIN() local
52 TNode<String> string = CAST(LoadJSPrimitiveWrapperValue(value)); in TF_BUILTIN() local
/third_party/node/deps/v8/src/objects/
H A Djs-segments.cc29 Create(Isolate* isolate, Handle<JSSegmenter> segmenter, Handle<String> string) Create() argument
107 CreateSegmentDataObject( Isolate* isolate, JSSegmenter::Granularity granularity, icu::BreakIterator* break_iterator, const icu::UnicodeString& string, int32_t start_index, int32_t end_index) CreateSegmentDataObject() argument
[all...]
/third_party/node/deps/v8/src/regexp/
H A Dregexp-utils.cc171 uint64_t RegExpUtils::AdvanceStringIndex(Handle<String> string, uint64_t index, in AdvanceStringIndex() argument
75 RegExpExec(Isolate* isolate, Handle<JSReceiver> regexp, Handle<String> string, Handle<Object> exec) RegExpExec() argument
189 SetAdvancedStringIndex( Isolate* isolate, Handle<JSReceiver> regexp, Handle<String> string, bool unicode) SetAdvancedStringIndex() argument
/third_party/node/deps/v8/src/snapshot/embedded/
H A Dplatform-embedded-file-writer-aix.cc88 void PlatformEmbeddedFileWriterAIX::Comment(const char* string) { in Comment() argument
H A Dplatform-embedded-file-writer-generic.cc101 void PlatformEmbeddedFileWriterGeneric::Comment(const char* string) { in Comment() argument
H A Dplatform-embedded-file-writer-mac.cc96 void PlatformEmbeddedFileWriterMac::Comment(const char* string) { in Comment() argument
/third_party/mesa3d/src/gallium/tools/trace/
H A Dmodel.py34 import string namespace
/third_party/rust/crates/cxx/src/
H A Dlib.rs462 mod string; modules
/third_party/pcre2/pcre2/src/
H A Dpcre2posix.c352 pcre2_regexec(const regex_t *preg, const char *string, size_t nmatch, in pcre2_regexec() argument
/third_party/python/Lib/
H A Dcmd.py45 import string, sys namespace

Completed in 18 milliseconds

1...<<11121314151617181920>>...62