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

1 2 3 4 5 6

  /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/valgrind/main/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/icu4c/common/
locavailable.cpp 132 UResourceBundle installed; local
138 ures_initStackObject(&installed);
140 ures_getByKey(indexLocale, _kIndexTag, &installed, &status);
143 localeCount = ures_getSize(&installed);
147 ures_resetIterator(&installed);
148 while(ures_hasNext(&installed)) {
149 ures_getNextString(&installed, NULL, (const char **)&temp[i++], &status);
166 ures_close(&installed);
  /frameworks/base/core/java/android/net/http/
HttpResponseCache.java 164 * Returns the currently-installed {@code HttpResponseCache}, or null if
165 * there is no cache installed or it is not a {@code HttpResponseCache}.
168 ResponseCache installed = ResponseCache.getDefault(); local
169 return installed instanceof HttpResponseCache ? (HttpResponseCache) installed : null;
178 * @return the newly-installed cache
184 HttpResponseCache installed = getInstalled(); local
185 if (installed != null) {
186 // don't close and reopen if an equivalent cache is already installed
187 DiskLruCache installedCache = installed.delegate.getCache()
    [all...]
  /build/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 28 # use the installed libraries. So for local test runs we need to point
34 # $(srcdir)/test-wrapper.sh installed s,^,eu-, run-test.sh ...
36 if [ "$1" = installed ]; then
42 elfutils_testrun=installed
  /external/compiler-rt/test/timing/
time 22 INSTALLED=/usr/local/lib/system/libcompiler_rt.a
31 if [ -f "$INSTALLED" ]; then
32 test $ARCH $FILE installed $INSTALLED
  /frameworks/compile/libbcc/runtime/test/timing/
time 22 INSTALLED=/usr/local/lib/system/libcompiler_rt.a
31 if [ -f "$INSTALLED" ]; then
32 test $ARCH $FILE installed $INSTALLED
  /packages/apps/Email/src/com/android/email/activity/
UIControllerOnePane.java 42 * One one-pane, only at most one fragment can be installed at a time.
374 * @return currently installed {@link Fragment} (1-pane has only one at most), or null if none
405 * Push the installed fragment into our custom back stack (or optionally
414 final Fragment installed = getInstalledFragment(); local
415 if ((installed instanceof MessageViewFragment)
434 if (installed != null) {
435 if (installed instanceof MessageViewFragment) {
438 Log.d(Logging.LOG_TAG, this + " showFragment: removing " + installed);
440 ft.remove(installed);
443 mPreviousFragment = installed;
473 final Fragment installed = getInstalledFragment(); local
506 final Fragment installed = getInstalledFragment(); local
    [all...]
  /external/clang/tools/driver/
Android.mk 89 # Make sure if clang (i.e. $(LOCAL_MODULE)) get installed,
90 # clang++ will get installed as well.
91 ALL_MODULES.$(LOCAL_MODULE).INSTALLED := \
92 $(ALL_MODULES.$(LOCAL_MODULE).INSTALLED) $(CLANG_CXX)
  /frameworks/base/core/tests/coretests/src/android/net/http/
HttpResponseCacheTest.java 50 HttpResponseCache installed = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); local
51 assertNotNull(installed);
52 assertSame(installed, ResponseCache.getDefault());
53 assertSame(installed, HttpResponseCache.getDefault());
  /external/srec/config/en.us/
config.mk 1 # Config files to be installed.
  /packages/apps/VoiceDialer/
Android.mk 14 # Install the srec data files if VoiceDialer.apk is installed to system image.
  /gdk/build/core/
build-all.mk 34 clean-installed-binaries
63 clean: clean-installed-binaries
67 installed_modules: clean-installed-binaries $(WANTED_INSTALLED_MODULES)
setup-app.mk 48 # Clear all installed binaries for this application
53 clean-installed-binaries::
  /external/icu4c/config/
dist.mk 8 # This will only work if subversion is installed.
39 @echo "ERROR: 'dist' will not work unless the parent of the top_srcdir ( $(SVNTOP) ) is checked out from svn, and svn is installed."
59 @echo "svnversion of $(SVNTOP) is as follows (if this fails, make sure svn is installed..)"
  /device/common/
generate-blob-lists.sh 75 cat out/target/product/$DEVICENAME/installed-files.txt |
85 cat out/target/product/$DEVICENAME/installed-files.txt |
  /development/tools/apkcheck/
Android.mk 17 # We use copy-file-to-new-target so that the installed
  /external/cibu-fonts/
fonts.mk 17 # get installed too.
  /external/dropbear/debian/
dropbear.postinst 27 # check whether OpenSSH seems to be installed.
30 OpenSSH appears to be installed. Setting /etc/default/dropbear so that
35 # disabled because OpenSSH is installed
  /external/icu4c/i18n/
coll.cpp 260 UResourceBundle installed; local
265 ures_initStackObject(&installed);
267 ures_getByKey(index, "InstalledLocales", &installed, &status);
270 localeCount = ures_getSize(&installed);
274 ures_resetIterator(&installed);
275 while(ures_hasNext(&installed)) {
277 ures_getNextString(&installed, NULL, &tempKey, &status);
297 ures_close(&installed);
  /external/lohit-fonts/
fonts.mk 17 # get installed too.
  /ndk/build/core/
build-all.mk 37 clean-installed-modules \
38 clean-installed-binaries
118 clean: clean-intermediates clean-installed-binaries
122 installed_modules: clean-installed-binaries libraries $(WANTED_INSTALLED_MODULES)
  /system/core/init/
Android.mk 56 # We need this so that the installed files could be picked up based on the
58 ALL_MODULES.$(LOCAL_MODULE).INSTALLED := \
59 $(ALL_MODULES.$(LOCAL_MODULE).INSTALLED) $(SYMLINKS)
  /build/core/tasks/
vendor_module_check.mk 67 $(if $(filter $(TARGET_OUT_VENDOR)/%, $(ALL_MODULES.$(m).INSTALLED)),,\
69 in product "$(TARGET_PRODUCT)" being installed to \
70 $(ALL_MODULES.$(m).INSTALLED) which is not in the vendor tree))))

Completed in 730 milliseconds

1 2 3 4 5 6