OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:existing
(Results
26 - 50
of
4252
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/Assembler/
2003-05-15-AssemblerProblem.ll
1
; This bug was caused by two CPR's
existing
for the same global variable,
/frameworks/base/core/java/android/text/
package.html
7
for an
existing
widget.</p>
/libcore/luni/src/main/java/javax/security/auth/login/
package.html
10
specified simply via a new LoginModule and chained together with the
existing
/packages/apps/Email/res/xml/
providers_product.xml
9
Because overlays must correspond to an
existing
platform resource, this empty placeholder
senders_product.xml
9
Because overlays must correspond to an
existing
platform resource, this empty placeholder
/external/markdown/docs/
AUTHORS
9
documentation and making general improvements to the
existing
codebase,
17
the script and is responsible for various parts of the
existing
codebase.
/packages/apps/Settings/src/com/android/settings/net/
ChartDataLoader.java
122
* an
existing
{@link NetworkStatsHistory} if provided.
125
NetworkTemplate template, int uid, int set, NetworkStatsHistory
existing
)
130
if (
existing
!= null) {
131
existing
.recordEntireHistory(history);
132
return
existing
;
/libcore/luni/src/test/java/libcore/java/io/
OldObjectInputStreamGetFieldTest.java
129
fail("IllegalArgumentException expected for not
existing
name " +
135
fail("IllegalArgumentException expected for not
existing
name " +
141
fail("IllegalArgumentException expected for not
existing
name " +
147
fail("IllegalArgumentException expected for not
existing
name " +
153
fail("IllegalArgumentException expected for not
existing
name " +
159
fail("IllegalArgumentException expected for not
existing
name " +
165
fail("IllegalArgumentException expected for not
existing
name " +
171
fail("IllegalArgumentException expected for not
existing
name " +
177
fail("IllegalArgumentException expected for not
existing
name " +
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
ResourceNameValidator.java
42
/** Set of
existing
names to check for conflicts with */
60
private ResourceNameValidator(boolean allowXmlExtension, Set<String>
existing
,
63
mExisting =
existing
;
159
* @param
existing
An optional set of names that already exist (and therefore will not
164
public static ResourceNameValidator create(boolean allowXmlExtension, Set<String>
existing
,
167
return new ResourceNameValidator(allowXmlExtension,
existing
, isFileType,
182
Set<String>
existing
= new HashSet<String>();
local
187
existing
.add(item.getName());
191
return new ResourceNameValidator(allowXmlExtension,
existing
, isFileType,