HomeSort by relevance Sort by last modified time
    Searched defs:version (Results 51 - 75 of 1191) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/state_trackers/vega/
api_misc.c 67 static const VGubyte *version = (VGubyte *)"1.1"; local
78 return version;
  /bionic/libc/include/sys/
utsname.h 41 char version [SYS_NMLN]; member in struct:utsname
  /cts/suite/audio_quality/lib/src/task/
TaskBatch.cpp 4 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
23 static const android::String8 STR_VERSION("version");
56 android::String8 version; local
58 if (!findStringAttribute(STR_NAME, name) || !findStringAttribute(STR_VERSION, version)) {
59 LOGW("TaskBatch::run no name or version information");
61 MSG("= Test batch %s version %s started. =", name.string(),
62 version.string());
  /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. */
  /development/ndk/platforms/android-3/include/sys/
utsname.h 41 char version [SYS_NMLN]; member in struct:utsname
  /development/ndk/platforms/android-L/include/sys/
utsname.h 41 char version [SYS_NMLN]; member in struct:utsname
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
ThreadInfo.h 4 * Licensed under the Apache License, Version 2.0 (the "License");
27 version = _version;
36 int version; member in struct:EGLWrapperContext
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
setup.py 35 version='2.0', variable
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
FindMatchRectsDetails.java 13 /** Version of the the rects in this result. */
14 public final int version; field in class:FindMatchRectsDetails
22 public FindMatchRectsDetails(int version, int numRects, RectF activeRect) {
23 this.version = version;
  /external/chromium_org/chrome/browser/component_updater/test/
component_installers_unittest.cc 13 #include "base/version.h"
83 Version version; local
84 EXPECT_TRUE(CheckPepperFlashManifest(*root, &version));
85 EXPECT_TRUE(version.IsValid());
  /external/chromium_org/chrome/test/chromeos/autotest/files/client/deps/chrome_test/
chrome_test.py 10 version = 1 variable
17 utils.update_version(pwd + '/src', False, version, setup, None)
  /external/chromium_org/content/browser/indexed_db/
indexed_db_pending_connection.h 31 int64 version; member in struct:content::IndexedDBPendingConnection
  /external/chromium_org/content/renderer/
shared_memory_seqlock_reader.cc 37 base::subtle::Atomic32 version; local
39 version = seqlock->ReadBegin();
44 } while (seqlock->ReadRetry(version));
  /external/chromium_org/media/midi/
midi_port_info.h 29 std::string version; member in struct:media::MidiPortInfo
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/include/sys/
utsname.h 14 char version[_UTSNAME_LENGTH]; member in struct:utsname
  /external/chromium_org/net/disk_cache/simple/
simple_version_upgrade.h 39 uint32 version; member in struct:disk_cache::FakeIndexData
  /external/chromium_org/net/proxy/
dhcpcsvc_init_win.cc 18 DWORD version = 0; local
19 DWORD err = DhcpCApiInitialize(&version);
  /external/chromium_org/third_party/angle/src/compiler/translator/
TranslatorGLSL.cpp 16 int version = versionGLSL.getVersion(); local
17 // We need to write version directive only if it is greater than 110.
18 // If there is no version directive in the shader, 110 is implied.
19 if (version > 110) {
20 sink << "#version " << version << "\n"; local
31 // Write GLSL version.
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-maxp-table.hh 53 likely (version.major == 1 || (version.major == 0 && version.minor == 0x5000u)));
56 /* We only implement version 0.5 as none of the extra fields in version 1.0 are useful. */
58 FixedVersion version; /* Version of the maxp table (0.5 or 1.0), member in struct:OT::maxp
  /external/chromium_org/third_party/ots/src/
head.cc 18 uint32_t version = 0; local
19 if (!table.ReadU32(&version) ||
24 if (version >> 16 != 1) {
post.h 17 uint32_t version; member in struct:ots::OpenTypePOST
  /external/chromium_org/third_party/python_gflags/
setup.py 35 version='2.0', variable
  /external/chromium_org/third_party/tlslite/
setup.py 9 version="0.4.6", variable
  /external/chromium_org/tools/gyp/
setup.py 11 version='0.1', variable
  /external/e2fsprogs/contrib/python-uuid/
setup.py 9 version = '1.0', variable

Completed in 729 milliseconds

1 23 4 5 6 7 8 91011>>