Home
last modified time | relevance | path

Searched defs:IsSource (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dgraph.h158 bool IsSource() const { return id() == 0; } in IsSource() function
843 inline bool IsSource(const Node* node) { return node->IsSource(); } in IsSource() function
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dcpplint.py820 def IsSource(self): member in FileInfo
/aosp_15_r20/external/google-styleguide/cpplint/
H A Dcpplint.py1183 def IsSource(self): member in FileInfo
/aosp_15_r20/external/libaom/tools/
H A Dcpplint.py1183 def IsSource(self): member in FileInfo
/aosp_15_r20/external/libvpx/tools/
H A Dcpplint.py1183 def IsSource(self): member in FileInfo
/aosp_15_r20/tools/repohooks/tools/
H A Dcpplint.py1651 def IsSource(self): member in FileInfo
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_av.cc309 bool IsSource() const { return peer_sep_ == AVDT_TSEP_SRC; } in IsSource() function in BtifAvPeer