HomeSort by relevance Sort by last modified time
    Searched full:getcomments (Results 1 - 25 of 34) sorted by null

1 2

  /system/tools/aidl/
aidl_language_y.yy 99 $$ = new AidlQualifiedName($1->GetText(), $1->GetComments());
141 $$ = new AidlInterface($2->GetText(), @2.begin.line, $1->GetComments(),
147 $$ = new AidlInterface($3->GetText(), @3.begin.line, $1->GetComments(),
190 $1->GetComments());
195 $1->GetComments());
201 $1->GetComments(), $7);
206 $1->GetComments(), $8);
240 $$ = new AidlType($1->GetDotName(), @1.begin.line, $1->GetComments(), false);
244 $$ = new AidlType($1->GetDotName(), @1.begin.line, $1->GetComments(),
250 $1->GetComments(), false)
    [all...]
aidl_language.h 21 const std::string& GetComments() const { return comments_; }
63 const std::string& GetComments() const { return comments_; }
172 const std::string& GetComments() const { return comments_; }
242 const std::string& GetComments() const { return comments_; }
287 const std::string& GetComments() const { return comments_; }
generate_java_binder.cpp 285 decl->comment = method.GetComments();
385 proxy->comment = method.GetComments();
516 interface->comment = iface->GetComments();
  /external/pcre/dist/
pcre_scanner_unittest.cc 32 // Unittest for scanner, especially GetNextComments and GetComments()
103 s.GetComments(0, sizeof(input), &comments);
110 s.GetComments(0, (int)(strchr(input, '/') - input), &comments);
114 s.GetComments((int)(strchr(input, '/') - input - 1), sizeof(input),
122 s.GetComments((int)(strchr(input, '/') - input - 1),
pcre_scanner.cc 164 void Scanner::GetComments(int start, int end, vector<StringPiece> *ranges) {
pcre_scanner.h 141 void GetComments(int start, int end, std::vector<StringPiece> *ranges);
  /external/libgdx/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/parsing/
RobustJavaMethodParser.java 184 ArrayList<JniSection> sections = getComments(classFile);
198 ArrayList<JniSection> sections = getComments(classFile);
208 private ArrayList<JniSection> getComments (String classFile) {
  /external/clang/include/clang/AST/
RawCommentList.h 188 ArrayRef<RawComment *> getComments() const {
  /external/llvm/lib/CodeGen/AsmPrinter/
DebugLocStream.h 119 ArrayRef<std::string> getComments(const Entry &E) const {
DwarfDebug.cpp     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_inspect.py 25 # getdoc, getfile, getmodule, getsourcefile, getcomments, getsource,
254 self.assertEqual(inspect.getcomments(mod), '# line 1\n')
255 self.assertEqual(inspect.getcomments(mod.StupidGit), '# line 20\n')
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_inspect.py 25 # getdoc, getfile, getmodule, getsourcefile, getcomments, getsource,
254 self.assertEqual(inspect.getcomments(mod), '# line 1\n')
255 self.assertEqual(inspect.getcomments(mod.StupidGit), '# line 20\n')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_inspect.py 25 # getdoc, getfile, getmodule, getsourcefile, getcomments, getsource,
254 self.assertEqual(inspect.getcomments(mod), '# line 1\n')
255 self.assertEqual(inspect.getcomments(mod.StupidGit), '# line 20\n')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_inspect.py 25 # getdoc, getfile, getmodule, getsourcefile, getcomments, getsource,
254 self.assertEqual(inspect.getcomments(mod), '# line 1\n')
255 self.assertEqual(inspect.getcomments(mod.StupidGit), '# line 20\n')
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
inspect.py 16 getdoc(), getcomments() - get documentation on an object
585 def getcomments(object): function
    [all...]
pydoc.py 83 result = inspect.getdoc(object) or inspect.getcomments(object)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
inspect.py 16 getdoc(), getcomments() - get documentation on an object
585 def getcomments(object): function
    [all...]
pydoc.py 83 result = inspect.getdoc(object) or inspect.getcomments(object)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 16 getdoc(), getcomments() - get documentation on an object
585 def getcomments(object): function
    [all...]
pydoc.py 83 result = inspect.getdoc(object) or inspect.getcomments(object)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 16 getdoc(), getcomments() - get documentation on an object
585 def getcomments(object): function
    [all...]
pydoc.py 83 result = inspect.getdoc(object) or inspect.getcomments(object)
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-model/2.0.9/
maven-model-2.0.9.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-model/2.2.1/
maven-model-2.2.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-model-3.2.1.jar 

Completed in 1903 milliseconds

1 2