HomeSort by relevance Sort by last modified time
    Searched defs:newEntry (Results 26 - 50 of 130) sorted by null

12 3 4 5 6

  /external/chromium_org/third_party/icu/source/i18n/
colldata.cpp 524 CollDataCacheEntry *entry = NULL, *newEntry = NULL;
533 newEntry = new CollDataCacheEntry(newData);
535 if (U_FAILURE(status) || newData == NULL || newEntry == NULL) {
544 uhash_put(cache, newData->key, newEntry, &status);
548 delete newEntry;
566 if (newEntry != NULL) {
567 delete newEntry;
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsopt.c     [all...]
cmspack.c     [all...]
cmstypes.c     [all...]
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFDevice.cpp     [all...]
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java 440 <K, V> ReferenceEntry<K, V> newEntry(
447 <K, V> ReferenceEntry<K, V> newEntry(
455 ReferenceEntry<K, V> newEntry = super.copyEntry(segment, original, newNext);
456 copyAccessEntry(original, newEntry);
457 return newEntry;
462 <K, V> ReferenceEntry<K, V> newEntry(
470 ReferenceEntry<K, V> newEntry = super.copyEntry(segment, original, newNext);
471 copyWriteEntry(original, newEntry);
472 return newEntry;
477 <K, V> ReferenceEntry<K, V> newEntry(
    [all...]
  /external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java 355 <K, V> ReferenceEntry<K, V> newEntry(
362 <K, V> ReferenceEntry<K, V> newEntry(
370 ReferenceEntry<K, V> newEntry = super.copyEntry(segment, original, newNext);
371 copyExpirableEntry(original, newEntry);
372 return newEntry;
377 <K, V> ReferenceEntry<K, V> newEntry(
385 ReferenceEntry<K, V> newEntry = super.copyEntry(segment, original, newNext);
386 copyEvictableEntry(original, newEntry);
387 return newEntry;
392 <K, V> ReferenceEntry<K, V> newEntry(
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp     [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp     [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.cpp 353 request_manager_entry * newEntry = NULL;
358 newEntry = &(entries[newInsertionIndex]);
360 if (newEntry->status!=EMPTY) {
364 newEntry->status = REGISTERED;
365 newEntry->original_request = new_request;
366 memset(&(newEntry->internal_shot), 0, sizeof(struct camera2_shot_ext));
367 m_metadataConverter->ToInternalShot(new_request, &(newEntry->internal_shot));
368 newEntry->output_stream_count = 0;
369 if (newEntry->internal_shot.shot.ctl.request.outputStreams[0] & MASK_OUTPUT_SCP)
370 newEntry->output_stream_count++
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar 
  /external/guava/guava-tests/test/com/google/common/cache/
LocalCacheTest.java 604 ReferenceEntry<Object, Object> newEntry = segment.copyEntry(entry, null);
605 table.set(index, newEntry);
609 (LoadingValueReference) newEntry.getValueReference();
885 ReferenceEntry<Object, Object> entryOne = map.newEntry(keyOne, hashOne, null);
898 ReferenceEntry<Object, Object> entryTwo = map.newEntry(keyTwo, hashTwo, entryOne);
917 ReferenceEntry<Object, Object> entryOne = map.newEntry(keyOne, hashOne, null);
923 ReferenceEntry<Object, Object> entryTwo = map.newEntry(keyTwo, hashTwo, entryOne);
    [all...]
  /frameworks/native/services/inputflinger/
InputDispatcher.cpp 664 KeyEntry* newEntry = new KeyEntry(currentTime,
669 mKeyRepeatState.lastKeyEntry = newEntry;
672 entry = newEntry;
    [all...]
  /libcore/benchmarks/libs/
caliper.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 

Completed in 616 milliseconds

12 3 4 5 6