/frameworks/base/services/core/java/com/android/server/am/ |
D | InstrumentationReporter.java | 74 final Report rep = reports.get(i); in run() local 76 if (rep.mType == REPORT_TYPE_STATUS) { in run() 77 if (DEBUG) Slog.d(TAG, "Dispatch status to " + rep.mWatcher in run() 78 + ": " + rep.mName.flattenToShortString() in run() 79 + " code=" + rep.mResultCode + " result=" + rep.mResults); in run() 80 rep.mWatcher.instrumentationStatus(rep.mName, rep.mResultCode, in run() 81 rep.mResults); in run() 83 if (DEBUG) Slog.d(TAG, "Dispatch finished to " + rep.mWatcher in run() 84 + ": " + rep.mName.flattenToShortString() in run() 85 + " code=" + rep.mResultCode + " result=" + rep.mResults); in run() [all …]
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | Icon.java | 505 final Icon rep = new Icon(TYPE_RESOURCE); in createWithResource() local 506 rep.mInt1 = resId; in createWithResource() 507 rep.mString1 = context.getPackageName(); in createWithResource() 508 return rep; in createWithResource() 519 final Icon rep = new Icon(TYPE_RESOURCE); in createWithResource() local 520 rep.mInt1 = resId; in createWithResource() 521 rep.mString1 = res.getResourcePackageName(resId); in createWithResource() 522 return rep; in createWithResource() 534 final Icon rep = new Icon(TYPE_RESOURCE); in createWithResource() local 535 rep.mInt1 = resId; in createWithResource() [all …]
|
/frameworks/wilhelm/src/android/ |
D | channels.c | 94 audio_channel_representation_t rep in sles_channel_count_from_mask() local 97 if (rep == AUDIO_CHANNEL_REPRESENTATION_INDEX) { in sles_channel_count_from_mask() 100 } else if (rep == AUDIO_CHANNEL_REPRESENTATION_POSITION){ in sles_channel_count_from_mask() 173 audio_channel_representation_t rep = sles_to_audio_channel_mask_representation(mask); in sles_to_android_mask_helper() local 177 if (rep == AUDIO_CHANNEL_REPRESENTATION_INDEX) { in sles_to_android_mask_helper() 181 } else if (rep == AUDIO_CHANNEL_REPRESENTATION_POSITION){ in sles_to_android_mask_helper() 191 SL_LOGE("Unrecognized channel representation %#x", rep); in sles_to_android_mask_helper() 195 rep, in sles_to_android_mask_helper() 207 (rep == AUDIO_CHANNEL_REPRESENTATION_POSITION) ? "positional" : "indexed", in sles_to_android_mask_helper()
|
/frameworks/av/media/libeffects/downmix/ |
D | EffectDownmix.c | 431 effect_param_t *rep = (effect_param_t *) pReplyData; in Downmix_Command() local 434 *(int32_t *)rep->data, rep->vsize); in Downmix_Command() 435 rep->status = Downmix_getParameter(pDownmixer, *(int32_t *)rep->data, &rep->vsize, in Downmix_Command() 436 rep->data + sizeof(int32_t)); in Downmix_Command() 437 *replySize = sizeof(effect_param_t) + sizeof(int32_t) + rep->vsize; in Downmix_Command()
|
/frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/hprof/ |
D | Hprof.java | 108 String rep = primitiveMapping.get(name); in transformPrimitiveClass() local 109 if (rep != null) { in transformPrimitiveClass() 110 return rep; in transformPrimitiveClass()
|
/frameworks/rs/api/ |
D | Utilities.cpp | 77 string stringReplace(string s, string match, string rep) { in stringReplace() argument 84 s.insert(p, rep); in stringReplace()
|
D | Utilities.h | 31 std::string stringReplace(std::string s, std::string match, std::string rep);
|
/frameworks/base/core/java/android/text/method/ |
D | QwertyKeyListener.java | 260 String rep = getReplacement(content, x, oldStart, view); in onKeyDown() local 262 if (rep != null) { in onKeyDown() 273 content.replace(x, oldStart, rep); in onKeyDown()
|
/frameworks/av/media/libeffects/testlibs/ |
D | EffectReverb.c | 328 effect_param_t *rep = (effect_param_t *) pReplyData; in Reverb_Command() local 330 …GV("Reverb_Command EFFECT_CMD_GET_PARAM param %d, replySize %d",*(int32_t *)rep->data, rep->vsize); in Reverb_Command() 331 rep->status = Reverb_getParameter(pReverb, *(int32_t *)rep->data, &rep->vsize, in Reverb_Command() 332 rep->data + sizeof(int32_t)); in Reverb_Command() 333 *replySize = sizeof(effect_param_t) + sizeof(int32_t) + rep->vsize; in Reverb_Command()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | sad.cpp | 64 Int SAD_MB_PAD1(UChar *ref, UChar *cur, Int dmin, Int lx, Int *rep);
|
/frameworks/base/services/core/java/com/android/server/ |
D | AppOpsService.java | 789 ChangeRec rep = reports.get(i); in resetAllModes() local 791 cb.mCallback.opChanged(rep.op, rep.uid, rep.pkg); in resetAllModes()
|