Home
last modified time | relevance | path

Searched defs:Place (Results 1 – 11 of 11) sorted by relevance

/external/flatbuffers/lua/flatbuffers/
Dbuilder.lua362 function mt:Place(x, flags) function
/external/tensorflow/tensorflow/core/common_runtime/
Dplacer_test.cc242 Status Place(Graph* graph, DeviceSet* devices, bool allow_soft_placement, in Place() function in tensorflow::__anon5fafcd9b0111::PlacerTest
249 Status Place(Graph* graph, DeviceSet* devices) { in Place() function in tensorflow::__anon5fafcd9b0111::PlacerTest
253 Status Place(Graph* graph, bool allow_soft_placement, in Place() function in tensorflow::__anon5fafcd9b0111::PlacerTest
258 Status Place(Graph* graph) { return Place(graph, &devices_, true, false); } in Place() function in tensorflow::__anon5fafcd9b0111::PlacerTest
/external/google-breakpad/src/common/mac/
Dmacho_reader_unittest.cc526 SizedSection &Place(SizedSection *section) { in Place() function in SizedSection
562 LoadedSection &Place(LoadedSection *section) { in Place() function in LoadedSection
677 LoadCommands &Place(SizedSection *section) { in Place() function in LoadCommands
/external/vixl/test/aarch32/
Dtest-assembler-aarch32.cc2132 __ Place(&l0); in TEST() local
2133 __ Place(&l1); in TEST() local
2134 __ Place(&l2); in TEST() local
2135 __ Place(&l3); in TEST() local
2136 __ Place(&l4); in TEST() local
2137 __ Place(&l5); in TEST() local
2202 __ Place(&before); in TEST() local
2222 __ Place(&after); in TEST() local
2276 __ Place(&before); in TEST() local
2302 __ Place(&after); in TEST() local
[all …]
/external/flatbuffers/python/flatbuffers/
Dbuilder.py699 def Place(self, x, flags): member in Builder
/external/llvm/tools/llvm-readobj/
DARMEHABIPrinter.h321 static uint64_t PREL31(uint32_t Address, uint32_t Place) { in PREL31()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DARMEHABIPrinter.h338 static uint64_t PREL31(uint32_t Address, uint32_t Place) { in PREL31()
/external/syzkaller/vendor/github.com/ianlancetaylor/demangle/
Dast.go2231 Place AST member
/external/python/cpython3/Lib/tkinter/
D__init__.py2160 class Place: class
/external/python/cpython2/Lib/lib-tk/
DTkinter.py1968 class Place: class
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.h457 void Place(RawLiteral* literal) { in Place() function