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

<<31323334353637383940>>

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
BitmapPixels.java 120 dst.put(src);
129 dst.put(src);
  /external/blktrace/btt/
bno_plot.py 33 The -K option forces bno_plot.py to put the keys below the graph,
34 typically all keys for input files are put in the upper right corner
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
AttributeSet.java 90 m_attrMap.put (attr, value);
97 m_attrMap.put (attr, new Integer (value)); // TODO: use int factory here
  /external/guava/src/com/google/common/primitives/
Primitives.java 64 forward.put(key, value);
65 backward.put(value, key);
  /external/icu4c/common/
hash.h 71 void* put(const UnicodeString& key, void* value, UErrorCode& status);
157 inline void* Hashtable::put(const UnicodeString& key, void* value, UErrorCode& status) { function in class:Hashtable
  /external/icu4c/i18n/
colldata.cpp 294 void put(uint32_t ce, UnicodeString *string, UErrorCode &status);
326 void CEToStringsMap::put(uint32_t ce, UnicodeString *string, UErrorCode &status) function in class:CEToStringsMap
370 void put(const UnicodeString *string, const CEList *ces, UErrorCode &status);
405 void StringToCEsMap::put(const UnicodeString *string, const CEList *ces, UErrorCode &status) function in class:StringToCEsMap
726 ceToCharsStartingWith->put(ceList->get(0), st, status);
729 charsToCEList->put(st, ceList, status);
745 ceToCharsStartingWith->put(ceList->get(0), st, status);
748 charsToCEList->put(st, ceList, status);
  /external/iptables/include/
iptables.h 78 /* Prints out the match iff non-NULL: put space at end */
130 /* Prints out the target iff non-NULL: put space at end */
  /external/kernel-headers/original/asm-arm/
unaligned.h 19 * ptrsize get: code regs put: code regs
27 * ptrsize get: code regs put: code regs
  /external/kernel-headers/original/linux/
kd.h 56 #define PIO_SCRNMAP 0x4B41 /* put screen mapping table in kernel */
69 #define PIO_UNIMAP 0x4B67 /* put unicode-to-font mapping in kernel */
  /external/kernel-headers/original/linux/netfilter/
nfnetlink.h 37 * ! This should someday be put somewhere generic as now rtnetlink and
49 * rtnetlink.h, it's time to put this in a generic file */
  /external/opencore/protocols/rtp/src/
rtcp_encoder.h 88 ** This is a convenience function to put together the
109 ** This is a convenience function to put together the
  /external/proguard/src/proguard/
InputReader.java 77 // which are then put in the class pool by a class pool filler.
99 // which are then put in the class pool by a class pool filler.
  /external/proguard/src/proguard/obfuscate/
MemberObfuscator.java 111 nameMap.put(newName, name);
137 descriptorMap.put(descriptor, nameMap);
  /external/quake/quake/src/QW/client/
docs.txt 17 put frag counts in userinfo as *frags?
24 option to put the update in the reliable message?
  /external/speex/include/speex/
speex_jitter.h 66 spx_uint32_t user_data; /**< Put whatever data you like here (it's ignored by the jitter buffer) */
138 /** Put one packet into the jitter buffer
  /external/srec/tools/grxmlcompile/
hashmap.cpp 181 // Declare known data types so that we don't need to put this in hashmap.h.
182 // If user needs others the put the declaration in a separate user file.
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Schema.java 56 theElementTypes.put(name.toLowerCase(), e);
112 theEntities.put(name, new Integer(value));
  /external/v8/test/mjsunit/
array-concat.js 52 // If we put a number in the prototype, then the spec says it should be
65 // the concat put it in c itself.
  /external/webkit/JavaScriptCore/runtime/
Arguments.h 100 virtual void put(ExecState*, const Identifier& propertyName, JSValue, PutPropertySlot&);
101 virtual void put(ExecState*, unsigned propertyName, JSValue, PutPropertySlot&);
JSArray.h 52 virtual void put(ExecState*, unsigned propertyName, JSValue); // FIXME: Make protected and add setItem.
98 virtual void put(ExecState*, const Identifier& propertyName, JSValue, PutPropertySlot&);
JSObject.h 105 virtual void put(ExecState*, const Identifier& propertyName, JSValue value, PutPropertySlot&);
106 virtual void put(ExecState*, unsigned propertyName, JSValue value);
639 inline void JSValue::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) function in class:JSC::JSValue
642 synthesizeObject(exec)->put(exec, propertyName, value, slot);
645 asCell()->put(exec, propertyName, value, slot);
648 inline void JSValue::put(ExecState* exec, unsigned propertyName, JSValue value) function in class:JSC::JSValue
651 synthesizeObject(exec)->put(exec, propertyName, value);
654 asCell()->put(exec, propertyName, value);
ObjectPrototype.cpp 62 void ObjectPrototype::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) function in class:JSC::ObjectPrototype
64 JSObject::put(exec, propertyName, value, slot);
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Statements/
12.6.3-4.js 40 4. Call the [[Put]] method of Result(2), passing GetPropertyName(V)
43 6. Call the [[Put]] method for the global object, passing
  /external/webkit/WebCore/bindings/js/
JSDOMWindowShell.cpp 97 void JSDOMWindowShell::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) function in class:WebCore::JSDOMWindowShell
99 m_window->put(exec, propertyName, value, slot);
  /external/webkit/WebKitTools/pywebsocket/test/
mock.py 132 """Put bytes to be read from this mock.
139 self._queue.put(byte)

Completed in 104 milliseconds

<<31323334353637383940>>