HomeSort by relevance Sort by last modified time
    Searched full:put (Results 1551 - 1575 of 4625) sorted by null

<<61626364656667686970>>

  /dalvik/libcore/luni/src/main/java/java/util/
Calendar.java     [all...]
  /external/jpeg/
install.doc 27 (better do "make -n install" first to see if the makefile will put the files
187 (You have function prototypes if ckconfig.c put "#define HAVE_PROTOTYPES"
242 tmpfile() may put the temporary file in a non-optimal
377 to put the man pages (cjpeg.1, djpeg.1, jpegtran.1, rdjpgcom.1, wrjpgcom.1)
392 programs besides ours, then you need to put the four include files
394 into your include-file directory, and put the library file libjpeg.a
597 less than your normal free memory. Put "#define DEFAULT_MAX_MEM nnnn" into
    [all...]
  /external/webkit/WebKit/android/jni/
WebCoreFrameBridge.cpp 301 jmethodID put = env->GetMethodID(mapClass, "put", local
303 LOG_ASSERT(put, "Could not find put method on HashMap");
312 env->CallObjectMethod(hashMap, put, key, val);
1535 jmethodID put = env->GetMethodID(mapClass, "put", local
    [all...]
  /frameworks/base/core/java/android/app/
ContextImpl.java 380 sSharedPrefs.put(f, sp);
    [all...]
  /packages/apps/Email/src/com/android/exchange/adapter/
ContactsSyncAdapter.java 172 cv.put(Groups.ACCOUNT_NAME, mAccount.mEmailAddress);
173 cv.put(Groups.ACCOUNT_TYPE,
175 cv.put(Settings.UNGROUPED_VISIBLE, true);
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
CollectionsTest.java 214 normalCountingMap.put(myInt, myInt);
218 offsetCountingMap.put(myInt, myInt);
    [all...]
  /external/srec/doc/
srec.doxygen 37 # base path where the generated documentation will be put.
194 # put the command \sideeffect (or @sideeffect) in the documentation, which
196 # You can put \n's in the value part of an alias to insert newlines.
236 # the same type (for instance a group of public functions) to be put as a
335 # will put a list of the files that are included by a file in the documentation
692 # classes will be put under the same header in the alphabetical index.
707 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
709 # put in front of it. If left blank `html' will be used as the default path.
735 # the style sheet file to the HTML output directory, so don't put your own
    [all...]
  /frameworks/base/core/java/android/widget/
ListView.java 636 * @param pos The first position to put in the list
667 * @param pos The first position to put in the list
714 * Put mSelectedPosition in the middle of the screen and then build up and
875 * @param oldSel The old selected view. Useful for trying to put the new
878 * put the new selection in the same place
917 // Put oldSel (A) where it belongs
923 // Now put the new selection (B) below that
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /bionic/libc/arch-arm/bionic/
libgcc_compat.c 73 * since libm.so depends on libc.so, it's easier to put all of
  /bionic/libc/regex/
regexec.c 134 * We put this here so we can exploit knowledge of the state representation
  /bionic/libc/tzcode/
asctime.c 47 ** For years that are more than four digits we put extra spaces before the year
  /build/
buildspec.mk.default 88 # If you have a special place to put your ouput files, set this, otherwise
  /build/tools/acp/
acp.c 108 * sometimes file completion will put them in for directories.
  /build/tools/droiddoc/src/
Converter.java 664 void put(Object key, Object value) method in class:Converter.Cache
666 mCache.put(key, value);
677 mCache.put(k, r);
703 mAnnotationValues.put(o, v);
SinceTagger.java 36 xmlToName.put(file, name);
TodoFile.java 164 packageStats.put(pkgName, ps);
  /cts/tests/SignatureTest/
Android.mk 20 # and when built explicitly put it in the data partition
  /cts/tests/src/android/webkit/cts/
CtsTestServer.java 128 sReasons.put(HttpStatus.SC_UNAUTHORIZED, "Unauthorized");
129 sReasons.put(HttpStatus.SC_NOT_FOUND, "Not Found");
130 sReasons.put(HttpStatus.SC_FORBIDDEN, "Forbidden");
131 sReasons.put(HttpStatus.SC_MOVED_TEMPORARILY, "Moved Temporarily");
  /cts/tests/tests/database/src/android/database/cts/
CursorWindowTest.java 158 // Put in a null value and read it back as various types
195 // put size 0 string and read it back as various types
286 // If the column has been set to zero, can't put String.
306 // Column number set to negative number, so now can put values.
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_AlbumsTest.java 127 albumValues.put(Albums.ALBUM, Audio2.ALBUM);
MediaStore_Audio_Artists_AlbumsTest.java 126 albumValues.put(Albums.ALBUM, Audio2.ALBUM);
  /cts/tests/tests/speech/src/android/speech/tts/cts/
TextToSpeechTest.java 147 param.put(TextToSpeech.Engine.KEY_PARAM_UTTERANCE_ID, UTTERANCE);
  /cts/tools/dasm/src/dasm/
DasmCatchBuilder.java 95 type_branch.put(type, branch);
  /cts/tools/signature-tools/test/signature/converter/doclet/
DocletTestConverter.java 157 compOpts.put("-sourcepath", sourcepath);

Completed in 845 milliseconds

<<61626364656667686970>>