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

<<51525354555657585960>>

  /dalvik/libcore/luni/src/test/java/junit/runner/
BaseTestRunner.java 35 fPreferences.put("loading", "true");
36 fPreferences.put("filterstack", "true");
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
ProcessBuilderTest.java 161 env.put(null,"");
167 env.put("",null);
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
CharacterData.java 32 * implementation may not put arbitrary limits on the amount of data
47 * implementation may not put arbitrary limits on the amount of data
  /dalvik/vm/mterp/armv5te/
header.S 157 * Put the instruction's opcode field into the specified register.
162 * Put the prefetched instruction's opcode field into the specified register.
  /development/pdk/docs/porting/
release_keys.jd 63 <li>Put the parts back together into image files.</li>
78 <p>Once you have <code>signed-target-files.zip</code>, create the images so you can put it onto a device with the command below:</p>
  /development/pdk/docs/source/
report-bugs.jd 9 allow anyone to see your report, which may put users at risk until the bug is
39 <p>In general, please put as much info in bugs as you can. Just a one liner
  /development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java 320 * @param applications the applications to put in the favorites area
330 * @param applications the applications to put in the recents area
  /external/apache-http/src/org/apache/http/client/utils/
URLEncodedUtils.java 64 * This is typically useful while parsing an HTTP PUT.
151 * list of parameters in an HTTP PUT or HTTP POST.
  /external/dbus/
README 83 --with-session-socket-dir=dirname Where to put sockets for the per-login-session message bus
84 --with-test-socket-dir=dirname Where to put sockets for make check
  /external/emma/core/java12/com/vladium/emma/report/
ReportDataModel.java 65 packageMap.put (packageVMName, packageItem);
82 srcfileMap.put (fullSrcFileName, srcfileItem);
  /external/grub/docs/
kernel.c 181 /* If %d is specified and D is minus, put `-' in the head. */
216 /* Put the character C on the screen. */
kernel.c.texi 181 /* @r{If %d is specified and D is minus, put `-' in the head.} */
216 /* @r{Put the character C on the screen.} */
  /external/guava/src/com/google/common/util/concurrent/
AbstractService.java 94 // put the exception in the future, the user can get it via Future.get()
118 // put the exception in the future, the user can get it via Future.get()
  /external/icu4c/common/
locutil.cpp 239 htp->put(UnicodeString(id), (void*)htp, status);
247 cache->put(bundleID, (void*)htp, status);
  /external/libpng/contrib/pngminus/
README 29 Therefore, lots of the functionality that we put in our software can now
99 You have to put it together yourself. I did test the software under
  /external/opencore/protocols/http_parcom/src/
http_composer.cpp 291 // put key
297 // put value
  /external/openssl/crypto/rsa/
rsa_sign.c 55 * copied and put under another distribution licence
237 /* put a backward compatibility flag in EAY */
  /external/qemu/slirp/
if.c 159 * We mustn't put this packet back on the fastq (or we'll send it out of order)
171 /* No match, check which queue to put it on */
  /external/qemu/slirp-android/
if.c 159 * We mustn't put this packet back on the fastq (or we'll send it out of order)
171 /* No match, check which queue to put it on */
  /external/stlport/test/unit/
num_facets_test.cpp 112 nput.put(fostr, fostr, ' ', infinity);
125 nput.put(fostr, fostr, ' ', qnan);
  /external/tcpdump/
print-gre.c 203 printf(": "); /* put in a colon as protocol demarc */
299 printf(": "); /* put in a colon as protocol demarc */
  /external/v8/src/
mksnapshot.cc 167 virtual void Put(int byte, const char* description) {
190 virtual void Put(int byte, const char* description) {
  /external/webkit/JavaScriptCore/runtime/
JSCell.h 104 virtual void put(ExecState*, const Identifier& propertyName, JSValue, PutPropertySlot&);
105 virtual void put(ExecState*, unsigned propertyName, JSValue);
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Array/
15.4.4.4-2.js 43 12. Call the [[Put]] method of this object with arguments Result(7) and
51 16. Call the [[Put]] method of this object with arguments Result(8) and
  /external/webkit/WebCore/bridge/
runtime_object.cpp 220 void RuntimeObjectImp::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) function in class:JSC::RuntimeObjectImp
235 instance->put(this, exec, propertyName, value, slot);

Completed in 319 milliseconds

<<51525354555657585960>>