/packages/apps/Nfc/nci/jni/ |
D | PeerToPeer.cpp | 203 static const char fn [] = "PeerToPeer::registerServer"; in registerServer() local 204 ALOGD ("%s: enter; service name: %s JNI handle: %u", fn, serviceName, jniHandle); in registerServer() 213 …ALOGD ("%s: service name=%s already registered, handle: 0x%04x", fn, serviceName, pSrv->mNfaP2pSe… in registerServer() 227 …ALOGD ("%s: added new p2p server index: %d handle: %u name: %s", fn, ii, jniHandle, serviceName… in registerServer() 235 ALOGE ("%s: service name=%s no free entry", fn, serviceName); in registerServer() 240 ALOGD ("%s: got new p2p server h=0x%X", fn, pSrv->mNfaP2pServerHandle); in registerServer() 243 ALOGE ("%s: invalid server handle", fn); in registerServer() 262 static const char fn [] = "PeerToPeer::removeServer"; in removeServer() local 271 … fn, jniHandle, mServers[i]->mNfaP2pServerHandle, mServers[i]->mServiceName.c_str(), i); in removeServer() 277 ALOGE ("%s: unknown server jni handle: %u", fn, jniHandle); in removeServer() [all …]
|
D | SecureElement.cpp | 150 static const char fn [] = "SecureElement::initialize"; in initialize() local 155 ALOGD ("%s: enter", fn); in initialize() 159 ALOGD ("%s: Default destination gate: 0x%X", fn, mDestinationGate); in initialize() 164 ALOGD ("%s: Active SE override: 0x%X", fn, mActiveSeOverride); in initialize() 193 ALOGD ("%s: try ee register", fn); in initialize() 197 ALOGE ("%s: fail ee register; error=0x%X", fn, nfaStat); in initialize() 208 ALOGD ("%s: Found HCI network, try hci register", fn); in initialize() 215 ALOGE ("%s: fail hci register; error=0x%X", fn, nfaStat); in initialize() 230 ALOGD ("%s: exit", fn); in initialize() 246 static const char fn [] = "SecureElement::finalize"; in finalize() local [all …]
|
D | HostAidRouter.cpp | 108 static const char fn [] = "HostAidRouter::addPpseRoute"; in addPpseRoute() local 109 ALOGD ("%s: enter", fn); in addPpseRoute() 115 ALOGD ("%s: feature disabled", fn); in addPpseRoute() 120 ALOGD ("%s: register PPSE AID", fn); in addPpseRoute() 129 ALOGE ("%s: received invalid handle", fn); in addPpseRoute() 137 ALOGE ("%s: fail register", fn); in addPpseRoute() 144 ALOGD ("%s: exit; ok=%u", fn, retval); in addPpseRoute() 160 static const char fn [] = "HostAidRouter::deleteAllRoutes"; in deleteAllRoutes() local 161 ALOGD ("%s: enter", fn); in deleteAllRoutes() 167 ALOGD ("%s: feature disabled", fn); in deleteAllRoutes() [all …]
|
D | NfcTag.cpp | 137 static const char fn [] = "NfcTag::setDeactivationState"; in setDeactivationState() local 142 ALOGD ("%s: state=%u", fn, mActivationState); in setDeactivationState() 157 static const char fn [] = "NfcTag::setActivationState"; in setActivationState() local 160 ALOGD ("%s: state=%u", fn, mActivationState); in setActivationState() 219 static const char fn [] = "NfcTag::IsSameKovio"; in IsSameKovio() local 220 ALOGD ("%s: enter", fn); in IsSameKovio() 255 ALOGD ("%s: exit, is same Kovio=%d", fn, rVal); in IsSameKovio() 272 static const char fn [] = "NfcTag::discoverTechnologies (activation)"; in discoverTechnologies() local 273 ALOGD ("%s: enter", fn); in discoverTechnologies() 351 ALOGE ("%s: Kovio", fn); in discoverTechnologies() [all …]
|
D | PowerSwitch.cpp | 96 static const char fn [] = "PowerSwitch::initialize"; in initialize() local 100 ALOGD ("%s: level=%s (%u)", fn, powerLevelToString(level), level); in initialize() 102 ALOGD ("%s: desired screen-off state=%d", fn, mDesiredScreenOffPowerState); in initialize() 117 ALOGE ("%s: not handled", fn); in initialize() 155 static const char fn [] = "PowerSwitch::setLevel"; in setLevel() local 160 ALOGD ("%s: level=%s (%u)", fn, powerLevelToString(newLevel), newLevel); in setLevel() 186 ALOGE ("%s: not handled", fn); in setLevel() 251 static const char fn [] = "PowerSwitch::setPowerOffSleepState"; in setPowerOffSleepState() local 252 ALOGD ("%s: enter; sleep=%u", fn, sleep); in setPowerOffSleepState() 262 ALOGD ("%s: try power off", fn); in setPowerOffSleepState() [all …]
|
D | RouteDataSet.cpp | 121 static const char fn [] = "RouteDataSet::initialize"; in initialize() local 122 ALOGD ("%s: enter", fn); in initialize() 126 ALOGD ("%s: exit; return=true", fn); in initialize() 142 static const char fn [] = "RouteDataSet::deleteDatabase"; in deleteDatabase() local 143 …ALOGD ("%s: default db size=%u; sec elem db size=%u", fn, mDefaultRouteDatabase.size(), mSecElemRo… in deleteDatabase() 167 static const char fn [] = "RouteDataSet::import"; in import() local 168 ALOGD ("%s: enter", fn); in import() 180 ALOGD ("%s: fail parse", fn); in import() 187 ALOGE ("%s: fail root element", fn); in import() 190 ALOGD ("%s: root=%s", fn, node1->name); in import() [all …]
|
/packages/apps/Launcher2/ |
D | fill_screens.py | 34 def pull_file(fn): argument 35 print "pull_file: " + fn 38 + " " + fn); 43 def push_file(fn): argument 44 print "push_file: " + fn 46 + " " + fn 52 def process_file(fn): argument 53 print "process_file: " + fn 54 conn = sqlite3.connect(fn)
|
D | print_db.py | 32 def pull_file(fn): argument 33 print "pull_file: " + fn 36 + " " + fn); 120 def process_file(fn): argument 121 print "process_file: " + fn 122 conn = sqlite3.connect(fn)
|
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
D | VoiceDialerTester.java | 189 for (final String fn : names) { in reportSummaryForEachFileName() 190 reportSummary(fn, in reportSummaryForEachFileName() 193 return fn.equals(file.getName()); in reportSummaryForEachFileName()
|
/packages/apps/VideoEditor/src/com/android/videoeditor/service/ |
D | ApiService.java | 377 String fn = intent.getStringExtra(PARAM_FILENAME); in isVideoEditorExportPending() local 378 if (fn.equals(filename)) { in isVideoEditorExportPending()
|
/packages/apps/Camera/perftests/panorama/input/ |
D | test_007.ppm | 48 ?JLH?!( <=48T-48', =6),�Q^�x�X)5*lFLtIM�dh�QY�fn��������蠖�¶����… 425 …��������������ّ��������������B'0F,50*];F�gsX<E< )}^hS4>E&0/5%~fn{gl������������������… 3388 …���������Ļ������sx~lq-4 ;! `FEzLR)7R -oTY̲����������xno���������]IM�fn�~��YbX.7���ğ��{�g5B5… 8615 …*5S>]"Ig*Pn1=[!-KTq;g�MJg1^{Ef�P]}F^~H`�JTu>h�R[}I8Z&Op<Z|Hb�POp<d�MKl5|�fn�XZ|H`�MRvAJn8;_)l�ZP… 8802 …,E!67!;=W54M,'A5-545";/H&6O*Kd?>]34R(:Z/MnCi�_]}R[zMRpDt�fn�`g�YXvJ]{O{�maS��u�…
|
D | test_008.ppm | 1179 ~fn'K:=udg>-0& 3916 06!LTHS[OY`W}�{fn^# "!* )(1#!=F:)3&(FPBEP:)( 4077 … BD8>A5]`O;>-DJ5%#'(, #*3"3;*6C5*7)% bpl������p{|IST]fn~��]eqZbo������gi^FI=… 7011 …`�6Tx*Kl!_5Dh<`Io#Rx-Mt(Sz.Yv-Xu,_w4e}:i�Cl�En�In�Iw�P~�Wk{Cn~Fu�Ou�Oai:fn>is?hq>luBu~Ks|I`i6gp…
|
D | test_006.ppm | 850 *#1 /:(aFP~fn�qz����������������������{�J8> 899 AT"������~T^B!_AI����st�����ś��������bT[1#*?.6D3;/&m[d���~fn�pwH.5),-1F /?(^5EI…
|
D | test_003.ppm | 128 )1."!.Cd.:e/;�fn�ainKRK(/H04=&)sbd^MO<*,%#-[/:nBL//"… 1080 F(.lKR�ahD#*()C%*z`esY^B#)/5%!=�`h�fn/"4;. D!zMX^1…
|
D | test_011.ppm | 7327 …�x�͚���ٵ���Ȯn����ʍ�؛����ѩ��V�O��Q��[��e��a��P��Pl�Hf�Be�BZx7Wz7Z};g�Ik�L��fn�P]�<Rw1Rw1Y~8Dl%V}6[…
|