Home
last modified time | relevance | path

Searched refs:format (Results 7801 - 7825 of 10554) sorted by relevance

1...<<311312313314315316317318319320>>...423

/third_party/python/Modules/_ctypes/
H A Dctypes.h233 char *format; member
/third_party/python/Lib/test/
H A Dtest_future.py148 exec(self.template.format(ann=annotation), {}, scope)
H A Dtest_numeric_tower.py42 "got different hashes for {!r} and {!r}".format(x, y))
H A Dtest_timeout.py219 .format(
/third_party/pulseaudio/src/tests/
H A Dlo-test-util.c262 pa_assert(ctx->sample_spec.format == PA_SAMPLE_FLOAT32); in pa_lo_test_init()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
H A DNaClBitcodeHeader.cpp153 ss << format("%02x", Data[i]); in Contents()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp239 // we're hosed. It's an unfortunate limitation of the MachO format. in recordScatteredRelocation()
242 format("0x%x", FixupOffset).print(Buffer, sizeof(Buffer)); in recordScatteredRelocation()
/third_party/skia/third_party/externals/tint/src/inspector/
H A Dtest_inspector_builder.h335 /// @param format the image format of the storage texture
338 ast::ImageFormat format);
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DDurations.java1 // Protocol Buffers - Google's data interchange format
185 String.format( in checkValid()
206 * Convert Duration to string format. The string format will contains 3, 6, or 9 fractional digits
H A DFieldMaskUtil.java1 // Protocol Buffers - Google's data interchange format
166 String.format("%s is not a valid field number for %s.", fieldNumber, type)); in fromFieldNumbers()
H A DFieldMaskTree.java1 // Protocol Buffers - Google's data interchange format
261 String.format( in merge()
/third_party/pulseaudio/src/modules/bluetooth/
H A Dbt-codec-msbc.c59 info->sample_spec.format = PA_SAMPLE_S16LE; in init()
/third_party/python/Lib/test/test_asyncio/
H A Dfunctional.py155 return '<{} {!r}>'.format(type(self).__name__, self.__sock)
/third_party/python/Lib/unittest/
H A Dsuite.py47 raise TypeError("{} is not callable".format(repr(test)))
H A Drunner.py116 self._write_status(test, "skipped {0!r}".format(reason))
/third_party/python/Lib/wsgiref/
H A Dhandlers.py258 "{0} must be of type str (got {1})".format(title, repr(value))
363 Subclasses may override to retarget the output or change its format.
H A Dvalidate.py134 "{0} must be of type str (got {1})".format(title, repr(value)))
/third_party/skia/experimental/ffmpeg/
H A DSkVideoEncoder.cpp198 fFrame->format = pix_fmt; in init()
/third_party/skia/infra/bots/recipe_modules/build/
H A Ddefault.py67 '-DSWIFTSHADER_{}=ON'.format(short.upper()),
356 'fetch-clang-format',
357 script=skia_dir.join('bin', 'fetch-clang-format'),
/third_party/selinux/libselinux/include/selinux/
H A Dselinux.h157 /* log the printf-style format and arguments,
161 __attribute__ ((format(printf, 2, 3)))
691 /* Perform context translation between the human-readable format
692 ("translated") and the internal system format ("raw").
/third_party/selinux/libsepol/cil/src/
H A Dcil_symtab.c45 __attribute__((noreturn)) __attribute__((format (printf, 1, 2))) static void cil_symtab_error(const char* msg, ...) in cil_symtab_error()
H A Dcil_tree.c113 __attribute__((format (printf, 3, 4))) void cil_tree_log(struct cil_tree_node *node, enum cil_log_level lvl, const char* msg, ...) in cil_tree_log()
/third_party/rust/crates/rust-openssl/openssl-errors/src/
H A Dlib.rs40 //! // standard Rust format syntax.
235 format!(concat!($message, "\0"), $($args)*)),
/third_party/rust/crates/rust-openssl/openssl-sys/build/
H A Dmain.rs43 let prefixed = format!("{}_{}", prefix, name); in env()
376 .all(|l| files.contains(&format!("lib{}.a", l)) || files.contains(&format!("{}.lib", l)));
378 files.contains(&format!("lib{}.so", l))
379 || files.contains(&format!("{}.dll", l))
380 || files.contains(&format!("lib{}.dylib", l))
/third_party/rust/crates/nom/examples/
H A Ds_expression.rs363 .map_err(|e: nom::Err<VerboseError<&str>>| format!("{:#?}", e)) in eval_from_str()

Completed in 19 milliseconds

1...<<311312313314315316317318319320>>...423