HomeSort by relevance Sort by last modified time
    Searched refs:author (Results 226 - 250 of 547) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/lge/bullhead/liblight/
lights.c 260 .author = "Google, Inc.",
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
check.py 81 name, version, URL, (author and author_email) or
95 if metadata.author:
97 self.warn("missing meta-data: if 'author' supplied, " +
104 self.warn("missing meta-data: either (author and author_email) " +
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_upload.py 110 pkg_dir, dist = self.create_dist(dist_files=dist_files, author=u'dédé')
  /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/brotli/
setup.py 126 AUTHOR = 'The Brotli Authors'
258 author=AUTHOR, variable in class:BuildExt
  /external/libxml2/python/
setup.py 231 author = "Daniel Veillard",
setup.py.in 231 author = "Daniel Veillard",
  /external/python/cpython2/Lib/distutils/command/
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) " +
  /external/python/cpython2/Lib/distutils/tests/
test_upload.py 114 pkg_dir, dist = self.create_dist(dist_files=dist_files, author=u'dédé')
  /external/v8/tools/release/
auto_tag.py 174 if not options.dry_run and not options.author:
  /hardware/libhardware/modules/camera/3_0/
CameraHAL.cpp 178 .author = "The Android Open Source Project",
  /hardware/libhardware/modules/sensors/dynamic_sensor/
sensors.cpp 160 .author = "Google",
  /hardware/libhardware/modules/thermal/
thermal.c 176 .author = "The Android Open Source Project",
  /hardware/libhardware/modules/vibrator/
vibrator.c 200 .author = "The Android Open Source Project",
  /hardware/qcom/power/
power.c 217 .author = "The Android Open Source Project",
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
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/gdb/linux-x86/lib/python2.7/distutils/command/
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/darwin-x86/2.7.5/lib/python2.7/distutils/command/
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/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/command/
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/tests/
test_upload.py 110 pkg_dir, dist = self.create_dist(dist_files=dist_files, author=u'dédé')
  /system/nfc/halimpl/bcm2079x/
nfc_nci.c 160 .author = "Broadcom Corporation",
  /external/autotest/client/common_lib/
control_data_unittest.py 14 AUTHOR = 'Author'
38 AUTHOR = 'Author'
94 self.assertEquals(cd.author, "Author")
127 self.assertEquals(cd.author, "Author")
  /external/drm_hwcomposer/
platformnv.cpp 65 if (strcasecmp(gralloc_->common.author, "NVIDIA"))
67 gralloc_->common.author);
  /external/libxml2/
check-relaxng-test-suite.py 322 authors = node.xpathEval('author')
329 for author in authors:
330 msg = msg + author.content + " "

Completed in 2102 milliseconds

1 2 3 4 5 6 7 8 91011>>