HomeSort by relevance Sort by last modified time
    Searched defs:author (Results 1 - 25 of 48) sorted by null

1 2

  /external/chromium-trace/trace-viewer/tracing/third_party/python_gflags/
setup.py 38 author='Google Inc. and others', variable
  /external/lldb/test/pexpect-2.4/
setup.py 10 author='Noah Spurrier', variable
  /external/chromium-trace/trace-viewer/third_party/six/
setup.py 24 author="Benjamin Peterson", variable
  /external/chromium-trace/trace-viewer/third_party/webapp2/
setup.py 45 author = 'Rodrigo Moraes', variable
  /external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/
setup.py 26 author='The Closure Linter Authors', variable
  /external/llvm/utils/lit/
setup.py 16 author = lit.__author__, variable
  /external/chromium-trace/trace-viewer/third_party/WebOb/
setup.py 48 author='Ian Bicking', variable
  /external/chromium-trace/trace-viewer/third_party/Paste/
setup.py 50 author="Ian Bicking", variable
  /external/markdown/
setup.py 33 author = 'Manfred Stienstra and Yuri takhteyev', variable in class:md_install_scripts
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
AuthorBox.java 37 private String author; field in class:AuthorBox
55 * Author information.
57 * @return the author
60 return author;
67 public void setAuthor(String author) {
68 this.author = author;
72 return 7 + Utf8.utf8StringLengthInBytes(author);
79 author = IsoTypeReader.readString(content);
86 byteBuffer.put(Utf8.convert(author));
    [all...]
  /hardware/libhardware/include/hardware/
hardware.h 138 /** Author/owner/implementor of the module */
139 const char *author; member in struct:hw_module_t
  /external/libpng/contrib/gregbook/
writepng.h 10 express or implied. In no event shall the author or contributors
102 char *author; member in struct:_mainprog_info
  /frameworks/support/v4/api21/android/support/v4/app/
NotificationCompatApi21.java 46 private static final String KEY_AUTHOR = "author";
133 String author = null; local
135 author = uc.getParticipants()[0];
141 m.putString(KEY_AUTHOR, author);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decorators.py 12 def author(name): member in class:MiscDecorators
14 func.__dict__['author'] = name
88 @decorators.author('Cleese')
91 self.assertEqual(foo.author, 'Cleese')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decorators.py 12 def author(name): member in class:MiscDecorators
14 func.__dict__['author'] = name
88 @decorators.author('Cleese')
91 self.assertEqual(foo.author, 'Cleese')
  /frameworks/base/sax/tests/saxtests/src/android/sax/
SafeSaxTest.java 233 Element author = entry.getChild(ATOM_NAMESPACE, "author"); local
234 author.getChild(ATOM_NAMESPACE, "name")
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/
doxia-sink-api-1.0-alpha-7.jar 
  /external/pdfium/fpdfsdk/src/javascript/
Document.cpp 68 JS_STATIC_PROP_ENTRY(author)
832 FX_BOOL Document::author(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) function in class:Document
841 vp << pDictionary->GetUnicodeText("Author");
850 pDictionary->SetAtString("Author", PDF_EncodeText(csAuthor));
863 CFX_WideString cwAuthor = pDictionary->GetUnicodeText("Author");
881 JS_PutObjectString(isolate, pObj, L"Author", cwAuthor.c_str());
    [all...]
  /frameworks/base/core/java/android/app/
Notification.java 5503 String author = null; local
    [all...]
  /prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar 
  /libcore/benchmarks/src/benchmarks/regression/
R.java 1366 public static final int author = 0; field in class:R
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 

Completed in 1584 milliseconds

1 2