Home
last modified time | relevance | path

Searched defs:str (Results 2801 - 2825 of 2962) sorted by relevance

1...<<111112113114115116117118119

/third_party/node/src/
H A Djs_native_api_v8.cc261 NewString(JSVM_Env env, const CCharType* str, size_t length, JSVM_Value* result, StringMaker string_maker) NewString() argument
276 NewExternalString(JSVM_Env env, CharType* str, size_t length, JSVM_Finalize finalizeCallback, void* finalizeHint, JSVM_Value* result, bool* copied, CreateAPI create_api, StringMaker string_maker) NewExternalString() argument
2915 OH_JSVM_CreateStringLatin1(JSVM_Env env, const char* str, size_t length, JSVM_Value* result) OH_JSVM_CreateStringLatin1() argument
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfssecaudit.c5579 static struct POSIX_SECURITY *encode_posix_acl(const char *str) in encode_posix_acl() argument
H A Dntfsresize.c2844 static void print_vol_size(const char *str, s64 bytes) in print_vol_size() argument
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c98 char str[MAX_DEBUG_MESSAGE_LENGTH]; in compiler_debug_log() local
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.cc1259 std::ostringstream str; in VisitControl() local
H A Dinstruction.h1124 explicit Constant(const StringConstantBase* str) in Constant() argument
/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc.cc189 Operand Operand::EmbeddedStringConstant(const StringConstantBase* str) { in EmbeddedStringConstant() argument
216 const StringConstantBase* str = request.string(); in AllocateAndInstallRequestedHeapObjects() local
/third_party/node/deps/v8/src/baseline/
H A Dbaseline-compiler.cc488 std::ostringstream str; in VisitSingleBytecode() local
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.cc72 Immediate Immediate::EmbeddedStringConstant(const StringConstantBase* str) { in EmbeddedStringConstant() argument
306 const StringConstantBase* str = request.string(); in AllocateAndInstallRequestedHeapObjects() local
/third_party/node/deps/v8/src/codegen/x64/
H A Dassembler-x64.cc256 const StringConstantBase* str = request.string(); in AllocateAndInstallRequestedHeapObjects() local
1739 void Assembler::movq_string(Register dst, const StringConstantBase* str) { in movq_string() argument
/third_party/node/deps/v8/src/objects/
H A Dintl-objects.cc2055 Handle<String> str = factory->NewStringFromAsciiChecked(item.c_str()); in VectorToJSArray() local
2158 Handle<String> str = factory->NewStringFromAsciiChecked(item.c_str()); in AvailableUnits() local
H A Djs-objects.cc2787 String str = String::cast(source_name); in JSObjectShortPrint() local
/third_party/node/deps/v8/src/torque/
H A Dtorque-parser.cc1870 std::string str = child_results->matched_input().ToString(); in MakeRightShiftIdentifier() local
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_bc.h152 std::string& str() { return data; } in str() function in r600_sb::sb_ostringstream
/third_party/node/deps/openssl/openssl/apps/
H A Ds_server.c401 static int ebcdic_puts(BIO *bp, const char *str) in ebcdic_puts() argument
2660 static const char str[] = "Lets print some clear text\n"; in sv_body() local
2661 BIO_write(SSL_get_wbio(con), str, sizeof(str) -1); in sv_body() local
2950 const char *str; in print_connection_info() local
[all...]
H A Dspeed.c3390 static void pkey_print_message(const char *str, const char *str2, long num, in pkey_print_message() argument
H A Dcmp.c876 static int set_name(const char *str, in set_name() argument
2160 char *str = conf_get_string(conf_, groups, name); in conf_get_number_e() local
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapps.c536 void cleanse(char *str) in cleanse() argument
542 void clear_free(char *str) in clear_free() argument
1854 int parse_yesno(const char *str, int def) in parse_yesno() argument
[all...]
/third_party/libabigail/src/
H A Dabg-reader.cc2629 string str = CHAR_STR(s); in read_is_declaration_only() local
2748 string str = CHAR_STR(s); in read_is_virtual() local
2771 string str = CHAR_STR(s); in read_is_struct() local
2794 string str = CHAR_STR(s); in read_is_anonymous() local
2813 string str; in read_elf_symbol_type() local
2834 string str; read_elf_symbol_binding() local
2856 string str; read_elf_symbol_visibility() local
[all...]
/third_party/openssl/apps/
H A Dcmp.c876 static int set_name(const char *str, in set_name() argument
2159 char *str = conf_get_string(conf_, groups, name); in conf_get_number_e() local
H A Ds_server.c401 static int ebcdic_puts(BIO *bp, const char *str) in ebcdic_puts() argument
2655 static const char str[] = "Lets print some clear text\n"; in sv_body() local
2656 BIO_write(SSL_get_wbio(con), str, sizeof(str) -1); in sv_body() local
2945 const char *str; in print_connection_info() local
[all...]
H A Dspeed.c3366 static void pkey_print_message(const char *str, const char *str2, long num, in pkey_print_message() argument
/third_party/openssl/apps/lib/
H A Dapps.c536 void cleanse(char *str) in cleanse() argument
542 void clear_free(char *str) in clear_free() argument
1849 int parse_yesno(const char *str, int def) in parse_yesno() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp150 std::ostringstream str; in getString() local
315 std::ostringstream str; in logPixelGrid() local
1364 std::ostringstream str; declareSampleDataSSBO() local
1993 std::ostringstream str; getTestOptionFlagsString() local
[all...]
H A DvktPipelineMultisampledRenderToSingleSampledTests.cpp4945 std::ostringstream str; getFormatCaseName() local
4955 std::ostringstream str; getSampleCountCaseName() local
4962 std::ostringstream str; getResolveModeCaseName() local
[all...]

Completed in 120 milliseconds

1...<<111112113114115116117118119