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

1 2 3

  /external/opencore/tools_v2/build/make/
android_segments.mk 6 EXTRA_MAKEFILES_PATHS_opencore_author := /android/author
  /external/opencore/engines/author/
Android.mk 20 $(PV_TOP)/engines/author/src \
21 $(PV_TOP)/engines/author/include \
23 $(PV_TOP)/engines/author/src/single_core \
  /external/opencore/engines/author/test/
Android.mk 28 $(PV_TOP)/engines/author/test/src \
29 $(PV_TOP)/engines/author/test/src \
31 $(PV_TOP)/engines/author/test/src/single_core \
32 $(PV_TOP)/engines/author/test/config/android \
  /external/webkit/WebKitTools/Scripts/
validate-committer-lists 163 line_regexp = re.compile("^(?P<author>.+)@\S+ (?P<timestamp>\d+)$")
172 last_commit_dates[match_result.group('author')] = float(match_result.group('timestamp'))
175 authors_missing_email = filter(lambda author: author.find('@') == -1, self._last_commit_time_by_author_cache)
176 authors_with_email = filter(lambda author: author.find('@') != -1, self._last_commit_time_by_author_cache)
177 prefixes_of_authors_with_email = map(lambda author: author.split('@')[0], authors_with_email)
179 for author in authors_missing_email:
181 author_email = self.login_to_email_address.get(author)
    [all...]
commit-log-editor 138 my $author = "";
160 # Grab the author and the date line
163 $author = $2;
176 $contents .= "Patch by $author <$email> on $date\n";
  /external/opencore/build_config/opencore_dynamic/
Android_opencore_author.mk 25 include $(PV_TOP)/engines/author/Android.mk
26 include $(PV_TOP)/android/author/Android.mk
  /external/webkit/WebKitTools/pywebsocket/
setup.py 47 setup(author='Yuzo Fujishima',
  /external/webkit/WebKitTools/QueueStatusServer/model/
queuestatus.py 32 author = db.UserProperty() variable in class:QueueStatus
  /external/clearsilver/scripts/
ChangeLog.py 77 info_re = re.compile ("date: ([^; ]*) ([^;]*); author: ([^;]*);")
94 key = (date, author, string.join (comment, '\n'))
101 key = (date, author, string.join (comment, '\n'))
115 author = m.group(3)
190 (date, author, comment) = key
191 new_stamp = "%s %s" % (date, self.fullname(author))
209 def fullname (self, author):
211 return self._names[author]
214 (name, passwd, uid, gid, gecos, dir, shell) = pwd.getpwnam(author)
217 fullname = author
    [all...]
  /external/opencore/nodes/pvmp4ffcomposernode/build_opencore/make/
local.mk 13 XINCDIRS += $(SDK_LOCAL)/installed_include ../../src ../../../../nodes/common/include ../../../../pvmi/pvmf/include ../../include ../../../../baselibs/pv_mime_utils/src ../../../../engines/author/include ../../../../baselibs/media_data_structures/src ../../../../oscl/oscl/osclio/src ../../../../fileformats/mp4/composer/config/opencore
  /external/opencore/engines/author/build/make/
local.mk 31 doc_title := "PV Author Engine"
32 doc_paths := "$(SRC_ROOT)/engines/common/include $(SRC_ROOT)/engines/author/include"
  /external/opencore/nodes/pvmp4ffcomposernode/
Android.mk 29 $(PV_TOP)/engines/author/include \
  /hardware/ti/omap3/omx/core_plugin/omx_core_plugin/
Android.mk 25 $(PV_TOP)/engines/author/include \
  /external/clearsilver/perl/
ClearSilver.pm 50 author of the extension was negligent enough to leave the stub
60 =head1 AUTHOR
  /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
  /external/webkit/WebKitTools/QueueStatusServer/handlers/
updatestatus.py 54 queue_status.author = users.get_current_user()
  /hardware/libhardware/include/hardware/
hardware.h 61 /** Author/owner/implementor of the module */
62 const char *author; member in struct:hw_module_t
  /packages/apps/Mms/src/org/w3c/dom/smil/
SMILMediaElement.java 40 * See the author attribute from .
45 public void setAuthor(String author)
  /external/opencore/engines/author/test/build/android/
local.mk 41 $(quiet) $(CP) $(SRC_ROOT)/engines/author/test/test_input/* $(AE_TEST_DIR)
  /hardware/ti/omap3/omx/ti_omx_config_parser/
Android.mk 29 $(PV_TOP)/engines/author/include \
  /bionic/libc/kernel/common/linux/
module.h 85 #define MODULE_AUTHOR(_author) MODULE_INFO(author, _author)
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
module.h 85 #define MODULE_AUTHOR(_author) MODULE_INFO(author, _author)
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
module.h 85 #define MODULE_AUTHOR(_author) MODULE_INFO(author, _author)
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
module.h 85 #define MODULE_AUTHOR(_author) MODULE_INFO(author, _author)
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
module.h 85 #define MODULE_AUTHOR(_author) MODULE_INFO(author, _author)

Completed in 1017 milliseconds

1 2 3