OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:existingEntry
(Results
1 - 14
of
14
) sorted by null
/external/skia/src/core/
SkTInternalLList.h
114
* a member of this or any other list. If
existingEntry
is NULL then the new entry is added
117
void addBefore(T* newEntry, T*
existingEntry
) {
120
if (NULL ==
existingEntry
) {
125
SkASSERT(this->isInList(
existingEntry
));
126
newEntry->fNext =
existingEntry
;
127
T* prev =
existingEntry
->fPrev;
128
existingEntry
->fPrev = newEntry;
131
SkASSERT(fHead ==
existingEntry
);
143
* a member of this or any other list. If
existingEntry
is NULL then the new entry is added
146
void addAfter(T* newEntry, T*
existingEntry
) {
[
all
...]
/external/jmdns/src/javax/jmdns/impl/
DNSCache.java
484
Map.Entry<String, List<? extends DNSEntry>>
existingEntry
= this.getEntry(dnsEntry.getKey());
485
if (
existingEntry
!= null) {
486
result =
existingEntry
.getValue().remove(dnsEntry);
488
if (
existingEntry
.getValue().isEmpty()) {
489
this.entrySet().remove(
existingEntry
);
/frameworks/opt/chips/src/com/android/ex/chips/
RecipientEditTextView.java
[
all
...]
/frameworks/base/tools/aapt/
Resource.cpp
721
XMLNode::attribute_entry*
existingEntry
= node->editAttribute(ns, attr);
722
if (
existingEntry
!= NULL) {
724
existingEntry
->string = String16(value);
[
all
...]
/prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/
qdox-1.12.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar
/external/caliper/lib/
jersey-core-1.11.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar
/prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.0.CR3/
netty-codec-http2-4.1.0.CR3.jar
/prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.3.Final/
netty-codec-http2-4.1.3.Final.jar
/prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.6.Final/
netty-codec-http2-4.1.6.Final.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar
org.eclipse.pde.core_3.6.1.v20100902_r361.jar
Completed in 810 milliseconds