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

1 2

  /libcore/dex/src/main/java/com/android/dex/
EncodedValueReader.java 96 checkType(ENCODED_ARRAY);
115 checkType(ENCODED_ANNOTATION);
135 checkType(ENCODED_BYTE);
141 checkType(ENCODED_SHORT);
147 checkType(ENCODED_CHAR);
153 checkType(ENCODED_INT);
159 checkType(ENCODED_LONG);
165 checkType(ENCODED_FLOAT);
171 checkType(ENCODED_DOUBLE);
177 checkType(ENCODED_STRING)
    [all...]
  /external/proguard/src/proguard/
FullyQualifiedClassNameChecker.java 70 checkType(classSpecification.annotationType);
72 checkType(classSpecification.extendsAnnotationType);
95 checkType(memberSpecification.annotationType);
99 checkType(memberSpecification.descriptor);
121 checkType(internalTypeEnumeration.returnType());
125 checkType(internalTypeEnumeration.nextType());
135 private void checkType(String type)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelDAGToDAG.cpp 55 static bool checkType(const Value *ptr, unsigned int addrspace);
176 bool AMDGPUDAGToDAGISel::checkType(const Value *ptr, unsigned int addrspace) {
226 return checkType(N->getSrcValue(), AMDGPUAS::GLOBAL_ADDRESS);
230 return (!checkType(N->getSrcValue(), AMDGPUAS::LOCAL_ADDRESS)
231 && !checkType(N->getSrcValue(), AMDGPUAS::GLOBAL_ADDRESS)
232 && !checkType(N->getSrcValue(), AMDGPUAS::REGION_ADDRESS));
236 return checkType(N->getSrcValue(), AMDGPUAS::LOCAL_ADDRESS);
240 return checkType(N->getSrcValue(), AMDGPUAS::REGION_ADDRESS);
244 if (checkType(N->getSrcValue(), AMDGPUAS::CONSTANT_ADDRESS)) {
255 return checkType(N->getSrcValue(), AMDGPUAS::PRIVATE_ADDRESS)
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelDAGToDAG.cpp 55 static bool checkType(const Value *ptr, unsigned int addrspace);
176 bool AMDGPUDAGToDAGISel::checkType(const Value *ptr, unsigned int addrspace) {
226 return checkType(N->getSrcValue(), AMDGPUAS::GLOBAL_ADDRESS);
230 return (!checkType(N->getSrcValue(), AMDGPUAS::LOCAL_ADDRESS)
231 && !checkType(N->getSrcValue(), AMDGPUAS::GLOBAL_ADDRESS)
232 && !checkType(N->getSrcValue(), AMDGPUAS::REGION_ADDRESS));
236 return checkType(N->getSrcValue(), AMDGPUAS::LOCAL_ADDRESS);
240 return checkType(N->getSrcValue(), AMDGPUAS::REGION_ADDRESS);
244 if (checkType(N->getSrcValue(), AMDGPUAS::CONSTANT_ADDRESS)) {
255 return checkType(N->getSrcValue(), AMDGPUAS::PRIVATE_ADDRESS)
    [all...]
  /frameworks/base/media/java/android/media/
Metadata.java 435 checkType(key, STRING_VAL);
443 checkType(key, INTEGER_VAL);
451 checkType(key, BOOLEAN_VAL);
459 checkType(key, LONG_VAL); /**
469 checkType(key, DOUBLE_VAL);
477 checkType(key, BYTE_ARRAY_VAL);
485 checkType(key, DATE_VAL);
535 private void checkType(final int key, final int expectedType) {
  /frameworks/base/location/java/android/location/
Geofence.java 95 private static void checkType(int type) {
108 checkType(type);
135 checkType(type);
  /external/llvm/lib/Target/R600/
AMDGPUISelDAGToDAG.cpp 65 static bool checkType(const Value *ptr, unsigned int addrspace);
596 bool AMDGPUDAGToDAGISel::checkType(const Value *ptr, unsigned int addrspace) {
605 return checkType(N->getSrcValue(), AMDGPUAS::GLOBAL_ADDRESS);
609 return (!checkType(N->getSrcValue(), AMDGPUAS::LOCAL_ADDRESS)
610 && !checkType(N->getSrcValue(), AMDGPUAS::GLOBAL_ADDRESS)
611 && !checkType(N->getSrcValue(), AMDGPUAS::REGION_ADDRESS));
615 return checkType(N->getSrcValue(), AMDGPUAS::LOCAL_ADDRESS);
619 return checkType(N->getSrcValue(), AMDGPUAS::REGION_ADDRESS);
624 return checkType(N->getSrcValue(), AMDGPUAS::CONSTANT_ADDRESS);
626 return checkType(N->getSrcValue(), AMDGPUAS::CONSTANT_BUFFER_0 + CbId)
    [all...]
  /frameworks/av/camera/
CameraMetadata.cpp 168 status_t CameraMetadata::checkType(uint32_t tag, uint8_t expectedType) {
192 if ( (res = checkType(tag, TYPE_INT32)) != OK) {
205 if ( (res = checkType(tag, TYPE_BYTE)) != OK) {
218 if ( (res = checkType(tag, TYPE_FLOAT)) != OK) {
231 if ( (res = checkType(tag, TYPE_INT64)) != OK) {
244 if ( (res = checkType(tag, TYPE_DOUBLE)) != OK) {
257 if ( (res = checkType(tag, TYPE_RATIONAL)) != OK) {
270 if ( (res = checkType(tag, TYPE_BYTE)) != OK) {
  /frameworks/av/include/camera/
CameraMetadata.h 216 status_t checkType(uint32_t tag, uint8_t expectedType);
  /dalvik/vm/analysis/
CodeVerify.cpp 114 u4 vsrc, RegType checkType, VerifyError* pFailure);
262 * Determine whether we can convert "srcType" to "checkType", where
263 * "checkType" is one of the category-1 non-reference types.
267 static bool canConvertTo1nr(RegType srcType, RegType checkType)
291 assert(checkType >= kRegType1nrSTART && checkType <= kRegType1nrEND);
293 if (checkType < kRegType1nrSTART || checkType > kRegType1nrEND) {
294 LOG_VFY("Unexpected checkType %d (srcType=%d)", checkType, srcType)
    [all...]
  /libcore/luni/src/main/java/java/util/
Collections.java     [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Simulator.java 274 Type checkType = type;
280 checkType = frame.getStack().peekType(0);
283 checkReturnType(checkType);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
FullscreenElementStack.cpp 140 void FullscreenElementStack::requestFullScreenForElement(Element* element, unsigned short flags, FullScreenCheckType checkType)
160 if (checkType == EnforceIFrameAllowFullScreenRequirement && !fullScreenIsAllowedForElement(element))
  /art/test/046-reflect/src/
Main.java 372 public static void checkType() {
376 m = Collections.class.getDeclaredMethod("checkType",
407 System.out.println("checkType invoking null");
411 System.out.println("checkType got expected exception");
565 checkType();
  /dalvik/tests/046-reflect/src/
Main.java 355 public static void checkType() {
359 m = Collections.class.getDeclaredMethod("checkType",
378 System.out.println("checkType invoking null");
382 System.out.println("checkType got expected exception");
469 checkType();
  /external/llvm/lib/IR/
Value.cpp 39 static inline Type *checkType(Type *Ty) {
46 SubclassOptionalData(0), SubclassData(0), VTy((Type*)checkType(ty)),
  /frameworks/base/services/java/com/android/server/
ConnectivityService.java     [all...]
  /prebuilts/runtime/common/dex/
dex-host-prebuilt.jar 
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
ddmlib.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/proguard/lib/
proguard.jar 

Completed in 589 milliseconds

1 2