OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__command
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
event.cpp
80
__queue(q),
__command
(command), __fence(NULL) {
114
return
__command
;
event.hpp
115
cl_command_type
__command
;
member in class:clover::hard_event
/external/mesa3d/src/gallium/state_trackers/clover/core/
event.cpp
80
__queue(q),
__command
(command), __fence(NULL) {
114
return
__command
;
event.hpp
115
cl_command_type
__command
;
member in class:clover::hard_event
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
stdio.h
846
extern FILE *popen (__const char *
__command
, __const char *__modes) __wur;
stdlib.h
712
extern int system (__const char *
__command
) __wur;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdio.h
846
extern FILE *popen (__const char *
__command
, __const char *__modes) __wur;
stdlib.h
712
extern int system (__const char *
__command
) __wur;
[
all
...]
/external/valgrind/main/perf/
test_input_for_tinycc.c
782
extern int system (__const char *
__command
);
[
all
...]
Completed in 364 milliseconds