Home
last modified time | relevance | path

Searched refs:internals (Results 1 – 25 of 41) sorted by relevance

12

/external/guava/src/com/google/common/collect/
DMapMaker.java354 Internals<K, V, ReferenceEntry<K, V>> internals, K key, in newEntry() argument
357 ? new WeakEntry<K, V>(internals, key, hash) in newEntry()
358 : new LinkedWeakEntry<K, V>(internals, key, hash, next); in newEntry()
365 ? new WeakEntry<K, V>(from.internals, key, from.hash) in copyEntry()
367 from.internals, key, from.hash, newNext); in copyEntry()
383 Internals<K, V, ReferenceEntry<K, V>> internals, K key, in newEntry() argument
386 ? new SoftEntry<K, V>(internals, key, hash) in newEntry()
387 : new LinkedSoftEntry<K, V>(internals, key, hash, next); in newEntry()
394 ? new SoftEntry<K, V>(from.internals, key, from.hash) in copyEntry()
396 from.internals, key, from.hash, newNext); in copyEntry()
[all …]
DCustomConcurrentHashMap.java425 void setInternals(Internals<K, V, E> internals); in setInternals() argument
2140 Internals<K, V, SimpleInternalEntry<K, V>> internals) { in setInternals() argument
/external/chromium/base/allocator/
Dallocator.gyp51 '<(tcmalloc_dir)/src/base/atomicops-internals-linuxppc.h',
52 '<(tcmalloc_dir)/src/base/atomicops-internals-macosx.h',
53 '<(tcmalloc_dir)/src/base/atomicops-internals-x86-msvc.h',
54 '<(tcmalloc_dir)/src/base/atomicops-internals-x86.cc',
55 '<(tcmalloc_dir)/src/base/atomicops-internals-x86.h',
197 '<(tcmalloc_dir)/src/base/atomicops-internals-linuxppc.h',
198 '<(tcmalloc_dir)/src/base/atomicops-internals-macosx.h',
199 '<(tcmalloc_dir)/src/base/atomicops-internals-x86-msvc.h',
200 '<(tcmalloc_dir)/src/base/atomicops-internals-x86.cc',
201 '<(tcmalloc_dir)/src/base/atomicops-internals-x86.h',
/external/bluetooth/glib/po/
Del.po95 # gconf/gconf-internals.c:2416
192 # gconf/gconf-internals.c:2416
198 # gconf/gconf-internals.c:2416
210 # gconf/gconf-internals.c:2416
216 # gconf/gconf-internals.c:2416
222 # gconf/gconf-internals.c:2416
228 # gconf/gconf-internals.c:2416
234 # gconf/gconf-internals.c:2416
240 # gconf/gconf-internals.c:2416
246 # gconf/gconf-internals.c:2416
[all …]
/external/zlib/contrib/iostream3/
DTODO14 (due to dependence on library internals)
/external/dbus/dbus/
DAndroid.mk18 dbus-internals.c \
DMakefile.in79 am__objects_2 = dbus-dataslot.lo dbus-hash.lo dbus-internals.lo \
569 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbus-internals.Plo@am__quote@
/external/gtest/
DREADME.android30 Feature supported (see include/gtest/internals/gtest-port.h for
/external/grub/docs/
DMakefile.am2 grub_TEXINFOS = internals.texi
DMakefile.in205 grub_TEXINFOS = internals.texi
Dinternals.texi7 descriptions of the internals up-to-date, and it is quite hard to
/external/webkit/WebKit/win/Interfaces/
DIWebWorkersPrivate.idl38 @discussion WebWorkersPrivate exposes internals about WebWorkers for use in
/external/elfutils/
Delfutils.spec59 this package to read internals of ELF files. The programs of the
74 access the internals of the ELF object file format, so you can see the
/external/elfutils/config/
Delfutils.spec.in59 this package to read internals of ELF files. The programs of the
74 access the internals of the ELF object file format, so you can see the
/external/openssl/crypto/rc4/
Drrc4.doc119 I can't say anything about the internals of RC4 versus the
121 since I don't know anything about RC4's internals.
/external/dbus/
DChangeLog52 * dbus/dbus-internals.c (_dbus_generate_uuid): The spec said the
348 * dbus/dbus-internals.c (_dbus_create_uuid_file_exclusively):
486 * dbus/dbus-internals.c (_dbus_warn_check_failed): new function to
734 * dbus/dbus-internals.c (_dbus_generate_uuid, _dbus_uuid_encode)
750 * dbus/dbus-internals.h (_DBUS_ASSERT_ERROR_IS_SET): disable the
778 * dbus/dbus-internals.h: Make "autolaunch:" be the default
1122 * dbus/dbus-sysdeps.c, dbus/dbus-threads.c, dbus/dbus-internals.h:
1414 * dbus/dbus-internals.c: unistd.h is not used
1536 Make DBusPendingCall an opaque type even to D-Bus internals
4364 internals.
[all …]
/external/freetype/
DNOTICE165 Discusses bugs, as well as engine internals, design issues,
/external/bluetooth/glib/
DNEWS.pre-1-3175 * The internals of the g_dataset mechanism are now exported through the
/external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
DPHP SmartyPants Readme.txt348 * Changed the internals of `_TokenizeHTML` to lower the PHP version
/external/libpng/
DREADME30 To avoid problems with changes to the internals of png_info_struct,
/external/openssl/crypto/engine/
DREADME7 the "ENGINE" code. So it serves a double purpose of being a "ENGINE internals
/external/grub/
DNEWS386 gzip normally, then when loading, the GRUB internals will see the
/external/qemu/
DCHANGES.TXT734 knowledge of the Linux kernel internals is encouraged before playing
/external/bison/data/m4sugar/
Dm4sugar.m4119 # Some m4 internals have names colliding with tokens we might use.
/external/quake/quake/src/QW/docs/
Dqwcl-readme.txt476 internals make this not fixable without a good chance of

12