HomeSort by relevance Sort by last modified time
    Searched defs:GetIndex (Results 1 - 22 of 22) sorted by null

  /external/v8/src/snapshot/
natives-external.cc 46 int GetIndex(const char* id) {
207 int NativesCollection<type>::GetIndex(const char* name) {
208 return NativesHolder<type>::get()->GetIndex(name);
231 template int NativesCollection<T>::GetIndex(const char* name); \
  /external/v8/src/
type-feedback-vector-inl.h 84 int TypeFeedbackVector::GetIndex(FeedbackVectorSlot slot) const {
99 return get(GetIndex(slot));
105 set(GetIndex(slot), value, mode);
165 int extra_index = vector()->GetIndex(slot()) + 1;
181 int index = vector()->GetIndex(slot()) + 1;
objects-inl.h 932 int NormalizedMapCache::GetIndex(Handle<Map> map) {
    [all...]
objects.cc     [all...]
  /external/lzma/CPP/7zip/Compress/
Bcj2Coder.cpp 14 inline unsigned GetIndex(Byte b0, Byte b1) { return ((b1 == 0xE8) ? b0 : ((b1 == 0xE9) ? 256 : 257)); }
201 unsigned index = GetIndex(prevByte, b);
327 unsigned index = GetIndex(prevByte, b);
  /external/pdfium/core/src/fpdfdoc/
doc_basic.cpp 198 int CPDF_NameTree::GetIndex(const CFX_ByteString& csName) const {
  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtblock.h 60 int32_t GetIndex() const { return m_nIndex; }
128 int32_t GetIndex() const { return m_nIndex; }
129 int32_t GetBlockIndex() const { return m_pBlock->GetIndex(); }
  /external/skia/samplecode/
SampleFatBits.cpp 381 static int GetIndex(SkView::Click* click) {
513 int index = IndexClick::GetIndex(click);
  /art/compiler/optimizing/
load_store_elimination.cc 144 HInstruction* GetIndex() const { return index_; }
253 loc->GetIndex() == index &&
352 HInstruction* array_index1 = loc1->GetIndex();
353 HInstruction* array_index2 = loc2->GetIndex();
    [all...]
nodes.h     [all...]
  /external/pdfium/xfa/src/fwl/src/core/
fwl_gridimp.cpp 33 int32_t IFWL_Grid::GetIndex(FWL_HGRIDCOLROW hColRow) {
34 return static_cast<CFWL_GridImp*>(GetImpl())->GetIndex(hColRow);
309 int32_t CFWL_GridImp::GetIndex(FWL_HGRIDCOLROW hColRow) {
    [all...]
  /system/connectivity/shill/
device_info.cc 137 RemoveInfo(GetIndex(device_name));
147 RemoveInfo(GetIndex(device_name));
704 int DeviceInfo::GetIndex(const string& interface_name) const {
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_layout_itemlayout.cpp 118 if (pNotify->FindSplitPos(pFormNode, pLayoutItem->GetIndex(),
468 int32_t CXFA_LayoutItem::GetIndex() const {
482 int32_t iCount = GetIndex() + 1;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.cpp     [all...]
  /art/compiler/
image_writer.cc 360 size_t new_offset = bin_slot_offset + bin_slot.GetIndex();
633 DCHECK_LT(bin_slot.GetIndex(), image_info.bin_slot_sizes_[bin_slot.GetBin()])
650 DCHECK_LT(bin_slot.GetIndex(), image_info.bin_slot_sizes_[bin_slot.GetBin()]);
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.cpp     [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc     [all...]
  /external/opencv3/3rdparty/include/dshow/
control.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
control.h     [all...]
tom.h 306 virtual HRESULT WINAPI GetIndex(__LONG32 Unit,__LONG32 *pIndex) = 0;
368 HRESULT (WINAPI *GetIndex)(ITextRange *This,__LONG32 Unit,__LONG32 *pIndex);
432 #define ITextRange_GetIndex(This,Unit,pIndex) (This)->lpVtbl->GetIndex(This,Unit,pIndex)
    [all...]
oledb.h     [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/javacc/javacc/5.0/
javacc-5.0.jar 

Completed in 861 milliseconds