OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numCommands
(Results
1 - 4
of
4
) 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
122
int runCommands(int
numCommands
, const char *commands[], RunCmdErrHandling cmdErrHandling);
BandwidthController.cpp
257
int BandwidthController::runCommands(int
numCommands
, const char *commands[],
264
ALOGV("runCommands(): %d commands",
numCommands
);
265
for (int cmdNum = 0; cmdNum <
numCommands
; cmdNum++) {
[
all
...]
/external/skia/include/gpu/gl/
GrGLFunctions.h
172
typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLPathCommandsProc)(GrGLuint path, GrGLsizei
numCommands
, const GrGLubyte *commands, GrGLsizei numCoords, GrGLenum coordType, const GrGLvoid *coords);
174
typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLPathSubCommandsProc)(GrGLuint path, GrGLsizei commandStart, GrGLsizei commandsToDelete, GrGLsizei
numCommands
, const GrGLubyte *commands, GrGLsizei numCoords, GrGLenum coordType, const GrGLvoid *coords);
Completed in 754 milliseconds