Searched +full:- +full:newerthan (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/flutter/packages/flutter_tools/lib/src/android/ |
D | android_studio.dart | 2 // Use of this source code is governed by a BSD-style license that can be 150 final String configuredStudio = config.getValue('android-studio-dir'); 200 final String configuredStudioDir = config.getValue('android-studio-dir'); 221 bool _hasStudioAt(String path, { Version newerThan }) { 225 if (newerThan != null) { 226 return studio.version.compareTo(newerThan) >= 0; 238 if (studio != null && !_hasStudioAt(studio.directory, newerThan: studio.version)) { 246 final String configuredStudioDir = config.getValue('android-studio-dir'); 259 // Add /opt/android-studio and $HOME/android-studio, if they exist. 260 _checkWellKnownPath('/opt/android-studio'); [all …]
|
/third_party/icu/ |
D | .appveyor.yml | 11 - c:\icu-ci-cache 14 # - The VS2017 build is disabled (commented out) below, as we build both VS2015 and VS2017 17 # - For the Cygwin build, the CYG_MIRROR URL used to use the "Cygwin Time Machine" archive 18 # in order to pull a previous version of Cygwin, v2.11.2-1 (with timestamp 1550062412). 23 # In order to speed the builds up we use the "-X" or "--no-verify" option to skip checking 28 ICU_CI_CACHE: c:\icu-ci-cache 29 CYG_URL: https://cygwin.com/setup-x86_64.exe 31 CYG_PACKAGES: automake,gcc-core,gcc-g++,make,pkg-config,perl,python3 32 CYG_ROOT: c:\cygwin-root 33 CYG_CACHE: '%ICU_CI_CACHE%\cygwin64-v3' [all …]
|