OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:list_size
(Results
51 - 59
of
59
) sorted by null
1
2
3
/system/core/toolbox/
ls.c
27
#define
LIST_SIZE
(1 << 4)
139
if ((flags &
LIST_SIZE
) != 0) {
303
if ((flags & (LIST_LONG |
LIST_SIZE
| LIST_CLASSIFY | LIST_MACLABEL | LIST_INODE)) == 0) {
330
} else /*((flags &
LIST_SIZE
) != 0)*/ {
348
if ((flags &
LIST_SIZE
) != 0) {
460
case 's': flags |=
LIST_SIZE
; break;
/external/chromium_org/media/video/capture/win/
video_capture_device_win.cc
532
LONG
list_size
= 0;
local
542
&
list_size
, &max_fps);
543
// Sometimes |
list_size
| will be > 0, but max_fps will be NULL. Some
546
if (hr == S_OK &&
list_size
> 0 && max_fps) {
548
max_fps.get() +
list_size
);
/frameworks/av/media/libstagefright/codecs/avc/common/src/
reflist.cpp
166
int *
list_size
;
local
178
list_size
= &(video->refList0Size);
188
list_size
= &(video->refList1Size);
248
*
list_size
= num_ref_idx_lX_active_minus1 + 1;
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.m
406
int
list_size
= 0;
449
for (i = 0; i <
list_size
; i++) {
461
list_size
++;
465
SDL_malloc (sizeof(*client_mode_list) * (
list_size
+1) );
469
SDL_realloc (client_mode_list, sizeof(*client_mode_list) * (
list_size
+1));
484
client_mode_list[
list_size
-1] = rect;
485
client_mode_list[
list_size
] = NULL;
495
for (i = 0; i <
list_size
; i++) {
496
for (j = 0; j <
list_size
-1; j++) {
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
devicemanager_unittest.cc
221
const char* const device_list[], int
list_size
) {
222
if (
list_size
!= static_cast<int>(devices.size())) {
225
for (int i = 0; i <
list_size
; ++i) {
/external/webrtc/src/system_wrappers/source/
list_unittest.cc
310
const unsigned int
list_size
= lhs->GetSize();
local
320
while (i <
list_size
) {
/external/chromium_org/third_party/mesa/src/src/glx/
glxcmds.c
1622
int
list_size
;
local
[
all
...]
/external/mesa3d/src/glx/
glxcmds.c
1622
int
list_size
;
local
[
all
...]
/external/chromium/chrome/browser/importer/
importer_unittest.cc
134
const BookmarkList* list, int
list_size
) {
135
for (int i = 0; i <
list_size
; ++i) {
[
all
...]
Completed in 1152 milliseconds
1
2
3