/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_code.cc | 79 uint64 GetIndex(const string& str) { in GetIndex() function in tensorflow::tfprof::__anon1c1cedaa0111::StringTable 104 uint64 GetIndex(const string& file_path, const string& func_name, in GetIndex() function in tensorflow::tfprof::__anon1c1cedaa0111::FunctionTable 119 string_table_->GetIndex(strings::StrCat(file_base, ":", func_name))); in GetIndex() 120 func_pb->set_filename(string_table_->GetIndex(file_path)); in GetIndex() 143 uint64 GetIndex(const string& file_path, uint64 line_number, in GetIndex() function in tensorflow::tfprof::__anon1c1cedaa0111::LocationTable 157 line_pb->set_function_id(function_table_->GetIndex( in GetIndex() 204 label_pb->set_key(string_table_->GetIndex("graph node:")); in Add() 205 label_pb->set_str(string_table_->GetIndex(gn->name())); in Add() 275 return loc_table_->GetIndex(file_path, lineno, callee_function, in AddLocation() 312 sample_type->set_type(string_table_.GetIndex(sample_type_description)); in Build() [all …]
|
/external/epid-sdk/ext/ipp/sources/ippcp/ |
D | pcpmont_multiexp_fast.c | 55 static cpSize GetIndex(const Ipp8u** ppE, cpSize numItems, cpSize nBit) in GetIndex() function 94 tblIdx =GetIndex(ppE, numItems, eBitNumber); in cpFastMontMultiExp() 104 tblIdx = GetIndex(ppE, numItems, eBitNumber); in cpFastMontMultiExp()
|
D | pcpgfpx_multiexp.c | 57 static int GetIndex(const BNU_CHUNK_T* ppE[], int nItems, int nBit) in GetIndex() function 180 int tblIdx = GetIndex(ppExponent, nItems, --expBitSize); in cpGFpxMultiExp() 189 tblIdx = GetIndex(ppExponent, nItems, expBitSize); in cpGFpxMultiExp()
|
/external/v8/src/snapshot/ |
D | natives-external.cc | 44 int GetIndex(const char* id) { in GetIndex() function in v8::internal::NativesStore 196 int NativesCollection<type>::GetIndex(const char* name) { in GetIndex() function in v8::internal::NativesCollection 197 return NativesHolder<type>::get()->GetIndex(name); in GetIndex() 220 template int NativesCollection<T>::GetIndex(const char* name); \
|
D | natives.h | 46 static int GetIndex(const char* name);
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_reachability.h | 156 return bit_vectors_[GetIndex(instruction)]; in GetBitVector() 159 return bit_vectors_[GetIndex(instruction)]; in GetBitVector() 175 int GetIndex(const HloInstruction* instruction) const { in GetIndex() function
|
D | hlo_reachability.cc | 55 bit_vector->Set(GetIndex(instruction)); in SetReachabilityToUnionHelper() 65 GetBitVector(b).Set(GetIndex(a)); in SetReachable() 70 return GetBitVector(b).Get(GetIndex(a)); in IsReachable()
|
/external/v8/src/ |
D | feedback-vector-inl.h | 150 return get(GetIndex(slot)); in Get() 162 set(GetIndex(slot), value, mode); in Set() 175 set(GetIndex(slot), MaybeObject::FromObject(value), mode); in Set() 402 int extra_index = vector()->GetIndex(slot()) + 1; in GetFeedbackExtra() 422 int index = vector()->GetIndex(slot()) + 1; in SetFeedbackExtra() 431 int index = vector()->GetIndex(slot()) + 1; in SetFeedbackExtra()
|
D | vector-slot-pair.cc | 15 return vector_.is_null() ? -1 : FeedbackVector::GetIndex(slot_); in index()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_fftext.cpp | 65 pTextLayout->DrawString(pRenderDevice, mt, rtClip, GetIndex()); in RenderWidget() 96 pTextLayout->ItemBlocks(rtText, pItem->GetIndex()); in PerformLayout()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_layoutitem.cpp | 138 int32_t CXFA_LayoutItem::GetIndex() const { in GetIndex() function in CXFA_LayoutItem 153 int32_t iCount = GetIndex() + 1; in GetCount()
|
D | cxfa_nodehelper.cpp | 204 int32_t CXFA_NodeHelper::GetIndex(CXFA_Node* pNode, in GetIndex() function in CXFA_NodeHelper 259 GetIndex(refNode, eLogicType, bIsProperty, true)); in GetNameExpression() 264 GetIndex(refNode, eLogicType, bIsProperty, false)); in GetNameExpression()
|
D | cxfa_layoutitem.h | 31 int32_t GetIndex() const;
|
D | cxfa_nodehelper.h | 47 int32_t GetIndex(CXFA_Node* pNode,
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_nametree.h | 34 int GetIndex(const WideString& csName) const;
|
D | cpdf_docjsactions.cpp | 37 return name_tree.GetIndex(csName); in FindJSAction()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | descriptor.cc | 713 static PyObject* GetIndex(PyBaseDescriptor *self, void *closure) { in GetIndex() function 890 { "index", (getter)GetIndex, NULL, "Index"}, 1131 static PyObject* GetIndex(PyBaseDescriptor *self, void *closure) { in GetIndex() function 1165 { "index", (getter)GetIndex, NULL, "index"}, 1437 static PyObject* GetIndex(PyBaseDescriptor *self, void *closure) { in GetIndex() function 1458 { "index", (getter)GetIndex, NULL, "Index"},
|
/external/perfetto/src/tracing/core/ |
D | trace_buffer_unittest.cc | 132 std::vector<ChunkMetaKey> GetIndex() { in GetIndex() function in perfetto::TraceBufferTest 408 ASSERT_THAT(GetIndex(), in TEST_F() 416 ASSERT_THAT(GetIndex(), in TEST_F() 423 ASSERT_THAT(GetIndex(), ElementsAre(ChunkMetaKey(1, 1, 3))); in TEST_F() 441 ASSERT_EQ(8u, GetIndex().size()); in TEST_F() 449 ASSERT_THAT(GetIndex(), in TEST_F() 457 ASSERT_THAT(GetIndex(), ElementsAre(ChunkMetaKey(1, 1, 9))); in TEST_F()
|
/external/skqp/samplecode/ |
D | SampleFatBits.cpp | 369 static int GetIndex(Sample::Click* click) { in GetIndex() function in IndexClick 492 int index = IndexClick::GetIndex(click); in onClick()
|
/external/skia/samplecode/ |
D | SampleFatBits.cpp | 369 static int GetIndex(Sample::Click* click) { in GetIndex() function in IndexClick 492 int index = IndexClick::GetIndex(click); in onClick()
|
/external/skqp/src/ports/ |
D | SkTypeface_win_dw.cpp | 327 if (fDWriteFontFace->GetIndex() != SkTo<UINT32>(args.getCollectionIndex())) { in onMakeClone() 374 *ttcIndex = fDWriteFontFace->GetIndex(); in onOpenStream()
|
/external/skia/src/ports/ |
D | SkTypeface_win_dw.cpp | 327 if (fDWriteFontFace->GetIndex() != SkTo<UINT32>(args.getCollectionIndex())) { in onMakeClone() 374 *ttcIndex = fDWriteFontFace->GetIndex(); in onOpenStream()
|
/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.h | 131 long GetIndex() const; 1024 long GetIndex() const;
|
/external/libaom/libaom/third_party/libwebm/mkvparser/ |
D | mkvparser.h | 131 long GetIndex() const; 1024 long GetIndex() const;
|
/external/libvpx/libvpx/third_party/libwebm/mkvparser/ |
D | mkvparser.h | 131 long GetIndex() const; 1024 long GetIndex() const;
|