OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:commands
(Results
176 - 200
of
234
) sorted by null
1
2
3
4
5
6
7
8
9
10
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
hdsmart.h
81
ata_smart_errorlog_command_struct_t
commands
[6];
member in struct:ata_smart_errorlog_struct_s
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
hdsmart.h
81
ata_smart_errorlog_command_struct_t
commands
[6];
member in struct:ata_smart_errorlog_struct_s
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
hdsmart.h
81
ata_smart_errorlog_command_struct_t
commands
[6];
member in struct:ata_smart_errorlog_struct_s
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
hdsmart.h
81
ata_smart_errorlog_command_struct_t
commands
[6];
member in struct:ata_smart_errorlog_struct_s
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
hdsmart.h
81
ata_smart_errorlog_command_struct_t
commands
[6];
member in struct:ata_smart_errorlog_struct_s
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
hdsmart.h
81
ata_smart_errorlog_command_struct_t
commands
[6];
member in struct:ata_smart_errorlog_struct_s
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
hdsmart.h
81
ata_smart_errorlog_command_struct_t
commands
[6];
member in struct:ata_smart_errorlog_struct_s
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
hdsmart.h
81
ata_smart_errorlog_command_struct_t
commands
[6];
member in struct:ata_smart_errorlog_struct_s
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AidlProcessor.java
132
String[]
commands
= commandList.toArray(new String[index + 2]);
local
185
commands
[index] = quote(osSourcePath);
186
commands
[index + 1] = quote(data.getOutput().getLocation().toOSString());
189
if (execAidl(builder, project,
commands
, sourceFile, verbose) == false) {
/development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetwork.java
16
package com.android.
commands
.monkey;
46
* An Event source for getting Monkey Network Script
commands
from
452
// Add in all the
commands
we support
484
* command to return multiple events.
Commands
using the
494
// Queue of Events to be processed. This allows
commands
to push
578
// Wake the device up in preparation for doing some
commands
.
707
// we've run the queued
commands
, wait for the given event to happen (or the timeout
Monkey.java
17
package com.android.
commands
.monkey;
241
/** a TCP port to listen on for remote
commands
. */
507
Process.setArgV0("com.android.
commands
.monkey");
828
mServerPort = (int) nextOptionLong("Server port to listen on for
commands
");
[
all
...]
MonkeySourceScript.java
17
package com.android.
commands
.monkey;
[
all
...]
/external/grub/netboot/
i82586.c
55
The Tx ("command") unit executes a list of
commands
that look like:
67
enum
commands
{
enum
eepro100.c
118
SCBPort = 8, /* Misc.
commands
and operands. */
144
/* The EEPROM
commands
include the alway-set leading bit. */
152
#define CU_CMD_BASE 0x0060 /* Base address to add to add CU
commands
. */
166
/*
Commands
that can be put in a command list entry. */
167
enum
commands
{
enum
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
ModelInterpreter.java
527
String[]
commands
;
local
529
commands
= splitCommands(line);
531
for (int i = 0; i <
commands
.length ; i++) {
532
String command =
commands
[i];
590
// r"|([A-RT-Z]\d?)" # Normal
commands
eg ATA or I0
591
// r"|(&[A-Z]\d*)" # &
commands
eg &C
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/27/1/.cp/lib/
antsupportlib.jar
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
vmwgfx_drm.h
261
* @
commands
: User-space address of a command buffer cast to an uint64_t.
279
uint64_t
commands
;
member in struct:drm_vmw_execbuf_arg
566
* DRM_VMW_FENCE_FLAG_EXEC: All
commands
ahead of the fence in the command
570
*
commands
/external/mesa3d/src/gallium/winsys/svga/drm/
vmwgfx_drm.h
261
* @
commands
: User-space address of a command buffer cast to an uint64_t.
279
uint64_t
commands
;
member in struct:drm_vmw_execbuf_arg
566
* DRM_VMW_FENCE_FLAG_EXEC: All
commands
ahead of the fence in the command
570
*
commands
/frameworks/base/cmds/content/src/com/android/commands/content/
Content.java
17
package com.android.
commands
.content;
/frameworks/base/core/jni/
android_util_Process.cpp
936
Vector<String8>
commands
;
local
948
commands
.add(String8(str8));
992
for (size_t i=0; i<
commands
.size(); i++) {
993
if (
commands
[i] == data) {
/packages/apps/VoiceDialer/src/com/android/voicedialer/
CommandRecognizerEngine.java
43
* This is a RecognizerEngine that processes
commands
to make phone calls and
52
* the {@RecognizerClient}. It will accept the following types of
commands
:
970
String[]
commands
= semantic.trim().split(" ");
local
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectHelper.java
1025
ICommand[]
commands
= project.getDescription().getBuildSpec();
local
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar
/external/chromium_org/chrome/test/functional/
perf.py
26
import
commands
namespace
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
EditorCommand.cpp
519
// backward compatibility with ourselves, and for consistency with other
commands
.
1455
static const CommandEntry
commands
[] = {
local
[
all
...]
Completed in 1623 milliseconds
1
2
3
4
5
6
7
8
9
10