HomeSort by relevance Sort by last modified time
    Searched full:rawtype (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /cts/tools/signature-tools/src/signature/model/impl/
SigParameterizedType.java 31 private IClassReference rawType;
35 IClassReference rawType, List<ITypeReference> typeArguments) {
37 this.rawType = rawType;
44 if (rawType.getClassDefinition().getDeclaringClass() != null) {
45 returnValue = new SigClassReference(rawType
53 return rawType;
  /cts/tools/signature-tools/src/signature/compare/model/subst/
ParameterizedTypeProjection.java 48 private IClassReference rawType = null;
56 if (rawType == null) {
57 rawType = (IClassReference) ViewpointAdapter
62 return rawType;
  /external/chromium_org/third_party/webrtc/modules/video_capture/include/
video_capture_defines.h 44 RawVideoType rawType;
54 rawType = kVideoUnknown;
67 if (rawType != other.rawType)
  /libcore/luni/src/main/java/libcore/reflect/
ParameterizedTypeImpl.java 28 private Class rawType; // Potentially unresolved.
60 if (rawType == null) {
65 rawType = Class.forName(rawTypeName, false, loader);
70 return rawType;
  /external/chromium_org/third_party/webrtc/modules/video_capture/
device_info_impl.cc 197 if (bestRawType != requested.rawType
198 && requested.rawType != kVideoUnknown
199 && (capability.rawType == requested.rawType
200 || capability.rawType == kVideoI420
201 || capability.rawType == kVideoYUY2
202 || capability.rawType == kVideoYV12))
205 bestRawType = capability.rawType;
230 bestRawType = capability.rawType;
244 bestRawType = capability.rawType;
    [all...]
video_capture_impl.cc 174 _requestedCapability.rawType = kVideoI420;
275 RawVideoTypeToCommonVideoVideoType(frameInfo.rawType);
277 if (frameInfo.rawType != kVideoMJPEG &&
319 << frameInfo.rawType << "to I420.";
  /external/mockito/src/org/mockito/internal/stubbing/defaultanswers/
ReturnsDeepStubs.java 51 Class<?> rawType = returnTypeGenericMetadata.rawType();
52 if (!mockitoCore.isTypeMockable(rawType)) {
53 return delegate.returnValueFor(rawType);
86 returnTypeGenericMetadata.rawType(),
  /external/chromium_org/third_party/skia/src/utils/
SkFloatUtils.h 34 template <typename RawType>
54 template <typename RawType, unsigned int ULPs>
58 typedef typename SkTypeWithSize<sizeof(RawType) * CHAR_BIT>::UInt Bits;
61 static const size_t kBitCount = CHAR_BIT * sizeof(RawType);
64 static const size_t kFractionBitCount = SkNumericLimits<RawType>::digits - 1;
90 explicit SkFloatingPoint(const RawType& x) { fU.value = x; }
127 RawType value;
  /external/skia/src/utils/
SkFloatUtils.h 34 template <typename RawType>
54 template <typename RawType, unsigned int ULPs>
58 typedef typename SkTypeWithSize<sizeof(RawType) * CHAR_BIT>::UInt Bits;
61 static const size_t kBitCount = CHAR_BIT * sizeof(RawType);
64 static const size_t kFractionBitCount = SkNumericLimits<RawType>::digits - 1;
90 explicit SkFloatingPoint(const RawType& x) { fU.value = x; }
127 RawType value;
  /cts/tools/signature-tools/test/signature/converter/
ConvertWildcardTest.java 57 IClassDefinition rawType = parametrizedType.getRawType().getClassDefinition();
58 assertEquals("Set", rawType.getName());
86 IClassDefinition rawType = parametrizedType.getRawType().getClassDefinition();
87 assertEquals("Set", rawType.getName());
  /external/mockito/src/org/mockito/internal/util/reflection/
GenericMetadataSupport.java 132 public abstract Class<?> rawType();
156 TypeVariable[] typeParameters = rawType().getTypeParameters();
164 // logger.log("For '" + rawType().getCanonicalName() + "' returning explicit TypeVariable : { '" + typeParameter + "(" + System.identityHashCode(typeParameter) + ")" + "' : '" + actualType +"' }");
257 public Class<?> rawType() {
288 public Class<?> rawType() {
319 public Class<?> rawType() {
332 private Class<?> rawType;
357 public Class<?> rawType() {
358 if (rawType == null) {
359 rawType = extractRawTypeOf(typeVariable);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_capture/windows/
sink_filter_ds.cc 213 _resultingCapability.rawType = kVideoMJPEG;
219 _resultingCapability.rawType = kVideoI420;
225 _resultingCapability.rawType = kVideoYUY2;
232 _resultingCapability.rawType = kVideoUYVY;
238 _resultingCapability.rawType = kVideoUYVY;
244 _resultingCapability.rawType = kVideoRGB24;
280 _resultingCapability.rawType = kVideoMJPEG;
286 _resultingCapability.rawType = kVideoI420;
292 _resultingCapability.rawType = kVideoYUY2;
298 _resultingCapability.rawType = kVideoUYVY
    [all...]
device_info_ds.cc 609 capability.rawType = kVideoI420;
613 capability.rawType = kVideoIYUV;
617 capability.rawType = kVideoRGB24;
621 capability.rawType = kVideoYUY2;
625 capability.rawType = kVideoRGB565;
629 capability.rawType = kVideoMJPEG;
635 capability.rawType = kVideoYUY2;// MS DV filter seems to create this type
639 capability.rawType = kVideoUYVY;
645 capability.rawType = kVideoUYVY;
670 capability.rawType, capability.maxFPS)
    [all...]
  /cts/tools/signature-tools/src/signature/model/util/
ITypeFactory.java 58 * @param rawType
65 IClassReference rawType, List<ITypeReference> typeArguments);
TypePool.java 76 IClassReference rawType, List<ITypeReference> typeArguments) {
77 assert rawType != null;
79 return new SigParameterizedType(ownerType, rawType, typeArguments);
  /external/javassist/src/main/javassist/bytecode/annotation/
MemberValue.java 66 String rawType = classname.substring(0, index);
67 StringBuffer sb = new StringBuffer(Descriptor.of(rawType));
  /external/chromium_org/third_party/webrtc/modules/video_capture/linux/
device_info_linux.cc 293 cap.rawType = kVideoYUY2;
297 cap.rawType = kVideoI420;
301 cap.rawType = kVideoMJPEG;
306 if(cap.width >= 800 && cap.rawType != kVideoMJPEG)
319 cap.width, cap.height, cap.rawType, cap.maxFPS);
  /frameworks/support/v4/kitkat/android/support/v4/provider/
DocumentsContractApi19.java 45 final String rawType = getRawType(context, self);
46 if (DocumentsContract.Document.MIME_TYPE_DIR.equals(rawType)) {
49 return rawType;
  /external/chromium_org/third_party/webrtc/modules/video_capture/ios/
video_capture_ios.mm 100 settings.rawType = kVideoNV12;
  /external/chromium_org/third_party/webrtc/test/
vcm_capturer.cc 44 capability_.rawType = kVideoI420;
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 331 // RawType: the raw floating-point type (either float or double)
332 template <typename RawType>
337 typedef typename TypeWithSize<sizeof(RawType)>::UInt Bits;
342 static const size_t kBitCount = 8*sizeof(RawType);
346 std::numeric_limits<RawType>::digits - 1;
381 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
388 static RawType ReinterpretBits(const Bits bits) {
395 static RawType Infinity() {
438 RawType value_; // The raw floating-point number.
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideocapturer.cc 82 if (kSupportedFourCCs[i].webrtc_type == cap.rawType) {
115 cap->rawType = webrtc_type;
188 << cap.rawType;
  /cts/tools/signature-tools/src/signature/converter/dex/
GenericSignatureParser.java 400 IClassReference rawType = factory.getClassReference(packageName,
403 .getParameterizedType(null, rawType, typeArgs);
425 IClassReference rawType = factory.getClassReference(
428 .getParameterizedType(parentType, rawType, typeArgs);
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_capture.cc 160 capability.expectedCaptureDelay, capability.rawType,
218 vie_capability.rawType = capability.rawType;
456 capability.rawType = webrtc::kVideoI420;
  /external/chromium_org/third_party/webrtc/video_engine/
vie_capturer.cc 218 capability.rawType = kVideoI420;
226 capability.rawType = requested_capability_.rawType;
294 capability.rawType = video_type;

Completed in 1344 milliseconds

1 2 3 4