HomeSort by relevance Sort by last modified time
    Searched defs:Convert (Results 51 - 72 of 72) sorted by null

1 23

  /frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
Convert.java 55 class Convert {
56 private static final String TAG = "BcRadio2Srv.convert";
272 Arrays.stream(sel.getSecondaryIds()).map(Convert::programIdentifierToHal).
281 map(Convert::programIdentifierFromHal).map(Objects::requireNonNull).
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-0x.cpp 35 struct Convert {
36 constexpr Convert(T v) : v(v) {}
40 template<typename T> Convert<T> ConvertVar();
58 Agg<char> ce1 = { Convert<float>(1.0) }; // expected-error {{type 'float' cannot be narrowed to 'char'}} expected-note {{silence}}
107 Agg<float> ce1 = { Convert<double>(1e300) }; // expected-error {{constant expression evaluates to 1.000000e+300 which cannot be narrowed to type 'float'}} expected-note {{silence}}
128 Agg<float> ce1 = { Convert<int>(123456789) }; // expected-error {{constant expression evaluates to 123456789 which cannot be narrowed to type 'float'}} expected-note {{silence}}
172 Agg<short> ce1 = { Convert<int>(100000) }; // expected-error {{constant expression evaluates to 100000 which cannot be narrowed to type 'short'}} expected-note {{silence}} expected-warning {{changes value from 100000 to -31072}}
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
StoreTile.h 37 #include "memory/Convert.h"
353 INLINE static void Convert(const uint8_t* pSrc, uint8_t* (&ppDsts)[NumDests])
361 // Convert from SrcFormat --> DstFormat
366 // Convert from SOA --> AOS
375 // Convert from SrcFormat --> DstFormat
380 // Convert from SOA --> AOS
402 INLINE static void Convert(const uint8_t* pSrc, uint8_t* (&ppDsts)[NumDests])
409 // Convert from SOA --> AOS
417 // Convert from SOA --> AOS
438 INLINE static void Convert(const uint8_t* pSrc, uint8_t* (&ppDsts)[NumDests]
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430ISelLowering.cpp 793 bool Convert = true;
796 Convert = false;
822 if (Convert) {
    [all...]
  /external/v8/src/
api.h 222 static inline Local<To> Convert(v8::internal::Handle<From> obj) {
260 return Utils::Convert<v8::internal::Object, T>(obj);
269 *local = Utils::Convert<v8::internal::Object, T>(handle);
280 return Convert<v8::internal::From, v8::To>(obj); \
288 return Convert<v8::internal::JSTypedArray, v8::Type##Array>(obj); \
unicode.cc     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp     [all...]
  /external/tensorflow/tensorflow/compiler/xla/
literal_util.cc     [all...]
  /external/tensorflow/tensorflow/core/graph/
graph_constructor.cc 162 TF_RETURN_IF_ERROR(Convert());
177 Status Convert();
482 // considering the node ready to process in Convert().
    [all...]
  /external/tensorflow/tensorflow/core/lib/gtl/
optional_test.cc 256 struct Convert {
257 Convert(const Implicit&) // NOLINT(runtime/explicit)
259 Convert(Implicit&&) // NOLINT(runtime/explicit)
261 explicit Convert(const Explicit&) : implicit(false), move(false) {}
262 explicit Convert(Explicit&&) : implicit(false), move(true) {}
297 // implicitly constructing optional<Convert> from optional<Implicit>
298 optional<Convert> empty = i_empty;
300 optional<Convert> opt_copy = i;
304 optional<Convert> opt_move = optional<Implicit>(in_place);
310 // explicitly constructing optional<Convert> from optional<Explicit
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_unittest.cc 62 void Convert(const webrtc::NetEqNetworkStatistics& stats_raw,
82 void Convert(const webrtc::RtcpStatistics& stats_raw,
198 Convert(stats_raw, &stats);
243 Convert(stats_raw, &stats);
    [all...]
  /frameworks/base/services/core/jni/BroadcastRadio/
convert.cpp 17 #define LOG_TAG "BroadcastRadioService.convert.jni"
20 #include "convert.h"
32 namespace convert { namespace in namespace:android::server::BroadcastRadio
100 } Convert;
316 gjni.Convert.clazz, gjni.Convert.stringMapToNative, jInfo)));
640 } // namespace convert
645 using namespace server::BroadcastRadio::convert;
690 auto convertClass = FindClassOrDie(env, "com/android/server/broadcastradio/hal1/Convert");
691 gjni.Convert.clazz = MakeGlobalRefOrDie(env, convertClass)
    [all...]
  /prebuilts/go/darwin-x86/src/reflect/
value.go     [all...]
  /prebuilts/go/linux-x86/src/reflect/
value.go     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 
  /external/error_prone/javac/
javac-9+181-r4173-1.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9+181-r4173-1/
javac-9+181-r4173-1.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r4023-3/
javac-9-dev-r4023-3.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 1338 milliseconds

1 23