OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:typeend
(Results
1 - 7
of
7
) sorted by null
/external/doclava/src/com/google/doclava/
LinkReference.java
170
int
typeend
= -1;
local
183
if (
typeend
< 0) {
184
typeend
= i;
189
if (
typeend
< 0) {
190
typeend
= i;
197
if (
typeend
< 0) {
198
typeend
= i;
201
if (
typeend
>= 0 || c == ')' || c == ',') {
202
if (
typeend
< 0) {
203
typeend
= i
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
AttributeInfo.java
252
int
typeEnd
= url.indexOf('/', 1);
253
if (
typeEnd
!= -1) {
255
int colon = url.lastIndexOf(':',
typeEnd
);
259
String typeName = url.substring(typeBegin,
typeEnd
);
267
//int nameBegin =
typeEnd
+ 1;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeFinder.java
596
int
typeEnd
= url.indexOf('/', 1);
597
if (
typeEnd
== -1) {
600
int nameBegin =
typeEnd
+ 1;
602
int colon = url.lastIndexOf(':',
typeEnd
);
611
assert "layout".equals(url.substring(typeBegin,
typeEnd
)); //$NON-NLS-1$
[
all
...]
GraphicalEditorPart.java
[
all
...]
/frameworks/base/libs/androidfw/
ResourceTypes.cpp
[
all
...]
/prebuilts/devtools/tools/lib/
sdk-common.jar
/prebuilts/gradle-plugin/com/android/tools/sdk-common/22.2.0/
sdk-common-22.2.0.jar
Completed in 217 milliseconds