OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s_commands
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit/android/wds/
Command.cpp
119
Vector<const Command*>* Command::
s_commands
;
member in class:android::WDS::Command
123
if (
s_commands
)
126
s_commands
= new Vector<const Command*>();
127
s_commands
->append(new Command("DDOM", "Dump Dom Tree",
129
s_commands
->append(new Command("DDRT", "Dump Render Tree",
140
Vector<const Command*>::const_iterator i =
s_commands
->begin();
141
Vector<const Command*>::const_iterator end =
s_commands
->end();
Command.h
101
static Vector<const Command*>*
s_commands
;
member in class:android::WDS::Command
/hardware/ril/libril/
ril.cpp
249
static CommandInfo
s_commands
[] = {
member in namespace:android
304
pRI->pCI = &(
s_commands
[request]);
342
if (request < 1 || request >= (int32_t)NUM_ELEMS(
s_commands
)) {
352
pRI->pCI = &(
s_commands
[request]);
[
all
...]
Completed in 36 milliseconds