Home
last modified time | relevance | path

Searched refs:str (Results 3626 - 3650 of 9273) sorted by relevance

1...<<141142143144145146147148149150>>...371

/third_party/node/deps/v8/tools/
H A Dgenerate-runtime-call-stats.py189 str(repeats),
275 str((c, d)) for (c, d) in zip(self.counts, self.durations))
327 s += "\n ".join(str(row) for row in self.table) + "\n"
329 s += "\n ".join(str(row) for row in self.data.values()) + "\n"
331 s += " " + str(self.total_row) + "\n"
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-starboard.cc338 int OS::SNPrintF(char* str, int length, const char* format, ...) { in SNPrintF() argument
341 int result = VSNPrintF(str, length, format, args); in SNPrintF()
346 int OS::VSNPrintF(char* str, int length, const char* format, va_list args) { in VSNPrintF() argument
347 int n = SbStringFormat(str, length, format, args); in VSNPrintF()
350 if (length > 0) str[length - 1] = '\0'; in VSNPrintF()
/third_party/node/deps/v8/src/torque/
H A Dclass-debug-reader-generator.cc530 cc_contents << get_props_impl.str(); in GenerateClassDebugReader()
586 h_contents << visitor.str(); in GenerateClassDebugReaders()
589 cc_contents << class_names.str(); in GenerateClassDebugReaders()
593 WriteFile(output_directory + "/" + file_name + ".h", h_contents.str()); in GenerateClassDebugReaders()
594 WriteFile(output_directory + "/" + file_name + ".cc", cc_contents.str()); in GenerateClassDebugReaders()
/third_party/mesa3d/src/util/indices/
H A Du_indices_gen.py212 print(' if (i + ' + str(in_verts) + ' > in_nr) {')
215 print(' (out+j+' + str(out_verts * i) + ')[' + str(j) + '] = restart_index;')
219 print(' if (in[i + ' + str(i) + '] == restart_index) {')
220 print(' i += ' + str(i + 1) + ';')
/third_party/node/deps/openssl/openssl/apps/include/
H A Dapps.h119 void cleanse(char *str);
120 void clear_free(char *str);
193 ASN1_GENERALIZEDTIME **pinvtm, const char *str);
243 int parse_yesno(const char *str, int def);
245 X509_NAME *parse_name(const char *str, int chtype, int multirdn,
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbf_buff.c17 static int buffer_puts(BIO *h, const char *str);
18 static int buffer_gets(BIO *h, char *str, int size);
467 static int buffer_puts(BIO *b, const char *str) in buffer_puts() argument
469 return buffer_write(b, str, strlen(str)); in buffer_puts()
/third_party/rust/crates/log/src/kv/
H A Dsource.rs288 K: ToKey + Borrow<str> + Eq + Hash,
310 K: ToKey + Borrow<str> + Ord,
349 let source = Box::new(Option::None::<(&str, i32)>); in get()
538 msg: &'a str, in derive_stream()
544 msg: &'a str,
667 msg: &'a str, in derive_serialize()
675 msg: &'a str,
702 key: &'static str, in count()
722 assert_eq!(0, Source::count(&Option::None::<(&str, i32)>));
739 let source = Option::None::<(&str, i3 in get()
[all...]
/third_party/rust/crates/clap/clap_complete/src/
H A Ddynamic.rs124 pub fn file_name(name: &str) -> String { in file_name()
146 name: &str, in register()
147 executables: impl IntoIterator<Item = impl AsRef<str>>, in register()
148 completer: &str, in register()
431 value: Result<&str, &clap_lex::RawOsStr>, in complete_arg_value()
535 fn complete_subcommand(value: &str, cmd: &clap::Command) -> Vec<OsString> { in complete_subcommand()
/third_party/rust/crates/humantime/src/
H A Ddate.rs3 use std::str;
10 pub const TIMESTAMP: &'static str = "2554-07-21T23:34:33Z";
21 pub const TIMESTAMP: &'static str = "2038-01-19T03:14:07Z";
32 pub const TIMESTAMP: &str = "9999-12-31T23:59:59Z";
85 pub fn parse_rfc3339(s: &str) -> Result<SystemTime, Error> { in parse_rfc3339()
109 pub fn parse_rfc3339_weak(s: &str) -> Result<SystemTime, Error> { in parse_rfc3339_weak()
366 f.write_str(str::from_utf8(&buf[..=offset]).expect("Conversion to utf8 failed")) in fmt()
372 use std::str::from_utf8;
H A Dduration.rs3 use std::str::Chars;
99 src: &'a str,
230 pub fn parse_duration(s: &str) -> Result<Duration, Error> { in parse_duration()
260 name: &str, value: u64) in item_plural()
275 fn item(f: &mut fmt::Formatter, started: &mut bool, name: &str, value: u32) in item()
/third_party/rust/crates/clap/clap_bench/benches/
H A D05_ripgrep.rs241 const ABOUT: &str = "
252 const USAGE: &str = "
258 const TEMPLATE: &str = "\
296 F: Fn(&'static str) -> &'static str, in cmd()
473 short: &'static str,
474 long: &'static str,
493 static ref USAGES: HashMap<&'static str, Usage> = {
/third_party/python/Tools/peg_generator/pegen/
H A Dgrammar_parser.py222 def memoflag(self) -> Optional[str]:
521 def action(self) -> Optional[str]:
540 def annotation(self) -> Optional[str]:
559 def target_atoms(self) -> Optional[str]:
577 def target_atom(self) -> Optional[str]:
/third_party/python/Lib/test/
H A Dtest_class.py55 # "str",
382 str(testme)
475 for f in [float, complex, str, repr, bytes, bin, oct, hex, bool, index]:
519 if str(x) != "booh":
595 name = str(b'__add__', 'ascii') # shouldn't be optimized
600 name2 = str(b'__add__', 'ascii')
/third_party/python/Lib/
H A Dgettext.py358 raise OSError(0, 'Bad version number ' + str(major_version), filename)
412 msgid1 = str(msgid1, charset)
414 catalog[(msgid1, i)] = str(x, charset)
416 catalog[str(msg, charset)] = str(tmsg, charset)
/third_party/openssl/apps/include/
H A Dapps.h119 void cleanse(char *str);
120 void clear_free(char *str);
193 ASN1_GENERALIZEDTIME **pinvtm, const char *str);
243 int parse_yesno(const char *str, int def);
245 X509_NAME *parse_name(const char *str, int chtype, int multirdn,
/third_party/openssl/crypto/bio/
H A Dbf_buff.c17 static int buffer_puts(BIO *h, const char *str);
18 static int buffer_gets(BIO *h, char *str, int size);
467 static int buffer_puts(BIO *b, const char *str) in buffer_puts() argument
469 return buffer_write(b, str, strlen(str)); in buffer_puts()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineStencilExportTests.cpp123 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms()
191 programCollection.spirvAsmSources.add(shaderName.str()) << src << SpirVAsmBuildOptions(programCollection.usedVulkanVersion, SPIRV_VERSION_1_1); in initPrograms()
206 programCollection.glslSources.add("frag-stencil0") << glu::FragmentSource(src.str()); in initPrograms()
219 programCollection.glslSources.add("frag-color") << glu::FragmentSource(src.str()); in initPrograms()
541 ShaderWrapper fragmentStencilModule = ShaderWrapper(vk, device, context.getBinaryCollection().get(shaderName.str()), 0); in testStencilExportReplace()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationGeometryGridRenderTests.cpp157 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms()
172 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms()
193 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str()); in initPrograms()
220 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(src.str()); in initPrograms()
394 programCollection.glslSources.add("geom") << glu::GeometrySource(src.str()); in initPrograms()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp303 MMI->getModule()->getContext().emitError(LocCookie, Msg.str()); in EmitMSInlineAsmStr()
482 MMI->getModule()->getContext().emitError(LocCookie, Msg.str()); in EmitGCCInlineAsmStr()
569 unsigned BufNum = addInlineAsmDiagBuffer(OS.str(), LocMD); in EmitInlineAsm()
587 EmitInlineAsm(OS.str(), getSubtargetInfo(), TM.Options.MCOptions, LocMD, in EmitInlineAsm()
625 report_fatal_error(Msg.str()); in PrintSpecial()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DDiagnosticInfo.cpp139 return sys::path::remove_leading_dotslash(Path).str(); in getAbsolutePath()
160 return (Filename + ":" + Twine(Line) + ":" + Twine(Column)).str(); in getLocationStr()
190 : Key(Key), Val(S.str()) {} in Argument()
219 Twine(Loc.getCol())).str(); in Argument()
370 return OS.str(); in getMsg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp235 ErrMsg += Path.str() + ": " + EC.message(); in writeMergedModules()
246 ErrMsg += Path.str() + ": " + Out.os().error().message(); in writeMergedModules()
279 .str()); in compileOptimizedToFile()
396 GV.getName() + "'").str()); in preserveDiscardableGVs()
399 GV.getName() + "'").str()); in preserveDiscardableGVs()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dreflib.py30 file.write(' '.join(str(arg) for arg in args))
56 msg = msg + ' line ' + str(logLine)
83 file.write(logHeader('DIAG') + ' '.join(str(arg) for arg in args))
90 file.write(logHeader('WARN') + ' '.join(str(arg) for arg in args))
98 strfile.write(logHeader('ERROR') + ' '.join(str(arg) for arg in args))
/third_party/vk-gl-cts/execserver/
H A DxsWin32TestProcess.cpp53 std::ostringstream str; in formatErrMsg() local
62 str << msg << ", error " << error << ": " << msgBuf; in formatErrMsg()
64 str << msg << ", error " << error; in formatErrMsg()
66 return str.str(); in formatErrMsg()
/third_party/skia/third_party/externals/libpng/
H A Dpngerror.c267 png_charp str; in png_warning_parameter_signed() local
275 str = PNG_FORMAT_NUMBER(buffer, format, u); in png_warning_parameter_signed()
277 if (value < 0 && str > buffer) in png_warning_parameter_signed()
278 *--str = '-'; in png_warning_parameter_signed()
280 png_warning_parameter(p, number, str); in png_warning_parameter_signed()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp166 std::string SectionName = (".custom_section." + Name->getString()).str(); in EmitEndOfAsmFile()
188 Languages.emplace_back(Language.str(), ""); in EmitProducerInfo()
201 Tools.emplace_back(Name.str(), Version.str()); in EmitProducerInfo()
239 std::string MDKey = (StringRef("wasm-feature-") + KV.Key).str(); in EmitTargetFeatures()

Completed in 24 milliseconds

1...<<141142143144145146147148149150>>...371