HomeSort by relevance Sort by last modified time
    Searched refs:commands (Results 101 - 125 of 1164) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
token.ml 8 (* commands *)
  /external/llvm/utils/lit/lit/
ShCommands.py 39 def __init__(self, commands, negate=False, pipe_err=False):
40 self.commands = commands
45 return 'Pipeline(%r, %r, %r)' % (self.commands, self.negate,
52 return ((self.commands, self.negate, self.pipe_err) ==
53 (other.commands, other.negate, self.pipe_err))
60 for cmd in self.commands:
62 if cmd is not self.commands[-1]:
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/
token.ml 8 (* commands *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
token.ml 8 (* commands *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
token.ml 8 (* commands *)
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
ShCommands.py 39 def __init__(self, commands, negate=False, pipe_err=False):
40 self.commands = commands
45 return 'Pipeline(%r, %r, %r)' % (self.commands, self.negate,
52 return cmp((self.commands, self.negate, self.pipe_err),
53 (other.commands, other.negate, self.pipe_err))
60 for cmd in self.commands:
62 if cmd is not self.commands[-1]:
  /frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
EventsCommand.java 17 package com.android.commands.uiautomator;
22 import com.android.commands.uiautomator.Launcher.Command;
  /packages/apps/Dialer/java/com/android/dialer/commandline/
CommandSupplier.java 23 /** Supplies commands */
31 public abstract ImmutableMap<String, Command> commands(); method in class:CommandSupplier
35 return commands();
  /build/kati/
command.h 38 void Eval(DepNode* n, vector<Command*>* commands);
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyEvent.java 17 package com.android.commands.monkey;
  /external/autotest/client/deps/gtest/
gtest.py 7 import common, commands, logging, os, shutil
  /external/autotest/client/site_tests/hardware_Keyboard/
hardware_Keyboard.py 5 import glob, logging, os, sys, commands
37 (status, output) = commands.getstatusoutput(cmd)
51 (status, output) = commands.getstatusoutput(cmd)
72 (status, output) = commands.getstatusoutput(cmd)
  /external/brotli/c/enc/
backward_references.h 24 /* "commands" points to the next output command to write to, "*num_commands" is
25 initially the total amount of commands output by previous
32 size_t* last_insert_len, Command* commands, size_t* num_commands,
backward_references_hq.h 29 size_t* last_insert_len, Command* commands, size_t* num_commands,
36 size_t* last_insert_len, Command* commands, size_t* num_commands,
67 /* Computes the shortest path of commands from position to at most
70 On return, path->size() is the number of commands found and path[i] is the
72 Note that the sum of the lengths of all commands can be less than num_bytes.
90 Command* commands, size_t* num_literals);
  /external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/commands/
Version.java 12 package org.jacoco.cli.internal.commands;
  /external/skia/debugger/QT/
SkDrawCommandGeometryWidget.cpp 81 const SkTDArray<SkDrawCommand*>& commands = fDebugger->getDrawCommands(); local
82 if (0 != commands.count() && fCommandIndex >= 0) {
83 SkASSERT(commands.count() > fCommandIndex);
84 SkDrawCommand* command = commands[fCommandIndex];
  /external/skqp/debugger/QT/
SkDrawCommandGeometryWidget.cpp 81 const SkTDArray<SkDrawCommand*>& commands = fDebugger->getDrawCommands(); local
82 if (0 != commands.count() && fCommandIndex >= 0) {
83 SkASSERT(commands.count() > fCommandIndex);
84 SkDrawCommand* command = commands[fCommandIndex];
  /external/vogar/src/vogar/tasks/
MkdirTask.java 21 import vogar.commands.Mkdir;
RmTask.java 21 import vogar.commands.Rm;
  /packages/apps/Camera2/src/com/android/camera/one/v2/commands/
BasicPreviewCommandFactory.java 17 package com.android.camera.one.v2.commands;
  /platform_testing/libraries/launcher-helper/
Android.mk 24 LOCAL_STATIC_JAVA_LIBRARIES := dpad-util commands-helper activity-helper
  /platform_testing/libraries/system-helpers/
Android.mk 23 commands-helper \
  /platform_testing/libraries/system-helpers/sysui-helper/
Android.mk 23 commands-helper \
  /system/netd/server/
IptablesBaseTest.h 31 static int fakeExecIptablesRestore(IptablesTarget target, const std::string& commands);
32 static int fakeExecIptablesRestoreWithOutput(IptablesTarget target, const std::string& commands,
35 const std::string& commands, std::string *output);
  /external/curl/docs/cmdline-opts/
quote.d 7 Send an arbitrary command to the remote FTP or SFTP server. Quote commands are
9 FTP transfer, to be exact). To make commands take place after a successful
10 transfer, prefix them with a dash '-'. To make commands be sent after curl
13 number of commands.
15 If the server returns failure for one of the commands, the entire operation
16 will be aborted. You must send syntactically correct FTP commands as RFC 959
17 defines to FTP servers, or one of the commands listed below to SFTP servers.
23 SFTP is a binary protocol. Unlike for FTP, curl interprets SFTP quote commands
26 all supported SFTP quote commands:
40 The ln and symlink commands create a symbolic link at the target_file locatio
    [all...]

Completed in 507 milliseconds

1 2 3 45 6 7 8 91011>>