OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:firstSpace
(Results
1 - 14
of
14
) sorted by null
/external/gptfdisk/
gptcurses.cc
51
firstSpace
= NULL;
75
while (
firstSpace
!= NULL) {
76
trash =
firstSpace
;
77
firstSpace
=
firstSpace
->nextSpace;
125
if (
firstSpace
== NULL) {
129
current =
firstSpace
;
131
if ((current ==
firstSpace
) && (current->firstLBA > GetFirstUsableLBA())) {
157
if (theSpace ==
firstSpace
)
158
firstSpace
= theSpace->nextSpace
[
all
...]
gptcurses.h
80
Space *
firstSpace
;
/external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
DiskLruCache.java
282
int
firstSpace
= line.indexOf(' ');
283
if (
firstSpace
== -1) {
287
int keyBegin =
firstSpace
+ 1;
292
if (
firstSpace
== REMOVE.length() && line.startsWith(REMOVE)) {
306
if (secondSpace != -1 &&
firstSpace
== CLEAN.length() && line.startsWith(CLEAN)) {
311
} else if (secondSpace == -1 &&
firstSpace
== DIRTY.length() && line.startsWith(DIRTY)) {
313
} else if (secondSpace == -1 &&
firstSpace
== READ.length() && line.startsWith(READ)) {
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DiskLruCache.java
312
int
firstSpace
= line.indexOf(' ');
313
if (
firstSpace
== -1) {
317
int keyBegin =
firstSpace
+ 1;
322
if (
firstSpace
== REMOVE.length() && line.startsWith(REMOVE)) {
336
if (secondSpace != -1 &&
firstSpace
== CLEAN.length() && line.startsWith(CLEAN)) {
341
} else if (secondSpace == -1 &&
firstSpace
== DIRTY.length() && line.startsWith(DIRTY)) {
343
} else if (secondSpace == -1 &&
firstSpace
== READ.length() && line.startsWith(READ)) {
[
all
...]
/prebuilts/maven_repo/bumptech/com/github/bumptech/glide/disklrucache/1.0.0-SNAPSHOT/
disklrucache-1.0.0-SNAPSHOT.jar
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoring.java
518
int
firstSpace
= xmlText.indexOf(' ');
521
if (
firstSpace
!= -1 &&
firstSpace
< elementEnd) {
522
insertAt =
firstSpace
;
[
all
...]
/prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar
/prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/
okhttp-2.7.2.jar
/prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.4/
okhttp-2.7.4.jar
/prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/
okhttp-3.3.0.jar
/prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.4.1/
okhttp-3.4.1.jar
/prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar
/prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar
/prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar
Completed in 410 milliseconds