Home
last modified time | relevance | path

Searched refs:Place (Results 1 – 25 of 212) sorted by relevance

123456789

/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
564 SizedSection::Place(section); in Place()
677 LoadCommands &Place(SizedSection *section) { in Place() function in LoadCommands
678 SizedSection::Place(section); in Place()
725 Place(commands); in Header()
1099 load_commands.Place(&segment_command); in TEST_F()
1103 .Place(&segment); in TEST_F()
1136 load_commands.Place(&segment_command); in TEST_F()
1140 .Place(&segment); in TEST_F()
[all …]
/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
250 return Place(graph, devices, true, false); in Place()
253 Status Place(Graph* graph, bool allow_soft_placement, in Place() function in tensorflow::__anon5fafcd9b0111::PlacerTest
255 return Place(graph, &devices_, allow_soft_placement, log_device_placement); in Place()
258 Status Place(Graph* graph) { return Place(graph, &devices_, true, false); } in Place() function in tensorflow::__anon5fafcd9b0111::PlacerTest
327 TF_EXPECT_OK(Place(&g)); in TEST_F()
348 TF_EXPECT_OK(Place(&g)); in TEST_F()
365 TF_EXPECT_OK(Place(&g)); in TEST_F()
386 TF_EXPECT_OK(Place(&g)); in TEST_F()
[all …]
/external/flatbuffers/lua/flatbuffers/
Dbuilder.lua214 self:Place(off2, SOffsetT)
222 self:Place(off2, UOffsetT)
239 self:Place(vectorNumElements, UOffsetT)
250 self:Place(0, Uint8)
307 self:Place(off, flags)
362 function mt:Place(x, flags) function
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
DARDVideoCallView.m116 // Place the view in the bottom right.
123 // Place stats at the top.
129 // Place hangup button in the bottom left.
137 // Place button to the right of hangup button.
/external/python/cpython2/Lib/lib-tk/
DScrolledText.py16 from Tkinter import Frame, Text, Scrollbar, Pack, Grid, Place
33 methods = vars(Pack).keys() + vars(Grid).keys() + vars(Place).keys()
/external/python/cpython3/Lib/tkinter/
Dscrolledtext.py16 from tkinter import Frame, Text, Scrollbar, Pack, Grid, Place
33 methods = vars(Pack).keys() | vars(Grid).keys() | vars(Place).keys()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparc.td131 // TO DO: Place-holder: Processor specific features will be added *very* soon here.
136 // TO DO: Place-holder: Processor specific features will be added *very* soon here.
160 // TO DO: Place-holder: Processor specific features will be added *very* soon here.
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/link/20131115_234449-fw_1.0.AA-manual/
Dtouch_firmware_report-link-fw_1.0.AA-manual-20131115_2344494Place one stationary finger near the center of the touch surface, then take 3 seconds t…
39Place one stationary finger near the center of the touch surface, then take 1 second to…
74Place one stationary finger near the center of the touch surface, then take 3 seconds t…
109Place one stationary finger near the center of the touch surface, then take 1 second to…
144Place one stationary finger near the center of the touch surface, then take 3 seconds t…
179Place one stationary finger near the center of the touch surface, then take 1 second to…
214Place one stationary finger near the center of the touch surface, then take 3 seconds t…
249Place one stationary finger near the center of the touch surface, then take 1 second to…
284Place one stationary finger near the center of the touch surface, then take 3 seconds t…
319Place one stationary finger near the center of the touch surface, then take 1 second to…
[all …]
/external/flatbuffers/python/flatbuffers/
Dbuilder.py314 self.Place(0, N.Uint8Flags)
414 self.Place(0, N.Uint8Flags)
550 self.Place(off, flags)
699 def Place(self, x, flags): member in Builder
/external/webrtc/webrtc/tools/e2e_quality/audio/
Ddefault.pa1 # Place in ~/.pulse/ to add null sinks for the audio end-to-end quality test.
/external/e2fsprogs/tests/f_nospc_create_lnf/
Dexpect.27 Place lost files in root directory instead? yes
Dexpect.17 Place lost files in root directory instead? yes
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Dfixup-per-fragment.s8 @ Place a literal pool out of range of the 16-bit ldr but within
/external/ltp/testcases/kernel/fs/fs_bind/cloneNS/
Dparent0317 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Dchild0317 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Dparent0417 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Dchild0417 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Dchild0117 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Dchild0717 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Dparent0217 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Dchild0217 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
/external/yapf/plugins/vim/plugin/
Dyapf.vim17 " Place this script in your ~/.vim/plugin directory. You can call the
/external/grpc-grpc/tools/dockerfile/grpc_artifact_linux_armv7/
DDockerfile19 # Place any extra build instructions between these commands
/external/grpc-grpc/tools/dockerfile/grpc_artifact_linux_armv6/
DDockerfile19 # Place any extra build instructions between these commands
/external/ltp/m4/
Dltp-selinux.m416 dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307

123456789