/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | bind.cc | 29 absl::Span<const FormatArgImpl> pack) { in BindFromPosition() 31 if (static_cast<size_t>(position) > pack.size()) { in BindFromPosition() 35 return FormatArgImplFriend::ToInt(pack[position - 1], value); in BindFromPosition() 40 explicit ArgContext(absl::Span<const FormatArgImpl> pack) : pack_(pack) {} in ArgContext() argument 42 // Fill 'bound' with the results of applying the context's argument pack 105 ConverterConsumer(Converter converter, absl::Span<const FormatArgImpl> pack) in ConverterConsumer() argument 106 : converter_(converter), arg_context_(pack) {} in ConverterConsumer() 175 absl::Span<const FormatArgImpl> pack, in BindWithPack() 177 return ArgContext(pack) in BindWithPack() 28 BindFromPosition(int position, int* value, absl::Span<const FormatArgImpl> pack) BindFromPosition() argument 174 BindWithPack(const UnboundConversion* props, absl::Span<const FormatArgImpl> pack, BoundConversion* bound) BindWithPack() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_opt_algebraic.c | 67 !reg.pack && in is_constant_value() 153 inst->src[0].pack >= QPU_UNPACK_8D_REP && in qir_opt_algebraic() 154 inst->src[0].pack <= QPU_UNPACK_8D) { in qir_opt_algebraic() 162 inst->src[0].pack >= QPU_UNPACK_8D_REP && in qir_opt_algebraic() 163 inst->src[0].pack <= QPU_UNPACK_8D) { in qir_opt_algebraic() 229 if (!inst->dst.pack && in qir_opt_algebraic() 240 if (!inst->dst.pack && in qir_opt_algebraic()
|
H A D | vc4_qpu_disasm.c | 265 vc4_qpu_disasm_pack_mul(FILE *out, uint32_t pack) in vc4_qpu_disasm_pack_mul() argument 267 fprintf(out, "%s", DESC(qpu_pack_mul, pack)); in vc4_qpu_disasm_pack_mul() 271 vc4_qpu_disasm_pack_a(FILE *out, uint32_t pack) in vc4_qpu_disasm_pack_a() argument 273 fprintf(out, "%s", DESC(qpu_pack_a, pack)); in vc4_qpu_disasm_pack_a() 303 uint32_t pack = QPU_GET_FIELD(inst, QPU_PACK); in print_alu_dst() local 313 vc4_qpu_disasm_pack_mul(stderr, pack); in print_alu_dst() 315 vc4_qpu_disasm_pack_a(stderr, pack); in print_alu_dst()
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | htest.py | 379 frameLabel.pack() 384 scrollbar.pack(side='right', fill='y', expand=False) 385 text.pack(side='left', fill='both', expand=True) 435 button.pack() 436 next_button.pack()
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | AnyTest.java | 45 TestAny container = TestAny.newBuilder().setValue(Any.pack(message)).build(); in testAnyGeneratedApi() 79 TestAny container = TestAny.newBuilder().setValue(Any.pack(message, "xxx.com")).build(); in testCustomTypeUrls() 90 container = TestAny.newBuilder().setValue(Any.pack(message, "yyy.com/")).build(); in testCustomTypeUrls() 101 container = TestAny.newBuilder().setValue(Any.pack(message, "")).build(); in testCustomTypeUrls() 118 TestAny container = TestAny.newBuilder().setValue(Any.pack(message)).build(); in testCachedUnpackResult()
|
/third_party/python/Lib/idlelib/ |
H A D | debugger.py | 140 self.bframe.pack(anchor="w") 156 b.pack(side="left") 159 self.cframe.pack(side="left") 185 self.status.pack(anchor="w") 187 self.error.pack(anchor="w", fill="x") 191 self.fstack.pack(expand=1, fill="both") 193 self.flocals.pack(expand=1, fill="both") 195 self.fglobals.pack(expand=1, fill="both") 473 self.frame.pack(expand=1, fill="both") 475 self.label.pack(fil [all...] |
H A D | tooltip.py | 163 label.pack() 172 label.pack() 174 button1.pack() 177 button2.pack()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | sbcdsp.asm | 54 %macro ANALYZE_MAC_REG 7 ; out1, out2, in, tmp1, tmp2, offset, pack 55 %ifidn %7, pack 73 ANALYZE_MAC_REG m0, m2, m0, m0, m2, 80, pack 74 ANALYZE_MAC_REG m0, m2, m1, m1, m3, 96, pack 98 ANALYZE_MAC_REG m4, m5, m0, m4, m5, 160, pack 99 ANALYZE_MAC_REG m4, m5, m1, m6, m7, 192, pack 100 ANALYZE_MAC_REG m4, m5, m2, m6, m7, 224, pack 101 ANALYZE_MAC_REG m4, m5, m3, m6, m7, 256, pack
|
/third_party/python/Lib/tkinter/ |
H A D | filedialog.py | 69 self.botframe.pack(side=BOTTOM, fill=X) 72 self.selection.pack(side=BOTTOM, fill=X) 76 self.filter.pack(side=TOP, fill=X) 80 self.midframe.pack(expand=YES, fill=BOTH) 83 self.filesbar.pack(side=RIGHT, fill=Y) 86 self.files.pack(side=RIGHT, expand=YES, fill=BOTH) 94 self.dirsbar.pack(side=LEFT, fill=Y) 97 self.dirs.pack(side=LEFT, expand=YES, fill=BOTH) 107 self.ok_button.pack(side=LEFT) 111 self.filter_button.pack(sid [all...] |
H A D | simpledialog.py | 47 self.message.pack(expand=1, fill=BOTH) 49 self.frame.pack() 60 b.pack(side=LEFT, fill=BOTH, expand=1) 129 body.pack(padx=5, pady=5) 174 w.pack(side=LEFT, padx=5, pady=5) 176 w.pack(side=LEFT, padx=5, pady=5) 181 box.pack() 436 t.pack() 438 q.pack()
|
H A D | scrolledtext.py | 24 self.vbar.pack(side=RIGHT, fill=Y) 28 self.pack(side=LEFT, fill=BOTH, expand=True) 50 stext.pack(fill=BOTH, side=LEFT, expand=True)
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | APIInfo.java | 56 private String pack = ""; // package field in APIInfo 68 return (((pack.hashCode() << 3) ^ cls.hashCode()) << 3) ^ name.hashCode(); in hashCode() 78 this.pack.equals(that.pack) && in equals() 170 case PAK: return pack; in get() 208 case PAK: pack = val; break; in setType() 340 int result = lhi.pack.compareTo(rhi.pack); in defaultComparator() 372 int result = lhi.pack.compareTo(rhi.pack); in changedComparator() [all...] |
H A D | CheckAPI.java | 106 private String pack; // package field in CheckAPI.Info 122 case PAK: return pack; in get() 144 case PAK: pack = val; break; in setType() 391 int result = lhi.pack.compareTo(rhi.pack); in defaultComparator() 416 int result = lhi.pack.compareTo(rhi.pack); in changedComparator() 441 int result = lhi.pack.compareTo(rhi.pack); in classFirstComparator() 828 String pack in writeResults() [all...] |
/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/ |
H A D | JsonFormatTest.java | 866 TestAny message = TestAny.newBuilder().setAnyValue(Any.pack(content)).build(); in testAnyFieldsWithCustomAddedTypeRegistry() 890 Any anyMessage = Any.pack(Any.pack(content)); in testAnyFieldsWithCustomAddedTypeRegistry() 905 TestAny message = TestAny.newBuilder().setAnyValue(Any.pack(content)).build(); in testAnyFields() 941 Any anyMessage = Any.pack(Any.pack(content)); in testAnyFields() 954 anyMessage = Any.pack(Int32Value.newBuilder().setValue(12345).build()); in testAnyFields() 962 anyMessage = Any.pack(UInt32Value.newBuilder().setValue(12345).build()); in testAnyFields() 970 anyMessage = Any.pack(Int64Value.newBuilder().setValue(12345).build()); in testAnyFields() 978 anyMessage = Any.pack(UInt64Valu in testAnyFields() [all...] |
/third_party/python/Lib/test/ |
H A D | test_sunau.py | 135 b = struct.pack('>LLLLL', sunau.AUDIO_FILE_MAGIC, 20, 0, 141 b = struct.pack('>LLLLLL', sunau.AUDIO_FILE_MAGIC, 124, 0, 148 b = struct.pack('>LLLLLL', sunau.AUDIO_FILE_MAGIC, 24, 0, 0, 11025, 1) 153 b = struct.pack('>LLLLLL', sunau.AUDIO_FILE_MAGIC, 24, 0,
|
/third_party/mesa3d/src/util/format/ |
H A D | u_format.c | 433 const struct util_format_pack_description *pack = in util_format_write_4() local 445 pack->pack_rgba_uint(dst_row, dst_stride, src, src_stride, w, h); in util_format_write_4() 447 pack->pack_rgba_sint(dst_row, dst_stride, src, src_stride, w, h); in util_format_write_4() 449 pack->pack_rgba_float(dst_row, dst_stride, src, src_stride, w, h); in util_format_write_4() 474 const struct util_format_pack_description *pack = in util_format_write_4ub() local 487 pack->pack_rgba_8unorm(dst_row, dst_stride, src_row, src_stride, w, h); in util_format_write_4ub() 651 const struct util_format_pack_description *pack = in util_format_translate() local 709 if (unpack->unpack_z_float && pack->pack_z_float) { in util_format_translate() 713 if (unpack->unpack_s_8uint && pack->pack_s_8uint) { in util_format_translate() 745 !pack in util_format_translate() [all...] |
/third_party/mbedtls/scripts/mbedtls_dev/ |
H A D | psa_storage.py | 124 def pack( member in Key 130 This function is similar to `struct.pack`, but with the following differences: 137 return struct.pack('<' + fmt, # little-endian, standard sizes 153 header = self.MAGIC + self.pack('L', self.version) 155 attributes = self.pack('LHHLLL', 158 material = self.pack('L', len(self.material)) + self.material
|
/third_party/libwebsockets/scripts/ |
H A D | esp32.mk | 28 $(LWS_BUILD_PATH)/pack.img: $(APP_BIN) 71 cp $(LWS_BUILD_PATH)/$(PROJECT_NAME).bin $(LWS_BUILD_PATH)/pack.img ;\ 92 all: $(LWS_BUILD_PATH)/pack.img 94 flash: $(LWS_BUILD_PATH)/pack.img 96 lws_flash_ota: $(LWS_BUILD_PATH)/pack.img
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_pbo_compute.c | 534 nir_ssa_def *pack[2]; in convert_swap_write() local 535 pack[0] = nir_format_pack_uint_unmasked_ssa(b, nir_channel(b, pixel, 0), nir_channel(b, sd->bits, 0)); in convert_swap_write() 536 pack[1] = nir_format_pack_uint_unmasked_ssa(b, nir_channels(b, pixel, 6), nir_channels(b, sd->bits, 6)); in convert_swap_write() 537 handle_swap(b, nir_pad_vec4(b, nir_vec2(b, pack[0], pack[1])), buffer_offset, sd, 2, true); in convert_swap_write() 763 can_copy_direct(const struct gl_pixelstore_attrib *pack) in can_copy_direct() argument 765 return !(pack->RowLength || in can_copy_direct() 766 pack->SkipPixels || in can_copy_direct() 767 pack->SkipRows || in can_copy_direct() 768 pack in can_copy_direct() 773 download_texture_compute(struct st_context *st, const struct gl_pixelstore_attrib *pack, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, unsigned level, unsigned layer, GLenum format, GLenum type, enum pipe_format src_format, enum pipe_texture_target view_target, struct pipe_resource *src, enum pipe_format dst_format, enum swizzle_clamp swizzle_clamp) download_texture_compute() argument 1004 copy_converted_buffer(struct gl_context * ctx, struct gl_pixelstore_attrib *pack, enum pipe_texture_target view_target, struct pipe_resource *dst, enum pipe_format dst_format, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, void *pixels) copy_converted_buffer() argument [all...] |
/third_party/python/Tools/demo/ |
H A D | mcast.py | 39 ttl_bin = struct.pack('@i', MYTTL) 68 mreq = group_bin + struct.pack('=I', socket.INADDR_ANY) 71 mreq = group_bin + struct.pack('@I', 0)
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | packed-vtable.h | 3 #pragma pack(1) 10 #pragma pack()
|
H A D | bitfield_pragma_packed.h | 1 #pragma pack(push, 1) 9 #pragma pack(pop)
|
H A D | packed-n-with-padding.h | 1 #pragma pack(push, 2) 8 #pragma pack(pop)
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | mac_tool.py | 718 struct.pack( 745 out.write(struct.pack("<LLL", 0, 0, 0)) 752 out.write(struct.pack("<LLL", key_offset, prefix_offset, suffix_offset)) 755 out.write(struct.pack("<x")) 760 out.write(struct.pack("<%ds" % len(file), file)) 761 out.write(struct.pack("<s", "\0")) 763 out.write(struct.pack("<%ds" % len(base), base)) 764 out.write(struct.pack("<s", "\0")) 766 out.write(struct.pack("<%ds" % len(path), path)) 767 out.write(struct.pack("< [all...] |
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | mac_tool.py | 718 struct.pack( 745 out.write(struct.pack("<LLL", 0, 0, 0)) 752 out.write(struct.pack("<LLL", key_offset, prefix_offset, suffix_offset)) 755 out.write(struct.pack("<x")) 760 out.write(struct.pack("<%ds" % len(file), file)) 761 out.write(struct.pack("<s", "\0")) 763 out.write(struct.pack("<%ds" % len(base), base)) 764 out.write(struct.pack("<s", "\0")) 766 out.write(struct.pack("<%ds" % len(path), path)) 767 out.write(struct.pack("< [all...] |