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

<<61626364656667686970>>

  /external/emma/core/java12/com/vladium/emma/data/
MethodDescriptor.java 150 lineMap.put (line, blockIDs);
165 lineMap.put (line, blockIDs); // overwrite IntSet as the value
  /external/emma/core/java12/com/vladium/emma/report/
SrcFileItem.java 169 fldata.put (mline, data);
238 lineCoverage.put (cline, new LineCoverageData (lcoverageStatus, lcoverageRatio));
  /external/emma/core/java12/com/vladium/emma/rt/
ClassPathProcessorST.java 161 m_cache.put (className, new ClassPathCacheEntry (bytes, srcURL));
261 m_cache.put (className, new ClassPathCacheEntry (bytes, srcURL));
  /external/emma/core/java12/com/vladium/util/
IProperties.java 96 map.put (n, v);
295 return (String) m_valueMap.put (key, value);
  /external/guava/src/com/google/common/collect/
AbstractMapBasedMultiset.java 250 backingMap.put(element, new AtomicInteger(occurrences));
302 backingMap.put(element, new AtomicInteger(count));
  /external/icu4c/i18n/
plurfmt.cpp 212 fParsedValuesHash->put(hashKeyword, hashPattern, status);
524 fParsedValuesHash->put(*otherKey, new UnicodeString(*otherValue), status);
transreg.cpp 202 * The Spec class canonicalizes itself, so the locale is put into
612 void TransliteratorRegistry::put(Transliterator* adoptedProto, function in class:TransliteratorRegistry
625 void TransliteratorRegistry::put(const UnicodeString& ID, function in class:TransliteratorRegistry
639 void TransliteratorRegistry::put(const UnicodeString& ID, function in class:TransliteratorRegistry
661 void TransliteratorRegistry::put(const UnicodeString& ID, function in class:TransliteratorRegistry
903 registry.put(ID, adopted, status);
    [all...]
  /external/icu4c/samples/layout/
readme.html 75 going to run the layout demo on Linux, put the CODE2000.TTF file in the
154 the new fonts in your Fonts folder. If you're running on Linux, put them in
  /external/icu4c/test/cintltst/
hpmufn.c 128 icuDataDir = safeGetICUDataDirectory(); /* save icu data dir, so we can put it back
181 /* Cleanup should put the heap back to its default implementation. */
  /external/icu4c/test/intltest/
icusvtst.cpp 53 table.put("en_US", this, status);
477 // We could put this type check into ICUService itself, but we'd still
580 result.put(*(UnicodeString*)_ids[i], (void*)this, status);
833 table->put(UnicodeString(californio), (void*)table, status);
834 table->put(UnicodeString(valley), (void*)table, status);
835 table->put(UnicodeString(surfer), (void*)table, status);
836 table->put(UnicodeString(geek), (void*)table, status);
    [all...]
  /external/jpeg/
jmemdosa.asm 282 mov word ptr es:[bx],ax ; put back ax,dx,bx
363 mov word ptr es:[bx],ax ; put back ax,dx,bx
  /external/openssl/crypto/bio/
bss_acpt.c 55 * copied and put under another distribution licence
269 * put the new socket at the end. */
  /external/openssl/crypto/rand/
rand_unix.c 55 * copied and put under another distribution licence
305 /* put in some default random data, we need more than just this */
randfile.c 55 * copied and put under another distribution licence
100 #define VMS_OPEN_ATTRS "shr=get,put,upd,del","ctx=bin,stm","rfm=stm","rat=none","mrs=0"
  /external/qemu/distrib/sdl-1.2.12/src/main/macosx/
SDLMain.m 159 /* Put menu into the menubar */
186 /* Put menu into the menubar */
  /external/srec/srec/crec/
priority_q.c 185 if no room on priority_q, returns the one being put on */
324 If words have greater cost than this, no need to try to put them on the
  /external/stlport/doc/
README.evc3 61 ones. Import libraries (.lib files) are put in the 'lib\evc3-arm' folder, DLLs
62 are put in the 'bin\evc3-arm' folder. If you use another target platform, the
  /external/stlport/stlport/stl/
_monetary.h 395 iter_type put(iter_type __s, bool __intl, ios_base& __str, function in class:money_put
398 iter_type put(iter_type __s, bool __intl, ios_base& __str, function in class:money_put
  /external/stlport/stlport/stl/config/
host.h 60 * Edit relative path below (or put full path) to get native
199 * _STLP_NO_NAMESPACES: if defined, don't put the library in namespace
  /external/stlport/test/unit/
sstream_test.cpp 270 * put pointer... Looks like more useful then my previous treatment.
423 /* ISO/IEC 14882 2003 (and 1998 too) assume change as get as put positions
  /external/webkit/JavaScriptCore/API/
JSObjectRef.cpp 281 jsObject->put(exec, name, jsValue, slot);
316 jsObject->put(exec, propertyIndex, jsValue);
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Array/
15.4.4.4-1.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
15.4.4.5-1.js 37 [[Get]] , [[Put]], and [[Delete]] methods of this object and
39 to [[Get]], [[Put]] , or [[Delete]] is a nonnegative integer less
15.4.4.5-2.js 38 [[Get]] , [[Put]], and [[Delete]] methods of this object and
40 to [[Get]], [[Put]] , or [[Delete]] is a nonnegative integer less
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Unicode/
uc-005.js 81 * To make this easier, put a 'Z' token before every one.
121 * Now check that we got back what we put in -

Completed in 559 milliseconds

<<61626364656667686970>>