Searched defs:version (Results 1 - 25 of 1603) sorted by path

1234567891011>>

/external/aac/libSYS/include/
H A DFDK_audio.h544 * Convert each member of version numbers to one single numeric version representation.
545 * \param lev0 1st level of version number.
546 * \param lev1 2nd level of version number.
547 * \param lev2 3rd level of version number.
554 * Build text string of version.
556 #define LIB_VERSION_STRING(info) FDKsprintf((info)->versionStr, "%d.%d.%d", (((info)->version >> 24) & 0xff), (((info)->version >> 16) & 0xff), (((info)->version >> 8 ) & 0xff))
567 INT version; member in struct:LIB_INFO
[all...]
/external/android-clat/
H A Dclatd_test.cpp175 uint8_t version = packet[0] >> 4; local
176 return version;
206 int version = ip_version(packet); local
207 switch (version) {
253 FAIL() << msg << ": Unsupported IP version " << version << "\n"; local
292 uint8_t version = ip_version(fragments[0]); local
299 ASSERT_EQ(ip_version(packet), version) << msg << ": Inconsistent fragment versions\n";
302 switch (version) {
335 FAIL() << msg << ": Invalid IP version << " << versio local
398 uint8_t version = ip_version(packet); local
443 int version = ip_version(original); local
458 FAIL() << msg << ": Unsupported IP version " << version << "\\n"; local
527 int version = ip_version(packet); local
[all...]
/external/ant-glob/src/org/apache/tools/ant/taskdefs/condition/
H A DOs.java36 System.getProperty("os.version").toLowerCase(Locale.ENGLISH);
49 * version of OS
51 private String version; field in class:Os
167 * Sets the desired OS version
169 * @param version The OS version
171 public void setVersion(String version) { argument
172 this.version = version.toLowerCase(Locale.ENGLISH);
184 return isOs(family, name, arch, version);
230 isVersion(String version) argument
245 isOs(String family, String name, String arch, String version) argument
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DRemoteDebugEventSocketListener.cs57 public string version; field in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener
322 version = antlrElements[1];
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DRemoteDebugEventSocketListener.cs60 public string version; field in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener
403 version = antlrElements[1];
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DRemoteDebugEventSocketListener.java51 public String version; field in class:RemoteDebugEventSocketListener
239 version = antlrElements[1];
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
H A DTool.java45 //public static final String VERSION = "${project.version}";
104 * variables that must be initialized from it, such as the version of ANTLR.
121 // VERSION = antlrSettings.getProperty("antlr.version");
228 else if (args[i].equals("-version")) {
229 version();
721 private static void version() { method in class:Tool
740 System.err.println(" -verbose generate ANTLR version and other information");
742 System.err.println(" -version print the version of ANTLR and exit.");
1105 * Indicate if ANTLR has generated, or will generate a debug version o
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammarReport.java39 /** Because I may change the stats, I need to track version for later
46 String version; field in class:GrammarReport.ReportData
90 data.version = Version;
317 * return a human-readable version. Return null if there is a
355 buf.append(data.version);
/external/apache-harmony/security/src/test/api/java.injected/java/security/
H A DProviderTest.java67 !String.valueOf(p.getVersion()).equals(p.getProperty("Provider.id version").trim()) ||
204 MyProvider(String name, double version, String info) { argument
205 super(name, version, info);
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DAlgorithmParametersTest.java593 MyProvider(String name, double version, String info) { argument
594 super(name, version, info);
H A DProvider2Test.java28 TestProvider(String name, double version, String info) { argument
29 super(name, version, info);
90 assertEquals("the version of the provider is not stored properly",
128 assertEquals("provTest version 1.2", provTest.toString());
155 public MockProvider(String name, double version, String info) { argument
156 super(name, version, info);
H A DProviderTest.java56 assertEquals("Provider.id version", p
57 .getProperty("Provider.id version"), String.valueOf(p
148 if (key.equals("Provider.id version") && val.equals("1.0")) {
181 assertTrue(s1.contains("Provider.id version"));
303 MyProvider(String name, double version, String info) { argument
304 super(name, version, info);
/external/apache-harmony/security/src/test/impl/java.injected/java/security/
H A DProvider_ImplTest.java47 assertEquals("Incorrect provider.toString()", "MyProvider version 1.0",
94 MyProvider(String name, double version, String info) { argument
95 super(name, version, info);
H A DSignature_Impl2Test.java206 MyProvider(String name, double version, String info) { argument
207 super(name, version, info);
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/fortress/
H A DMyProvider.java35 MyProvider(String name, double version, String info) { argument
36 super(name, version, info);
H A DServicesTest.java81 AnotherProvider(String name, double version, String info) { argument
82 super(name, version, info);
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
H A DMessageDigest_Impl2Test.java176 MyProvider(String name, double version, String info) { argument
177 super(name, version, info);
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DTestCertUtils.java580 public TestProvider(String name, double version, String info) { argument
581 super(name, version, info);
/external/apache-http/src/org/apache/http/
H A DProtocolVersion.java39 * Represents a protocol version, as specified in RFC 2616.
42 * for the protocol name. It defines a protocol version "SIP/2.0".
46 * This class defines a protocol version as a combination of
47 * protocol name, major version number, and minor version number.
54 * @version $Revision: 609106 $
69 /** Major version number of the protocol */
72 /** Minor version number of the protocol */
77 * Create a protocol version designator.
80 * @param major the major version numbe
253 greaterEquals(ProtocolVersion version) argument
268 lessEquals(ProtocolVersion version) argument
[all...]
/external/apache-http/src/org/apache/http/cookie/
H A DSetCookie.java110 * Sets the version of the cookie specification to which this
113 * @param version the version of the cookie.
117 void setVersion(int version); argument
/external/apache-http/src/org/apache/http/impl/client/
H A DRequestWrapper.java56 * @version $Revision: 674186 $
71 private ProtocolVersion version; field in class:RequestWrapper
85 this.version = null;
95 this.version = request.getProtocolVersion();
118 if (this.version != null) {
119 return this.version;
125 public void setProtocolVersion(final ProtocolVersion version) { argument
126 this.version = version;
/external/apache-http/src/org/apache/http/impl/cookie/
H A DBasicClientCookie.java58 * @version $Revision: 659191 $
270 * Returns the version of the cookie specification to which this
273 * @return the version of the cookie.
283 * Sets the version of the cookie specification to which this
286 * @param version the version of the cookie.
290 public void setVersion(int version) { argument
291 cookieVersion = version;
330 buffer.append("[version: ");
377 /** The version o
[all...]
H A DRFC2109Spec.java156 int version = Integer.MAX_VALUE;
159 if (cookie.getVersion() < version) {
160 version = cookie.getVersion();
167 buffer.append(Integer.toString(version));
171 formatCookieAsVer(buffer, cookie, version);
181 int version = cookie.getVersion();
185 buffer.append(Integer.toString(version));
187 formatCookieAsVer(buffer, cookie, version);
196 * version 0
200 * @param version Th
202 formatParamAsVer(final CharArrayBuffer buffer, final String name, final String value, int version) argument
224 formatCookieAsVer(final CharArrayBuffer buffer, final Cookie cookie, int version) argument
[all...]

Completed in 479 milliseconds

1234567891011>>