HomeSort by relevance Sort by last modified time
    Searched refs:version (Results 151 - 175 of 10124) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/ppapi/api/
ppb_messaging.idl 85 [version=1.0]
123 [version=1.1]
143 [version=1.1]
  /external/chromium_org/ppapi/generators/test_cgen_range/
dev_channel_interface.idl 37 [version=1.2]
59 [dev_version=1.1, version=1.2]
65 [dev_version=1.1, version=1.2]
  /cts/tools/dasm/src/java_cup/
version.java 4 /** This class contains version and authorship information.
9 * Version numbers used here are broken into 3 parts: major, minor, and
17 * @version last updated: 1/7/96
21 public class version { class
22 /** String for the current version. */
27 /** The major version number. */
32 /** The minor version number. */
  /external/chromium_org/chrome/browser/profiles/
chrome_version_service.cc 8 #include "base/version.h"
24 const std::string& version) {
25 prefs->SetString(prefs::kProfileCreatedByVersion, version);
36 // Obtain the Chrome version info.
39 // If this is a new profile set version to current version, otherwise
42 std::string version = version_info.Version(); local
45 SetVersion(prefs, version);
  /external/chromium_org/chrome/common/mac/
cfbundle_blocker.h 33 // Returns true if |bundle_id| and |version| identify a bundle that is allowed
37 bool IsBundleAllowed(NSString* bundle_id, NSString* version);
  /external/chromium_org/sdch/open-vcdiff/
mkinstalldirs 21 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
41 --version)
76 # from a parallel make. We use --version in the probe to restrict
80 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
89 test -d ./--version && rmdir ./--version
93 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
94 test ! -d ./--version; then
99 for d in ./-m ./-p ./--version "./$dirmode"
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
versionparsing.h 35 // Parses a version string into an array. "num_expected_segments" must be the
36 // number of numerical segments that the version is expected to have (e.g.,
37 // "1.1.2.0" has 4). "version" must be an array of that length to hold the
42 int version[]);
  /external/chromium_org/third_party/libxml/src/
mkinstalldirs 21 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
41 --version)
76 # from a parallel make. We use --version in the probe to restrict
80 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
89 test -d ./--version && rmdir ./--version
93 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
94 test ! -d ./--version; then
99 for d in ./-m ./-p ./--version "./$dirmode"
    [all...]
  /external/chromium_org/third_party/ots/src/
ltsh.h 15 uint16_t version; member in struct:ots::OpenTypeLTSH
  /external/chromium_org/third_party/tcmalloc/vendor/
mkinstalldirs 21 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
41 --version)
76 # from a parallel make. We use --version in the probe to restrict
80 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
89 test -d ./--version && rmdir ./--version
93 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
94 test ! -d ./--version; then
99 for d in ./-m ./-p ./--version "./$dirmode"
    [all...]
  /external/chromium_org/third_party/webrtc/base/
versionparsing.h 18 // Parses a version string into an array. "num_expected_segments" must be the
19 // number of numerical segments that the version is expected to have (e.g.,
20 // "1.1.2.0" has 4). "version" must be an array of that length to hold the
25 int version[]);
  /external/chromium_org/third_party/yasm/source/patched-yasm/config/
mkinstalldirs 21 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
41 --version)
76 # from a parallel make. We use --version in the probe to restrict
80 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
89 test -d ./--version && rmdir ./--version
93 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
94 test ! -d ./--version; then
99 for d in ./-m ./-p ./--version "./$dirmode"
    [all...]
  /external/chromium_org/tools/gyp/
setup.py 11 version='0.1', variable
  /external/chromium_org/tools/gyp/test/mac/type_envvars/
test_check_sdkroot.sh 8 # `xcodebuild -version` output looks like
10 # Build version 4H1503
13 # Build version 4C199
20 xcodebuild -version | awk '/Xcode ([0-9]+\.[0-9]+(\.[0-9]+)?)/ {
21 version = $2
22 gsub(/\./, "", version)
23 if (length(version) < 3) {
24 version = version "0"
26 if (length(version) < 4)
    [all...]
  /external/cmockery/cmockery_0_1_2/
mkinstalldirs 18 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
38 --version)
73 # from a parallel make. We use --version in the probe to restrict
77 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
86 test -d ./--version && rmdir ./--version
90 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
91 test ! -d ./--version; then
96 for d in ./-m ./-p ./--version "./$dirmode"
    [all...]
  /external/e2fsprogs/lib/blkid/
version.c 2 * version.c --- Return the version of the blkid library
20 #include "../../version.h"
28 int version = 0; local
35 version = (version * 10) + (*cp - '0');
37 return version;
  /external/libexif/
mkinstalldirs 21 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
41 --version)
76 # from a parallel make. We use --version in the probe to restrict
80 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
89 test -d ./--version && rmdir ./--version
93 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
94 test ! -d ./--version; then
99 for d in ./-m ./-p ./--version "./$dirmode"
    [all...]
  /external/llvm/autoconf/
mkinstalldirs 18 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
38 --version)
73 # from a parallel make. We use --version in the probe to restrict
77 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
86 test -d ./--version && rmdir ./--version
90 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
91 test ! -d ./--version; then
96 for d in ./-m ./-p ./--version "./$dirmode"
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
Version.java 9 * The classic version object.
11 public class Version {
12 private static final Logger LOG = Logger.getLogger(Version.class.getName());
13 public static final String VERSION;
16 LineNumberReader lnr = new LineNumberReader(new InputStreamReader(Version.class.getResourceAsStream("/version.txt")));
17 String version; typedefs
19 version = lnr.readLine();
22 version = "unknown";
24 VERSION = version
    [all...]
  /frameworks/base/core/tests/coretests/apks/version_nosys/
Android.mk 6 LOCAL_AAPT_FLAGS := --version-code 1 --version-name 1.0
  /frameworks/ml/bordeaux/learning/multiclass_pa/native/
util.h 4 * Licensed under the Apache License, Version 2.0 (the "License");
28 MulticlassPA* CreateMulticlassPA(const string& version,
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_egl.h 4 * Licensed under the Apache License, Version 2.0 (the "License");
23 void GLTrace_eglCreateContext(int version, int contextId);
  /frameworks/native/opengl/tools/glgen/src/
CodeEmitter.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
19 void setVersion(int version, boolean ext, boolean pack);
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
mpl.h 18 inv_error_t inv_get_version(char **version);
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
mpl.h 18 inv_error_t inv_get_version(char **version);

Completed in 1523 milliseconds

1 2 3 4 5 67 8 91011>>