/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | lexer.py | 46 name_re = re.compile(r'[\w{0}]+'.format(_identifier.pattern))
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | astro.cpp | 53 df->format(d,str); in debug_astro_date()
|
H A D | number_formatimpl.cpp | 58 int32_t NumberFormatterImpl::format(UFormattedNumberData *results, UErrorCode &status) const { in format() function in NumberFormatterImpl
|
H A D | fmtable.cpp | 854 defDateFormat->format(obj.getDate(), buffer); in streamOut()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_fs_linear.c | 665 enum pipe_format tex_format = samp0->texture_state.format; in llvmpipe_fs_variant_linear_fastpath()
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/ |
H A D | HolidayCalendarDemo.java | 339 monthLabel.setText( f.format( calendarPanel.firstOfMonth() )); in updateMonthName()
|
/third_party/node/deps/v8/src/execution/loong64/ |
H A D | simulator-loong64.h | 316 void Format(Instruction* instr, const char* format);
|
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.h | 352 void Format(Instruction* instr, const char* format);
|
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.h | 350 void Format(Instruction* instr, const char* format);
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/ |
H A D | ir3_const.h | 277 dims[off + 0] = util_format_get_blocksize(img->format); in ir3_emit_image_dims() 281 * as a different color format, the pixel size should in ir3_emit_image_dims() 293 /* For buffer-backed images, the log2 of the format's in ir3_emit_image_dims()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_deint_filter.c | 50 #include "util/format/u_format.h" 524 if (++j >= util_format_get_nr_components(dst_surf->format)) { in vl_deint_filter_render()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_context.c | 297 key.frag_rb_swap = !!translate_pe_format_rb_swap(pfb->cbufs[0]->format); in etna_draw_vbo()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_buffer_common.c | 600 buffer.format = PIPE_FORMAT_R8_UNORM; in r600_aligned_buffer_create()
|
H A D | r600_pipe_common.h | 770 unsigned r600_translate_colorswap(enum pipe_format format, bool do_endian_swap);
|
H A D | r600_pipe.c | 773 templ.format = PIPE_FORMAT_R8G8B8A8_UNORM; in r600_screen_create()
|
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_local.h | 756 const char *level_str, const char *format, ...);
|
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/ |
H A D | QrCode.java | 159 msg = String.format("Data length = %d bits, Max capacity = %d bits", dataUsedBits, dataCapacityBits); in encodeSegments() 283 drawFormatBits(msk); // Overwrite old format bits in QrCode() 339 // Draws two copies of the format bits (with its own error correction code) 639 result -= 15 * 2 + 1; // Subtract the format information and dark module in getNumRawDataModules()
|
/third_party/rust/crates/clap/clap_derive/src/derives/ |
H A D | subcommand.rs | 549 ::std::result::Result::Err(clap::Error::raw(clap::error::ErrorKind::InvalidSubcommand, format!("The subcommand '{}' wasn't recognized", #subcommand_name_var))) in gen_from_arg_matches()
|
/third_party/python/Tools/c-analyzer/c_common/ |
H A D | scriptutil.py | 592 print(fmt.format(item), flush=True)
|
/third_party/python/Tools/scripts/ |
H A D | var_access_benchmark.py | 297 print('{:6.1f} ns\t{}'.format(timing, f.__name__))
|
/third_party/rust/crates/aho-corasick/src/ |
H A D | nfa.rs | 1135 trans.push(format!("{} => {}", escape(byte), next.to_usize()));
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_format.py | 1 "Test format, coverage 99%." 3 from idlelib import format as ft 249 This is done with FormatParagraph.format.paragraph_event,
|
/third_party/python/Lib/ |
H A D | modulefinder.py | 57 raise ImportError("No module named {name!r}".format(name=name), name=name)
|
/third_party/python/Lib/importlib/metadata/ |
H A D | __init__.py | 676 return text and map('"{}"'.format, text.splitlines())
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | core.c | 158 c->default_sample_spec.format = PA_SAMPLE_S16NE; in pa_core_new()
|