HomeSort by relevance Sort by last modified time
    Searched refs:Input (Results 151 - 175 of 254) sorted by null

1 2 3 4 5 67 8 91011

  /external/bison/doc/
bison.x 8 It should be upwardly compatible with input files designed
12 Input files should follow the
19 of the input file.
22 code in the input file, you can end his name by a C++-like extension
  /external/clang/include/clang/Frontend/
CompilerInstance.h 559 /// will cause the source manager to truncate the input source file at the
612 /// \param BaseInput - If \p OutputPath is empty, the input path name to use
645 bool InitializeSourceManager(const FrontendInputFile &Input);
651 static bool InitializeSourceManager(const FrontendInputFile &Input,
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
FieldIdItem.java 32 import org.jf.dexlib.Util.Input;
101 protected void readItem(Input in, ReadContext readContext) {
HeaderItem.java 33 import org.jf.dexlib.Util.Input;
69 protected void readItem(Input in, ReadContext readContext) {
TypeListItem.java 32 import org.jf.dexlib.Util.Input;
92 protected void readItem(Input in, ReadContext readContext) {
ClassDefItem.java 35 import org.jf.dexlib.Util.Input;
128 protected void readItem(Input in, ReadContext readContext) {
ClassDataItem.java 166 protected void readItem(Input in, ReadContext readContext) {
631 * @param in the Input object to read the <code>EncodedField</code> from
635 private EncodedField(DexFile dexFile, Input in, @Nullable EncodedField previousEncodedField) {
747 * @param in the Input object to read the <code>EncodedMethod</code> from
751 public EncodedMethod(DexFile dexFile, ReadContext readContext, Input in, EncodedMethod previousEncodedMethod) {
    [all...]
  /frameworks/base/cmds/input/src/com/android/commands/input/
Input.java 17 package com.android.commands.input;
19 import android.hardware.input.InputManager;
32 public class Input {
33 private static final String TAG = "Input";
41 (new Input()).run(args);
80 // determine input source
140 * @param text is a string of characters you want to input to the device.
204 * @param inputSource the InputDevice.SOURCE_* sending the input event
222 * @param inputSource the InputDevice.SOURCE_* sending the input event
240 Log.i("Input", "injectMotionEvent: " + event)
    [all...]
  /frameworks/compile/mclinker/include/mcld/
GeneralOptions.h 22 class Input;
26 * - input files
27 * - attribute of input files
329 Input* m_pDefaultBitcode;
366 bool m_bBinaryInput : 1; // -b [input-format], --format=[input-format]
  /external/chromium/chrome/browser/chromeos/
proxy_config_service_impl_unittest.cc 26 struct Input { // Fields of chromeos::ProxyConfigServiceImpl::ProxyConfig.
53 Input input; member in struct:chromeos::__anon3983::__anon3984
66 { // Input.
82 { // Input.
98 { // Input.
115 { // Input.
132 { // Input.
152 { // Input.
172 { // Input
455 const Input& input = tests[i].input; local
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 338 // Unrecoverable failure: don't even try to process the input file.
577 bool CompilerInstance::InitializeSourceManager(const FrontendInputFile &Input){
578 return InitializeSourceManager(Input, getDiagnostics(),
583 bool CompilerInstance::InitializeSourceManager(const FrontendInputFile &Input,
589 Kind = Input.isSystem() ? SrcMgr::C_System : SrcMgr::C_User;
591 if (Input.isBuffer()) {
592 SourceMgr.createMainFileIDForMemBuffer(Input.getBuffer(), Kind);
598 StringRef InputFile = Input.getFile();
651 // taking it as an input instead of hard-coding llvm::errs.
719 /// \brief Determine the appropriate source input kind based on languag
    [all...]
  /external/clang/include/clang/Driver/
Driver.h 141 /// Whether to check that input files exist when constructing compilation
150 /// Certain options suppress the 'no input files' warning.
164 /// TranslateInputArgs - Create a new derived argument list from the input
237 /// \param Args - The input arguments.
247 /// \param Args - The input arguments.
256 /// \param Args - The input arguments.
325 /// \p Phase on the \p Input, taking in to account arguments
328 Action *Input) const;
347 /// \param BaseInput - The original input file that this action was
  /external/jmonkeyengine/engine/src/core/com/jme3/input/
KeyInput.java 33 package com.jme3.input;
38 public interface KeyInput extends Input {
  /external/v8/test/cctest/
test-liveedit.cc 43 class StringCompareInput : public Comparator::Input {
96 StringCompareInput input(s1, s2);
103 Comparator::CalculateDifference(&input, &writer);
  /external/webrtc/src/common_audio/signal_processing/
spl_sqrt_floor.s 7 @ Input : r0 32 bit unsigned integer
  /frameworks/base/include/androidfw/
VelocityTracker.h 20 #include <androidfw/Input.h>
  /frameworks/base/services/input/
InputListener.h 20 #include <androidfw/Input.h>
29 /* Superclass of all input event argument objects */
154 * The interface used by the InputReader to notify the InputListener about input events.
InputWindow.h 20 #include <androidfw/Input.h>
33 * Describes the properties of a window that can receive input.
154 * Handle for a window that can receive input.
156 * Used by the native input dispatcher to indirectly refer to the window manager objects
183 * This method should only be called from within the input dispatcher's
PointerController.h 23 #include <androidfw/Input.h>
  /frameworks/compile/mclinker/lib/LD/
TextDiagnosticPrinter.cpp 159 void TextDiagnosticPrinter::beginInput(const Input& pInput, const LinkerConfig& pConfig)
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CatService.java 108 "Service: Input parameters must not be null");
356 Input cmdInput = null;
414 ResultCode resultCode, Input cmdInput, ByteArrayOutputStream buf) {
442 private void getInKeyResponse(ByteArrayOutputStream buf, Input cmdInput) {
688 Input input = mCurrntCmd.geInput(); local
689 if (!input.yesNo) {
694 input.ucs2, input.packed);
  /external/chromium/third_party/libjingle/source/talk/examples/call/
call_main.cc 64 void Input(const char * data, int len) {
196 // the the input voice and video streams.
212 // will get input from the console, parse it, and pass the appropriate
231 DEFINE_string(voiceinput, NULL, "RTP dump file for voice input.");
233 DEFINE_string(videoinput, NULL, "RTP dump file for video input.");
378 pump.client()->SignalLogInput.connect(&debug_log_, &DebugLog::Input);
  /frameworks/base/libs/androidfw/
Android.mk 31 Input.cpp \
  /packages/apps/Stk/src/com/android/stk/
StkInputActivity.java 40 import com.android.internal.telephony.cat.Input;
43 * Display a request for a text input a long with a text edit form.
55 private Input mStkInput = null;
87 String input = null; local
95 input = mTextIn.getText().toString();
99 input = YES_STR_RESPONSE;
102 input = NO_STR_RESPONSE;
106 sendResponse(StkAppService.RES_ID_INPUT, input, false);
138 mStkInput = intent.getParcelableExtra("INPUT");
187 private void sendResponse(int resId, String input, boolean help)
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 513 static void expandUCNs(SmallVectorImpl<char> &Buf, StringRef Input) {
514 for (StringRef::iterator I = Input.begin(), E = Input.end(); I != E; ++I) {

Completed in 877 milliseconds

1 2 3 4 5 67 8 91011