Home
last modified time | relevance | path

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

12345678910

/external/tensorflow/tensorflow/core/common_runtime/
Dplacer_test.cc209 Status Place(Graph* graph, DeviceSet* devices, SessionOptions* options) { in Place() function in tensorflow::__anonb7ee488f0111::PlacerTest
214 Status Place(Graph* graph, DeviceSet* devices) { in Place() function in tensorflow::__anonb7ee488f0111::PlacerTest
215 return Place(graph, devices, nullptr); in Place()
218 Status Place(Graph* graph, SessionOptions* options) { in Place() function in tensorflow::__anonb7ee488f0111::PlacerTest
219 return Place(graph, &devices_, options); in Place()
222 Status Place(Graph* graph) { return Place(graph, &devices_, nullptr); } in Place() function in tensorflow::__anonb7ee488f0111::PlacerTest
281 TF_EXPECT_OK(Place(&g)); in TEST_F()
302 TF_EXPECT_OK(Place(&g)); in TEST_F()
325 TF_EXPECT_OK(Place(&g)); in TEST_F()
354 TF_EXPECT_OK(Place(&g)); in TEST_F()
[all …]
/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/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/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/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/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/vulkan-validation-layers/build-android/
Dupdate_external_sources_android.bat71 echo Missing glslang_revision_android file. Place it in %ANDROID_BUILD_DIR%
77 echo Missing spirv-tools_revision_android file. Place it in %ANDROID_BUILD_DIR%
84 echo Missing spirv-headers_revision_android file. Place it in %ANDROID_BUILD_DIR%
91 echo Missing shaderc_revision_android file. Place it in %ANDROID_BUILD_DIR%
/external/flatbuffers/python/flatbuffers/
Dbuilder.py314 self.Place(0, N.Uint8Flags)
414 self.Place(0, N.Uint8Flags)
497 self.Place(off, flags)
646 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/skqp/experimental/GLFWTest/
DREADME.txt6 3) Get a ship.png file. Place it in this directory.
/external/syslinux/core/
Dio.inc8 ;; the Free Software Foundation, Inc., 53 Temple Place Ste 330,
Dtracers.inc7 ;; the Free Software Foundation, Inc., 53 Temple Place Ste 330,
Dhead.inc8 ; the Free Software Foundation, Inc., 53 Temple Place Ste 330,
Dbios.inc7 ;; the Free Software Foundation, Inc., 53 Temple Place Ste 330,
Dwritedec.inc7 ;; the Free Software Foundation, Inc., 53 Temple Place Ste 330,
Dwritehex.inc7 ;; the Free Software Foundation, Inc., 53 Temple Place Ste 330,
Dconfig.inc8 ;; the Free Software Foundation, Inc., 53 Temple Place Ste 330,
/external/syslinux/gpxe/src/arch/i386/
Dkir-Makefile15 # Place binaries in bin-kir
/external/ltp/testcases/kernel/fs/fs_bind/cloneNS/
Dchild0317 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Dparent0317 # 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
Dparent0417 # 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

12345678910