HomeSort by relevance Sort by last modified time
    Searched full:pushback (Results 1 - 25 of 157) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/net/spdy/
write_blocked_list_test.cc 19 list.PushBack(1, 1);
22 list.PushBack(1, 0);
29 list.PushBack(1, 4);
32 list.PushBack(1, 2);
40 list.PushBack(1, 4);
46 list.PushBack(2, 4);
47 list.PushBack(1, 4);
52 list.PushBack(1, 7);
59 list.PushBack(1, 4);
61 list.PushBack(2, 4)
    [all...]
  /external/chromium_org/net/quic/
quic_write_blocked_list_test.cc 19 write_blocked_list.PushBack(40,
21 write_blocked_list.PushBack(23,
23 write_blocked_list.PushBack(17,
25 write_blocked_list.PushBack(kHeadersStreamId,
27 write_blocked_list.PushBack(kCryptoStreamId,
50 write_blocked_list.PushBack(kCryptoStreamId,
62 write_blocked_list.PushBack(kHeadersStreamId,
74 write_blocked_list.PushBack(5,
76 write_blocked_list.PushBack(kHeadersStreamId,
98 write_blocked_list.PushBack(kBlockedId
    [all...]
quic_write_blocked_list.h 68 void PushBack(QuicStreamId stream_id, QuicPriority priority) {
88 base_write_blocked_list_.PushBack(
  /external/chromium_org/third_party/webrtc/base/
scopedptrcollection_unittest.cc 47 TEST_F(ScopedPtrCollectionTest, PushBack) {
52 collection_->PushBack(new InstanceCounter(&num_instances_));
62 collection_->PushBack(ic);
atomicops_unittest.cc 33 EXPECT_FALSE(queue.PushBack(1));
50 EXPECT_TRUE(queue.PushBack(1));
52 EXPECT_TRUE(queue.PushBack(2));
54 EXPECT_FALSE(queue.PushBack(3));
71 EXPECT_TRUE(queue.PushBack(1));
  /external/webrtc/src/system_wrappers/source/
list_no_stl.h 49 int PushBack(const void* ptr);
50 int PushBack(const unsigned int item_id);
68 void PushBack(ListNoStlItem* item);
list_stl.h 45 int PushBack(const void* ptr);
46 int PushBack(const unsigned int item_id);
list_unittest.cc 26 // Clarification: ListWrapper has two versions of PushBack(..). It takes an
46 virtual int PushBack(const unsigned int item_id) = 0;
123 virtual int PushBack(const unsigned int item_id) {
124 return list_.PushBack(item_id);
182 virtual int PushBack(const unsigned int item_id) {
188 const int return_value = list_.PushBack(
245 if (return_value->PushBack(i) == -1) {
261 if (return_value->PushBack(kNumberOfElements - i - 1) == -1) {
289 if (return_value->PushBack(push_value) == -1) {
355 // Reverse the list using PushBack and Previous
    [all...]
  /external/protobuf/gtest/test/
gtest-listener_test.cc 71 g_events->PushBack(GetFullMethodName("OnTestProgramStart"));
79 g_events->PushBack(message.GetString());
83 g_events->PushBack(GetFullMethodName("OnEnvironmentsSetUpStart"));
87 g_events->PushBack(GetFullMethodName("OnEnvironmentsSetUpEnd"));
91 g_events->PushBack(GetFullMethodName("OnTestCaseStart"));
95 g_events->PushBack(GetFullMethodName("OnTestStart"));
99 g_events->PushBack(GetFullMethodName("OnTestPartResult"));
103 g_events->PushBack(GetFullMethodName("OnTestEnd"));
107 g_events->PushBack(GetFullMethodName("OnTestCaseEnd"));
111 g_events->PushBack(GetFullMethodName("OnEnvironmentsTearDownStart"))
    [all...]
  /libcore/luni/src/main/java/java/io/
PushbackInputStream.java 44 * stream as source. The size of the pushback buffer is set to the default
62 * input stream. The size of the pushback buffer is set to {@code size}.
71 * the size of the pushback buffer.
94 * and releases the pushback buffer.
124 * range from 0 to 255. If the pushback buffer does not contain any
140 // Is there a pushback byte available?
152 * from the pushback buffer first, then from the source stream if more bytes
172 // Are there pushback bytes available?
201 * in the pushback buffer first and then in the source stream if necessary.
231 * If this stream's internal pushback buffer cannot store the entir
    [all...]
PushbackReader.java 44 * source. The size of the pushback buffer is set to the default value of 1
58 * The size of the pushback buffer is set to {@code size}.
63 * the size of the pushback buffer.
78 * and releases the pushback buffer.
124 * reader has been reached. If the pushback buffer does not contain any
139 /* Is there a pushback character available? */
160 * read from the pushback buffer first, then from the source reader if more
180 /* Are there pushback chars available? */
246 * If this reader's internal pushback buffer cannot store the entire
248 * {@code buffer} may have already been copied to the pushback buffer whe
    [all...]
  /external/deqp/framework/delibs/decpp/
dePoolArray.cpp 39 /* Test pushBack(). */
45 arr.pushBack(i);
46 arr16.pushBack((deInt16)i);
77 arr.pushBack(i);
78 arr16.pushBack((deInt16)i);
89 /* Test set() and pushBack() with reserve(). */
96 arr2.pushBack(i);
113 /* Test pushBack(). */
119 arr.pushBack(i);
120 arr16.pushBack((deInt16)i)
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/
Lexer.java 164 pushBack(accept_length);
179 pushBack(accept_length);
193 pushBack(accept_length);
207 pushBack(accept_length);
221 pushBack(accept_length);
235 pushBack(accept_length);
249 pushBack(accept_length);
263 pushBack(accept_length);
278 pushBack(accept_length);
292 pushBack(accept_length)
    [all...]
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_util_unittest.cpp 94 TEST(Vector, PushBack) {
96 v.PushBack(12345);
106 v.PushBack(n * 100);
116 v.PushBack(n * 100);
128 v.PushBack(n * 100);
142 v.PushBack(n * 100);
167 v.PushBack(n * 100);
184 v.PushBack(n * 100);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/mock/
mock_audio_vector.h 30 MOCK_METHOD1(PushBack,
32 MOCK_METHOD2(PushBack,
  /ndk/sources/android/crazy_linker/src/
crazy_linker_util_unittest.cpp 94 TEST(Vector, PushBack) {
96 v.PushBack(12345);
106 v.PushBack(n * 100);
116 v.PushBack(n * 100);
128 v.PushBack(n * 100);
142 v.PushBack(n * 100);
167 v.PushBack(n * 100);
184 v.PushBack(n * 100);
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_vector_test.cc 22 v.PushBack(42);
25 v.PushBack(43);
34 v.PushBack(i);
  /external/chromium_org/android_webview/browser/
gl_view_renderer_manager.h 33 Key PushBack(RendererType view);
gl_view_renderer_manager.cc 33 GLViewRendererManager::Key GLViewRendererManager::PushBack(RendererType view) {
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
MediaQueryInputStream.h 25 void pushBack(UChar);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
audio_vector_unittest.cc 62 // Test the PushBack method and the CopyFrom method. The Clear method is also
67 vec.PushBack(array_, array_length());
89 vec.PushBack(array_, array_length());
93 // Test the PushBack method with another AudioVector as input argument.
105 vec1.PushBack(vec2);
144 vec.PushBack(array_, array_length());
157 vec.PushBack(array_, array_length());
170 vec.PushBack(array_, array_length());
182 vec.PushBack(array_, array_length());
214 vec.PushBack(array_, array_length())
    [all...]
audio_multi_vector.cc 73 channels_[0]->PushBack(append_this, length);
86 channels_[channel]->PushBack(temp_array, length_per_channel);
91 void AudioMultiVector::PushBack(const AudioMultiVector& append_this) {
95 channels_[i]->PushBack(append_this[i]);
108 channels_[i]->PushBack(&append_this[i][index], length);
  /external/webrtc/src/system_wrappers/test/list/
list.cc 80 // Test PushBack 1
84 FailTest(test_list.PushBack((void*)&element_array[i]) != 0);
86 // Test PushBack 2
87 FailTest(test_list.PushBack(element_array[kNumberOfElements - 2]) != 0);
88 FailTest(test_list.PushBack(element_array[kNumberOfElements - 1]) != 0);
  /external/chromium_org/sdch/open-vcdiff/src/
output_string_test.cc 52 TEST_F(OutputStringTest, PushBack) {
99 TEST_F(OutputCRopeTest, PushBack) {
  /external/webrtc/src/system_wrappers/interface/
list_wrapper.h 49 int PushBack(const void* ptr);
54 int PushBack(const unsigned int item_id);

Completed in 698 milliseconds

1 2 3 4 5 6 7