HomeSort by relevance Sort by last modified time
    Searched refs:count (Results 151 - 175 of 8204) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webkit/Source/WebCore/editing/
DeleteFromTextNodeCommand.h 37 static PassRefPtr<DeleteFromTextNodeCommand> create(PassRefPtr<Text> node, unsigned offset, unsigned count)
39 return adoptRef(new DeleteFromTextNodeCommand(node, offset, count));
43 DeleteFromTextNodeCommand(PassRefPtr<Text>, unsigned offset, unsigned count);
  /external/webkit/Tools/Scripts/webkitpy/tool/
grammar.py 41 def pluralize(noun, count):
42 if count != 1:
44 return "%d %s" % (count, noun)
  /libcore/luni/src/main/java/org/w3c/dom/
CharacterData.java 69 * @param count The number of 16-bit units to extract.
71 * <code>count</code> exceeds the <code>length</code>, then all 16-bit
76 * <code>data</code>, or if the specified <code>count</code> is
82 int count)
114 * @param count The number of 16-bit units to delete. If the sum of
115 * <code>offset</code> and <code>count</code> exceeds
121 * <code>data</code>, or if the specified <code>count</code> is
126 int count)
133 * @param count The number of 16-bit units to replace. If the sum of
134 * <code>offset</code> and <code>count</code> exceed
    [all...]
  /bionic/libc/kernel/arch-arm/asm/
semaphore.h 30 atomic_t count; member in struct:semaphore
35 #define __SEMAPHORE_INIT(name, cnt) { .count = ATOMIC_INIT(cnt), .wait = __WAIT_QUEUE_HEAD_INITIALIZER((name).wait), }
36 #define __DECLARE_SEMAPHORE_GENERIC(name,count) struct semaphore name = __SEMAPHORE_INIT(name,count)
  /cts/tests/tests/opengl/libopengltest/
attach_shader_eleven.cpp 33 GLsizei count; local
37 &count,
40 LOGI("ShaderCount %d\n", count);
42 Data data = {error, count, -1};
attach_shader_four.cpp 28 GLsizei count; local
32 &count,
35 LOGI("ShaderCount %d\n", count);
37 Data data = {error, count, -1};
  /development/ndk/platforms/android-3/arch-arm/include/asm/
semaphore.h 24 atomic_t count; member in struct:semaphore
29 #define __SEMAPHORE_INIT(name, cnt) { .count = ATOMIC_INIT(cnt), .wait = __WAIT_QUEUE_HEAD_INITIALIZER((name).wait), }
31 #define __DECLARE_SEMAPHORE_GENERIC(name,count) struct semaphore name = __SEMAPHORE_INIT(name,count)
  /development/tools/axl/
udpEater.py 38 count = 0
39 while count < 400:
41 print 'Received packet', count, data[:34]
42 count += 1
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ArrayIterator.m 37 //@synthesize count;
68 for (int i = 0; i < [array count]; i++) {
70 count++;
74 count = [anArray count];
91 count = [anArray count];
108 count = [anArray count];
139 if ( index >= count ) {
    [all...]
  /external/chromium/base/debug/
leak_tracker.h 77 size_t count = 0;
90 if (count < kMaxStackTracesToCopyOntoStack)
91 stacktraces[count] = allocation_stack;
93 ++count;
100 CHECK_EQ(0u, count);
102 // Hack to keep |stacktraces| and |count| alive (so compiler
104 if (count == 0x1234) {
111 // Walk the allocation list and count how many entries it has.
112 int count = 0;
116 ++count;
    [all...]
  /external/dbus/dbus/
dbus-memory.h 50 #define dbus_new(type, count) ((type*)dbus_malloc (sizeof (type) * (count)))
51 #define dbus_new0(type, count) ((type*)dbus_malloc0 (sizeof (type) * (count)))
  /external/guava/guava/src/com/google/common/io/
CountingOutputStream.java 34 private long count; field in class:CountingOutputStream
47 return count;
52 count += len;
57 count++;
  /external/icu4c/common/
cwchar.h 52 #define uprv_wcstombs(mbstr, wcstr, count) U_STANDARD_CPP_NAMESPACE wcstombs(mbstr, wcstr, count)
53 #define uprv_mbstowcs(wcstr, mbstr, count) U_STANDARD_CPP_NAMESPACE mbstowcs(wcstr, mbstr, count)
  /external/icu4c/test/letest/
letest.h 27 #define ARRAY_COPY(dst, src, count) memcpy((void *) (dst), (void *) (src), (count) * sizeof (src)[0])
29 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type))
  /external/kernel-headers/original/asm-x86/
semaphore_32.h 45 atomic_t count; member in struct:semaphore
53 .count = ATOMIC_INIT(n), \
58 #define __DECLARE_SEMAPHORE_GENERIC(name,count) \
59 struct semaphore name = __SEMAPHORE_INITIALIZER(name,count)
71 atomic_set(&sem->count, val);
101 LOCK_PREFIX "decl %0\n\t" /* --sem->count */
106 :"+m" (sem->count)
123 LOCK_PREFIX "decl %1\n\t" /* --sem->count */
128 :"=&a" (result), "+m" (sem->count)
145 LOCK_PREFIX "decl %1\n\t" /* --sem->count */
    [all...]
  /external/oprofile/libutil/
op_deviceio.c 30 ssize_t count; local
34 count = read(devfd, buf, size);
36 if (count < 0 && errno != EINTR && errno != EAGAIN) {
41 return count;
  /external/quake/quake/src/QW/client/
d_part.c 61 int i, izi, pix, count, u, v; local
101 count = 1 << d_y_aspect_shift;
103 for ( ; count ; count--, pz += d_zwidth, pdest += screenwidth)
114 count = 2 << d_y_aspect_shift;
116 for ( ; count ; count--, pz += d_zwidth, pdest += screenwidth)
133 count = 3 << d_y_aspect_shift;
135 for ( ; count ; count--, pz += d_zwidth, pdest += screenwidth
    [all...]
  /external/quake/quake/src/WinQuake/
d_part.cpp 61 int i, izi, pix, count, u, v; local
101 count = 1 << d_y_aspect_shift;
103 for ( ; count ; count--, pz += d_zwidth, pdest += screenwidth)
114 count = 2 << d_y_aspect_shift;
116 for ( ; count ; count--, pz += d_zwidth, pdest += screenwidth)
133 count = 3 << d_y_aspect_shift;
135 for ( ; count ; count--, pz += d_zwidth, pdest += screenwidth)
    [all...]
  /external/skia/include/core/
SkPackBits.h 20 static size_t ComputeMaxSize16(int count);
25 static size_t ComputeMaxSize8(int count);
30 @param count Number of entries in src[]
35 static size_t Pack16(const uint16_t src[], int count, uint8_t dst[]);
40 @param count Number of entries in src[]
45 static size_t Pack8(const uint8_t src[], int count, uint8_t dst[]);
  /external/skia/src/gpu/
GrTBSearch.h 15 int GrTBSearch(const ELEM array[], int count, KEY target) {
16 GrAssert(count >= 0);
17 if (0 == count) {
22 int high = count - 1;
  /external/skia/src/opts/
opts_check_arm.cpp 19 extern "C" void memset16_neon(uint16_t dst[], uint16_t value, int count);
20 extern "C" void memset32_neon(uint32_t dst[], uint32_t value, int count);
24 extern "C" void arm_memset16(uint16_t* dst, uint16_t value, int count);
25 extern "C" void arm_memset32(uint32_t* dst, uint32_t value, int count);
  /external/valgrind/main/exp-bbv/tests/arm-linux/
million.S 2 # count for 1 million instructions
12 ldr r2,count @ set count
27 count: .word 333332 label
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/function/
Number.js 39 var count = 0; variable
45 testcases[count++] = new TestCase( SECTION, "Number(new Date(2200)) ",
47 testcases[count++] = new TestCase( SECTION, "Number(true) ",
49 testcases[count++] = new TestCase( SECTION, "Number(false) ",
51 testcases[count++] = new TestCase( SECTION, "Number('124') ",
53 testcases[count++] = new TestCase( SECTION, "Number('1.23') ",
55 testcases[count++] = new TestCase( SECTION, "Number({p:1}) ",
57 testcases[count++] = new TestCase( SECTION, "Number(null) ",
59 testcases[count++] = new TestCase( SECTION, "Number(-45) ",
80 //testcases[count++] = new TestCase( SECTION, "Number([1,2,3]) "
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/regexp/
RegExp_dollar_number.js 39 var count = 0; variable
44 testcases[count++] = new TestCase ( SECTION, "'abcdefghi'.match(/(a(b(c(d(e)f)g)h)i)/); RegExp.$1",
48 testcases[count++] = new TestCase ( SECTION, "'abcdefghi'.match(/(a(b(c(d(e)f)g)h)i)/); RegExp.$2",
52 testcases[count++] = new TestCase ( SECTION, "'abcdefghi'.match(/(a(b(c(d(e)f)g)h)i)/); RegExp.$3",
56 testcases[count++] = new TestCase ( SECTION, "'abcdefghi'.match(/(a(b(c(d(e)f)g)h)i)/); RegExp.$4",
60 testcases[count++] = new TestCase ( SECTION, "'abcdefghi'.match(/(a(b(c(d(e)f)g)h)i)/); RegExp.$5",
64 testcases[count++] = new TestCase ( SECTION, "'abcdefghi'.match(/(a(b(c(d(e)f)g)h)i)/); RegExp.$6",
72 testcases[count++] = new TestCase ( SECTION, "'" + a_to_z + "'.match((a)b(c)....(y)z); RegExp.$1",
74 testcases[count++] = new TestCase ( SECTION, "'" + a_to_z + "'.match((a)b(c)....(y)z); RegExp.$2",
76 testcases[count++] = new TestCase ( SECTION, "'" + a_to_z + "'.match((a)b(c)....(y)z); RegExp.$3"
    [all...]
compile.js 38 var count = 0; variable
45 testcases[count++] = new TestCase ( SECTION,
49 testcases[count++] = new TestCase ( SECTION,
53 testcases[count++] = new TestCase ( SECTION,
57 testcases[count++] = new TestCase ( SECTION,
63 testcases[count++] = new TestCase ( SECTION,
67 testcases[count++] = new TestCase ( SECTION,
71 testcases[count++] = new TestCase ( SECTION,
75 testcases[count++] = new TestCase ( SECTION,

Completed in 2151 milliseconds

1 2 3 4 5 67 8 91011>>