/external/nist-sip/java/gov/nist/javax/sip/parser/ |
CSeqParser.java | 39 * @version 1.2 $Revision: 1.10 $ $Date: 2006/08/15 21:44:50 $ 89 * Revision 1.10 2006/08/15 21:44:50 mranga 111 * Revision 1.9 2006/07/13 09:02:17 mranga 134 * Revision 1.5 2006/06/19 06:47:27 mranga 137 * Revision 1.4 2006/06/16 15:26:28 mranga 140 * Revision 1.3 2006/05/22 08:16:15 mranga 144 * Revision 1.2 2006/04/17 17:45:01 jeroen 147 * Revision 1.1.1.1 2005/10/04 17:12:35 mranga 152 * Revision 1.7 2005/04/27 14:12:04 mranga 158 * Revision 1.6 2005/04/21 00:01:59 mrang [all...] |
Parser.java | 36 * @version 1.2 $Revision: 1.10 $ $Date: 2009/07/17 18:58:01 $ 128 * Revision 1.10 2009/07/17 18:58:01 emcho 131 * Revision 1.9 2008/01/18 11:19:24 jbemmel 134 * Revision 1.8 2007/02/23 14:56:05 belangery 137 * Revision 1.7 2006/09/27 15:02:43 mranga 159 * Revision 1.6 2006/07/13 09:02:18 mranga 182 * Revision 1.5 2006/06/19 06:47:27 mranga 185 * Revision 1.4 2006/06/16 15:26:28 mranga 188 * Revision 1.3 2005/11/21 23:24:49 jeroen 191 * Revision 1.2 2005/10/27 20:49:00 jeroe [all...] |
/external/webkit/Tools/Scripts/webkitpy/common/net/buildbot/ |
buildbot.py | 82 revision=int(build_dictionary['sourceStamp']['revision']), 116 file_name_regexp = re.compile(r"r(?P<revision>\d+) \((?P<build_number>\d+)\)") 120 return (int(match.group("revision")), int(match.group("build_number"))) 127 # FIXME: This is a poor way to do revision -> build mapping. 129 print "Loading revision/build list from %s." % self.results_url() 137 # This assumes there was only one build per revision, which is false but we don't care for now. 148 # This assumes there can be only one build per revision, which is false, but we don't care for now. 149 def build_for_revision(self, revision, allow_failed_lookups=False): 150 # NOTE: This lookup will fail if that exact revision was never built 257 def revision(self): member in class:Build [all...] |
buildbot_unittest.py | 47 revision=build_number + 1000, 62 self.assertEqual(regression_window.build_before_failure().revision(), 1003) 63 self.assertEqual(regression_window.failing_build().revision(), 1004) 67 self.assertEqual(regression_window.failing_build().revision(), 1008) 78 self.assertEqual(regression_window.build_before_failure().revision(), 1009) 79 self.assertEqual(regression_window.failing_build().revision(), 1010) 84 self.assertEqual(regression_window.build_before_failure().revision(), 1003) 85 self.assertEqual(regression_window.failing_build().revision(), 1004) 90 self.assertEqual(regression_window.build_before_failure().revision(), 1003) 91 self.assertEqual(regression_window.failing_build().revision(), 1004 [all...] |
/libcore/dom/src/test/java/org/w3c/domts/ |
XalanDOMTestDocumentBuilderFactory.java | 15 Revision 1.2 2004/03/11 01:44:21 dom-ts-4 18 Revision 1.1 2003/04/24 05:02:05 dom-ts-4 22 Revision 1.1 2002/02/03 07:47:51 dom-ts-4
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
download.py | 294 argument_names = "REVISION [REVISIONS] REASON" 296 def _commit_info(self, revision): 297 commit_info = self._tool.checkout().commit_info_for_revision(revision) 310 for revision in str(args[0]).split(): 311 if revision.isdigit(): 312 revision_list.append(int(revision)) 314 raise ScriptError(message="Invalid svn revision number: " + revision) 317 # We use the earliest revision for the bug info 324 "revision": earliest_revision [all...] |
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/repository/ |
sdk-repository-7.xsd | 56 and revision of that layout library for this particular platform. 73 - For <tool> and <platform-tool> packages, the <revision> element becomes a 74 a "full revision" element with <major>, <minor>, <micro> and <preview> sub-elements. 76 <revision> -> <preview> and is only for <tool> and <platform-tool> packages. 77 - <min-tools-rev> and <min-platform-tools-rev> also become a full revision element. 113 <!-- The revision, an int > 0, incremented each time a new 115 <xsd:element name="revision" type="xsd:positiveInteger" /> 135 <!-- The minimal revision of tools required by this package. 136 Optional. If present, must be a revision element. --> 164 <!-- The incremental minor revision for that API, e.g. in case of bug fixes [all...] |
/development/ndk/platforms/android-4/include/GLES/ |
glplatform.h | 4 /* $Revision: 10601 $ on $Date:: 2010-03-04 22:15:27 -0800 #$ */
|
/development/ndk/platforms/android-5/include/GLES2/ |
gl2platform.h | 4 /* $Revision: 10602 $ on $Date:: 2010-03-04 22:35:34 -0800 #$ */
|
/external/chromium/webkit/glue/ |
user_agent.h | 22 // Returns the WebKit version, in the form "major.minor (branch@revision)".
|
/external/clang/www/ |
libstdc++4.7-clang11.patch | 3 --- include/std/type_traits (revision 185724)
|
/external/dropbear/libtomcrypt/ |
genlist.sh | 9 # $Revision: 1.4 $
|
parsenames.pl | 25 # $Revision: 1.3 $
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_argchk.h | 37 /* $Revision: 1.5 $ */
|
tomcrypt_misc.h | 22 /* $Revision: 1.4 $ */
|
/external/dropbear/libtomcrypt/src/mac/pmac/ |
pmac_ntz.c | 38 /* $Revision: 1.5 $ */
|
/external/dropbear/libtomcrypt/src/misc/ |
burn_stack.c | 33 /* $Revision: 1.4 $ */
|
zeromem.c | 33 /* $Revision: 1.6 $ */
|
/external/dropbear/libtomcrypt/src/misc/crypt/ |
crypt_argchk.c | 29 /* $Revision: 1.4 $ */
|
crypt_cipher_descriptor.c | 26 /* $Revision: 1.12 $ */
|
crypt_cipher_is_valid.c | 35 /* $Revision: 1.5 $ */
|
crypt_hash_descriptor.c | 26 /* $Revision: 1.9 $ */
|
crypt_hash_is_valid.c | 35 /* $Revision: 1.5 $ */
|
crypt_prng_descriptor.c | 25 /* $Revision: 1.7 $ */
|
crypt_prng_is_valid.c | 35 /* $Revision: 1.5 $ */
|