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

  /external/chromium_org/content/common/android/
address_parser.cc 92 size_t next_word = 1; local
93 for (; next_word <= kMaxAddressWords + 1; ++next_word) {
96 if (next_word == words.size()) {
116 const Word& current_word = words[next_word];
133 next_house_number_word = next_word;
140 next_house_number_word = next_word;
150 if (next_word <= kMaxLocationNameDistance &&
157 if (next_word > kMinAddressWords) {
160 size_t state_first_word = next_word;
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
atomicops_unittest.cc 52 AtomicType next_word; member in struct:__anon16266
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:__anon16309
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/base/
atomicops_unittest.cc 24 AtomicType next_word; member in struct:__anon4046
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:__anon6084
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/base/allocator/
allocator_unittests.cc 98 AtomicType next_word; member in struct:__anon4042::__anon4043
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...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
bitstream.cpp 55 stream->curr_word |= (stream->next_word >> stream->incnt); // stream->incnt cannot be 32
56 stream->next_word <<= (31 - stream->incnt);
57 stream->next_word <<= 1;
77 stream->next_word = 0;
81 stream->next_word |= (v[i] << ((3 - i) << 3));
85 stream->curr_word |= (stream->next_word >> num_bits); // this is safe
87 stream->next_word <<= (31 - num_bits);
88 stream->next_word <<= 1;
104 stream->next_word = ((uint32)v[0] << 24) | (v[1] << 16) | (v[2] << 8) | v[3];
107 stream->curr_word |= (stream->next_word >> num_bits); // this is saf
    [all...]
mp4lib_int.h 37 uint32 next_word; member in struct:tagBitstream
  /external/chromium_org/base/allocator/
allocator_unittests.cc 97 AtomicType next_word; member in struct:__anon6068::__anon6069
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...]

Completed in 1213 milliseconds