OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numCommands
(Results
1 - 3
of
3
) sorted by null
/external/quake/tools/
dumpms2.py
11
# int32
numcommands
13
# int32 commands[
numcommands
]
37
numCommands
= readInt32(f)
42
f.seek(4 + 4 + 4 *
numCommands
)
50
while commandIndex <
numCommands
:
/system/netd/
BandwidthController.h
109
int runCommands(int
numCommands
, const char *commands[], RunCmdErrHandling cmdErrHandling);
BandwidthController.cpp
244
int BandwidthController::runCommands(int
numCommands
, const char *commands[],
247
LOGV("runCommands(): %d commands",
numCommands
);
248
for (int cmdNum = 0; cmdNum <
numCommands
; cmdNum++) {
Completed in 139 milliseconds