Searched refs:version (Results 201 - 225 of 2312) sorted by relevance

1234567891011>>

/external/apache-http/src/org/apache/http/impl/cookie/
H A DRFC2109Spec.java151 int version = Integer.MAX_VALUE;
154 if (cookie.getVersion() < version) {
155 version = cookie.getVersion();
162 buffer.append(Integer.toString(version));
166 formatCookieAsVer(buffer, cookie, version);
176 int version = cookie.getVersion();
180 buffer.append(Integer.toString(version));
182 formatCookieAsVer(buffer, cookie, version);
191 * version 0
195 * @param version Th
197 formatParamAsVer(final CharArrayBuffer buffer, final String name, final String value, int version) argument
219 formatCookieAsVer(final CharArrayBuffer buffer, final Cookie cookie, int version) argument
[all...]
/external/blktrace/
H A Dbtrace.spec21 Source0: %name-%version.tar.bz2
22 BuildRoot: %{_tmppath}/%{name}-%{version}-build
55 - Initial version
/external/grub/util/
H A Dgrub-md5-crypt8 # the Free Software Foundation; either version 2 of the License, or
9 # (at your option) any later version.
38 -v, --version print the version information and exit
46 -v | --version)
H A Dgrub-md5-crypt.in8 # the Free Software Foundation; either version 2 of the License, or
9 # (at your option) any later version.
38 -v, --version print the version information and exit
46 -v | --version)
H A Dgrub-terminfo8 # the Free Software Foundation; either version 2 of the License, or
9 # (at your option) any later version.
28 -v, --version print the version information and exit
45 -v | --version)
H A Dgrub-terminfo.in8 # the Free Software Foundation; either version 2 of the License, or
9 # (at your option) any later version.
28 -v, --version print the version information and exit
45 -v | --version)
H A Dgrub-set-default8 # the Free Software Foundation; either version 2 of the License, or
9 # (at your option) any later version.
35 -v, --version print the version information and exit
50 -v | --version)
H A Dgrub-set-default.in8 # the Free Software Foundation; either version 2 of the License, or
9 # (at your option) any later version.
35 -v, --version print the version information and exit
50 -v | --version)
/external/libvpx/libvpx/third_party/googletest/src/scripts/
H A Dgtest-config.in5 version="@PACKAGE_VERSION@"
23 only one installation query may be made at a time. The version queries and
25 version queries are always combined with logical "and" semantics, and only the
31 gtest-config --min-version=1.0 || echo "Insufficient Google Test version."
58 --version the version of the Google Test installation
61 --min-version=VERSION return 0 if the version is at least VERSION
62 --exact-version
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A Doutput_unknown.properties28 version=1.0
37 # <xsl:stylesheet version="1.0"
/external/chromium/chrome/browser/extensions/
H A Dexternal_extension_provider_interface.h22 // caller what extensions are registered, and which |id|, |version| and |path|
23 // they have. See also VisitRegisteredExtension below. Ownership of |version|
30 const Version* version,
66 scoped_ptr<Version>* version) const = 0;
/external/chromium/chrome/common/
H A Dservice_process_util.h32 // use the user-data-dir and the version as a scoping prefix.
43 // Returns the process id and version of the currently running service process.
48 bool GetServiceProcessData(std::string* version, base::ProcessId* pid);
51 // Forces a service process matching the specified version to shut down.
52 bool ForceServiceProcessShutdown(const std::string& version,
95 // If an older version of the service process running, it should be shutdown.
/external/clang/
H A Dclang.mk9 CLANG_VERSION_INC_MK := $(CLANG_ROOT_PATH)/clang-version-inc.mk
/external/compiler-rt/BlocksRuntime/tests/
H A Dcopyconstructor.C28 int version() CONST { return _version; }
68 void (^b)(void) = ^{ printf("my const copy of one is %d\n", one.version()); };
/external/harfbuzz_ng/src/
H A Dhb-ot-head-table.hh56 return TRACE_RETURN (c->check_struct (this) && likely (version.major == 1));
60 FixedVersion version; /* Version of the head table--currently member in struct:OT::head
61 * 0x00010000 for version 1.0. */
/external/kernel-headers/original/linux/
H A Dublock.h10 * License version 2, as published by the Free Software Foundation, and
49 __u32 version; member in struct:ublock_init_in
55 __u32 version; member in struct:ublock_init_out
/external/libpcap/
H A DAndroid.mk19 version.c
/external/skia/src/sfnt/
H A DSkOTTable_OS_2.h28 SK_OT_USHORT version; member in union:SkOTTableOS2::Version
39 } version; member in struct:SkOTTableOS2
/external/smack/src/org/jivesoftware/smackx/entitycaps/packet/
H A DCapsExtension.java30 public CapsExtension(String node, String version, String hash) { argument
32 this.ver = version;
/external/webkit/Source/WebCore/inspector/
H A DInspectorDatabaseResource.h47 static PassRefPtr<InspectorDatabaseResource> create(PassRefPtr<Database> database, const String& domain, const String& name, const String& version);
55 InspectorDatabaseResource(PassRefPtr<Database>, const String& domain, const String& name, const String& version);
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
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());
157 public MockProvider(String name, double version, String info) { argument
158 super(name, version, info);
/external/chromium/base/
H A Dsys_info_win.cc58 std::string version(StringPrintf("%d.%d", version_number.major,
62 version += StringPrintf(" SP%d", service_pack.major);
64 version += StringPrintf(".%d", service_pack.minor);
66 return version;
/external/e2fsprogs/lib/e2p/
H A De2p.h6 * General Public License, version 2.
32 int fgetversion (const char * name, unsigned long * version);
34 int fsetversion (const char * name, unsigned long version);
36 int getversion (int fd, unsigned long * version);
46 int setversion (int fd, unsigned long version);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DGenerateExcludeListTask.java102 String version = "";
103 int startv = line.indexOf("version=") + 8;
106 version = line.substring(startv, endv);
108 if ((version != "") && (plugin != "")) {
109 String l = plugin + "_" + version + ".jar";
/external/icu4c/tools/gensprep/
H A Dgensprep.h42 setUnicodeVersionNC(UVersionInfo version);

Completed in 3487 milliseconds

1234567891011>>