HomeSort by relevance Sort by last modified time
    Searched refs:installed (Results 101 - 125 of 578) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/boringssl/src/util/bot/go/
bootstrap.py 187 Returns True if new toolset was installed.
189 installed = read_file([toolset_root, 'INSTALLED_TOOLSET'])
191 if installed == available:
196 LOGGER.info(' Old toolset is %s', installed)
200 LOGGER.info('Go toolset installed: %s', TOOLSET_VERSION)
  /external/expat/
expat.spec 84 - Add the expat_external.h header to the installed files.
102 - Added "Valid XHTML 1.0" icon to the installed documentation.
  /external/ltp/
build.sh 5 # TODO: Implement comparison of installed files. List of installed files can
104 target, which means that LTP will be actually installed into
  /external/ltp/testscripts/
runEALtests.sh 67 -r ltproot Fully qualified path where testsuite is installed.
204 # display versions of installed software
  /external/python/cpython2/Doc/
make.bat 33 echo.installed, then set the SPHINXBUILD environment variable to point
37 echo.If you don't have Sphinx installed, grab it from
  /external/python/cpython3/Doc/
make.bat 47 echo.installed, then set the SPHINXBUILD environment variable to point
51 echo.If you don't have Sphinx installed, grab it from
  /hardware/interfaces/compatibility_matrices/
Android.mk 135 LOCAL_GENERATED_SOURCES := $(call module-installed-files,$(LOCAL_REQUIRED_MODULES))
  /packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/
AppHeaderViewPreferenceControllerTest.java 114 assertThat(summary.getText()).isEqualTo(mContext.getString(R.string.installed));
  /prebuilts/go/darwin-x86/src/
make.bat 15 :: GOARCH: The target architecture for installed packages and tools.
17 :: GOOS: The target operating system for installed packages and tools.
  /prebuilts/go/linux-x86/src/
make.bat 15 :: GOARCH: The target architecture for installed packages and tools.
17 :: GOOS: The target operating system for installed packages and tools.
  /sdk/find_java/
find_java.bat 57 echo Tools, you need a suitable version of Java JDK installed on your system.
61 echo If you already have Java installed, you can define the JAVA_HOME environment
  /build/make/core/
install_jni_libs.mk 22 # If this app isn't to be installed to system partitions.
  /build/soong/cc/
ndk_headers.go 49 // Base directory of the headers being installed. As an example:
59 // "include/foo", it would have installed $SYSROOT/usr/include/bar/baz.h.
158 // Base directory of the headers being installed. As an example:
167 // "include/foo", it would have installed $SYSROOT/usr/include/bar/baz.h.
test.go 40 // list of files or filegroup modules that provide data that should be installed alongside
45 // installed into.
297 // list of files or filegroup modules that provide data that should be installed alongside
302 // installed into.
  /external/autotest/site_utils/deployment/
commandline.py 482 help='board for DUTs to be installed')
484 help='host names of DUTs to be installed')
  /external/curl/projects/
build-openssl.bat 124 rem Check we have Visual Studio installed
130 rem It isn't so check we have it installed and set the path if it is
353 echo Error: %VC_DESC% is not installed
358 echo Error: Perl is not installed
  /external/vulkan-validation-layers/build-android/
android-generate.bat 53 REM Ensure uuidgen is installed, this should error if not found
  /external/walt/
README.md 22 [installed from Google Play](https://play.google.com/store/apps/details?id=org.kamrik.latency.walt)
  /external/walt/docs/
ChromeOS.md 9 [some pointers on how to get it installed](https://www.chromium.org/chromium-os/testing/autotest-developer-faq/ssh-test-keys-setup)
  /frameworks/base/core/jni/
android_hardware_Camera.cpp 86 void setCallbackMode(JNIEnv *env, bool installed, bool manualMode);
442 void JNICameraContext::setCallbackMode(JNIEnv *env, bool installed, bool manualMode)
455 if (!installed) {
777 static void android_hardware_Camera_setHasPreviewCallback(JNIEnv *env, jobject thiz, jboolean installed, jboolean manualBuffer)
779 ALOGV("setHasPreviewCallback: installed:%d, manualBuffer:%d", (int)installed, (int)manualBuffer);
789 context->setCallbackMode(env, installed, manualBuffer);
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/testcshared/
cshared_test.go 44 // Directory where cgo headers and outputs will be installed.
543 t.Fatal("libgo.h not installed")
546 t.Fatal("p.h not installed")
566 t.Errorf("libgo.h not installed in second run: %v", err)
569 t.Errorf("p.h not installed in second run: %v", err)
  /prebuilts/go/linux-x86/misc/cgo/testcshared/
cshared_test.go 44 // Directory where cgo headers and outputs will be installed.
543 t.Fatal("libgo.h not installed")
546 t.Fatal("p.h not installed")
566 t.Errorf("libgo.h not installed in second run: %v", err)
569 t.Errorf("p.h not installed in second run: %v", err)
  /external/autotest/server/
autotest.py 104 self.installed = False
113 default be installed in a "standard" directory (e.g.
127 Find where the Autotest client is installed on the host.
128 @returns an absolute path to an installed Autotest client root.
152 Determines the location where autotest should be installed on
154 temporary directory that autotest can be installed in. Otherwise, looks
210 # run, this will ensure that the installed build uses the
282 @param host A Host instance on which autotest will be installed
321 self.installed = True
349 @param host A Host instance on which autotest will be installed
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/internal/help/
helpdoc.go 145 installed with "go install" (there is no work space in which to install them),
318 The pkg directory holds installed package objects.
325 has its compiled form installed to "DIR/pkg/GOOS_GOARCH/foo/bar.a".
330 command with source in DIR/src/foo/quux is installed into
333 installed commands. If the GOBIN environment variable is
334 set, commands are installed to the directory it names instead
349 quux (installed command)
353 bar.a (installed package object)
530 The root of the installed Go tree, when it is
531 installed in a location other than where it is built
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/internal/help/
helpdoc.go 145 installed with "go install" (there is no work space in which to install them),
318 The pkg directory holds installed package objects.
325 has its compiled form installed to "DIR/pkg/GOOS_GOARCH/foo/bar.a".
330 command with source in DIR/src/foo/quux is installed into
333 installed commands. If the GOBIN environment variable is
334 set, commands are installed to the directory it names instead
349 quux (installed command)
353 bar.a (installed package object)
530 The root of the installed Go tree, when it is
531 installed in a location other than where it is built
    [all...]

Completed in 801 milliseconds

1 2 3 45 6 7 8 91011>>