Home
last modified time | relevance | path

Searched refs:author (Results 1 – 25 of 200) sorted by relevance

12345678

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dlogmerge.py138 author = None
146 author = words[4]
147 if author[-1:] == ';':
148 author = author[:-1]
162 records.append((date, working_file, rev, author, text))
169 for (date, working_file, rev, author, text) in database:
177 prev.append((date, working_file, rev, author))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
Dmakechangelog.py52 author = parsedateprog.group(7)
53 if authormap.has_key(author): author = authormap[author]
57 print time.ctime(t), '', author
/device/asus/fugu/libaudio/
Daudio_hal_hooks.c33 .author = "The Android Open Source Project",
/device/generic/goldfish/power/
Dpower_qemu.c58 .author = "The Android Open Source Project",
/device/generic/goldfish/camera/
DEmulatedCameraHal.cpp38 author: "The Android Open Source Project",
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dbdist_msi.py224 author = metadata.author
225 if not author:
226 author = metadata.maintainer
227 if not author:
228 author = "UNKNOWN"
243 sversion, author)
Dcheck.py95 if metadata.author:
/device/google/marlin/vr/
Dvr.c63 .author = "The Android Open Source Project",
/device/lge/bullhead/camera/QCamera2/
DQCamera2Hal.cpp39 .author = "Qualcomm Innovation Center Inc",
/device/google/marlin/camera/QCamera2/
DQCamera2Hal.cpp40 .author = "Qualcomm Innovation Center Inc",
/device/huawei/angler/camera/QCamera2/
DQCamera2Hal.cpp39 .author = "Qualcomm Innovation Center Inc",
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_decorators.py12 def author(name): member in MiscDecorators
88 @decorators.author('Cleese')
91 self.assertEqual(foo.author, 'Cleese')
/device/generic/goldfish/vibrator/
Dvibrator_qemu.c91 .author = "The Android Open Source Project",
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/
DdecSingle.decTest15 -- Please send comments, suggestions, and corrections to the author: --
DdecDouble.decTest15 -- Please send comments, suggestions, and corrections to the author: --
DdecQuad.decTest15 -- Please send comments, suggestions, and corrections to the author: --
Dtestall.decTest15 -- Please send comments, suggestions, and corrections to the author: --
Dcopy.decTest15 -- Please send comments, suggestions, and corrections to the author: --
Dcopyabs.decTest15 -- Please send comments, suggestions, and corrections to the author: --
Dcopynegate.decTest15 -- Please send comments, suggestions, and corrections to the author: --
/device/google/contexthub/firmware/lib/builtins/
DCREDITS.TXT24 D: Architect and primary author of compiler-rt
/device/generic/goldfish/lights/
Dlights_qemu.c211 .author = "The Android Open Source Project",
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dtest_upload.py110 pkg_dir, dist = self.create_dist(dist_files=dist_files, author=u'dédé')
/device/asus/fugu/power/
Dpower.c181 author: "Intel",
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
Dfaqwiz.py146 author = '/'.join(words[:-2])
149 return {'author': author,
155 value = "%s/%s/%s" % (ui.author, ui.email, ui.password)
736 and self.ui.author
771 if not self.ui.author:

12345678