HomeSort by relevance Sort by last modified time
    Searched refs:GetIndex (Results 1 - 25 of 47) sorted by null

1 2

  /external/v8/src/
natives.h 35 static int GetIndex(const char* name);
natives-external.cc 35 int GetIndex(const char* name) {
159 int NativesCollection<type>::GetIndex(const char* name) {
160 return NativesHolder<type>::get()->GetIndex(name);
  /external/lldb/source/Target/
ThreadSpec.cpp 145 if (GetIndex() != UINT32_MAX)
146 s->Printf("index: %d ", GetIndex());
  /external/lldb/include/lldb/Target/
ThreadSpec.h 67 GetIndex () const
  /external/pdfium/core/src/fxcrt/
fx_basic_array.cpp 205 void** pIndex = GetIndex(seg_index);
241 void** CFX_BaseSegmentedArray::GetIndex(int seg_index) const
309 return (FX_LPBYTE)GetIndex(seg_index)[seg_index % m_IndexSize] + (index % m_SegmentSize) * m_UnitSize;
329 void** pIndex = GetIndex(i);
  /external/lzma/CPP/7zip/Compress/
Bcj2Coder.cpp 14 inline unsigned GetIndex(Byte b0, Byte b1) { return ((b1 == 0xE8) ? b0 : ((b1 == 0xE9) ? 256 : 257)); }
214 unsigned index = GetIndex(prevByte, b);
347 unsigned index = GetIndex(prevByte, b);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.hpp 137 long GetIndex() const;
607 long GetIndex() const;
756 long GetIndex() const;
mkvparser.cpp     [all...]
  /art/compiler/optimizing/
ssa_phi_elimination.cc 90 user->SetRawEnvAt(user_node->GetIndex(), nullptr);
reference_type_propagation.cc 101 user->ReplaceInput(bound_type, it.Current()->GetIndex());
173 user->ReplaceInput(bound_type, it.Current()->GetIndex());
graph_checker.cc 188 size_t use_index = use_it.Current()->GetIndex();
202 size_t use_index = use_it.Current()->GetIndex();
216 size_t use_index = use_node->GetIndex();
code_generator.h 149 + parameter->GetIndex() * kVRegSize;
  /external/lldb/source/Breakpoint/
Breakpoint.cpp 226 if (m_options.GetThreadSpec()->GetIndex() == index)
239 return m_options.GetThreadSpecNoCreate()->GetIndex();
BreakpointLocation.cpp 149 return GetOptionsNoCreate()->GetThreadSpecNoCreate()->GetIndex();
  /external/skia/src/ports/
SkTypeface_win_dw.cpp 45 desc->setFontIndex(fDWriteFontFace->GetIndex());
213 *ttcIndex = fDWriteFontFace->GetIndex();
SkRemotableFontMgr_win_dw.cpp 138 fontId->fTtcIndex = fontFace->GetIndex();
161 SkRemotableFontIdentitySet* getIndex(int familyIndex) const override {
238 return this->getIndex(index);
  /art/compiler/
image_writer.cc 248 size_t new_offset = image_objects_offset_begin_ + previous_bin_sizes + bin_slot.GetIndex();
500 DCHECK_LT(bin_slot.GetIndex(), bin_slot_sizes_[bin_slot.GetBin()])
515 DCHECK_LT(bin_slot.GetIndex(), bin_slot_sizes_[bin_slot.GetBin()]);
    [all...]
image_writer.h 155 uint32_t GetIndex() const;
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.hpp 128 long GetIndex() const;
817 long GetIndex() const;
  /external/libvpx/libwebm/
mkvparser.hpp 128 long GetIndex() const;
817 long GetIndex() const;
  /external/skia/samplecode/
SampleFatBits.cpp 373 static int GetIndex(SkView::Click* click) {
493 int index = IndexClick::GetIndex(click);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.hpp 141 long GetIndex() const;
935 long GetIndex() const;
  /external/pdfium/core/src/fpdfdoc/
doc_action.cpp 364 return name_tree.GetIndex(csName);
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 60 int GetIndex(const CFX_ByteString& csName) const;
670 int GetIndex(CPDF_Annot* pAnnot);
    [all...]
  /external/lldb/source/API/
SBBreakpoint.cpp 406 thread_idx = thread_spec->GetIndex();

Completed in 618 milliseconds

1 2