HomeSort by relevance Sort by last modified time
    Searched defs:commands (Results 201 - 225 of 319) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/skia/tools/json/
SkJSONRenderer.cpp 961 Json::Value commands = root[SKJSONCANVAS_COMMANDS]; local
    [all...]
  /external/valgrind/coregrind/
vgdb.c 53 2. standalone to send monitor commands to a running valgrind-ified process
68 Once all the commands are sent and their replies received, vgdb will exit.
935 sends the provided commands (using qRcmd packets)
940 char *commands[] )
982 fprintf (stderr, "sending command %s to pid %d\n", commands[nc], pid);
986 hexcommand = vmalloc (packet_len_for_command(commands[nc]));
989 for (i = 0; i < strlen(commands[nc]); i++) {
990 sprintf(hex, "%02x", (unsigned char) commands[nc][i]);
1490 char *commands[argc]; \/\/ we will never have more commands than args. local
    [all...]
  /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 1116 Vector<String8> commands; local
1128 commands.add(String8(str8))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/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
565 * DRM_VMW_FENCE_FLAG_EXEC: All commands ahead of the fence in the command
569 * commands
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectHelper.java 1052 ICommand[] commands = project.getDescription().getBuildSpec(); local
    [all...]
  /system/netd/server/
BandwidthController.cpp 272 std::string commands = android::base::Join(IPT_FLUSH_COMMANDS, '\n'); local
273 iptablesRestoreFunction(V4V6, commands);
299 std::string commands = android::base::Join(IPT_BASIC_ACCOUNTING_COMMANDS, '\n'); local
300 return iptablesRestoreFunction(V4V6, commands);
314 int BandwidthController::runCommands(int numCommands, const char *commands[],
321 ALOGV("runCommands(): %d commands", numCommands);
323 res = runIpxtablesCmd(commands[cmdNum], IptJumpNoAdd, failureLogging);
    [all...]
  /external/jcommander/src/test/java/com/beust/jcommander/
JCommanderTest.java 435 private void verifyCommandOrdering(String[] commandNames, Object[] commands) {
439 for (int i = 0; i < commands.length; i++) {
440 jc.addCommand(commandNames[i], commands[i]);
444 Assert.assertEquals(c.size(), commands.length);
447 for (int i = 0; i < commands.length; i++) {
474 final String[] commands = { local
477 jCommander.parse(commands);
483 final String[] commands = { local
486 jCommander.parse(commands);
493 final String[] commands = local
505 public List<String> commands=new ArrayList<String>(); field in class:JCommanderTest.Help
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.eclipse.ant.core_3.2.200.v20100427.jar 
org.eclipse.equinox.launcher.jar 
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
  /bionic/libc/kernel/uapi/drm/
vmwgfx_drm.h 126 uint64_t commands; member in struct:drm_vmw_execbuf_arg
  /external/kernel-headers/original/uapi/drm/
vmwgfx_drm.h 287 * @commands: User-space address of a command buffer cast to an uint64_t.
305 uint64_t commands; member in struct:drm_vmw_execbuf_arg
593 * DRM_VMW_FENCE_FLAG_EXEC: All commands ahead of the fence in the command
597 * commands
884 * be used as the surface ID in commands referencing the surface.
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java 17 package com.android.commands.pm;
    [all...]
  /ndk/sources/host-tools/make-3.81/
read.c 28 #include "commands.h"
135 struct dep *deps, unsigned int cmds_started, char *commands,
463 char *commands;
483 cmds_started, commands, commands_idx, two_colon, \
500 in DEPS and commands in COMMANDS. These are used to define a rule
508 commands = xmalloc (200);
538 /* Ignore the commands in a rule with no targets. */
558 commands = xrealloc (commands, commands_len)
459 char *commands; local
    [all...]
  /packages/apps/Email/provider_src/com/android/email/mail/store/
ImapFolder.java 473 List<String> commands = new ArrayList<String>(); local
484 commands.add(ImapConstants.UID_SEARCH + " CHARSET " + charset + " OR FROM " + octetLength);
485 commands.add(filter + " (OR TO " + octetLength);
486 commands.add(filter + " (OR CC " + octetLength);
487 commands.add(filter + " (OR SUBJECT " + octetLength);
488 commands.add(filter + " BODY " + octetLength);
489 commands.add(filter + ")))");
490 return getMessagesInternal(complexSearchForUids(commands), listener);
493 /* package */ String[] complexSearchForUids(List<String> commands) throws MessagingException {
497 return getSearchUids(mConnection.executeComplexCommand(commands, false))
    [all...]
  /external/v8/src/compiler/
ast-graph-builder.cc 173 // Performs one of the above commands on this stack of control scopes. This
211 // control-flow commands that cause entry into a finally-block, and re-apply
238 // Applies all recorded control-flow commands after the finally-block again.
369 ControlScopeForFinally(AstGraphBuilder* owner, DeferredCommands* commands,
371 : ControlScope(owner), commands_(commands), control_(control) {
1462 ControlScope::DeferredCommands* commands = local
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 175 * commands that can create events, delete or update events, and then
773 * This sequence of commands inserts and deletes some events.
2518 Command[] commands; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
mach-o.c 618 /* Copy commands. */
2917 bfd_mach_o_load_command *commands; local
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
buildTools.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 

Completed in 1229 milliseconds

1 2 3 4 5 6 7 891011>>