/frameworks/base/core/java/android/nfc/cardemulation/ |
D | NfcFCardEmulation.java | 131 } catch (RemoteException ee) { in getSystemCodeForService() 133 ee.rethrowAsRuntimeException(); in getSystemCodeForService() 179 } catch (RemoteException ee) { in registerSystemCodeForService() 181 ee.rethrowAsRuntimeException(); in registerSystemCodeForService() 208 } catch (RemoteException ee) { in unregisterSystemCodeForService() 210 ee.rethrowAsRuntimeException(); in unregisterSystemCodeForService() 243 } catch (RemoteException ee) { in getNfcid2ForService() 245 ee.rethrowAsRuntimeException(); in getNfcid2ForService() 288 } catch (RemoteException ee) { in setNfcid2ForService() 290 ee.rethrowAsRuntimeException(); in setNfcid2ForService() [all …]
|
D | CardEmulation.java | 218 } catch (RemoteException ee) { in isDefaultServiceForCategory() 248 } catch (RemoteException ee) { in isDefaultServiceForAid() 343 } catch (RemoteException ee) { in registerAidsForService() 385 } catch (RemoteException ee) { in unsetOffHostForService() 464 } catch (RemoteException ee) { in setOffHostForService() 500 } catch (RemoteException ee) { in getAidsForService() 534 } catch (RemoteException ee) { in removeAidsForService() 589 } catch (RemoteException ee) { in setPreferredService() 624 } catch (RemoteException ee) { in unsetPreferredService() 652 } catch (RemoteException ee) { in supportsAidPrefixRegistration() [all …]
|
/frameworks/rs/ |
D | rsElement.cpp | 236 const Element *ee = rsc->mStateElement.mElements[ct]; in createRef() local 237 if (!ee->getFieldCount() && in createRef() 238 (ee->getComponent().getType() == dt) && in createRef() 239 (ee->getComponent().getKind() == dk) && in createRef() 240 (ee->getComponent().getIsNormalized() == isNorm) && in createRef() 241 (ee->getComponent().getVectorSize() == vecSize)) { in createRef() 243 returnRef.set(ee); in createRef() 245 return ee; in createRef() 282 const Element *ee = rsc->mStateElement.mElements[ct]; in createRef() local 283 if (ee->getFieldCount() == count) { in createRef() [all …]
|
/frameworks/compile/mclinker/unittests/ |
D | SymbolCategoryTest.cpp | 59 LDSymbol* ee = LDSymbol::Create(*e); in TEST_F() local 61 m_pTestee->add(*ee); in TEST_F() 102 LDSymbol* ee = LDSymbol::Create(*e); in TEST_F() local 108 e->setSymPtr(ee); in TEST_F() 110 m_pTestee->add(*ee); in TEST_F()
|
/frameworks/compile/slang/tests/F_reflection3264_reduce_mismatch/ |
D | stderr.txt.expect | 5 reflection3264_reduce_mismatch.rs:52:12: error: reduction kernel 'ee' is reflected in Java only for… 6 reflection3264_reduce_mismatch.rs:52:12: error: reduction kernel 'ee' has result type 'int' for 32-… 7 reflection3264_reduce_mismatch.rs:52:12: error: 2nd input of reduction kernel 'ee' has type 'uint' …
|
D | reflection3264_reduce_mismatch.rs | 52 #pragma rs reduce(ee) accumulator(eeAccum) combiner(eeComb) outconverter(eeOut)
|
/frameworks/compile/slang/tests/F_reflection3264_struct_mismatch/ |
D | reflection3264_struct_mismatch.rs | 23 int ee; 30 struct f ee;
|
D | stderr.txt.expect | 5 reflection3264_struct_mismatch.rs:23:5: error: global variable 'ee' has type 'struct f' for 32-bit …
|
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch/ |
D | reflection3264_foreach_mismatch.rs | 27 void ee(const int *in, short *out) { } 30 void ee(const int *in, void *out) { }
|
D | stderr.txt.expect | 24 reflection3264_foreach_mismatch.rs:27:6: error: foreach kernel 'ee' has output type 'short' for 64-…
|
/frameworks/base/services/tests/servicestests/assets/KeyStoreRecoveryControllerTest/pem/ |
D | valid-cert.pem | 77 61:3e:da:0e:0f:69:9d:a3:3a:0b:ee:21:9a:14:3f: 80 fd:9d:ee:03:74:70:07:d4:b3:7e:ef:7d:17:ae:ad: 180 ac:00:82:2c:f5:ef:17:1d:b5:49:24:0d:09:75:ee:eb:b4:08: 187 a6:d2:f5:7f:d7:3b:45:48:e0:d6:08:8d:8a:ee:49:66:2f:63: 197 9d:aa:6a:fe:f5:a5:6d:d1:8e:84:4d:34:bb:ee:7a:d0:ca:09:
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | dct_inline.h | 356 register int32 ee = (int32)k4; in sum_abs() local 383 "r"(ee), in sum_abs()
|
/frameworks/base/core/java/android/nfc/ |
D | NfcAdapter.java | 764 } catch (RemoteException ee) { in attemptDeadServiceRecovery() 773 } catch (RemoteException ee) { in attemptDeadServiceRecovery() 779 } catch (RemoteException ee) { in attemptDeadServiceRecovery()
|
/frameworks/base/graphics/java/android/graphics/pdf/ |
D | PdfEditor.java | 77 } catch (ErrnoException ee) { in PdfEditor()
|
D | PdfRenderer.java | 163 } catch (ErrnoException ee) { in PdfRenderer()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/testdata/ |
D | default_value.proto | 156 E ee = 2; field
|
/frameworks/base/services/core/java/com/android/server/clipboard/ |
D | ClipboardService.java | 101 } catch (IOException ee) {} in openPipe() 130 } catch (IOException ee) {} in run()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageManagerServiceUtils.java | 281 } catch (ErrnoException ee) { 282 throw ee.rethrowAsIOException();
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | Tethering.java | 1166 } catch (Exception ee) { in turnOnMasterTetherSettings() 1167 mLog.e(ee); in turnOnMasterTetherSettings()
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageParser.java | 1116 } catch (ErrnoException ee) { in isCacheUpToDate() 1127 if (ee.errno != OsConstants.ENOENT) { in isCacheUpToDate() 1128 Slog.w("Error while stating package cache : ", ee); in isCacheUpToDate()
|