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

<<21222324252627282930>>

  /external/dnsmasq/contrib/slackware-dnsmasq/
slack-desc 4 # the right side marks the last column you can put a character in. You must make
  /external/dropbear/libtommath/
bn_mp_2expt.c 39 /* put the single bit in its place */
  /external/e2fsprogs/debian/
libcomerr2.copyright 5 This package was put together by Yann Dirson <dirson@debian.org>,
libss2.copyright 6 This package was put together by Yann Dirson <dirson@debian.org>,
  /external/emma/
Android.mk 6 # the custom dex'ed emma library ready to put on a device.
  /external/guava/src/com/google/common/collect/
RegularImmutableBiMap.java 37 builder.put(entry.getValue(), entry.getKey());
  /external/icu4c/stubdata/
stubdata.c 69 /* but put one in just in case. */
  /external/jdiff/src/jdiff/
DiffOutput.java 48 // Always put the package-level output at the top - not yet working
  /external/kernel-headers/original/asm-arm/arch/
mtd-xip.h 54 * the system timer tick period. This should put the CPU into idle mode
  /external/kernel-headers/original/asm-x86/
unaligned.h 25 * put_unaligned - put value to a possibly mis-aligned location
  /external/libffi/testsuite/libffi.call/
float1.c 42 /* Put a canary in the return array. This is a regression test for
float4.c 44 /* Put a canary in the return array. This is a regression test for
  /external/netcat/data/
showmount.d 33 000 # procedure number -- put what you need here:
  /external/proguard/examples/
midlets.pro 24 # Put all obfuscated classes into the nameless root package.
retrace.pro 31 # Put all obfuscated classes into the nameless root package.
  /external/qemu/android/build/
host_static_library.make 17 # put in LOCAL_BUILT_MODULE for use by the caller
  /external/stlport/stlport/stl/
_epilog.h 3 * please also find #pragma which disables it and put it here, to
  /external/webkit/JavaScriptCore/runtime/
JSCell.cpp 141 void JSCell::put(ExecState* exec, const Identifier& identifier, JSValue value, PutPropertySlot& slot) function in class:JSC::JSCell
143 toObject(exec)->put(exec, identifier, value, slot);
146 void JSCell::put(ExecState* exec, unsigned identifier, JSValue value) function in class:JSC::JSCell
148 toObject(exec)->put(exec, identifier, value);
ObjectPrototype.h 33 virtual void put(ExecState*, const Identifier&, JSValue, PutPropertySlot&);
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Array/
15.4.5.1-2.js 24 ECMA Section: [[ Put]] (P, V)
26 Array objects use a variation of the [[Put]] method used for other native
31 When the [[Put]] method of A is called with property P and value V, the
66 var TITLE = "Array [[Put]] (P,V)";
  /external/webkit/JavaScriptCore/wtf/
Noncopyable.h 25 // namespace when you use Noncopyable, so put it in its own namespace.
  /external/webkit/WebKitTools/mangleme/
README 12 Put it in your cgi-bin directory or any other Apache folder with ExecCGI option
  /frameworks/base/core/java/android/provider/
UserDictionary.java 128 values.put(WORD, word);
129 values.put(FREQUENCY, frequency);
130 values.put(LOCALE, locale);
131 values.put(APP_ID, 0); // TODO: Get App UID
  /frameworks/base/core/java/android/text/
Html.java 826 map.put("aqua", 0x00FFFF);
827 map.put("black", 0x000000);
828 map.put("blue", 0x0000FF);
829 map.put("fuchsia", 0xFF00FF);
830 map.put("green", 0x008000);
831 map.put("grey", 0x808080);
832 map.put("lime", 0x00FF00);
833 map.put("maroon", 0x800000);
834 map.put("navy", 0x000080);
835 map.put("olive", 0x808000)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/provider/
SettingsProviderTest.java 69 v.put(Settings.System.NAME, "test_key");
70 v.put(Settings.System.VALUE, "Test");
105 v.put(Settings.System.VALUE, "Toast");
138 v.put(Settings.Bookmarks.INTENT, "#Intent;action=TOAST;end");

Completed in 176 milliseconds

<<21222324252627282930>>