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

1 2 3 4

  /external/v8/src/snapshot/
natives.h 39 static int GetIndex(const char* name);
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 107 return get(GetIndex(slot));
113 set(GetIndex(slot), value, mode);
184 int extra_index = vector()->GetIndex(slot()) + 1;
200 int index = vector()->GetIndex(slot()) + 1;
  /external/pdfium/core/src/fxcrt/
fx_basic_array.cpp 198 void** pIndex = GetIndex(seg_index);
234 void** CFX_BaseSegmentedArray::GetIndex(int seg_index) const {
310 return (uint8_t*)GetIndex(seg_index)[seg_index % m_IndexSize] +
330 void** pIndex = GetIndex(i);
  /system/connectivity/shill/
mock_device_info.h 49 MOCK_CONST_METHOD1(GetIndex, int(const std::string& interface_name));
device_info.h 155 virtual int GetIndex(const std::string& interface_name) const;
  /art/compiler/optimizing/
instruction_simplifier_arm64.cc 44 (index->IsBoundsCheck() && index->AsBoundsCheck()->GetIndex()->IsConstant())) {
194 instruction->GetIndex(),
201 instruction->GetIndex(),
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...]
ssa_phi_elimination.cc 111 user->SetRawEnvAt(use.GetIndex(), nullptr);
  /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/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/xfa/include/fwl/core/
fwl_grid.h 46 int32_t GetIndex(FWL_HGRIDCOLROW hColRow);
  /external/pdfium/xfa/src/fxfa/src/common/
xfa_doclayout.h 35 int32_t GetIndex() const;
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_fftext.cpp 59 pTextLayout->DrawString(pRenderDevice, mt, rtClip, GetIndex());
96 pTextLayout->ItemBlocks(rtText, pItem->GetIndex());
  /system/connectivity/shill/pppoe/
pppoe_service_unittest.cc 149 EXPECT_CALL(device_info_, GetIndex(StrEq(kLinkName))).WillOnce(Return(0));
170 EXPECT_CALL(device_info_, GetIndex(StrEq(kLinkName))).WillOnce(Return(0));
pppoe_service.cc 229 const int interface_index = device_info->GetIndex(interface_name);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.hpp 137 long GetIndex() const;
607 long GetIndex() const;
756 long GetIndex() const;
  /external/v8/src/compiler/
js-inlining-heuristic.cc 89 p.feedback().vector()->GetIndex(p.feedback().slot()) + 1;
  /system/connectivity/shill/wimax/
wimax_provider_unittest.cc 137 EXPECT_CALL(device_info_, GetIndex(GetTestLinkName(2))).WillOnce(Return(-1));
138 EXPECT_CALL(device_info_, GetIndex(GetTestLinkName(3))).WillOnce(Return(-1));
149 EXPECT_CALL(device_info_, GetIndex(GetTestLinkName(1))).WillOnce(Return(1));
163 EXPECT_CALL(device_info_, GetIndex(GetTestLinkName(1))).WillOnce(Return(-1));
169 EXPECT_CALL(device_info_, GetIndex(GetTestLinkName(1))).WillOnce(Return(1));
  /external/v8/test/cctest/
test-feedback-vector.cc 77 int index = vector->GetIndex(helper.slot(0));
82 index = vector->GetIndex(helper.slot(3));
86 index = vector->GetIndex(helper.slot(7));
  /external/pdfium/core/src/fpdfdoc/
doc_action.cpp 290 return name_tree.GetIndex(csName);
  /external/pdfium/xfa/src/fwl/src/core/include/
fwl_gridimp.h 90 virtual int32_t GetIndex(FWL_HGRIDCOLROW hColRow);
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.hpp 133 long GetIndex() const;
902 long GetIndex() const;
  /external/libvpx/libwebm/mkvparser/
mkvparser.h 131 long GetIndex() const;
989 long GetIndex() const;
  /external/skia/samplecode/
SampleFatBits.cpp 381 static int GetIndex(SkView::Click* click) {
513 int index = IndexClick::GetIndex(click);

Completed in 1450 milliseconds

1 2 3 4