HomeSort by relevance Sort by last modified time
    Searched refs:author (Results 176 - 200 of 366) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 228 author = metadata.author
229 if not author:
230 author = metadata.maintainer
231 if not author:
232 author = "UNKNOWN"
247 sversion, author)
    [all...]
check.py 85 name, version, URL, (author and author_email) or
99 if metadata.author:
101 self.warn("missing meta-data: if 'author' supplied, " +
108 self.warn("missing meta-data: either (author and author_email) " +
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 228 author = metadata.author
229 if not author:
230 author = metadata.maintainer
231 if not author:
232 author = "UNKNOWN"
247 sversion, author)
    [all...]
check.py 85 name, version, URL, (author and author_email) or
99 if metadata.author:
101 self.warn("missing meta-data: if 'author' supplied, " +
108 self.warn("missing meta-data: either (author and author_email) " +
  /device/asus/fugu/power/
power.c 182 author: "Intel",
  /device/asus/grouper/nfc/
nfc_hw.c 146 .author = "The Android Open Source Project",
  /device/generic/goldfish/lights/
lights_qemu.c 211 .author = "The Android Open Source Project",
  /device/htc/flounder/lights/
lights.c 165 .author = "NVIDIA",
  /device/htc/flounder/power/
power_flounder.c 202 author: "The Android Open Source Project",
  /device/lge/hammerhead/liblight/
lights.c 256 .author = "Google, Inc.",
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
constants.rb 19 3. The name of the author may not be used to endorse or promote products
22 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
25 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  /external/libnfc-nci/halimpl/bcm2079x/
nfc_nci.c 184 .author = "Broadcom Corporation",
  /hardware/libhardware/modules/camera/
CameraHAL.cpp 178 author : "The Android Open Source Project",
  /hardware/qcom/power/
power.c 217 .author = "The Android Open Source Project",
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_upload.py 110 pkg_dir, dist = self.create_dist(dist_files=dist_files, author=u'dédé')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_upload.py 110 pkg_dir, dist = self.create_dist(dist_files=dist_files, author=u'dédé')
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
speech_rule_store.js 9 * author needs for a particular markup type such as MathML or HTML
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_error_handler.js 9 * @author Mike West <mkwst@google.com>
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
rebaseline.py 682 author = None
    [all...]
  /external/chromium_org/third_party/libxml/src/
check-relaxng-test-suite.py 322 authors = node.xpathEval('author')
329 for author in authors:
330 msg = msg + author.content + " "
check-relaxng-test-suite2.py 335 authors = node.xpathEval('author')
342 for author in authors:
343 msg = msg + author.content + " "
  /external/pdfium/fpdfsdk/include/javascript/
Document.h 90 FX_BOOL author(OBJ_PROP_PARAMS);
208 JS_STATIC_PROP(author, Document);
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
wallpaper_manager.js 674 * author: string, authorWebsite: string, availableOffline: boolean}}
679 // Only online wallpapers have author and website attributes. All other type
683 $('author-name').textContent = selectedItem.author;
684 $('author-website').textContent = $('author-website').href =
706 $('author-name').textContent = '';
707 $('author-website').textContent = $('author-website').href = '';
    [all...]
  /external/chromium_org/v8/tools/push-to-trunk/
common_includes.py 100 for (title, body, author) in commit_messages:
123 # Append the commit's author for reference if not in auto-format mode.
125 result += "%s\n" % Fill80("(%s)" % author.strip())
461 self.GitUpload(reviewer, self._options.author, self._options.force_upload)
540 parser.add_argument("-a", "--author", default="",
541 help="The author email used for rietveld.")
  /external/antlr/antlr-3.4/runtime/Ruby/lib/
antlr3.rb 19 3. The name of the author may not be used to endorse or promote products
22 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
25 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
96 @author Kyle Yetter

Completed in 449 milliseconds

1 2 3 4 5 6 78 91011>>