Home
last modified time | relevance | path

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

123456789

/external/google-breakpad/src/common/mac/
Dmacho_reader_unittest.cc530 SizedSection &Place(SizedSection *section) { in Place() function in SizedSection
566 LoadedSection &Place(LoadedSection *section) { in Place() function in LoadedSection
568 SizedSection::Place(section); in Place()
681 LoadCommands &Place(SizedSection *section) { in Place() function in LoadCommands
682 SizedSection::Place(section); in Place()
729 Place(commands); in Header()
1103 load_commands.Place(&segment_command); in TEST_F()
1107 .Place(&segment); in TEST_F()
1140 load_commands.Place(&segment_command); in TEST_F()
1144 .Place(&segment); in TEST_F()
[all …]
/external/tensorflow/tensorflow/core/common_runtime/
Dplacer_test.cc272 Status Place(Graph* graph, DeviceSet* devices, Device* default_local_device, in Place() function in tensorflow::__anonced950570111::PlacerTest
316 Status Place(Graph* graph, DeviceSet* devices) { in Place() function in tensorflow::__anonced950570111::PlacerTest
317 return Place(graph, devices, nullptr, true, false); in Place()
320 Status Place(Graph* graph, bool allow_soft_placement, in Place() function in tensorflow::__anonced950570111::PlacerTest
322 return Place(graph, &devices_, nullptr, allow_soft_placement, in Place()
326 Status Place(Graph* graph) { in Place() function in tensorflow::__anonced950570111::PlacerTest
327 return Place(graph, &devices_, nullptr, true, false); in Place()
427 TF_EXPECT_OK(Place(&g)); in TEST_F()
448 TF_EXPECT_OK(Place(&g)); in TEST_F()
469 TF_EXPECT_OK(Place(&g)); in TEST_F()
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upbc/
Dmessage_layout.cc15 MessageLayout::Size MessageLayout::Place( in Place() function in upbc::MessageLayout
118 field_offsets_[descriptor->FindFieldByNumber(1)] = Place(size); in ComputeLayout()
119 field_offsets_[descriptor->FindFieldByNumber(2)] = Place(size); in ComputeLayout()
156 Place(SizeAndAlign{{hasbit_bytes, hasbit_bytes}, {1, 1}}); in PlaceNonOneofFields()
160 field_offsets_[field] = Place(SizeOf(field)); in PlaceNonOneofFields()
183 Size data = Place(oneof_maxsize); in PlaceOneofFields()
184 Size discriminator = Place(SizeAndAlign{{4, 4}, {4, 4}}); in PlaceOneofFields()
/external/webrtc/examples/objc/AppRTCMobile/ios/
DARDVideoCallView.m132 // Place the view in the bottom right.
139 // Place stats at the top.
145 // Place hangup button in the bottom left.
153 // Place button to the right of hangup button.
159 // Place route button to the right of camera button.
/external/flatbuffers/lua/flatbuffers/
Dbuilder.lua232 self:Place(off2, SOffsetT)
240 self:Place(off2, UOffsetT)
258 self:Place(vectorNumElements, UOffsetT)
269 self:Place(0, Uint8)
322 self:Place(off, flags)
378 function mt:Place(x, flags) function
/external/python/cpython3/Lib/tkinter/
Dscrolledtext.py14 from tkinter import Frame, Text, Scrollbar, Pack, Grid, Place
34 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/cronet/build/config/android/
Dabi.gni61 # Place holder for x64 support, not tested.
70 # Place holder for mips64 support, not tested.
75 # Place holder for riscv64 support, not tested.
/external/angle/build/config/android/
Dabi.gni61 # Place holder for x64 support, not tested.
70 # Place holder for mips64 support, not tested.
75 # Place holder for riscv64 support, not tested.
/external/flatbuffers/python/flatbuffers/
Dbuilder.py315 self.Place(0, N.Uint8Flags)
424 self.Place(0, N.Uint8Flags)
554 self.Place(file_identifier[i], N.Uint8Flags)
578 self.Place(off, flags)
738 def Place(self, x, flags): member in Builder
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparc.td133 // TO DO: Place-holder: Processor specific features will be added *very* soon here.
138 // TO DO: Place-holder: Processor specific features will be added *very* soon here.
162 // TO DO: Place-holder: Processor specific features will be added *very* soon here.
/external/jackson-databind/attic/
DREADME.md1 Place where formerly used code is moved if it seems possible (or perhaps even likely) it might
/external/fmtlib/doc/bootstrap/
Dlist-group.less25 // Place the border on the list items and negative margin up for better styling
84 z-index: 2; // Place active items above their siblings for proper border styling
/external/arm-trusted-firmware/plat/arm/board/rde1edge/fdts/
Drde1edge_nt_fw_config.dts13 * Place holder for system-id node with default values. The
/external/arm-trusted-firmware/plat/arm/board/sgi575/fdts/
Dsgi575_nt_fw_config.dts13 * Place holder for system-id node with default values. The
/external/arm-trusted-firmware/plat/arm/board/rdn1edge/fdts/
Drdn1edge_nt_fw_config.dts13 * Place holder for system-id node with default values. The
/external/arm-trusted-firmware/plat/arm/board/rdv1mc/fdts/
Drdv1mc_nt_fw_config.dts13 * Place holder for system-id node with default values. The
/external/arm-trusted-firmware/plat/arm/board/rdn2/fdts/
Drdn2_nt_fw_config.dts13 * Place holder for system-id node with default values. The
/external/arm-trusted-firmware/plat/arm/board/rdv1/fdts/
Drdv1_nt_fw_config.dts13 * Place holder for system-id node with default values. The
/external/leveldb/
DNEWS7 (1) Place hard limit on number of level-0 files. This fixes errors
/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/licenseclassifier/v2/assets/Header/GPL-2.0/
Db.txt13 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
/external/grpc-grpc/tools/dockerfile/grpc_artifact_linux_armv7/
DDockerfile19 # Place any extra build instructions between these commands
/external/yapf/plugins/vim/plugin/
Dyapf.vim17 " Place this script in your ~/.vim/plugin directory. You can call the

123456789