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

<<21222324252627282930>>

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
CachingIconLoader.java 78 mIconCache.put(resourceUri, drawable.getConstantState());
  /packages/apps/Settings/src/com/android/settings/vpn/
VpnTypeSelection.java 59 mTypeMap.put(message, t);
  /packages/inputmethods/PinyinIME/jni/include/
lpicache.h 46 // Put LPI list to cahce. If the length of the list, lpi_num, is longer than
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
MetaData.java 194 values.put("_id", 1);
195 values.put(CalendarMetaData.LOCAL_TIMEZONE, timezone);
196 values.put(CalendarMetaData.MIN_INSTANCE, begin);
197 values.put(CalendarMetaData.MAX_INSTANCE, end);
  /packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DictionaryBackupAgent.java 225 cv.put(Words.WORD, word);
226 cv.put(Words.FREQUENCY, frequencyInt);
227 cv.put(Words.LOCALE, locale);
228 cv.put(Words.APP_ID, appidInt);
  /sdk/sdklauncher/
Android.mk 42 # us to put the object file in the source directory...
  /bootable/recovery/edify/
expr.h 132 // zero or more char** to put them in). If any expression evaluates
137 // zero or more Value** to put them in). If any expression evaluates
153 // Use printf-style arguments to compose an error message to put into
  /cts/tools/host/src/com/android/cts/
CommandParser.java 93 sOptionMap.put(keys[i], values[i]);
169 mValues.put(option, "");
181 mValues.put(option, value);
  /cts/tools/vm-tests/src/dot/junit/opcodes/aput_boolean/
Test_aput_boolean.java 26 * @title put boolean into array
36 * @title put boolean into array
195 * @title put value 2 into boolean array
  /cts/tools/vm-tests/src/dot/junit/opcodes/aput_byte/
Test_aput_byte.java 26 * @title put byte into array
36 * @title put byte into array
196 * @title put value 128 into byte array
  /cts/tools/vm-tests/src/dot/junit/opcodes/aput_char/
Test_aput_char.java 27 * @title put char into array
37 * @title put char into array
197 * @title put value 65536 into char array
  /cts/tools/vm-tests/src/dot/junit/opcodes/aput_short/
Test_aput_short.java 26 * @title put short into array
36 * @title put short into array
195 * @title put value 32768 into array of shorts
  /dalvik/dx/src/com/android/dx/dex/file/
Statistics.java 49 dataMap.put(typeName, new Data(item, typeName));
82 sortedData.put(data.name, data);
98 sortedData.put(data.name, data);
  /dalvik/libcore/luni/src/main/java/java/net/
AddressCache.java 102 public void put(String hostname, InetAddress[] addresses) { method in class:AddressCache
118 map.put(hostname, new AddressCacheEntry(addresses, expiryNanos));
127 put(hostname, NO_ADDRESSES); method
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
Provider2Test.java 68 provTest.put("test.prop", "this is a test property");
135 provTest.put("test.prop", "this is a test property");
155 provTest.put("test.prop", "this is a test property");
  /development/pdk/
README 31 5) the pdk and pndk tar file is put in the dist directory.
84 4. Pick an unused port on your laptop (8080, 8888, something like that) and put it in the "source port box"
85 5. In the destination box, put localhost:8888 (replace with the actual port number the service is running on)
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CompressedTextureActivity.java 147 image.put(red);
148 image.put(green);
149 image.put(blue);
  /development/tools/idegen/src/
Eclipse.java 53 // Put ./out at the bottom by default.
66 // Put source roots in respective buckets.
101 * Output directory. Unfortunately, Eclipse forces us to put it
  /external/astl/src/
ostream.cpp 50 return put(c);
55 return put(val?'1':'0');
131 ostream& ostream::put(char_type c) { function in class:std::ostream
  /external/guava/src/com/google/common/collect/
ConstrainedMap.java 55 @Override public V put(K key, V value) { method in class:ConstrainedMap
57 return delegate.put(key, value);
61 put(entry.getKey(), entry.getValue());
  /external/icu4c/samples/legacy/
README 18 To make it work, you should build and install both the current ICU and ICU 1.8.1. Put both data libraries to wherever ICU_DATA points (usually it is $(prefix)/share/icu/$(icu_version)/). If data libraries are used, then check for $(prefix)/lib/icu/1.8.1 which should contain libicudata.so and libicudt18*.so
28 Build both current ICU and ICU 1.8.1. Take icuuc18.dll, icuin18.dll and icudt18l.dll and put them somewhere in PATH (a sane place would be wherever current dlls go).
40 Legacy crashes horribly: Sorry, didn't put any error checking. If legacy crashes that's most probably because it cannot find the data libraries. You can see which data library is not found by the part of the program that is running. Make sure program can find tha data library either by putting it where ever ICU_DATA points to OR by putting the DLL version of the data library somewhere on your PATH.
  /external/icu4c/tools/ctestfw/
datamap.cpp 49 // will put stuff in hashtable according to
75 fData->put(UnicodeString(ures_getKey(t), -1, US_INV), new ResourceBundle(t, status), status);
91 fData->put(UnicodeString(key, keyLen), new ResourceBundle(t, status), status);
  /external/kernel-headers/original/linux/byteorder/
generic.h 16 * I decided to put __BYTEORDER_HAS_U64__ in byteorder.h,
17 * because I wasn't sure it would be ok to put it in types.h
25 * Put files under include/linux/byteorder/
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_getenv.c 38 /* Put a variable of the form "name=value" into the environment */
92 /* Put a variable of the form "name=value" into the environment */
121 /* Actually put it into the environment */
  /external/qemu/distrib/zlib-1.2.3/
infback.c 121 put = strm->next_out; \
132 strm->next_out = put; \
204 put = state->window; \
207 if (out(out_desc, put, left)) { \
250 unsigned char FAR *put; /* next output */ local
277 put = state->window;
338 zmemcpy(put, next, copy);
342 put += copy;
500 *put++ = (unsigned char)(state->length);
573 from = put + copy
    [all...]

Completed in 71 milliseconds

<<21222324252627282930>>