Searched refs:Next (Results 151 - 175 of 961) sorted by relevance

1234567891011>>

/external/chromium_org/components/autofill/core/browser/
H A Ddata_driven_test.cc45 for (base::FilePath input_file = input_files.Next();
47 input_file = input_files.Next()) {
/external/chromium_org/components/feedback/
H A Dfeedback_report.cc74 for (base::FilePath name = enumerator.Next();
76 name = enumerator.Next()) {
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dy4m_video_source.h55 Next();
65 virtual void Next() { function in class:libvpx_test::Y4mVideoSource
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_dead_sources.c44 for (inst = c->Program.Instructions.Next;
46 inst = inst->Next) {
H A Dradeon_compiler.c41 c->Program.Instructions.Next = &c->Program.Instructions;
117 for(inst = c->Program.Instructions.Next; inst != &c->Program.Instructions; inst = inst->Next)
144 for(inst = c->Program.Instructions.Next; inst != &c->Program.Instructions; inst = inst->Next) {
176 for(inst = c->Program.Instructions.Next; inst != &c->Program.Instructions; inst = inst->Next) {
199 for(inst = c->Program.Instructions.Next; inst != &c->Program.Instructions; inst = inst->Next) {
299 for (inst = inst_mad->Next; ins
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dgzip_stream.h86 bool Next(const void** data, int* size);
179 bool Next(void** data, int* size);
185 // Result from calling Next() on sub_stream_
H A Dgzip_stream.cc94 bool ok = sub_stream_->Next(&in, &in_size);
123 bool GzipInputStream::Next(const void** data, int* size) { function in class:google::protobuf::io::GzipInputStream
152 // The underlying stream's Next returned false inside Inflate.
170 bool ok = Next(&data, &size);
173 ok = Next(&data, &size);
248 bool ok = sub_stream_->Next(&sub_data_, &sub_data_size_);
271 bool GzipOutputStream::Next(void** data, int* size) { function in class:google::protobuf::io::GzipOutputStream
/external/chromium_org/third_party/re2/re2/testing/
H A Dstring_generator_test.cc43 StringPiece sp = g.Next();
49 string s = g.Next().as_string();
/external/chromium_org/third_party/webrtc/modules/video_capture/windows/
H A Dhelp_functions_ds.cc49 while (S_OK == pPinEnum->Next(1, &pin, NULL))
80 while (S_OK == pPinEnum->Next(1, &pin, NULL))
/external/chromium_org/tools/gn/
H A Dconfig_values_extractors.h27 // for (ConfigValueIterator iter(target); !iter.done(); iter.Next())
54 void Next() { function in class:ConfigValuesIterator
94 for (ConfigValuesIterator iter(target); !iter.done(); iter.Next())
/external/chromium_org/v8/src/
H A Ddateparser.h55 Next();
61 void Next() { function in class:v8::internal::DateParser::BASE_EMBEDDED
75 Next();
85 for (len = 0; IsAsciiAlphaOrAbove(); Next(), len++) {
95 Next();
103 Next();
115 Next();
239 DateToken Next() { function in class:v8::internal::DateParser::DateStringTokenizer
/external/libvpx/libvpx/test/
H A Dy4m_video_source.h53 Next();
59 virtual void Next() { function in class:libvpx_test::Y4mVideoSource
/external/llvm/lib/Target/R600/
H A DSIFixSGPRLiveRanges.cpp102 LiveRange::Segment &Next = LI.segments[i + 1]; local
103 Seg.end = Next.start;
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_dead_sources.c44 for (inst = c->Program.Instructions.Next;
46 inst = inst->Next) {
H A Dradeon_compiler.c41 c->Program.Instructions.Next = &c->Program.Instructions;
117 for(inst = c->Program.Instructions.Next; inst != &c->Program.Instructions; inst = inst->Next)
144 for(inst = c->Program.Instructions.Next; inst != &c->Program.Instructions; inst = inst->Next) {
176 for(inst = c->Program.Instructions.Next; inst != &c->Program.Instructions; inst = inst->Next) {
199 for(inst = c->Program.Instructions.Next; inst != &c->Program.Instructions; inst = inst->Next) {
299 for (inst = inst_mad->Next; ins
[all...]
/external/openfst/src/include/fst/extensions/far/
H A Dequal.h59 reader1->Next(), reader2->Next()) {
/external/openfst/src/include/fst/
H A Dreverse.h59 siter.Next()) {
75 aiter.Next()) {
/external/protobuf/src/google/protobuf/io/
H A Dgzip_stream.h85 bool Next(const void** data, int* size);
177 bool Next(void** data, int* size);
183 // Result from calling Next() on sub_stream_
H A Dgzip_stream.cc83 bool ok = sub_stream_->Next(&in, &in_size);
119 bool GzipInputStream::Next(const void** data, int* size) { function in class:google::protobuf::io::GzipInputStream
136 // The underlying stream's Next returned false inside Inflate.
154 bool ok = Next(&data, &size);
157 ok = Next(&data, &size);
242 bool ok = sub_stream_->Next(&sub_data_, &sub_data_size_);
266 bool GzipOutputStream::Next(void** data, int* size) { function in class:google::protobuf::io::GzipOutputStream
H A Dtokenizer_unittest.cc128 bool Next(const void** data, int* size) { function in class:google::protobuf::io::__anon28990::TestInputStream
138 return array_stream_.Next(data, size);
255 // Before Next() is called, the initial token should always be TYPE_START.
262 ASSERT_TRUE(tokenizer.Next());
273 EXPECT_FALSE(tokenizer.Next());
275 // After Next() returns false, the token should have type TYPE_END.
296 ASSERT_TRUE(tokenizer.Next());
299 ASSERT_TRUE(tokenizer.Next());
302 ASSERT_TRUE(tokenizer.Next());
305 ASSERT_TRUE(tokenizer.Next());
[all...]
/external/regex-re2/re2/testing/
H A Dstring_generator_test.cc43 StringPiece sp = g.Next();
49 string s = g.Next().as_string();
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Darcsum.h61 for (StateIterator<Fst<A> > siter(*fst); !siter.Done(); siter.Next()) {
69 aiter.Next())
H A Dreverse.h50 siter.Next()) {
66 aiter.Next()) {
/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp212 bool Next(StringRef S) { function in class:__anon17932::ParseHelper
222 bool Next(unsigned &N) { function in class:__anon17932::ParseHelper
326 // Next token: -
327 if (!PH.Next("-"))
331 // Next token: { error | warning | note }
333 if (PH.Next("error"))
335 else if (PH.Next("warning"))
337 else if (PH.Next("remark"))
339 else if (PH.Next("note"))
341 else if (PH.Next("n
[all...]
/external/clang/lib/Parse/
H A DParseTemplate.cpp411 Token Next = NextToken();
414 if (Next.getKind() == tok::identifier)
415 Next = GetLookAheadToken(2);
417 switch (Next.getKind()) {
552 const Token &Next = Tok.is(tok::kw_struct) ? NextToken() : Tok; local
561 } else if (Next.is(tok::identifier) || Next.is(tok::comma) ||
562 Next.is(tok::greater) || Next.is(tok::greatergreater) ||
563 Next
775 Token Next = NextToken(); local
[all...]

Completed in 493 milliseconds

1234567891011>>