HomeSort by relevance Sort by last modified time
    Searched defs:next_word (Results 1 - 9 of 9) sorted by null

  /external/chromium/base/
atomicops_unittest.cc 24 AtomicType next_word; member in struct:__anon1333
33 s.next_word = next_word_value;
38 EXPECT_EQ(s.next_word, next_word_value);
43 EXPECT_EQ(s.next_word, next_word_value);
48 EXPECT_EQ(s.next_word, next_word_value);
53 EXPECT_EQ(s.next_word, next_word_value);
58 EXPECT_EQ(s.next_word, next_word_value);
63 EXPECT_EQ(s.next_word, next_word_value);
68 EXPECT_EQ(s.next_word, next_word_value);
73 EXPECT_EQ(s.next_word, next_word_value)
    [all...]
  /external/chromium_org/base/
atomicops_unittest.cc 24 AtomicType next_word; member in struct:__anon3400
33 s.next_word = next_word_value;
38 EXPECT_EQ(s.next_word, next_word_value);
43 EXPECT_EQ(s.next_word, next_word_value);
48 EXPECT_EQ(s.next_word, next_word_value);
53 EXPECT_EQ(s.next_word, next_word_value);
58 EXPECT_EQ(s.next_word, next_word_value);
63 EXPECT_EQ(s.next_word, next_word_value);
68 EXPECT_EQ(s.next_word, next_word_value);
73 EXPECT_EQ(s.next_word, next_word_value)
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
atomicops_unittest.cc 52 AtomicType next_word; member in struct:__anon14417
61 s.next_word = next_word_value;
66 ASSERT_EQ(next_word_value, s.next_word);
71 ASSERT_EQ(next_word_value, s.next_word);
76 ASSERT_EQ(next_word_value, s.next_word);
81 ASSERT_EQ(next_word_value, s.next_word);
86 ASSERT_EQ(next_word_value, s.next_word);
91 ASSERT_EQ(next_word_value, s.next_word);
96 ASSERT_EQ(next_word_value, s.next_word);
101 ASSERT_EQ(next_word_value, s.next_word);
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
atomicops_unittest.cc 52 AtomicType next_word; member in struct:__anon14460
61 s.next_word = next_word_value;
66 ASSERT_EQ(next_word_value, s.next_word);
71 ASSERT_EQ(next_word_value, s.next_word);
76 ASSERT_EQ(next_word_value, s.next_word);
81 ASSERT_EQ(next_word_value, s.next_word);
86 ASSERT_EQ(next_word_value, s.next_word);
91 ASSERT_EQ(next_word_value, s.next_word);
96 ASSERT_EQ(next_word_value, s.next_word);
101 ASSERT_EQ(next_word_value, s.next_word);
    [all...]
  /external/chromium_org/content/common/android/
address_parser.cc 93 size_t next_word = 1; local
94 for (; next_word <= kMaxAddressWords + 1; ++next_word) {
97 if (next_word == words.size()) {
117 const Word& current_word = words[next_word];
134 next_house_number_word = next_word;
141 next_house_number_word = next_word;
151 if (next_word <= kMaxLocationNameDistance &&
158 if (next_word > kMinAddressWords) {
161 size_t state_first_word = next_word;
    [all...]
  /external/chromium/base/allocator/
allocator_unittests.cc 98 AtomicType next_word; member in struct:__anon1329::__anon1330
107 s.next_word = next_word_value;
112 EXPECT_EQ(s.next_word, next_word_value);
117 EXPECT_EQ(s.next_word, next_word_value);
122 EXPECT_EQ(s.next_word, next_word_value);
127 EXPECT_EQ(s.next_word, next_word_value);
132 EXPECT_EQ(s.next_word, next_word_value);
137 EXPECT_EQ(s.next_word, next_word_value);
142 EXPECT_EQ(s.next_word, next_word_value);
147 EXPECT_EQ(s.next_word, next_word_value)
    [all...]
  /external/chromium_org/base/allocator/
allocator_unittests.cc 97 AtomicType next_word; member in struct:__anon3383::__anon3384
106 s.next_word = next_word_value;
111 EXPECT_EQ(s.next_word, next_word_value);
116 EXPECT_EQ(s.next_word, next_word_value);
121 EXPECT_EQ(s.next_word, next_word_value);
126 EXPECT_EQ(s.next_word, next_word_value);
131 EXPECT_EQ(s.next_word, next_word_value);
136 EXPECT_EQ(s.next_word, next_word_value);
141 EXPECT_EQ(s.next_word, next_word_value);
146 EXPECT_EQ(s.next_word, next_word_value)
    [all...]
  /external/chromium_org/ui/gfx/
render_text_win.cc 179 BreakList<size_t>::const_iterator next_word = word + 1; local
190 // |word| holds the word boundary at or before |i|, and |next_word| holds
191 // the word boundary right after |i|. Advance both |word| and |next_word|
192 // when |i| reaches |next_word|.
193 if (next_word != breaks.breaks().end() && i >= next_word->first) {
194 word = next_word++;
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 37 uint32 next_word; member in struct:tagBitstream

Completed in 564 milliseconds