Home
last modified time | relevance | path

Searched refs:packer (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/test/
Dtest_xdrlib.py56 self.packer = xdrlib.Packer()
62 self.assertRaisesConversion(self.packer.pack_int, 'string')
65 self.assertRaisesConversion(self.packer.pack_uint, 'string')
68 self.assertRaisesConversion(self.packer.pack_float, 'string')
71 self.assertRaisesConversion(self.packer.pack_double, 'string')
74 self.assertRaisesConversion(self.packer.pack_uhyper, 'string')
/third_party/mesa3d/src/panfrost/lib/genxml/
Dmeson.build23 foreach packer : ['common', 'v4', 'v5', 'v6', 'v7', 'v9']
25 packer + '_pack.h',
26 input : ['gen_pack.py', packer + '.xml'],
27 output : packer + '_pack.h',
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DVariablePacker.cpp398 VariablePacker packer; in CheckVariablesInPackingLimits() local
404 return packer.checkExpandedVariablesWithinPackingLimits(maxVectors, &expandedVariables); in CheckVariablesInPackingLimits()
/third_party/node/deps/v8/src/wasm/
Dc-api.cc1541 i::wasm::CWasmArgumentsPacker* packer, StoreImpl* store) { in PushArgs() argument
1546 packer->Push(args[i].i32()); in PushArgs()
1549 packer->Push(args[i].i64()); in PushArgs()
1552 packer->Push(args[i].f32()); in PushArgs()
1555 packer->Push(args[i].f64()); in PushArgs()
1560 packer->Push(WasmRefToV8(store->i_isolate(), args[i].ref())->ptr()); in PushArgs()
1576 i::wasm::CWasmArgumentsPacker* packer, StoreImpl* store) { in PopArgs() argument
1577 packer->Reset(); in PopArgs()
1582 results[i] = Val(packer->Pop<int32_t>()); in PopArgs()
1585 results[i] = Val(packer->Pop<int64_t>()); in PopArgs()
[all …]
/third_party/python/Doc/library/
Dtkinter.rst583 The packer is one of Tk's geometry-management mechanisms. Geometry managers
586 used less commonly, and we do not cover here), the packer takes qualitative
591 inside. The packer is used to control where slave widgets appear inside the
600 appears. A widget will appear only after it has had, for example, the packer's
615 For more extensive information on the packer and the options that it can take,
619 Anchor type. Denotes where the packer is to place each slave in its parcel.
Dxdrlib.rst46 .. _xdr-packer-objects:
/third_party/mesa3d/docs/relnotes/
D21.0.0.rst372 - pan/bi: Generate instruction packer for new IR
2338 - android: pan/bi: Generate instruction packer for new IR