/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | dri_drawable.h | 106 enum pipe_format *format,
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_tex_tile_cache.h | 101 enum pipe_format format; member
|
/third_party/node/src/crypto/ |
H A D | crypto_dsa.h | 57 WebCryptoKeyFormat format,
|
/third_party/node/test/parallel/ |
H A D | test-crypto-key-objects-messageport.js | 21 ret = key.export({ type: 'pkcs1', format: 'pem' });
|
H A D | test-tls-honorcipherorder.js | 50 const msg = util.format(
|
/third_party/node/tools/dep_updaters/ |
H A D | update-googletest.sh | 38 LAST_CHANGE_DATE=$(git log -1 --format=%ct "$NEW_UPSTREAM_SHA1" -- LICENSE googletest/include googletest/src)
|
/third_party/mesa3d/src/mesa/main/ |
H A D | uniforms.h | 66 enum gl_uniform_driver_format format,
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_atom_pixeltransfer.c | 76 util_pack_color(rgba, pt->format, &uc); in load_color_map_texture()
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | tmutfmt.h | 68 * // create time unit format instance 69 * TimeUnitFormat* format = new TimeUnitFormat(Locale("en"), status); 70 * // format a time unit amount 75 * formatted = ((Format*)format)->format(formattable, formatted, status); 77 * ((Format*)format)->parseObject(formatted, result, status); 147 * Set the number format used for formatting or parsing. 148 * @param format the number formatter to be set 152 void setNumberFormat(const NumberFormat& format, UErrorCode& status);
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
H A D | test-assembly.py | 83 print("Passed {}/{} tests.".format(len(PASS), len(PASS) + len(FAIL)))
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
H A D | overlay_params.h | 37 OVERLAY_PARAM_BOOL(format) \
|
/third_party/mesa3d/include/android_stub/system/ |
H A D | graphics.h | 64 * Buffer chroma subsampling is defined in the format. 101 * The android_flex_layout structure is used with any pixel format that can be 154 /* number of the most significant bits used in the format for this 169 /* not a flexible format */ 179 /* the kind of flexible format */ 180 android_flex_format_t format; member 191 * Structure used to define depth point clouds for format HAL_PIXEL_FORMAT_BLOB 193 * When locking a native buffer of the above format and dataSpace value,
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | tmutfmt.h | 68 * // create time unit format instance 69 * TimeUnitFormat* format = new TimeUnitFormat(Locale("en"), status); 70 * // format a time unit amount 75 * formatted = ((Format*)format)->format(formattable, formatted, status); 77 * ((Format*)format)->parseObject(formatted, result, status); 147 * Set the number format used for formatting or parsing. 148 * @param format the number formatter to be set 152 void setNumberFormat(const NumberFormat& format, UErrorCode& status);
|
/third_party/icu/icu4c/source/samples/datefmt/answers/ |
H A D | main_3.cpp | 87 fmt->format(date, str, status); in main()
|
/third_party/icu/icu4c/source/samples/datefmt/ |
H A D | main.cpp | 89 fmt->format(date, str, status); in main()
|
/third_party/libexif/libexif/ |
H A D | exif-utils.h | 31 #include <libexif/exif-format.h> 116 /*! Store an ExifShort value into memory in EXIF format. 125 /*! Store an ExifSShort value into memory in EXIF format. 134 /*! Store an ExifLong value into memory in EXIF format. 143 /*! Store an ExifSLong value into memory in EXIF format. 152 /*! Store an ExifRational value into memory in EXIF format. 161 /*! Store an ExifSRational value into memory in EXIF format.
|
/third_party/libphonenumber/java/demo/src/main/java/com/google/phonenumbers/demo/render/ |
H A D | ResultFileRenderer.java | 53 isNumberValid ? phoneUtil.format(number, PhoneNumberFormat.INTERNATIONAL) : "invalid", in genHtml()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_texture.h | 45 uint32_t format : 6; member
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_blitter.h | 35 #include "util/format/u_format.h" 46 enum pipe_format format; member
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_derivatives.c | 112 .format = 2, in midgard_emit_derivatives()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_helpers.h | 133 union pipe_color_union util_clamp_color(enum pipe_format format,
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
H A D | fd4_emit.h | 71 return fd4_pipe2color(surf->format); in fd4_emit_format()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_resource.h | 47 enum pipe_format format,
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_resource.h | 174 enum pipe_format format);
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
H A D | Assignment.java | 90 return String.format("%s=%s", column().getName(), value().map(Object::toString).orElse("")); in toString()
|