HomeSort by relevance Sort by last modified time
    Searched refs:fillIn (Results 26 - 50 of 107) sorted by null

12 3 4 5

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
RecentsTransitionComposer.java 86 mTmpTransform.fillIn(taskView);
118 mTmpTransform.fillIn(taskView);
TaskViewTransform.java 68 public void fillIn(TaskView tv) {
TaskStackAnimationHelper.java 358 mTmpTransform.fillIn(tv);
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
IntentTest.java     [all...]
  /external/icu/icu4c/source/test/cintltst/
cucdapi.c 464 UScriptCode fillIn[5] = {USCRIPT_INVALID_CODE};
467 len = uscript_getCode(expectedShort[i], fillIn, UPRV_LENGTHOF(fillIn), &status);
474 if(fillIn[0]!= (UScriptCode)(USCRIPT_BALINESE+i)){
475 log_err("uscript_getCode did not return expected code for script %s. EXPECTED: %i GOT: %i\n", expectedShort[i], (USCRIPT_BALINESE+i), fillIn[0] );
  /external/icu/icu4c/source/common/unicode/
brkiter.h 161 * @param fillIn A UText to be filled in. If NULL, a new UText will be
168 virtual UText *getUText(UText *fillIn, UErrorCode &status) const = 0;
uscript.h 478 * @param fillIn the UScriptCode buffer to fill in the script code
485 uscript_getCode(const char* nameOrAbbrOrLocale,UScriptCode* fillIn,int32_t capacity,UErrorCode *err);
  /external/icu/icu4c/source/i18n/unicode/
utrans.h 546 * @param fillIn Pointer to a USet object to receive the modifiable characters
547 * set. Previous contents of fillIn are lost. <em>If fillIn is
551 * @return USet* Either fillIn, or if fillIn is NULL, a pointer to a
559 USet* fillIn,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsDispatchersController.java 615 Intent fillIn = new Intent();
616 fillIn.putExtra("pdu", pdu);
617 fillIn.putExtra("format", format);
619 intent.send(mContext, Activity.RESULT_OK, fillIn);
SMSDispatcher.java     [all...]
  /external/icu/icu4c/source/common/
utrie.h 551 * Opaque definition, here only to make fillIn parameters possible
610 * @param fillIn a pointer to a UNewTrie structure to be initialized (will not be released), or
621 * @return a pointer to the initialized fillIn or the allocated and initialized new UNewTrie
624 utrie_open(UNewTrie *fillIn,
632 * @param fillIn like in utrie_open()
637 * @return a pointer to the initialized fillIn or the allocated and initialized new UNewTrie
640 utrie_clone(UNewTrie *fillIn, const UNewTrie *other, uint32_t *aliasData, int32_t aliasDataLength);
utrie.cpp 49 utrie_open(UNewTrie *fillIn,
62 if(fillIn!=NULL) {
63 trie=fillIn;
71 trie->isAllocated= (UBool)(fillIn==NULL);
116 utrie_clone(UNewTrie *fillIn, const UNewTrie *other, uint32_t *aliasData, int32_t aliasDataCapacity) {
137 trie=utrie_open(fillIn, aliasData, aliasDataCapacity,
    [all...]
ustr_titlecase_brkiter.cpp 52 UText *getUText(UText *fillIn, UErrorCode &errorCode) const U_OVERRIDE;
88 UText *WholeStringBreakIterator::getUText(UText * /*fillIn*/, UErrorCode &errorCode) const {
filteredbrk.cpp 187 virtual UText *getUText(UText *fillIn, UErrorCode &status) const { return fDelegate->getUText(fillIn,status); }
rbbi.cpp 415 UText *RuleBasedBreakIterator::getUText(UText *fillIn, UErrorCode &status) const {
416 UText *result = utext_clone(fillIn, fText, FALSE, TRUE, &status);
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
ChooserActivity.java 347 final Intent fillIn = new Intent().putExtra(Intent.EXTRA_CHOSEN_COMPONENT, target);
349 mChosenComponentSender.sendIntent(this, Activity.RESULT_OK, fillIn, null, null);
418 final Intent fillIn = new Intent();
421 fillIn.putExtra(Intent.EXTRA_INTENT, sourceIntents.get(0));
427 fillIn.putExtra(Intent.EXTRA_ALTERNATE_INTENTS, alts);
433 fillIn.putExtra(Intent.EXTRA_RESULT_RECEIVER,
436 mRefinementIntentSender.sendIntent(this, 0, fillIn, null, null);
    [all...]
  /packages/services/Mms/src/com/android/mms/service/
SendRequest.java 329 * @param fillIn the intent that will be returned to the caller
333 protected boolean transferResponse(Intent fillIn, byte[] response) {
336 fillIn.putExtra(SmsManager.EXTRA_MMS_DATA, response);
DownloadRequest.java 238 * @param fillIn the intent that will be returned to the caller
242 protected boolean transferResponse(Intent fillIn, final byte[] response) {
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowPendingIntent.java 49 savedIntent.fillIn(intent, 0 );
ShadowIntent.java 427 public int fillIn(Intent otherIntent, int flags) {
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowPendingIntent.java 110 getSavedIntent().fillIn(intent, 0);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
TestIDNA.java 615 private StringBuffer getTestSource(StringBuffer fillIn) {
627 UTF16.append(fillIn, codepoint);
630 return fillIn;
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
TestIDNA.java 612 private StringBuffer getTestSource(StringBuffer fillIn) {
624 UTF16.append(fillIn, codepoint);
627 return fillIn;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Normalizer.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Normalizer.java     [all...]

Completed in 1341 milliseconds

12 3 4 5