Searched refs:get_size (Results 1 - 25 of 67) sorted by relevance

123

/external/linux-kselftest/tools/testing/selftests/size/
H A DMakefile3 TEST_GEN_PROGS := get_size
/external/chromium-trace/catapult/devil/devil/utils/
H A Dhost_utils.py11 def get_size(filepath): function in function:GetRecursiveDiskUsage
18 running_size = get_size(path)
21 running_size += sum([get_size(os.path.join(root, f))
/external/autotest/client/site_tests/firmware_RomSize/
H A Dfirmware_RomSize.py14 def get_size(self, target): member in class:firmware_RomSize
25 ec_size = self.get_size(self.TARGET_EC) / 1024
26 bios_size = self.get_size(self.TARGET_BIOS) / 1024
/external/clang/test/SemaTemplate/
H A Denum-argument.cpp11 struct get_size { struct
18 Val1 = get_size<T>::value,
/external/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl35.c84 int get_size; local
89 get_size = fcntl(fds[1], F_GETPIPE_SZ);
90 if (get_size == -1) {
95 if (get_size != exp_pip_sz) {
97 "unexpectedly, expected %d", desp, get_size,
/external/e2fsprogs/tests/progs/test_data/
H A Dtest.icount48 get_size
113 get_size
135 get_size
/external/e2fsprogs/tests/progs/
H A Dtest_icount_cmds.ct29 get_size;
/external/iproute2/tc/
H A Dq_red.c51 if (get_size(&opt.limit, *argv)) {
57 if (get_size(&opt.qth_min, *argv)) {
63 if (get_size(&opt.qth_max, *argv)) {
75 if (get_size(&avpkt, *argv)) {
H A Dq_gred.c87 if (get_size(&limit, *argv)) {
138 if (get_size(&opt.limit, *argv)) {
151 if (get_size(&opt.qth_min, *argv)) {
158 if (get_size(&opt.qth_max, *argv)) {
184 if (get_size(&avpkt, *argv)) {
H A Dq_cbq.c85 if (get_size(&cell, *argv)) {
99 if (get_size(&avpkt, *argv)) {
105 if (get_size(&mpu, *argv)) {
112 if (get_size(&allot, *argv)) {
259 if (get_size(&cell, *argv)) {
287 if (get_size(&wrr.allot, *argv)) {
293 if (get_size(&lss.avpkt, *argv)) {
300 if (get_size(&mpu, *argv)) {
306 if (get_size(&wrr.weight, *argv)) {
H A Dq_drr.c64 if (get_size(&tmp, *argv)) {
H A Dq_fifo.c39 if (get_size(&opt.limit, *argv)) {
H A Dq_sfq.c50 if (get_size(&opt.v0.quantum, *argv)) {
127 if (get_size(&avpkt, *argv)) {
H A Dtc_util.h72 int get_size(unsigned int *size, const char *str);
H A Dq_tbf.c63 if (get_size(&opt.limit, *argv)) {
118 if (get_size(&mpu, *argv)) {
/external/tensorflow/tensorflow/core/common_runtime/sycl/
H A Dsycl_allocator.cc87 return buffer.get_size();
/external/harfbuzz_ng/src/
H A Dhb-ot-name-table.hh104 inline unsigned int get_size (void) const function in struct:OT::name
H A Dhb-open-type-private.hh71 * Works with X of variable size also. X must implement get_size() */
74 { return StructAtOffset<Type>(&X, X.get_size()); }
77 { return StructAtOffset<Type>(&X, X.get_size()); }
107 inline unsigned int get_size (void) const { return (size); }
455 unsigned int size = obj.get_size ();
474 unsigned int size = obj.get_size ();
852 inline unsigned int get_size (void) const function in struct:OT::ArrayOf
977 inline unsigned int get_size (void) const function in struct:OT::HeadlessArrayOf
/external/libxcam/xcore/
H A Dv4l2_device.h74 void get_size (uint32_t &width, uint32_t &height) const { function in class:XCam::V4l2Device
H A Dvideo_buffer.h89 uint32_t get_size () const { function in class:XCam::VideoBuffer
/external/tensorflow/tensorflow/core/kernels/
H A Dmkl_softmax_op.cc114 output_tf_shape.AddDim((dst_pd.get_size() / sizeof(T)));
/external/libxcam/wrapper/gstreamer/
H A Dgstxcambufferpool.cpp190 pool->allocator, dup (video_buf->get_fd ()), video_buf->get_size ());
194 video_buf->map (), video_buf->get_size (),
/external/libxcam/modules/ocl/intel/
H A Dcl_va_memory.cpp44 import_buffer_info.size = bo->get_size ();
/external/mesa3d/src/gallium/drivers/radeon/
H A Dr600_query.h239 void (*get_size)(struct r600_perfcounter_block *, member in struct:r600_perfcounters
/external/mesa3d/src/mesa/swrast/
H A Ds_points.c54 get_size(const struct gl_context *ctx, const SWvertex *vert, GLboolean smoothed) function
100 size = get_size(ctx, vert, GL_FALSE);
257 size = get_size(ctx, vert, GL_TRUE);
377 size = get_size(ctx, vert, GL_FALSE);

Completed in 608 milliseconds

123