/external/chromium_org/chrome/common/extensions/docs/templates/json/ |
D | api_availabilities.json | 8 "version": 18 number 12 "version": 18 number 16 "version": 18 number 20 "version": 21 number 24 "version": 23 number 28 "version": 28 number 32 "version": 20 number 36 "version": 18 number 41 "version": 15 number 45 "version": 25 number
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ |
D | config.js | 40 'WebKit XP': {version: 'xp'}, property 41 'WebKit Win7': {version: 'win7'}, property 42 'WebKit Win7 (dbg)': {version: 'win7', debug: true}, property 43 'WebKit Linux': {version: 'lucid', is64bit: true}, property 44 'WebKit Linux 32': {version: 'lucid'}, property 45 'WebKit Linux (dbg)': {version: 'lucid', is64bit: true, debug: true}, property 46 'WebKit Mac10.6': {version: 'snowleopard'}, property 47 'WebKit Mac10.6 (dbg)': {version: 'snowleopard', debug: true}, property 48 'WebKit Mac10.7': {version: 'lion'}, property 49 'WebKit Mac10.7 (dbg)': {version: 'lion', debug: true}, property [all …]
|
/external/chromium_org/third_party/opus/src/win32/ |
D | genversion.bat | 5 for /f %%v in ('git describe --tags --match "v*"') do set version=%%v variable 13 set version=unknown variable 19 for /f "delims== tokens=2" %%v in (%~dp0..\version.mk) do set version=%%v variable 21 set version=!version:^"=! variable 22 set version=!version: =! variable
|
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
D | RC5ParameterSpecTest.java | 44 int version = 1; in testRC5ParameterSpec1() local 85 int version = 1; in testRC5ParameterSpec2() local 141 int version = 1; in testGetVersion() local 156 int version = 1; in testGetRounds() local 171 int version = 1; in testGetWordSize() local 188 int version = 1; in testGetIV() local 215 int version = 1; in testEquals() local 265 int version = 1; in testHashCode() local
|
/external/chromium_org/media/cdm/ppapi/ |
D | supported_cdm_versions.h | 12 bool IsSupportedCdmModuleVersion(int version) { in IsSupportedCdmModuleVersion() 22 bool IsSupportedCdmInterfaceVersion(int version) { in IsSupportedCdmInterfaceVersion() 37 bool IsSupportedCdmHostVersion(int version) { in IsSupportedCdmHostVersion()
|
/external/skia/src/gpu/gl/android/ |
D | GrGLCreateNativeInterface_android.cpp | 20 static const GrGLInterface* create_es_interface(GrGLVersion version, in create_es_interface() 216 static const GrGLInterface* create_desktop_interface(GrGLVersion version, in create_desktop_interface() 419 GrGLVersion version = GrGLGetVersionFromString(verStr); in GrGLCreateNativeInterface() local
|
/external/chromium_org/third_party/skia/src/gpu/gl/android/ |
D | GrGLCreateNativeInterface_android.cpp | 20 static const GrGLInterface* create_es_interface(GrGLVersion version, in create_es_interface() 216 static const GrGLInterface* create_desktop_interface(GrGLVersion version, in create_desktop_interface() 419 GrGLVersion version = GrGLGetVersionFromString(verStr); in GrGLCreateNativeInterface() local
|
/external/chromium_org/native_client_sdk/src/build_tools/json/ |
D | naclsdk_manifest2.json | 19 "version": 1 number 34 "version": 0 number 44 "version": 27 number 54 "version": 28 number 64 "version": 29 number 74 "version": 30 number 84 "version": 31 number 94 "version": 32 number 104 "version": 0 number
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
D | caching_rietveld_patcher.py | 15 def _MakeKey(path, version): argument 18 def _ToObjectStoreValue(raw_value, version): argument 27 version, argument 85 def GetPatchedFiles(self, version=None): argument 96 def Apply(self, paths, file_system, version=None): argument
|
D | test_patcher.py | 9 def __init__(self, version, patched_files, patch_data): argument 22 def GetPatchedFiles(self, version=None): argument 26 def Apply(self, paths, file_system, version=None): argument
|
/external/android-mock/src/com/google/android/testing/mocking/ |
D | AndroidFrameworkMockGenerator.java | 90 public List<GeneratedClassFile> createMocksForClass(Class<?> clazz, SdkVersion version) in createMocksForClass() 125 static String getJarFileNameForVersion(SdkVersion version) { in getJarFileNameForVersion() 137 SdkVersion version, JarFile jar) in generateMocks() 148 private static JarFile getJarFile(SdkVersion version) throws IOException { in getJarFile() 157 SdkVersion version = SdkVersion.getVersionFor(Integer.parseInt(args[1])); in main() local
|
/external/chromium_org/chrome/browser/component_updater/ |
D | swiftshader_component_installer.cc | 71 Version version(path.BaseName().MaybeAsASCII()); in GetLatestSwiftShaderDirectory() local 116 const Version& version) : current_version_(version) { in SwiftShaderComponentInstaller() 133 Version version(proposed_version.c_str()); in Install() local 161 const Version& version) { in FinishSwiftShaderUpdateRegistration() 198 Version version(kNullVersion); in OnGpuInfoUpdate() local 218 Version version(kNullVersion); in RegisterSwiftShaderPath() local
|
D | pepper_flash_component_installer.cc | 107 Version version(path.BaseName().MaybeAsASCII()); in GetPepperFlashDirectory() local 182 const Version& version) { in RegisterPepperFlashWithChrome() 265 const Version& version) : current_version_(version) { in PepperFlashComponentInstaller() 276 Version version; in Install() local 319 Version version(proposed_version.c_str()); in CheckPepperFlashManifest() local 350 const Version& version) { in FinishPepperFlashUpdateRegistration() 372 Version version(kNullVersion); in StartPepperFlashUpdateRegistration() local
|
D | recovery_component_installer.cc | 70 Version version(prefs->GetString(prefs::kRecoveryComponentVersion)); in RecoveryRegisterHelper() local 86 void RecoveryUpdateVersionHelper(const Version& version, PrefService* prefs) { in RecoveryUpdateVersionHelper() 92 const Version& version, PrefService* prefs) in RecoveryComponentInstaller() 109 Version version(proposed_version.c_str()); in Install() local
|
/external/chromium_org/chrome/common/extensions/docs/server2/test_data/branch_utility/ |
D | first.json | 15 "version": "0.0.0.0", string 28 "version": "28.0.1500.11", string 41 "version": "27.0.1453.81", string 54 "version": "26.0.1410.64", string 72 "version": "27.0.1453.10", string 85 "version": "26.0.1410.53", string 103 "version": "28.0.1500.11", string 116 "version": "27.0.1453.83", string 129 "version": "26.0.1410.57", string 147 "version": "28.0.1500.11", string [all …]
|
/external/antlr/antlr-3.4/runtime/Python/ |
D | ez_setup.py | 60 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir, argument 101 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir, argument 147 def main(argv, version=DEFAULT_VERSION): argument
|
/external/chromium_org/chrome/browser/sync_file_system/ |
D | remote_file_sync_service.cc | 14 BackendVersion version, in CreateForBrowserContext() 29 BackendVersion version, in AppendDependsOnFactories()
|
/external/chromium/app/sql/ |
D | meta_table.cc | 30 bool MetaTable::Init(Connection* db, int version, int compatible_version) { in Init() 104 void MetaTable::SetVersionNumber(int version) { in SetVersionNumber() 109 int version = 0; in GetVersionNumber() local 115 void MetaTable::SetCompatibleVersionNumber(int version) { in SetCompatibleVersionNumber() 120 int version = 0; in GetCompatibleVersionNumber() local
|
/external/protobuf/python/ |
D | ez_setup.py | 78 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir, argument 119 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir, argument 200 def main(argv, version=DEFAULT_VERSION): argument
|
/external/chromium_org/third_party/protobuf/python/ |
D | ez_setup.py | 86 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir, argument 127 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir, argument 208 def main(argv, version=DEFAULT_VERSION): argument
|
/external/chromium_org/content/common/ |
D | one_writer_seqlock.cc | 14 base::subtle::Atomic32 version; in ReadBegin() local 29 bool OneWriterSeqLock::ReadRetry(base::subtle::Atomic32 version) { in ReadRetry()
|
/external/chromium_org/sql/ |
D | meta_table.cc | 100 int version = s.ColumnInt(0); in RazeIfDeprecated() local 115 bool MetaTable::Init(Connection* db, int version, int compatible_version) { in Init() 149 void MetaTable::SetVersionNumber(int version) { in SetVersionNumber() 155 int version = 0; in GetVersionNumber() local 159 void MetaTable::SetCompatibleVersionNumber(int version) { in SetCompatibleVersionNumber() 165 int version = 0; in GetCompatibleVersionNumber() local
|
/external/chromium_org/ppapi/proxy/ |
D | gamepad_resource.cc | 22 base::subtle::Atomic32 version; in ReadBegin() local 38 base::subtle::Atomic32 version) { in ReadRetry() 85 base::subtle::Atomic32 version; in Sample() local
|
/external/okhttp/src/test/java/com/squareup/okhttp/internal/http/ |
D | RawHeadersTest.java | 69 final int version = 1; in statusMessage() local 79 final int version = 1; in statusMessageWithEmptyMessage() local 94 final int version = 1; in statusMessageWithEmptyMessageAndNoLeadingSpace() local
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/ |
D | FindMatchRectsDetails.java | 14 public final int version; field in FindMatchRectsDetails 22 public FindMatchRectsDetails(int version, RectF[] rects, RectF activeRect) { in FindMatchRectsDetails()
|