HomeSort by relevance Sort by last modified time
    Searched refs:num_objects (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium-trace/catapult/third_party/gsutil/gslib/
ls_helper.py 81 (num_objects, num_bytes).
147 (num_objects, num_bytes) total number of objects and bytes iterated.
149 num_objects = 0
192 num_objects += no
195 return num_dirs, num_objects, num_bytes
207 (num_objects, num_bytes) total number of objects and bytes iterated.
209 num_objects = 0
242 num_objects += no
245 return num_dirs, num_objects, num_bytes
  /external/opencv3/3rdparty/include/opencl/1.2/CL/
cl_dx9_media_sharing.h 108 cl_uint num_objects,
116 cl_uint num_objects,
cl_d3d10.h 107 cl_uint num_objects,
115 cl_uint num_objects,
cl_d3d11.h 107 cl_uint num_objects,
115 cl_uint num_objects,
cl_egl.h 80 cl_uint /* num_objects */,
88 cl_uint num_objects,
97 cl_uint /* num_objects */,
105 cl_uint num_objects,
  /prebuilts/misc/windows/sdl2/test/
testdraw2.c 21 #define NUM_OBJECTS 100
24 static int num_objects; variable
42 for (i = 0; i < num_objects * 4; ++i) {
85 for (i = 0; i < num_objects; ++i) {
137 for (i = 0; i < num_objects / 4; ++i) {
183 num_objects = NUM_OBJECTS;
219 num_objects = SDL_atoi(argv[i]);
testintersections.c 22 #define NUM_OBJECTS 100
25 static int num_objects; variable
43 for (i = 0; i < num_objects * 4; ++i) {
206 num_objects = NUM_OBJECTS;
242 num_objects = SDL_atoi(argv[i]);
  /external/v8/test/cctest/heap/
test-compaction.cc 109 // Add another page that is filled with {num_objects} objects of size
113 const int num_objects = 3; local
115 heap::CreatePadding(heap, object_size * num_objects, TENURED,
191 // Add another page that is filled with {num_objects} objects of size
195 const int num_objects = 2; local
196 int used_memory = object_size * num_objects;
284 // Add another page that is filled with {num_objects} objects of size
288 const int num_objects = 2; local
289 int used_memory = object_size * num_objects;
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
perfdiag.py 481 if self.num_objects * self.thru_filesize > HumanReadableToBytes('2GiB'):
572 if free_disk_space >= self.thru_filesize * self.num_objects:
574 % (self.num_objects,
577 for _ in range(self.num_objects):
586 % (MakeHumanReadable(self.thru_filesize * self.num_objects),
693 for i in range(self.num_objects):
    [all...]
  /art/runtime/
indirect_reference_table_test.cc 28 static void CheckDump(IndirectReferenceTable* irt, size_t num_objects, size_t num_unique)
32 if (num_objects == 0) {
34 } else if (num_objects == 1) {
38 num_objects, num_unique)),
40 << "\n Expected number of objects: " << num_objects
  /external/opencv/cvaux/src/
cv3dtracker.cpp 395 static const Cv3dTracker2dTrackedObject *find(const Cv3dTracker2dTrackedObject v[], int num_objects, int id)
397 for (int i = 0; i < num_objects; i++)
410 CV_IMPL int cv3dTrackerLocateObjects(int num_cameras, int num_objects,
412 const Cv3dTracker2dTrackedObject tracking_info[], // size is num_objects*num_cameras
413 Cv3dTrackerTrackedObject tracked_objects[]) // size is num_objects
425 for (int i = 0; i < num_objects; i++)
427 const Cv3dTracker2dTrackedObject *o = &tracking_info[c*num_objects+i];
450 const Cv3dTracker2dTrackedObject *o1 = find(&tracking_info[c1*num_objects],
451 num_objects, id);
463 const Cv3dTracker2dTrackedObject *o2 = find(&tracking_info[c2*num_objects],
    [all...]
  /art/runtime/gc/collector/
garbage_collector.h 47 ObjectBytePair(uint64_t num_objects = 0, int64_t num_bytes = 0)
48 : objects(num_objects), bytes(num_bytes) {}
  /hardware/qcom/media/msm8974/libc2dcolorconvert/
C2DColorConverter.h 54 C2D_OBJECT *objects_list, uint32 num_objects );
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/testcase/
integration_testcase.py 168 def AssertNObjectsInBucket(self, bucket_uri, num_objects, versioned=False):
169 """Checks (with retries) that 'ls bucket_uri/**' returns num_objects.
176 num_objects: number of objects expected in the bucket.
189 b_uri = [suri(bucket_uri) + '/**'] if num_objects else [suri(bucket_uri)]
191 # num_objects + one trailing newline.
192 self.assertEquals(len(listing), num_objects + 1)
  /hardware/qcom/media/msm8996/libc2dcolorconvert/
C2DColorConverter.h 54 C2D_OBJECT *objects_list, uint32 num_objects );
  /hardware/qcom/media/msmcobalt/libc2dcolorconvert/
C2DColorConverter.h 54 C2D_OBJECT *objects_list, uint32 num_objects );
  /hardware/qcom/display/msm8084/libcopybit/
c2d2.h 556 * than num_objects is drawn from the given list.
557 * If num_objects is 0, the whole list is drawn.
562 C2D_OBJECT *objects_list, uint32 num_objects );
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
c2d2.h 556 * than num_objects is drawn from the given list.
557 * If num_objects is 0, the whole list is drawn.
562 C2D_OBJECT *objects_list, uint32 num_objects );
    [all...]
  /hardware/qcom/display/msm8909/libcopybit/
c2d2.h 556 * than num_objects is drawn from the given list.
557 * If num_objects is 0, the whole list is drawn.
562 C2D_OBJECT *objects_list, uint32 num_objects );
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
c2d2.h 556 * than num_objects is drawn from the given list.
557 * If num_objects is 0, the whole list is drawn.
562 C2D_OBJECT *objects_list, uint32 num_objects );
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
c2d2.h 556 * than num_objects is drawn from the given list.
557 * If num_objects is 0, the whole list is drawn.
562 C2D_OBJECT *objects_list, uint32 num_objects );
    [all...]
  /hardware/qcom/display/msm8996/libcopybit/
c2d2.h 558 * than num_objects is drawn from the given list.
559 * If num_objects is 0, the whole list is drawn.
564 C2D_OBJECT *objects_list, uint32 num_objects );
    [all...]
  /hardware/qcom/display/msmcobalt/libcopybit/
c2d2.h 558 * than num_objects is drawn from the given list.
559 * If num_objects is 0, the whole list is drawn.
564 C2D_OBJECT *objects_list, uint32 num_objects );
    [all...]
  /art/runtime/gc/space/
region_space.h 454 void RecordThreadLocalAllocations(size_t num_objects, size_t num_bytes) {
458 objects_allocated_ = num_objects;
  /external/opencv/cvaux/include/
cvaux.h     [all...]

Completed in 1267 milliseconds

1 2