HomeSort by relevance Sort by last modified time
    Searched defs:count (Results 426 - 450 of 9532) sorted by null

<<11121314151617181920>>

  /cts/tests/tests/media/src/android/media/cts/
ScannerNotificationReceiver.java 59 int count = 0; local
64 count += countFiles(file);
66 count++;
70 return count;
  /cts/tests/tests/opengl/libopengltest/
attach_shader_five.cpp 32 GLsizei count; local
36 &count,
39 LOGI("ShaderCount %d\n", count);
41 Data data = {error, count, -1};
attach_shader_one.cpp 49 GLsizei count; local
53 &count,
56 LOGI("ShaderCount %d\n", count);
58 Data data = {error, count, -1};
  /cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
ExactComparer.java 31 int count = 0; local
37 if (count < 50) {
42 count++;
46 Log.d(TAG, "Number of different pixels : " + count);
48 return (count == 0);
  /dalvik/dx/src/com/android/dx/command/grep/
Main.java 31 int count = new Grep(dex, Pattern.compile(pattern), new PrintWriter(System.out)).grep(); local
32 System.exit((count > 0) ? 0 : 1);
  /device/generic/goldfish/libqemu/
test_guest_1.c 20 * for count in range(0,100):
21 * msg = "Hello Word " + count
62 int count; local
66 for (count = 0; count < maxCount; count++) {
68 int len = snprintf(buff, sizeof(buff), "Hello World %d\n", count);
69 printf("%4d: Sending %d bytes\n", count, len);
84 printf("%4d: Received %d bytes\n", count, ret);
test_host_2.c 112 int ret, count; local
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
IndexRangeCache.h 49 size_t count,
55 size_t count,
66 count(0),
74 count(_count),
80 size_t end = offset + count * glSizeof(type);
81 size_t end_other = rhs.offset + rhs.count * glSizeof(rhs.type);
88 if (count != rhs.count) return count < rhs.count;
96 size_t count; member in struct:IndexRangeCache::IndexRangeKey
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/common/
desc_image_load.c 117 int count; local
129 for (count = 0; count < bl_mem_params_desc_num; count++) {
131 desc_ptr = &bl_mem_params_desc_ptr[count];
136 link_index = count;
151 for (count = 0 ; count < bl_mem_params_desc_num; count++) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_weakref.c 40 Py_ssize_t count = _PyWeakref_GetWeakrefCount(*list); local
42 result = PyList_New(count);
46 for (i = 0; i < count; ++i) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
fastsearch.h 6 /* fast search/count implementation, based on a mix between boyer-
12 using this code in other contexts. also, the count mode returns -1
42 Py_ssize_t skip, count = 0; local
58 count++;
59 if (count == maxcount)
62 return count;
103 count++;
104 if (count == maxcount)
157 return count;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
btm_matcher.py 19 count = itertools.count() variable in class:BMNode
23 self.id = next(BMNode.count)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
cache.h 37 long count; member in struct:_pysqlite_Node
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_weakref.c 40 Py_ssize_t count = _PyWeakref_GetWeakrefCount(*list); local
42 result = PyList_New(count);
46 for (i = 0; i < count; ++i) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
fastsearch.h 6 /* fast search/count implementation, based on a mix between boyer-
12 using this code in other contexts. also, the count mode returns -1
42 Py_ssize_t skip, count = 0; local
58 count++;
59 if (count == maxcount)
62 return count;
103 count++;
104 if (count == maxcount)
157 return count;
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/AArch64/
SetMem.S 64 #define count x1 define
81 lsl count, count, #1
87 lsl count, count, #2
93 lsl count, count, #3
104 0: add dstend, dstin, count
107 cmp count, 96
109 cmp count, 16
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
multibyte_sb.c 172 int count = 0; local
188 count++;
194 count++;
199 return count;
225 int count = 0; local
236 count++;
237 return(count);
246 count++;
250 return count;
  /device/linaro/bootloader/edk2/StdLib/LibC/Main/
Main.c 78 UINTN count; local
85 for(count = 0; count < ((Argc > 5)? 5: Argc); ++count) {
86 DEBUG((DEBUG_INIT, "Argument[%d] = \"%s\".\n", count, Argv[count]));
92 for(count = 0; count < Argc; ++count) {
93 AVsz = (ssize_t)wcstombs(NULL, Argv[count], ARG_MAX);
    [all...]
  /external/ImageMagick/Magick++/lib/
ImageRef.cpp 51 count; local
61 count=--_refCount;
63 return(count);
  /external/ImageMagick/MagickCore/
opencl.h 38 count, member in struct:_KernelProfileRecord
  /external/ImageMagick/coders/
art.c 119 count,
172 GetQuantumPixels(quantum_info),&count);
173 if (count != (ssize_t) length)
178 length) & 0x01,GetQuantumPixels(quantum_info),&count);
300 count,
339 count=WriteBlob(image,length,pixels);
340 if (count != (ssize_t) length)
342 count=WriteBlob(image,(size_t) (-(ssize_t) length) & 0x01,pixels);
116 count, local
294 count, local
hrz.c 116 count,
158 count=ReadBlob(image,length,pixels);
159 if ((size_t) count != length)
295 count;
344 count=WriteBlob(image,(size_t) (q-pixels),pixels);
345 if (count != (ssize_t) (q-pixels))
113 count, local
289 count; local
mac.c 117 count,
172 count=(unsigned char) ReadBlobByte(image);
175 if ((count <= 0) || (count >= 128))
178 count=(~count)+2;
179 while (count != 0)
183 count--;
212 count++;
213 while (count != 0
115 count, local
    [all...]
  /external/adhd/cras/src/tests/
linear_resampler_unittest.cc 21 unsigned int count; local
36 count = 20;
37 rc = linear_resampler_resample(lr, in_buf + 4 * in_offset, &count,
40 EXPECT_EQ(20, count);
42 in_offset += count;
44 count = 20;
45 rc = linear_resampler_resample(lr, in_buf + 4 * in_offset, &count,
48 EXPECT_EQ(15, count);
61 unsigned int count; local
76 count = 5
111 unsigned int count; local
159 unsigned int count; local
177 unsigned int count; local
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRHashMap.h 44 NSUInteger count; variable
60 - (NSInteger)count;
106 @property (getter=getCount, setter=setCount:) NSUInteger count; variable

Completed in 688 milliseconds

<<11121314151617181920>>