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

1 2 3 4 5 6 7 8 91011>>

  /external/mdnsresponder/mDNSPosix/
Makefile 278 @echo $+ " installed"
281 @echo $+ " installed"
284 @echo $+ " installed"
287 @echo $+ " installed"
290 @echo $+ " installed"
293 @echo $+ " installed"
295 # Note: If daemon already installed, we make sure it's stopped before overwriting it
312 # that the daemon is installed *before* we try to execute the command to start it.
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowHttpResponseCacheTest.java 17 // If someone else installed a cache, clear it.
18 ShadowHttpResponseCache.installed = null;
23 // Ensure we don't leak an installed cache from a test.
24 ShadowHttpResponseCache.installed = null;
31 HttpResponseCache installed = HttpResponseCache.getInstalled(); local
32 assertThat(installed).isSameAs(cache);
33 assertThat(installed.maxSize()).isEqualTo(42);
  /external/valgrind/none/tests/s390x/
stfle.stdout.exp 3 The z/Architecture architectural mode is installed and active
5 STFLE facility is installed
8 The z/Architecture architectural mode is installed and active
  /external/icu/icu4c/source/common/
locavailable.cpp 124 // Load Installed Locales. This function will be called exactly once
129 UResourceBundle installed; local
138 ures_initStackObject(&installed);
140 ures_getByKey(indexLocale, _kIndexTag, &installed, &status);
143 localeCount = ures_getSize(&installed);
146 ures_resetIterator(&installed);
147 while(ures_hasNext(&installed)) {
148 ures_getNextString(&installed, NULL, (const char **)&_installedLocales[i++], &status);
155 ures_close(&installed);
  /build/make/tools/
check_builds.sh 64 inputs="$inputs $TEST_BUILD_DIR/golden-$1/installed-files.txt"
65 inputs="$inputs $TEST_BUILD_DIR/dist-$1/installed-files.txt"
83 diff $TEST_BUILD_DIR/golden-$1/installed-files.txt $TEST_BUILD_DIR/dist-$1/installed-files.txt &> /dev/null
86 diff $TEST_BUILD_DIR/golden-$1/installed-files.txt $TEST_BUILD_DIR/dist-$1/installed-files.txt
  /external/elfutils/tests/
test-wrapper.sh 20 # use the installed libraries. So for local test runs we need to point
26 # $(srcdir)/test-wrapper.sh installed s,^,eu-, run-test.sh ...
28 if [ "$1" = installed ]; then
34 elfutils_testrun=installed
  /hardware/interfaces/drm/1.0/vts/functional/
drm_hal_vendor_module_api.h 68 DrmHalVTSVendorModule() : installed(true) {}
94 * scheme corresponding to this module is installed on the device.
96 void setInstalled(bool flag) {installed = flag;}
97 bool isInstalled() const {return installed;}
100 bool installed; member in class:DrmHalVTSVendorModule
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowHttpResponseCache.java 21 static ShadowHttpResponseCache installed = null; field in class:ShadowHttpResponseCache
38 installed = shadowCache;
46 return (installed != null) ? installed.originalObject : null;
63 installed = null;
  /external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/android/
HttpResponseCache.java 52 * Returns the currently-installed {@code HttpResponseCache}, or null if
53 * there is no cache installed or it is not a {@code HttpResponseCache}.
56 ResponseCache installed = ResponseCache.getDefault(); local
57 if (installed instanceof HttpResponseCache) {
58 return (HttpResponseCache) installed;
68 * @return the newly-installed cache
75 ResponseCache installed = ResponseCache.getDefault(); local
77 if (installed instanceof HttpResponseCache) {
78 HttpResponseCache installedResponseCache = (HttpResponseCache) installed;
79 // don't close and reopen if an equivalent cache is already installed
    [all...]
  /frameworks/base/core/java/android/net/http/
HttpResponseCache.java 161 * Returns the currently-installed {@code HttpResponseCache}, or null if
162 * there is no cache installed or it is not a {@code HttpResponseCache}.
165 ResponseCache installed = ResponseCache.getDefault(); local
166 if (installed instanceof HttpResponseCache) {
167 return (HttpResponseCache) installed;
177 * @return the newly-installed cache
184 ResponseCache installed = ResponseCache.getDefault(); local
185 if (installed instanceof HttpResponseCache) {
186 HttpResponseCache installedResponseCache = (HttpResponseCache) installed;
187 // don't close and reopen if an equivalent cache is already installed
    [all...]
  /external/valgrind/
valgrind.spec 34 mkdir docs.installed
35 mv $RPM_BUILD_ROOT%{_datadir}/doc/valgrind/* docs.installed/
40 %doc docs.installed/html/*.html docs.installed/html/images/*.png
  /external/oj-libjdwp/src/share/back/
standardHandlers.c 171 jboolean installed; local
174 installed = (eventHandler_createPermanentInternal(
176 if (!installed) {
  /external/compiler-rt/test/builtins/timing/
time 22 INSTALLED=/usr/local/lib/system/libcompiler_rt.a
31 if [ -f "$INSTALLED" ]; then
32 test $ARCH $FILE installed $INSTALLED
  /frameworks/base/tools/bit/
make.h 31 vector<string> installed; member in struct:Module
  /test/vts/testcases/vts_selftest/test_framework/python_virtualenv_preparer_test/part1/
VtsSelfTestPythonVirtualenvPreparerTestPart1.py 39 asserts.fail('numpy is not installed from plan level preparer.')
  /compatibility/cdd/3_software/
3_15_instant-apps.md 8 * [C-0-2] Instant Apps MUST NOT interact with installed apps via [implicit intents](https://developer.android.com/reference/android/content/Intent.html)
13 * [C-0-3] Instant Apps MUST NOT interact explicitly with installed apps unless the
17 installed application.
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
CaCertManagementTest.java 42 * Test: device admins should be able to list all installed certs.
85 * supplementary installed certificate.
119 * Whether a given cert, or one a lot like it, has been installed system-wide and is available
122 * <p>A CA certificate is "installed" if it matches all of the following conditions:
131 * @return {@code true} if installed by all metrics, {@code false} if not installed by any
136 boolean installed = mDevicePolicyManager.hasCaCertInstalled(mAdmin, caCert.getEncoded());
155 // All three responses should match - if an installed certificate isn't trusted or (worse)
156 // a trusted certificate isn't even installed we should fail now, loudly.
157 assertEquals(installed, listed)
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageUserState.java 45 public boolean installed; field in class:PackageUserState
70 installed = true;
81 installed = o.installed;
106 * Test if this package is installed.
109 // True if it is installed for this user and it is not hidden. If it is hidden,
114 || (this.installed
119 * Test if the given component is considered installed, enabled and a match
194 if (installed != oldState.installed) {
    [all...]
  /cts/tests/tests/net/src/android/net/http/cts/
HttpResponseCacheTest.java 61 HttpResponseCache installed = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); local
62 assertNotNull(installed);
63 assertSame(installed, ResponseCache.getDefault());
64 assertSame(installed, HttpResponseCache.getDefault());
  /build/make/core/tasks/
module-info.mk 13 '"installed": [$(foreach w,$(sort $(ALL_MODULES.$(m).INSTALLED)),"$(w)", )], ' \
  /build/make/core/tasks/tools/
package-modules.mk 2 # It preserves the install path of the modules' installed files.
29 # Ignore unknown installed files on partial builds
33 #my_missing_files = $(shell $(call echo-warning,$(my_makefile),$(my_package_name): Unknown installed file for module '$(1)'))
36 # Iterate over modules' built files and installed files;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_install_scripts.py 73 installed = os.listdir(target)
75 self.assertTrue(name in installed)
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
demo.bat 12 REM with Bitstream Cyberbit installed.
  /external/python/cpython2/Lib/distutils/tests/
test_install_scripts.py 73 installed = os.listdir(target)
75 self.assertIn(name, installed)
  /external/python/cpython3/Lib/distutils/tests/
test_install_scripts.py 73 installed = os.listdir(target)
75 self.assertIn(name, installed)

Completed in 729 milliseconds

1 2 3 4 5 6 7 8 91011>>