OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bad_count
(Results
1 - 7
of
7
) sorted by null
/art/runtime/
thread_pool_test.cc
90
AtomicInteger
bad_count
(0);
91
thread_pool.AddTask(self, new CountTask(&
bad_count
));
94
EXPECT_EQ(0,
bad_count
);
97
while (count.load() != num_tasks &&
bad_count
.load() != 1) {
/external/chromium_org/gpu/command_buffer/tests/
gl_depth_texture_unittest.cc
200
int
bad_count
= 0; // used to not spam the log with too many messages.
local
201
for (GLint yy = 0;
bad_count
< 16 && yy < kResolution; ++yy) {
202
for (GLint xx = 0;
bad_count
< 16 && xx < kResolution; ++xx) {
216
bad_count
+= (actual[0] > left[0] ? 0 : 1);
221
bad_count
+= (actual[0] > down[0] ? 0 : 1);
gl_test_utils.cc
136
int
bad_count
= 0;
local
148
++
bad_count
;
151
if (
bad_count
> 16) {
158
return
bad_count
== 0;
/packages/experimental/procstatlog/
procstatlog.c
220
static size_t
bad_count
= 0;
local
239
while (bad_pos <
bad_count
&& bad[bad_pos] < pid) ++bad_pos;
240
if (bad_pos <
bad_count
&& bad[bad_pos] == pid) continue;
264
if (
bad_count
< sizeof(bad) / sizeof(bad[0])) {
265
int pos =
bad_count
++;
/external/chromium_org/v8/test/mjsunit/
array-splice.js
223
bad_count
= { valueOf: function() { array.push(2*i + 1); return 1; } };
224
spliced = array.splice(bad_start,
bad_count
);
/external/v8/test/mjsunit/
array-splice.js
223
bad_count
= { valueOf: function() { array.push(2*i + 1); return 1; } };
224
spliced = array.splice(bad_start,
bad_count
);
/ndk/sources/host-tools/sed-4.2.1/sed/
execute.c
124
countT
bad_count
;
716
++input->
bad_count
;
123
countT
bad_count
;
member in struct:input
[
all
...]
Completed in 89 milliseconds