/third_party/python/Modules/_ctypes/ |
H A D | ctypes.h | 233 char *format; member
|
/third_party/python/Lib/test/ |
H A D | test_future.py | 148 exec(self.template.format(ann=annotation), {}, scope)
|
H A D | test_numeric_tower.py | 42 "got different hashes for {!r} and {!r}".format(x, y))
|
H A D | test_timeout.py | 219 .format(
|
/third_party/pulseaudio/src/tests/ |
H A D | lo-test-util.c | 262 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 D | NaClBitcodeHeader.cpp | 153 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 D | PPCMachObjectWriter.cpp | 239 // 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 D | test_inspector_builder.h | 335 /// @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 D | Durations.java | 1 // 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 D | FieldMaskUtil.java | 1 // 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 D | FieldMaskTree.java | 1 // Protocol Buffers - Google's data interchange format 261 String.format( in merge()
|
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | bt-codec-msbc.c | 59 info->sample_spec.format = PA_SAMPLE_S16LE; in init()
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | functional.py | 155 return '<{} {!r}>'.format(type(self).__name__, self.__sock)
|
/third_party/python/Lib/unittest/ |
H A D | suite.py | 47 raise TypeError("{} is not callable".format(repr(test)))
|
H A D | runner.py | 116 self._write_status(test, "skipped {0!r}".format(reason))
|
/third_party/python/Lib/wsgiref/ |
H A D | handlers.py | 258 "{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 D | validate.py | 134 "{0} must be of type str (got {1})".format(title, repr(value)))
|
/third_party/skia/experimental/ffmpeg/ |
H A D | SkVideoEncoder.cpp | 198 fFrame->format = pix_fmt; in init()
|
/third_party/skia/infra/bots/recipe_modules/build/ |
H A D | default.py | 67 '-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 D | selinux.h | 157 /* 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 D | cil_symtab.c | 45 __attribute__((noreturn)) __attribute__((format (printf, 1, 2))) static void cil_symtab_error(const char* msg, ...) in cil_symtab_error()
|
H A D | cil_tree.c | 113 __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 D | lib.rs | 40 //! // standard Rust format syntax. 235 format!(concat!($message, "\0"), $($args)*)),
|
/third_party/rust/crates/rust-openssl/openssl-sys/build/ |
H A D | main.rs | 43 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 D | s_expression.rs | 363 .map_err(|e: nom::Err<VerboseError<&str>>| format!("{:#?}", e)) in eval_from_str()
|