Home
last modified time | relevance | path

Searched refs:setLocation (Results 1 – 24 of 24) sorted by relevance

/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DTextFormatParseInfoTreeTest.java71 rootBuilder.setLocation(OPTIONAL_INT32, LOC0); in testGetLocationReturnsSingleLocation()
79 rootBuilder.setLocation(OPTIONAL_BOOLEAN, LOC0); in testGetLocationsReturnsNoParseLocationsForUnknownField()
86 rootBuilder.setLocation(REPEATED_INT32, LOC0); in testGetLocationThrowsIllegalArgumentExceptionForUnknownField()
97 TextFormatParseInfoTree root = rootBuilder.setLocation(OPTIONAL_INT32, LOC0).build(); in testGetLocationThrowsIllegalArgumentExceptionForInvalidIndex()
113 rootBuilder.setLocation(REPEATED_INT32, LOC0); in testGetLocationsReturnsMultipleLocations()
114 rootBuilder.setLocation(REPEATED_INT32, LOC1); in testGetLocationsReturnsMultipleLocations()
122 rootBuilder.setLocation(REPEATED_INT32, LOC0); in testGetNestedTreeThrowsIllegalArgumentExceptionForUnknownField()
133 rootBuilder.setLocation(REPEATED_INT32, LOC0); in testGetNestedTreesReturnsNoParseInfoTreesForUnknownField()
139 rootBuilder.setLocation(REPEATED_INT32, LOC0); in testGetNestedTreeThrowsIllegalArgumentExceptionForInvalidIndex()
/third_party/grpc/examples/node/static_codegen/route_guide/
Droute_guide_pb.js496 msg.setLocation(value);
589 proto.routeguide.Feature.prototype.setLocation = function(value) { method in proto.routeguide.Feature
595 this.setLocation(undefined);
686 msg.setLocation(value);
768 proto.routeguide.RouteNote.prototype.setLocation = function(value) { method in proto.routeguide.RouteNote
774 this.setLocation(undefined);
Droute_guide_server.js61 feature.setLocation(point);
236 feature.setLocation(location);
Droute_guide_client.js115 feature.setLocation(location);
209 noteMsg.setLocation(location);
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DSourceCodeInfo.php221 public function setLocation($var) function in Google\\Protobuf\\Internal\\SourceCodeInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.h59 void setLocation(SDValue Val, SDValue Location) { in setLocation() function
DStatepointLowering.cpp268 Builder.StatepointLowering.setLocation(Incoming, Loc); in reservePreviousStackSlotForValue()
405 Builder.StatepointLowering.setLocation(Incoming, Loc); in spillIncomingStatepointValue()
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DAboutDialog.java65 dialog.setLocation(new Point(parentLoc.x + 50, parentLoc.y + 50)); in initComponents()
DBundleGroupCreationDialog.java124 setLocation(new java.awt.Point(50, 50)); in initComponents()
DBundleGroupEditDialog.java126 setLocation(new java.awt.Point(50, 50)); in initComponents()
DResourceCreationDialog.java190 setLocation(new java.awt.Point(50, 50)); in initComponents()
DBundleItemDialog.java209 setLocation(new java.awt.Point(50, 50)); in initComponents()
DBundleItemCreationDialog.java369 setLocation(new java.awt.Point(50, 50)); in initComponents()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
DTransliteratorInputMethod.java174 sw.setLocation(sd.width - wd.width, sd.height - wd.height - 25); in initStatusWindow()
237 statusWindow.setLocation(attachedLocation); in notifyClientWindowChange()
258 statusWindow.setLocation(attachedLocation); in activate()
/third_party/grpc/examples/php/route_guide/
Droute_guide_client.php171 $route_note->setLocation($point);
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormatParseInfoTree.java181 public Builder setLocation( in setLocation() method in TextFormatParseInfoTree.Builder
DTextFormat.java1924 parseTreeBuilder.setLocation(field, TextFormatParseLocation.create(startLine, startColumn)); in mergeField()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCommandLine.h408 template <class Opt> void apply(Opt &O) const { O.setLocation(O, Loc); } in apply()
1186 bool setLocation(Option &O, DataType &L) {
1355 bool setLocation(Option &O, StorageClass &L) {
1536 bool setLocation(Option &O, unsigned &L) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCommandLine.h448 template <class Opt> void apply(Opt &O) const { O.setLocation(O, Loc); } in apply()
1331 bool setLocation(Option &O, DataType &L) {
1528 bool setLocation(Option &O, StorageClass &L) {
1732 bool setLocation(Option &O, unsigned &L) {
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp985 void setLocation(EmitState *state, const std::shared_ptr<vk::dbg::File> &, int line);
986 void setLocation(EmitState *state, const char *file, int line);
1419 void SpirvShader::Impl::Debugger::setLocation(EmitState *state, const std::shared_ptr<vk::dbg::File… in setLocation() function in sw::SpirvShader::Impl::Debugger
1464 void SpirvShader::Impl::Debugger::setLocation(EmitState *state, const char *path, int line) in setLocation() function in sw::SpirvShader::Impl::Debugger
1472 setLocation(state, file, line); in setLocation()
2715 dbg->setLocation(state, dbg->spirvFile, line); in dbgBeginEmitInstruction()
2771 dbg->setLocation(state, path.c_str(), line); in EmitLine()
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DDumbTextComponent.java576 caretPoint.setLocation(startPoint); in drawSelection()
577 else caretPoint.setLocation(endPoint); in drawSelection()
/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBReporter.java1088 setLocation(new java.awt.Point(25, 25)); in initComponents()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp27364 VertexInputAttributeDescription & setLocation( uint32_t location_ ) VULKAN_HPP_NOEXCEPT in setLocation() function
73013 VertexInputAttributeDescription2EXT & setLocation( uint32_t location_ ) VULKAN_HPP_NOEXCEPT in setLocation() function
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp27942 …VULKAN_HPP_CONSTEXPR_14 VertexInputAttributeDescription & setLocation( uint32_t location_ ) VULKAN… in setLocation() function
75321 …VULKAN_HPP_CONSTEXPR_14 VertexInputAttributeDescription2EXT & setLocation( uint32_t location_ ) VU… in setLocation() function