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

1 2 3 45 6 7 8 91011

  /external/smali/dexlib/src/main/java/org/jf/dexlib/
AnnotationSetRefList.java 32 import org.jf.dexlib.Util.Input;
75 protected void readItem(Input in, ReadContext readContext) {
MapItem.java 32 import org.jf.dexlib.Util.Input;
66 protected void readItem(Input in, ReadContext readContext) {
StringDataItem.java 32 import org.jf.dexlib.Util.Input;
87 protected void readItem(Input in, ReadContext readContext) {
StringIdItem.java 32 import org.jf.dexlib.Util.Input;
93 protected void readItem(Input in, ReadContext readContext) {
TypeIdItem.java 32 import org.jf.dexlib.Util.Input;
108 protected void readItem(Input in, ReadContext readContext) {
AnnotationSetItem.java 32 import org.jf.dexlib.Util.Input;
81 protected void readItem(Input in, ReadContext readContext) {
MethodIdItem.java 32 import org.jf.dexlib.Util.Input;
96 protected void readItem(Input in, ReadContext readContext) {
ProtoIdItem.java 32 import org.jf.dexlib.Util.Input;
96 protected void readItem(Input in, ReadContext readContext) {
  /external/clang/lib/Frontend/
LayoutOverrideSource.cpp 31 std::ifstream Input(Filename.str().c_str());
32 if (!Input.is_open())
40 while (Input.good()) {
42 getline(Input, Line);
FrontendAction.cpp 163 const FrontendInputFile &Input) {
165 assert(!Input.isEmpty() && "Unexpected empty filename!");
166 setCurrentInput(Input);
169 StringRef InputFile = Input.getFile();
176 if (Input.getKind() == IK_AST) {
189 setCurrentInput(Input, AST);
221 if (Input.getKind() == IK_LLVM_IR) {
  /external/llvm/lib/CodeGen/
UnreachableBlockElim.cpp 191 unsigned Input = phi->getOperand(1).getReg();
199 if (Input != Output) {
201 MRI.constrainRegClass(Input, MRI.getRegClass(Output));
202 MRI.replaceRegWith(Output, Input);
  /external/oprofile/libutil++/tests/
string_manip_tests.cpp 22 template <typename Input, typename Output>
24 Input input; member in struct:input_output
29 template <typename Input, typename Output, typename Result>
30 static void check_result(char const * fct_name, Input const & input,
35 << "for:\n\"" << input << "\"\n"
56 for (cur = expect_erase; cur->input; ++cur) {
57 string result = erase_to_last_of(cur->input, ';');
58 check_result("erase_to_last_of()", cur->input, cur->output
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
h264bsdCountLeadingZeros.s 24 ; Input / output registers
  /frameworks/base/include/android_runtime/
android_view_InputQueue.h 20 #include <androidfw/Input.h>
  /frameworks/base/include/androidfw/
Keyboard.h 20 #include <androidfw/Input.h>
  /frameworks/compile/libbcc/include/bcc/
Linker.h 28 class Input;
  /frameworks/compile/mclinker/tools/mcld/include/alone/
Linker.h 21 class Input;
  /frameworks/compile/mclinker/unittests/
InputTreeTest.cpp 108 Input* input = m_pAlloc->produce("FileSpec", "path1"); local
109 m_pTestee->insert<InputTree::Inclusive>(node, *input);
115 Input* input = m_pAlloc->produce("FileSpec", "path1"); local
116 m_pTestee->insert<InputTree::Inclusive>(node, *input);
139 Input* input = m_pAlloc->produce("FileSpec", "path1"); local
140 m_pTestee->insert(node, InputTree::Afterward, *input);
155 Input* input = m_pAlloc->produce("111", "/") local
    [all...]
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 240 const FrontendInputFile &Input,
258 CInvok->getFrontendOpts().Inputs.push_back(Input);
342 const FrontendInputFile &Input,
354 if (arcmt::checkForManualIssues(CInvokForCheck, Input, DiagClient,
360 CInvok.getFrontendOpts().Inputs.push_back(Input);
391 const FrontendInputFile &Input,
393 return applyTransforms(origCI, Input, DiagClient,
398 const FrontendInputFile &Input,
404 return applyTransforms(origCI, Input, DiagClient,
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
ASTParser.stg 46 RetVal.Tree := Adaptor.ErrorNode(Input, RetVal.Start as IToken,
47 Input.LT(-1), RE) as I<ASTLabelType>;
129 <label> := Input.LT(1) as I<labelType>;<\n>
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeParser.cs 54 protected ITreeNodeStream input; field in class:Antlr.Runtime.Tree.TreeParser
56 public TreeParser(ITreeNodeStream input)
59 SetTreeNodeStream(input);
62 public TreeParser(ITreeNodeStream input, RecognizerSharedState state)
65 SetTreeNodeStream(input);
70 if (input != null) {
71 input.Seek(0); // rewind the input
75 /** <summary>Set the input stream</summary> */
76 public virtual void SetTreeNodeStream(ITreeNodeStream input) {
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeParser.cs 56 protected ITreeNodeStream input; field in class:Antlr.Runtime.Tree.TreeParser
58 public TreeParser( ITreeNodeStream input )
61 SetTreeNodeStream( input );
64 public TreeParser( ITreeNodeStream input, RecognizerSharedState state )
67 SetTreeNodeStream( input );
73 if ( input != null )
75 input.Seek( 0 ); // rewind the input
79 /** <summary>Set the input stream</summary> */
80 public virtual void SetTreeNodeStream( ITreeNodeStream input )
    [all...]
  /external/llvm/lib/Support/
LockFileManager.cpp 40 std::ifstream Input(LockFileName.str().c_str());
41 if (Input >> Hostname >> PID && PID > 0 &&
  /external/smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/
AnnotationEncodedSubValue.java 35 import org.jf.dexlib.Util.Input;
50 * Constructs a new <code>AnnotationEncodedSubValue</code> by reading the value from the given <code>Input</code>
53 * @param in The <code>Input</code> object to read from
55 public AnnotationEncodedSubValue(DexFile dexFile, Input in) {
  /frameworks/compile/mclinker/include/mcld/
Module.h 45 typedef std::vector<Input*> ObjectList;
49 typedef std::vector<Input*> LibraryList;

Completed in 1101 milliseconds

1 2 3 45 6 7 8 91011