/external/opencore/baselibs/media_data_structures/src/ |
D | access_unit.cpp | 155 AccessUnit* AccessUnit::GetNext() const in GetNext() function in AccessUnit 157 return rep->GetNext(); in GetNext()
|
D | access_unit.h | 92 OSCL_IMPORT_REF AccessUnit* GetNext() const;
|
D | au_utils.cpp | 105 cur_au = cur_au->GetNext(); in Gau2AU()
|
/external/webkit/V8Binding/v8/test/cctest/ |
D | test-strings.cc | 190 uint16_t c = buffer.GetNext(); in Traverse() 191 CHECK_EQ(c, buffer2.GetNext()); in Traverse() 205 uint16_t c = buffer.GetNext(); in TraverseFirst() 206 CHECK_EQ(c, buffer2.GetNext()); in TraverseFirst()
|
/external/webkit/V8Binding/v8/src/ |
D | debug-agent.cc | 173 buf.GetNext(); in Run() 179 temp[i] = buf.GetNext(); in Run()
|
D | scanner.cc | 137 uc32 next = stream_->GetNext(); in Advance() 907 if (!kIsIdentifierStart.get(buffer->GetNext())) return false; in IsIdentifier() 909 if (!kIsIdentifierPart.get(buffer->GetNext())) return false; in IsIdentifier()
|
D | unicode.cc | 318 GetNext(); in Length() 327 GetNext(); in Seek()
|
D | unicode.h | 145 inline uchar GetNext();
|
D | unicode-inl.h | 128 uchar CharacterStream::GetNext() { in GetNext() function
|
D | objects.cc | 845 int c = buf.GetNext(); in StringShortPrint() 855 accumulator->Put(buf.GetNext()); in StringShortPrint() 863 int c = buf.GetNext(); in StringShortPrint() 3473 result += unibrow::Utf8::Length(buffer->GetNext()); in Utf8Length() 3559 uint16_t character = buffer->GetNext(); in ToCString() 3578 uint16_t character = buffer->GetNext(); in ToCString() 3647 uint16_t character = buffer->GetNext(); in ToWideCString() 4305 uc32 ca = ia->GetNext(); in CompareStringContents() 4306 uc32 cb = ib->GetNext(); in CompareStringContents() 4473 uc32 r = decoder->GetNext(); in IsEqualTo() [all …]
|
D | codegen.cc | 207 if (stream.has_more()) PrintF("%c", stream.GetNext()); in MakeCode()
|
D | string-stream.cc | 313 int c = name_buffer.GetNext(); in Put()
|
D | cfg.cc | 190 if (stream.has_more()) PrintF("%c", stream.GetNext()); in Compile()
|
D | runtime.cc | 2336 uint16_t char1 = buf1.GetNext(); in Runtime_StringLocaleCompare() 2337 uint16_t char2 = buf2.GetNext(); in Runtime_StringLocaleCompare() 3210 uint16_t character = buffer->GetNext(); in Runtime_URIEscape() 3237 uint16_t chr = buffer->GetNext(); in Runtime_URIEscape() 3449 uc32 current = buffer->GetNext(); in ConvertCaseHelper() 3452 uc32 next = has_next ? buffer->GetNext() : 0; in ConvertCaseHelper() 3483 current = buffer->GetNext(); in ConvertCaseHelper() 4035 int d = bufx.GetNext() - bufy.GetNext(); in Runtime_StringCompare() 5462 uint16_t character = buffer.GetNext(); in Runtime_GlobalPrint()
|
D | heap.cc | 2369 uc32 r = decoder->GetNext(); in AllocateStringFromUtf8() 2385 uc32 r = decoder->GetNext(); in AllocateStringFromUtf8() 2492 if (buffer->GetNext() > unibrow::Utf8::kMaxOneByteChar) is_ascii = false; in AllocateInternalSymbol() 2535 answer->Set(i, buffer->GetNext()); in AllocateInternalSymbol()
|
D | api.cc | 2355 i::uc32 c = write_input_buffer.GetNext(); in WriteUtf8() 2365 i::uc32 c = write_input_buffer.GetNext(); in WriteUtf8() 2399 char c = static_cast<char>(write_input_buffer.GetNext()); in WriteAscii() 2425 buffer[i] = write_input_buffer.GetNext(); in Write()
|
D | objects.h | 4278 T GetNext() { return data_[index_++]; } in GetNext() function
|
/external/opencore/protocols/systems/tools/general/common/src/ |
D | media_packet.cpp | 95 free_list = (MediaPacket *)free_list->GetNext(); in allocate_packet()
|
/external/opencore/pvmi/pvmf/include/ |
D | pvmf_node_interface.h | 175 virtual PVMFPortInterface* GetNext() = 0;
|
D | pvmf_node_utils.h | 145 PVMFPortInterface* GetNext() in GetNext() function
|
/external/opencore/oscl/oscl/osclutil/src/ |
D | oscl_media_data.h | 184 ChainClass* GetNext() const in GetNext() function
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/ |
D | logicalchannel.h | 173 H223LogicalChannel* GetNext() in GetNext() function
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/ |
D | tscmain.h | 235 OSCL_IMPORT_REF PVMFPortInterface* GetNext() in GetNext() function
|
/external/opencore/nodes/pvmp4ffparsernode/src/ |
D | pvmf_mp4ffparser_node.h | 1068 PVMFPortInterface* GetNext() in GetNext() function
|