OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextArg
(Results
1 - 10
of
10
) sorted by null
/frameworks/base/cmds/bu/src/com/android/commands/bu/
Backup.java
52
int socketFd = Integer.parseInt(
nextArg
());
54
String arg =
nextArg
();
72
while ((arg =
nextArg
()) != null) {
127
private String
nextArg
() {
/external/oprofile/libpopt/
popt.c
44
fprintf(stderr, "\tcon %p os %p nextCharArg \"%s\"
nextArg
\"%s\" argv[%d] \"%s\"\n",
47
(con->os->
nextArg
? con->os->
nextArg
: ""),
160
con->os->
nextArg
, cbData);
219
/*@releases os->
nextArg
, os->argv, os->argb @*/
222
os->
nextArg
= _free(os->
nextArg
);
239
con->os->
nextArg
= NULL;
368
con->os->
nextArg
= NULL;
757
con->os->
nextArg
= xstrdup(origOptString)
[
all
...]
poptint.h
53
const char *
nextArg
;
/frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
Bmgr.java
125
String arg =
nextArg
();
154
String pkg =
nextArg
();
170
String which =
nextArg
();
190
String pkg =
nextArg
();
206
String arg =
nextArg
(); // sets, transports, packages set#
321
String arg =
nextArg
();
334
while ((arg =
nextArg
()) != null) {
428
private String
nextArg
() {
/system/netd/
TetherController.cpp
145
int
nextArg
= 4;
149
asprintf(&(args[
nextArg
++]),"--dhcp-range=%s,%s,1h", start, end);
/frameworks/base/cmds/ime/src/com/android/commands/ime/
Ime.java
139
String id =
nextArg
();
166
String id =
nextArg
();
223
private String
nextArg
() {
/frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java
184
String type =
nextArg
();
246
String filter =
nextArg
();
379
while ((opt=
nextArg
()) != null) {
643
String pkg =
nextArg
();
701
String arg =
nextArg
();
779
final String apkFilePath =
nextArg
();
790
final String verificationFilePath =
nextArg
();
831
String arg =
nextArg
();
857
String arg =
nextArg
();
902
String pkg =
nextArg
();
[
all
...]
/frameworks/base/cmds/am/src/com/android/commands/am/
Am.java
276
String arg =
nextArg
();
574
process =
nextArg
();
[
all
...]
/development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java
800
String countStr =
nextArg
();
[
all
...]
/prebuilt/common/ecj/
ecj.jar
Completed in 383 milliseconds