Home
last modified time | relevance | path

Searched refs:setEnd (Results 1 – 25 of 76) sorted by relevance

1234

/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSmallVector.h96 void setEnd(T *P) { this->EndX = P; } in setEnd() function
215 this->setEnd(this->end()+1); in push_back()
222 this->setEnd(this->end()+1); in push_back()
226 this->setEnd(this->end()-1); in pop_back()
252 this->setEnd(NewElts+CurSize); in grow()
310 this->setEnd(this->end()+1); in push_back()
314 this->setEnd(this->end()-1); in pop_back()
355 this->setEnd(this->begin()+N); in resize()
361 this->setEnd(this->begin()+N); in resize()
368 this->setEnd(this->begin()+N); in resize()
[all …]
/external/llvm/include/llvm/ADT/
DSmallVector.h95 void setEnd(T *P) { this->EndX = P; } in setEnd() function
212 this->setEnd(this->end()+1); in push_back()
219 this->setEnd(this->end()+1); in push_back()
223 this->setEnd(this->end()-1); in pop_back()
249 this->setEnd(NewElts+CurSize); in grow()
306 this->setEnd(this->end()+1); in push_back()
310 this->setEnd(this->end()-1); in pop_back()
352 this->setEnd(this->begin()+N); in resize()
358 this->setEnd(this->begin()+N); in resize()
365 this->setEnd(this->begin()+N); in resize()
[all …]
/external/clang/include/clang/AST/
DASTVector.h38 void setEnd(T *P) { this->End = P; } in setEnd() function
194 this->setEnd(this->end() + NumInputs); in append()
206 this->setEnd(this->end() + NumInputs); in append()
225 this->setEnd(this->end()+1); in insert()
273 this->setEnd(this->end() + NumToInsert); in insert()
323 this->setEnd(this->end() + NumToInsert); in insert()
341 this->setEnd(this->begin()+N); in resize()
346 this->setEnd(this->begin()+N); in resize()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DLocalVariableGen.java63 setEnd(end); in LocalVariableGen()
183 public void setEnd( final InstructionHandle end ) { // TODO could be package-protected? in setEnd() method in LocalVariableGen
202 setEnd(new_ih); in updateTarget()
215 setEnd(null); in dispose()
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
DALoopCommand.java35 setEnd(_end_); in ALoopCommand()
137 public void setEnd(PExpression node) in setEnd() method in ALoopCommand
254 setEnd((PExpression) newChild); in replaceChild()
DALoopIncCommand.java37 setEnd(_end_); in ALoopIncCommand()
142 public void setEnd(PExpression node) in setEnd() method in ALoopIncCommand
291 setEnd((PExpression) newChild); in replaceChild()
/external/clang/lib/Lex/
DPPExpressions.cpp53 void setRange(SourceLocation L) { Range.setBegin(L); Range.setEnd(L); } in setRange()
55 Range.setBegin(B); Range.setEnd(E); in setRange()
58 void setEnd(SourceLocation L) { Range.setEnd(L); } in setEnd() function in __anonc43d75fc0111::PPValue
131 Result.setEnd(PeekTok.getLocation()); in EvaluateDefined()
141 Result.setEnd(PeekTok.getLocation()); in EvaluateDefined()
145 Result.setEnd(PeekTok.getLocation()); in EvaluateDefined()
768 RHS.setEnd(AfterColonVal.getRange().getEnd()); in EvaluateDirectiveSubExpr()
792 LHS.setEnd(RHS.getRange().getEnd()); in EvaluateDirectiveSubExpr()
/external/grpc-grpc-java/services/src/test/java/io/grpc/services/
DChannelzServiceTest.java57 GetTopChannelsResponse.newBuilder().setEnd(true).build(), in getTopChannels_empty()
70 .setEnd(true) in getTopChannels_onePage()
112 GetServersResponse.newBuilder().setEnd(true).build(), in getServers_empty()
125 .setEnd(true) in getServers_onePage()
DChannelzProtoUtilTest.java665 GetTopChannelsResponse.newBuilder().setEnd(true).build(), in toGetTopChannelsResponse()
685 .setEnd(true) in toGetTopChannelsResponse()
698 .setEnd(true) in toGetTopChannelsResponse()
727 .setEnd(true) in toGetServersResponse()
739 .setEnd(true) in toGetServersResponse()
768 .setEnd(true) in toGetServerSocketsResponse()
780 .setEnd(true) in toGetServerSocketsResponse()
/external/clang/include/clang/Basic/
DSourceLocation.h205 void setEnd(SourceLocation e) { E = e; } in setEnd() function
259 void setEnd(SourceLocation e) { Range.setEnd(e); } in setEnd() function
/external/clang/lib/Format/
DSortJavaScriptImports.cpp174 InsertionPoint.setEnd(References[References.size() - 1].Range.getEnd()); in analyze()
306 Reference.Range.setEnd(LineEnd->Tok.getEndLoc()); in parseModuleReferences()
418 Symbol.Range.setEnd(Current->Tok.getLocation()); in parseNamedBindings()
/external/protobuf/php/src/Google/Protobuf/Internal/DescriptorProto/
DReservedRange.php116 public function setEnd($var) function in Google\\Protobuf\\Internal\\DescriptorProto\\ReservedRange
DExtensionRange.php117 public function setEnd($var) function in Google\\Protobuf\\Internal\\DescriptorProto\\ExtensionRange
/external/protobuf/php/src/Google/Protobuf/Internal/EnumDescriptorProto/
DEnumReservedRange.php118 public function setEnd($var) function in Google\\Protobuf\\Internal\\EnumDescriptorProto\\EnumReservedRange
/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/EnumDescriptorProto/
DEnumReservedRange.php118 public function setEnd($var) function in Google\\Protobuf\\Internal\\EnumDescriptorProto\\EnumReservedRange
/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/DescriptorProto/
DReservedRange.php116 public function setEnd($var) function in Google\\Protobuf\\Internal\\DescriptorProto\\ReservedRange
DExtensionRange.php117 public function setEnd($var) function in Google\\Protobuf\\Internal\\DescriptorProto\\ExtensionRange
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DSTZInfo.java24 void setEnd(int em, int edwm, int edw, int et, int edm, boolean ea) { in setEnd() method in STZInfo
/external/icu/android_icu4j/src/main/java/android/icu/util/
DSTZInfo.java25 void setEnd(int em, int edwm, int edw, int et, int edm, boolean ea) { in setEnd() method in STZInfo
/external/protobuf/php/src/Google/Protobuf/Internal/GeneratedCodeInfo/
DAnnotation.php206 public function setEnd($var) function in Google\\Protobuf\\Internal\\GeneratedCodeInfo\\Annotation
/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/GeneratedCodeInfo/
DAnnotation.php206 public function setEnd($var) function in Google\\Protobuf\\Internal\\GeneratedCodeInfo\\Annotation
/external/skia/src/pathops/
DSkOpCoincidence.h36 void (SkCoincidentSpans::* setEnd)(const SkOpPtT* ptT) );
42 void (SkCoincidentSpans::* setEnd)(const SkOpPtT* ptT) const) const;
/external/clang/lib/Sema/
DDeclSpec.cpp52 Range.setEnd(ColonColonLoc); in Extend()
65 Range.setEnd(ColonColonLoc); in Extend()
78 Range.setEnd(ColonColonLoc); in Extend()
91 Range.setEnd(ColonColonLoc); in Extend()
113 Range.setEnd(ColonColonLoc); in MakeSuper()
/external/icu/icu4c/source/i18n/
Dregexcmp.h222 setEnd = 1 << 16 | 2, enumerator
/external/icu/libicu/cts_headers/
Dregexcmp.h222 setEnd = 1 << 16 | 2, enumerator

1234