HomeSort by relevance Sort by last modified time
    Searched full:overloaded (Results 301 - 325 of 1574) sorted by null

<<11121314151617181920>>

  /external/webrtc/webrtc/base/
asyncinvoker.h 109 // Overloaded for void return.
203 // Call |functor| asynchronously calling |callback| when done. Overloaded for
bind.h.pump 14 // Bind() is an overloaded function that converts method calls into function
89 // Define two overloaded template functions with return types of different
  /external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/
ContextTest.java 421 MethodCallExpr call = Navigator.findMethodCall(method, "overloaded").get();
426 assertEquals("overloaded", ref.getName());
436 MethodCallExpr call = Navigator.findMethodCall(method, "overloaded").get();
441 assertEquals("overloaded", ref.getName());
465 MethodCallExpr call = Navigator.findMethodCall(method, "overloaded").get();
470 assertEquals("overloaded", ref.getName());
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
p256_asm_s390x.s 910 #define YDIG V6 // Overloaded with CAR2, ZER
911 #define ADD1H V7 // Overloaded with ADD3H
912 #define ADD2H V8 // Overloaded with ADD4H
913 #define ADD3 V9 // Overloaded with SEL2,SEL5
914 #define ADD4 V10 // Overloaded with SEL3,SEL6
915 #define RED1 V11 // Overloaded with CAR2
917 #define RED3 V13 // Overloaded with SEL1
919 // Overloaded temporaries
920 #define ADD1 V4 // Overloaded with T0
921 #define ADD2 V5 // Overloaded with T
    [all...]
  /prebuilts/go/linux-x86/src/crypto/elliptic/
p256_asm_s390x.s 910 #define YDIG V6 // Overloaded with CAR2, ZER
911 #define ADD1H V7 // Overloaded with ADD3H
912 #define ADD2H V8 // Overloaded with ADD4H
913 #define ADD3 V9 // Overloaded with SEL2,SEL5
914 #define ADD4 V10 // Overloaded with SEL3,SEL6
915 #define RED1 V11 // Overloaded with CAR2
917 #define RED3 V13 // Overloaded with SEL1
919 // Overloaded temporaries
920 #define ADD1 V4 // Overloaded with T0
921 #define ADD2 V5 // Overloaded with T
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
IntrinsicEmitter.cpp 119 // Emit all the overloaded intrinsics first, build a table of the
120 // non-overloaded ones.
133 // For overloaded intrinsics, only the prefix needs to match
247 // increment it when we actually hit an overloaded type. Getting this wrong
261 // treat it as an ordinary (not overloaded) intrinsic.
  /external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShell.h 424 @details This function can be overloaded by the application. It
437 @details This function can be overloaded by the application. It
447 @details This function can be overloaded by the application. It
465 @details This function can be overloaded by the application. It
475 @details This function can be overloaded by the application.
    [all...]
  /external/clang/lib/AST/
DeclarationName.cpp 48 /// overloaded operator in C++, such as "operator+.
185 assert(OpName && "not an overloaded operator");
365 // Initialize the overloaded operator names.
  /external/clang/test/SemaCXX/
MicrosoftExtensions.cpp 374 c3.f(); // Overloaded binary op operand
375 c3.g(); // Overloaded incdec op operand
376 c3.h(); // Overloaded unary op operand
  /tools/metalava/src/main/java/com/android/tools/metalava/
ComparisonVisitor.kt 163 @Suppress("USELESS_CAST") // Overloaded visitor methods: be explicit about which one is being invoked
186 @Suppress("USELESS_CAST") // Overloaded visitor methods: be explicit about which one is being invoked
209 @Suppress("USELESS_CAST") // Overloaded visitor methods: be explicit about which one is being invoked
  /external/clang/test/CXX/drs/
dr1xx.cpp 133 (void)&f; // expected-error {{address of overloaded function 'f' cannot be cast to type 'void'}}
135 (void)&g<int>; // expected-error {{address of overloaded function 'g' cannot be cast to type 'void'}}
137 &f; // expected-error {{reference to overloaded function could not be resolved}}
139 &g<int>; // expected-error {{reference to overloaded function could not be resolved}}
188 (void)&with_default; // expected-error {{overloaded function}}
190 &with_default; // expected-error {{overloaded function}}
  /cts/common/device-side/util/tests/src/com/android/compatibility/common/util/
BusinessLogicDeviceExecutorTest.java 239 // overloaded method with one arg
245 // overloaded method with two args
  /external/clang/test/SemaCUDA/
implicit-member-target.cu 155 b1 = b2; // expected-error {{no viable overloaded '='}}
186 b1 = std::move(b2); // expected-error {{no viable overloaded '='}}
  /external/clang/test/SemaTemplate/
temp_arg_nontype.cpp 51 A3<g> *a14_7; // expected-error{{address of overloaded function 'g' does not match required type 'int (int)'}}
68 A5<g> *a14_7; // expected-error{{address of overloaded function 'g' does not match required type 'int (int)'}}
  /external/googletest/googlemock/docs/
DesignDoc.md 162 You can easily define actions overloaded on the number of parameters:
208 or the action definitions cannot be overloaded on the number of
  /external/libmojo/base/android/
scoped_java_ref.h 177 // Overloaded assignment operator defined for consistency with the implicit
254 // Overloaded assignment operator defined for consistency with the implicit
  /external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
LLVMBitCodes.h 197 BINOP_SDIV = 4, // overloaded for FP
199 BINOP_SREM = 6, // overloaded for FP
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTSkipGraph.h 38 @brief Overloaded constructor
178 @brief Overloaded constructor.
  /external/tensorflow/tensorflow/core/lib/gtl/
array_slice_internal.h 134 // to mutable data, it is most likely overloaded, but may also be a single
242 // defined. std::addressof handles types with overloaded operator&.
  /external/v8/src/asmjs/
asm-types.h 246 // Overloaded function types. Not creatable by asm source, but useful to
247 // represent the overloaded stdlib functions.
  /external/v8/src/base/
bits.h 55 // Overloaded versions of CountPopulation32/64.
151 // Overloaded versions of CountTrailingZeros32/64.
  /external/v8/tools/clang/blink_gc_plugin/
CheckTraceVisitor.cpp 235 // overloaded (i.e. trace(Visitor*) and
239 // candidate overloaded functions, and if we find one, we assume it is
  /external/webrtc/talk/session/media/
srtpfilter.h 123 // Overloaded version, outputs packet index.
211 // Overloaded version, outputs packet index.
  /system/keymaster/include/keymaster/
keymaster_tags.h 42 * very useful example is the overloaded "Authorization" function defined below, which takes tag and
199 // Overloaded function "Authorization" to create keymaster_key_param_t objects for all of tags.
  /test/suite_harness/common/host-side/util/tests/src/com/android/compatibility/common/util/
BusinessLogicHostExecutorTest.java 243 // overloaded method with one arg
249 // overloaded method with two args

Completed in 2448 milliseconds

<<11121314151617181920>>