HomeSort by relevance Sort by last modified time
    Searched refs:overload (Results 1 - 25 of 26) sorted by null

1 2

  /external/caliper/examples/src/main/java/examples/
CharacterBenchmark.java 31 @Param private Overload overload; field in class:CharacterBenchmark
39 public enum Overload { CHAR, INT }
56 if (overload == Overload.CHAR) {
73 if (overload == Overload.CHAR) {
89 if (overload == Overload.CHAR) {
105 if (overload == Overload.CHAR)
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
CharacterBenchmark.java 30 @Param private Overload overload; field in class:CharacterBenchmark
39 public enum Overload { CHAR, INT }
60 if (overload == Overload.CHAR) {
77 if (overload == Overload.CHAR) {
93 if (overload == Overload.CHAR) {
109 if (overload == Overload.CHAR)
    [all...]
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p5-generic-lambda-1y.cpp 14 template <class F1, class F2> struct overload : F1, F2 {
17 overload(F1 f1, F2 f2) : F1(f1), F2(f2) { }
26 overload<decltype(Base), decltype(NumParams)> O(Base, NumParams);
32 template <class F1, class F2> struct overload : F1, F2 {
35 overload(F1 f1, F2 f2) : F1(f1), F2(f2) { }
44 overload<decltype(Base), decltype(NumParams)> O(Base, NumParams);
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
MismatchedTokenException.pm 7 use overload
UnwantedTokenException.pm 5 use overload
MissingTokenException.pm 5 use overload
CommonToken.pm 7 use overload
BitSet.pm 10 use overload
CommonTokenStream.pm 13 use overload
  /external/dnsmasq/contrib/wrt/
dhcp_lease_time.c 98 unsigned char *ret, *overload; local
104 /* look for overload option. */
105 if (!(overload = option_find1(&mess->options[0], ((unsigned char *)mess) + size, OPTION_OVERLOAD, 1)))
109 if ((overload[2] & 1) &&
114 if ((overload[2] & 2) &&
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 112 procedure Rewind(const Marker: Integer); overload;
125 procedure Rewind; overload;
347 function ToString(const Start, Stop: Integer): String; overload;
355 function ToString(const Start, Stop: IToken): String; overload;
469 function ToString: String; overload;
470 function ToString(const TokenNames: TStringArray): String; overload;
    [all...]
Antlr.Runtime.Tree.pas 73 function CreateNode(const Payload: IToken): IANTLRInterface; overload;
162 function BecomeRoot(const NewRoot, OldRoot: IANTLRInterface): IANTLRInterface; overload;
209 function BecomeRoot(const NewRoot: IToken; const OldRoot: IANTLRInterface): IANTLRInterface; overload;
217 function CreateNode(const TokenType: Integer; const FromToken: IToken): IANTLRInterface; overload;
226 const Text: String): IANTLRInterface; overload;
234 function CreateNode(const TokenType: Integer; const Text: String): IANTLRInterface; overload;
369 function ToString(const Start, Stop: IANTLRInterface): String; overload;
370 function ToString: String; overload;
561 procedure SanityCheckParentAndChildIndexes; overload;
563 const I: Integer); overload;
    [all...]
Antlr.Runtime.Tools.pas 143 procedure AddRange(const Values: array of T); overload;
144 procedure AddRange(const Collection: IEnumerable<T>); overload;
145 procedure AddRange(Collection: TEnumerable<T>); overload;
146 procedure AddRange(const List: IList<T>); overload;
150 procedure InsertRange(Index: Integer; const Values: array of T); overload;
151 procedure InsertRange(Index: Integer; const Collection: IEnumerable<T>); overload;
152 procedure InsertRange(Index: Integer; const Collection: TEnumerable<T>); overload;
153 procedure InsertRange(Index: Integer; const List: IList<T>); overload;
168 procedure Sort; overload;
169 procedure Sort(const AComparer: IComparer<T>); overload;
    [all...]
Antlr.Runtime.Collections.pas 117 constructor Create; overload;
118 constructor Create(const ACapacity: Integer); overload;
156 class function ListToString(const Coll: IList<IANTLRInterface>): String; overload; static;
157 class function ListToString(const Coll: IList<String>): String; overload; static;
  /external/v8/src/wasm/
asm-types.cc 297 void AsmOverloadedFunctionType::AddOverload(AsmType* overload) {
298 DCHECK(overload->AsFunctionType() != nullptr);
299 overloads_.push_back(overload);
asm-types.h 158 void AddOverload(AsmType* overload);
  /external/dnsmasq/src/
rfc2131.c 1475 unsigned char *ret, *overload; local
1552 unsigned char *overload; local
1637 unsigned char *overload; local
    [all...]
  /external/v8/test/unittests/wasm/
asm-types-unittest.cc 106 Type* Overload(Overloads... overloads) {
115 template <typename Overload, typename... Others>
117 Overload* overload, Others... others) {
119 function->AddOverload(overload);
217 EXPECT_THAT(Overload(Function(Type::Int)(Type::Double, Type::Float),
245 Overload(Function(Type::Int)(Type::Double)),
270 Overload(Function(Type::Int)(Type::Double)),
337 auto* min_max = Overload(min_max_int, min_max_double);
410 auto* overload = Overload(idf2v, i2f, /*i2d missing, */ fi2d, idif2i)
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg 159 constructor Create; overload;
160 constructor Create(const AInput: ICharStream<grammar.delegators:{g|; const A<g:delegateName()>: IBaseRecognizer{<g.recognizerName>}}>); overload;
161 constructor Create(const AInput: ICharStream; const AState: IRecognizerSharedState<grammar.delegators:{g|; const A<g:delegateName()>: IBaseRecognizer{<g.recognizerName>}}>); overload;
341 constructor Create(const AInput: <inputStreamType><grammar.delegators:{g|; const A<g:delegateName()>: IBaseRecognizer{<g.recognizerName>}}>); overload;
342 constructor Create(const AInput: <inputStreamType>; const AState: IRecognizerSharedState<grammar.delegators:{g|; const A<g:delegateName()>: IBaseRecognizer{<g.recognizerName>}}>); overload;
    [all...]
  /external/autotest/site_utils/rpm_control_system/
rpm_controller.py 717 Since this does not utilize SSH in any manner, this will overload the
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearchdomain/
layer1.py 493 overload a domain's document service.
  /external/blktrace/btreplay/doc/
btreplay.tex 176 overload of CPU processing capabilities on the replay system. (Refer to
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/tuple/
rem.hpp 18 # include <boost/preprocessor/facilities/overload.hpp>
to_list.hpp 20 # include <boost/preprocessor/facilities/overload.hpp>
elem.hpp 20 # include <boost/preprocessor/facilities/overload.hpp>
    [all...]

Completed in 1028 milliseconds

1 2