/frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/ |
RequestSync.java | 18 package com.android.commands.requestsync;
|
/frameworks/base/cmds/wm/src/com/android/commands/wm/ |
Wm.java | 19 package com.android.commands.wm;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
AndroidNature.java | 185 ICommand[] commands = desc.getBuildSpec(); local 188 for (int i = 0; i < commands.length; ++i) { 189 if (ResourceManagerBuilder.ID.equals(commands[i].getBuilderName())) { 195 ICommand[] newCommands = new ICommand[commands.length + 1]; 196 System.arraycopy(commands, 0, newCommands, 1, commands.length); 214 ICommand[] commands = desc.getBuildSpec(); local 217 for (int i = 0; i < commands.length; ++i) { 218 if (PreCompilerBuilder.ID.equals(commands[i].getBuilderName())) { 226 for (int i = 0; i < commands.length; ++i) 259 ICommand[] commands = desc.getBuildSpec(); local 285 ICommand[] commands = description.getBuildSpec(); local [all...] |
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
GraphReader.java | 559 CommandStack commands = new CommandStack(context); local 560 reader.parseString(source, commands); 561 commands.execute(); 562 return commands.getBuilder(); 570 CommandStack commands = new CommandStack(context); local 571 reader.parseInput(inputStream, commands); 572 commands.execute(); 573 return commands.getBuilder();
|
/cts/libs/vogar-expect/src/vogar/commands/ |
Command.java | 17 package vogar.commands; 262 * This must be a <strong>local</strong> directory; Commands run on
|
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/ |
SensorCtsHelper.java | 151 String commands[] = new String[] { local 170 for(String command : commands) {
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeyGetAppFrameRateEvent.java | 17 package com.android.commands.monkey;
|
MonkeyGetFrameRateEvent.java | 17 package com.android.commands.monkey;
|
MonkeyMotionEvent.java | 17 package com.android.commands.monkey;
|
/external/chromium_org/chrome/browser/extensions/api/commands/ |
command_service.cc | 5 #include "chrome/browser/extensions/api/commands/command_service.h" 11 #include "chrome/browser/extensions/api/commands/commands.h" 19 #include "chrome/common/extensions/api/commands/commands_handler.h" 135 const extensions::CommandMap* commands = local 137 if (!commands) 140 extensions::CommandMap::const_iterator iter = commands->begin(); 141 for (; iter != commands->end(); ++iter) { 252 const extensions::CommandMap* commands = local 254 if (!commands) [all...] |
/external/chromium_org/chrome/browser/sessions/ |
session_backend.cc | 56 // added to commands. 58 std::vector<SessionCommand*>* commands); 62 // either there are no commands, or there was an error. Use errored_ to 92 std::vector<SessionCommand*>* commands) { 109 read_commands.swap(*commands); 227 std::vector<SessionCommand*>* commands, 238 !AppendCommandsToFile(current_session_file_.get(), *commands)) { 242 STLDeleteElements(commands); 243 delete commands; 254 ScopedVector<SessionCommand> commands; local [all...] |
/external/chromium_org/tools/gn/ |
command_desc.cc | 10 #include "tools/gn/commands.h" 20 namespace commands { namespace 344 } // namespace commands
|
/external/clang/test/Sema/ |
init.c | 44 struct cdiff_cmd commands[] = { variable in typeref:struct:cdiff_cmd
|
/external/linux-tools-perf/ |
perf.c | 6 * This is the main hub from which the sub-commands (perf stat, 104 * commands can be written with "--" prepended 312 static struct cmd_struct commands[] = { local 362 for (i = 0; i < ARRAY_SIZE(commands); i++) { 363 struct cmd_struct *p = commands+i; 485 * We use PATH to find perf commands, but we prepend some higher
|
/external/smack/src/org/jivesoftware/smackx/commands/ |
AdHocCommand.java | 20 package org.jivesoftware.smackx.commands;
40 * Commands may have zero or more stages. Each stage is usually used for
42 * move forward or backward across the different stages. Commands may not be
46 * Commands that require user interaction (i.e. have more than one stage) will
220 * previous stage. This method will be only invoked for commands that have one
232 * previous stage. This method will be only invoked for commands that have one
263 * {@link Action#complete complete}. This method will be only invoked for commands that
288 * method will never be invoked for commands that have no stages.
|
/frameworks/base/cmds/input/src/com/android/commands/input/ |
Input.java | 17 package com.android.commands.input; 279 System.err.println("The commands and default sources are:");
|
/frameworks/base/cmds/settings/src/com/android/commands/settings/ |
SettingsCmd.java | 17 package com.android.commands.settings;
|
/frameworks/base/tools/preload/ |
MemoryUsage.java | 222 String[] commands = GET_DIRTY_PAGES; local 226 commandList.addAll(Arrays.asList(commands)); 228 commands = commandList.toArray(new String[commandList.size()]); 232 final Process process = Runtime.getRuntime().exec(commands); 251 + ": " + line + "; command was " + Arrays.toString(commands));
|
/frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/ |
RunTestCommand.java | 17 package com.android.commands.uiautomator; 22 import com.android.commands.uiautomator.Launcher.Command;
|
/frameworks/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/ |
RunTestCommand.java | 17 package com.android.commands.uiautomator; 22 import com.android.commands.uiautomator.Launcher.Command;
|
/libcore/luni/src/test/java/tests/api/java/lang/ |
ProcessManagerTest.java | 38 String[] commands = { "cat" }; local 39 Process process = Runtime.getRuntime().exec(commands, null, null); 52 String[] commands = { "sleep", "1" }; local 53 process = Runtime.getRuntime().exec(commands, null, null); 64 String[] commands = { "sleep", "1000"}; 66 process = Runtime.getRuntime().exec(commands, null, null); 115 String[] commands = { "sh", "-c", "pwd" }; local 117 commands, null, new File("/")); 123 String[] commands = { "sh", "-c", "echo $FOO" }; local 128 commands, environment, null) 183 String[] commands = { "ls", "\/proc\/self\/fd" }; local 219 String[] commands = { "doesnotexist" }; local [all...] |
ProcessTest.java | 52 String[] commands = { "cat", "-"}; local 53 Process p = Runtime.getRuntime().exec(commands, null, null); 80 String[] commands = { "cat", "--no-such-option"}; local 81 Process p = Runtime.getRuntime().exec(commands, null, null); 109 String[] commands = { "ls" }; local 110 Process process = Runtime.getRuntime().exec(commands, null, null); 129 String[] commands = { "ls"}; local 130 Process process = Runtime.getRuntime().exec(commands, null, null);
|
/system/core/init/ |
init.h | 28 /* list of commands in an action */ 47 struct listnode commands; member in struct:action
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
CodeMirrorTextEditor.js | 178 CodeMirror.commands.autocomplete = WebInspector.CodeMirrorTextEditor.autocompleteCommand; 180 CodeMirror.commands.smartNewlineAndIndent = function(codeMirror) 206 CodeMirror.commands.undoAndReveal = function(codemirror) 214 CodeMirror.commands.redoAndReveal = function(codemirror) [all...] |
/bionic/libc/kernel/common/linux/ |
hdsmart.h | 95 ata_smart_errorlog_command_struct_t commands[6]; member in struct:ata_smart_errorlog_struct_s
|