HomeSort by relevance Sort by last modified time
    Searched defs:handlerAddress (Results 1 - 8 of 8) sorted by null

  /cts/apps/CtsVerifier/jni/cameraanalyzer/
com_android_cts_verifier_camera_analyzer_AutoLockTest.cpp 36 long handlerAddress = (long)testHandler;
37 return handlerAddress;
50 long handlerAddress = (long)inputHandlerAddress;
53 AutoLockTest *testHandler = (AutoLockTest*) handlerAddress;
77 long handlerAddress = (long) inputHandlerAddress;
78 AutoLockTest *testHandler = (AutoLockTest*) handlerAddress;
com_android_cts_verifier_camera_analyzer_ExposureCompensationTest.cpp 38 long handlerAddress = (long)testHandler;
40 return handlerAddress;
55 long handlerAddress = (long)inputHandlerAddress;
59 (ExposureCompensationTest*) handlerAddress;
79 long handlerAddress = (long) inputHandlerAddress;
81 (ExposureCompensationTest*) handlerAddress;
com_android_cts_verifier_camera_analyzer_MeteringTest.cpp 37 long handlerAddress = (long)testHandler;
38 return handlerAddress;
51 long handlerAddress = (long)inputHandlerAddress;
54 MeteringTest *testHandler = (MeteringTest*) handlerAddress;
77 long handlerAddress = (long) inputHandlerAddress;
78 MeteringTest *testHandler = (MeteringTest*) handlerAddress;
com_android_cts_verifier_camera_analyzer_WhiteBalanceTest.cpp 36 long handlerAddress = (long)testHandler;
37 return handlerAddress;
51 long handlerAddress = (long)inputHandlerAddress;
54 WhiteBalanceTest *testHandler = (WhiteBalanceTest*) handlerAddress;
83 long handlerAddress = (long) inputHandlerAddress;
84 WhiteBalanceTest *testHandler = (WhiteBalanceTest*) handlerAddress;
com_android_cts_verifier_camera_analyzer_CameraTests.cpp 130 long handlerAddress = (long)testHandler;
131 return handlerAddress;
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
TryListBuilder.java 128 public final int handlerAddress;
130 public Handler(TypeIdItem type, int handlerAddress) {
132 this.handlerAddress = handlerAddress;
157 handler.handlerAddress);
184 public void addCatchAllHandler(int startAddress, int endAddress, int handlerAddress) {
209 tryRange.catchAllHandlerAddress = handlerAddress;
315 public void addHandler(TypeIdItem type, int startAddress, int endAddress, int handlerAddress) {
324 Handler handler = new Handler(type, handlerAddress);
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
CodeItem.java 619 assert newAddressByOriginalAddress.indexOfKey(handler.handlerAddress) >= 0;
620 handler.handlerAddress = newAddressByOriginalAddress.get(handler.handlerAddress);
    [all...]
  /tools/motodev/src/plugins/preflighting.core/apktool/
apktool.jar 

Completed in 61 milliseconds