HomeSort by relevance Sort by last modified time
    Searched refs:author (Results 51 - 75 of 262) sorted by null

1 23 4 5 6 7 8 91011

  /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')
  /bionic/libc/kernel/common/linux/
module.h 89 #define MODULE_AUTHOR(_author) MODULE_INFO(author, _author)
  /development/ndk/platforms/android-3/include/linux/
module.h 85 #define MODULE_AUTHOR(_author) MODULE_INFO(author, _author)
  /device/asus/grouper/liblights/
lights.c 155 .author = "NVIDIA",
  /external/chromium_org/media/tools/layout_tests/
test_expectations_history.py 61 A list of tuples (old_rev, new_rev, author, date, message, lines). The
124 old_rev, new_rev, logs[i + 1].author,
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
summary-mock.js 127 author: people.cycle(),
  /hardware/libhardware/modules/camera/
CameraHAL.cpp 143 author : "The Android Open Source Project",
  /hardware/libhardware/modules/hwcomposer/
hwcomposer.cpp 50 author: "The Android Open Source Project",
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
module.h 85 #define MODULE_AUTHOR(_author) MODULE_INFO(author, _author)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
module.h 85 #define MODULE_AUTHOR(_author) MODULE_INFO(author, _author)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
module.h 85 #define MODULE_AUTHOR(_author) MODULE_INFO(author, _author)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
module.h 85 #define MODULE_AUTHOR(_author) MODULE_INFO(author, _author)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
module.h 85 #define MODULE_AUTHOR(_author) MODULE_INFO(author, _author)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
module.h 85 #define MODULE_AUTHOR(_author) MODULE_INFO(author, _author)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
module.h 85 #define MODULE_AUTHOR(_author) MODULE_INFO(author, _author)
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
module.h 85 #define MODULE_AUTHOR(_author) MODULE_INFO(author, _author)
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
module.h 85 #define MODULE_AUTHOR(_author) MODULE_INFO(author, _author)
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
module.h 85 #define MODULE_AUTHOR(_author) MODULE_INFO(author, _author)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
module.h 85 #define MODULE_AUTHOR(_author) MODULE_INFO(author, _author)
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
module.h 85 #define MODULE_AUTHOR(_author) MODULE_INFO(author, _author)
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
module.h 85 #define MODULE_AUTHOR(_author) MODULE_INFO(author, _author)
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
module.h 85 #define MODULE_AUTHOR(_author) MODULE_INFO(author, _author)
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
module.h 85 #define MODULE_AUTHOR(_author) MODULE_INFO(author, _author)
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/
module.h 85 #define MODULE_AUTHOR(_author) MODULE_INFO(author, _author)

Completed in 2311 milliseconds

1 23 4 5 6 7 8 91011