/test/xts/hats/hdf/usb/mtpTest_additional/common/ |
H A D | usbfn_mtp_test.cpp | 88 std::string output = msg + std::string("(") + std::to_string(printLen) + std::string("):") + ss.str(); in PrintVector()
|
/third_party/ffmpeg/libavcodec/ |
H A D | libaomenc.c | 1364 { "tiles", "Tile columns x rows", OFFSET(tile_cols), AV_OPT_TYPE_IMAGE_SIZE, { .str = NULL }, 0, 0, VE },
|
H A D | proresenc_kostya.c | 1367 AV_OPT_TYPE_STRING, { .str = "Lavc" }, 0, 0, VE },
|
H A D | vaapi_encode_h265.c | 1422 { .str = NULL }, 0, 0, FLAGS },
|
H A D | pngdec.c | 490 bp->str[bp->len] = 0; in decode_zbuf()
|
/third_party/eudev/src/udev/ |
H A D | udev-rules.c | 328 const char *value = str(rules, token->key.value_off); in dump_token() 850 static const char *get_key_attribute(struct udev *udev, char *str) { in get_key_attribute() argument 854 attr = strchr(str, '{'); in get_key_attribute()
|
/third_party/ffmpeg/libavfilter/ |
H A D | avfilter.c | 611 { "enable", "set enable expression", OFFSET(enable_str), AV_OPT_TYPE_STRING, {.str=NULL}, .flags = TFLAGS },
|
H A D | vf_minterpolate.c | 205 { "fps", "output's frame rate", OFFSET(frame_rate), AV_OPT_TYPE_VIDEO_RATE, {.str = "60"}, 0, INT_MAX, FLAGS },
|
/third_party/ffmpeg/libavformat/ |
H A D | nutenc.c | 559 count += add_info(dyn_bc, "Disposition", ff_nut_dispositions[i].str); in write_streaminfo()
|
H A D | nutdec.c | 494 if (!strcmp(ff_nut_dispositions[i].str, value)) in set_disposition_bits()
|
/third_party/astc-encoder/Test/ |
H A D | astc_test_functional.py | 151 profile (str): The color profile. 152 mode (str): The type of image to load. 153 image (str): The image variant to load. 156 str: The path to the test image file on disk. 188 profile (str): The color profile. "EXP" means explicit which means 191 mode (str): The type of image to load. 194 str: The path to the test image file on disk. 249 image1 (str): Path to the first image. 250 image2 (str): Path to the second image. 293 image1 (str) [all...] |
/third_party/astc-encoder/Source/ |
H A D | astcenccli_image_load_store.cpp | 65 return ss.str(); in get_output_filename()
|
/third_party/curl/lib/ |
H A D | cf-socket.c | 417 const char *dev = data->set.str[STRING_DEVICE]; in bindlocal()
|
/third_party/icu/tools/colprobe/ |
H A D | sortedlines.cpp | 1002 UColAttributeValue str = probe.getStrength(trial, *toSort[i]); in gooseUp()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_pipe.h | 1629 const char *str, int len);
|
/third_party/node/lib/internal/ |
H A D | errors.js | 1321 E('ERR_INVALID_MIME_SYNTAX', (production, str, invalidIndex) => { 1323 return `The MIME syntax for a ${production} in "${str}" is invalid` + msg; 1490 (str, range, input, replaceDefaultBoolean = false) => { 1492 let msg = replaceDefaultBoolean ? str : 1493 `The value of "${str}" is out of range.`;
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | compiler.py | 1526 self.write(str(val))
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | make.py | 611 extensions = sorted(COMPILABLE_EXTENSIONS.keys(), key=str.lower)
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | compiler.py | 1433 self.write(str(val))
|
/third_party/nghttp2/src/ |
H A D | shrpx_http2_session.cc | 1131 << ss.str(); in on_response_headers()
|
H A D | HttpServer.cc | 1289 auto push_itr = hd->get_config()->push.find(path.str()); in prepare_response()
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | make.py | 614 extensions = sorted(COMPILABLE_EXTENSIONS.keys(), key=str.lower)
|
/third_party/littlefs/scripts/ |
H A D | test.py | 99 elif isinstance(v, str):
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-wasm-objects.cc | 790 return isolate->factory()->InternalizeString(base::VectorOf(name.str())); in GetRefTypeName()
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | assembler-s390.h | 113 static Operand EmbeddedStringConstant(const StringConstantBase* str);
|