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

1 2 3 4 5 6 7

  /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.
  /frameworks/base/core/java/android/content/pm/
PackageUserState.java 30 public boolean installed; field in class:PackageUserState
39 installed = true;
44 installed = o.installed;
  /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
  /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.
379 * @return currently installed {@link Fragment} (1-pane has only one at most), or null if none
410 * Push the installed fragment into our custom back stack (or optionally
419 final Fragment installed = getInstalledFragment(); local
420 if ((installed instanceof MessageViewFragment)
439 if (installed != null) {
440 if (installed instanceof MessageViewFragment) {
443 Log.d(Logging.LOG_TAG, this + " showFragment: removing " + installed);
445 ft.remove(installed);
448 mPreviousFragment = installed;
478 final Fragment installed = getInstalledFragment(); local
511 final Fragment installed = getInstalledFragment(); local
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
PackageSettingBase.java 38 * incomplete installations. Say a package is being installed (the state is
78 /* package name of the app that installed this package */
207 modifyUserState(userId).installed = inst;
211 return readUserState(userId).installed;
216 if (readUserState(user).installed) {
223 int[] queryInstalledUsers(int[] users, boolean installed) {
226 if (getInstalled(user) == installed) {
233 if (getInstalled(user) == installed) {
257 void setUserState(int userId, int enabled, boolean installed, boolean stopped,
262 state.installed = installed
    [all...]
  /external/clang/tools/driver/
Android.mk 97 # Make sure if clang (i.e. $(LOCAL_MODULE)) get installed,
98 # clang++ will get installed as well.
99 ALL_MODULES.$(LOCAL_MODULE).INSTALLED := \
100 $(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.
  /external/icu4c/config/
dist.mk 8 # This will only work if subversion is installed.
40 @echo "ERROR: 'dist' will not work unless the parent of the top_srcdir ( $(SVNTOP) ) is checked out from svn, and svn is installed."
60 @echo "svnversion of $(SVNTOP) is as follows (if this fails, make sure svn is installed..)"
  /external/qemu/distrib/sdl-1.2.15/acinclude/
esd.m4 18 AC_ARG_WITH(esd-prefix,[ --with-esd-prefix=PFX Prefix where ESD is installed (optional)],
20 AC_ARG_WITH(esd-exec-prefix,[ --with-esd-exec-prefix=PFX Exec prefix where ESD is installed (optional)],
60 dnl Now check if the installed ESD is sufficiently new. (Also sanity
129 echo "*** The esd-config script installed by ESD could not be found"
130 echo "*** If ESD was installed in PREFIX, make sure PREFIX/bin is in"
148 echo "*** to the installed location Also, make sure you have run ldconfig if that"
151 echo "*** If you have an old version installed, it is best to remove it, although"
154 echo "*** exact error that occured. This usually means ESD was incorrectly installed"
155 echo "*** or that you have moved ESD since it was installed. In the latter case, you"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
InstallDependencyPage.java 100 "either not installed, or the template depends on a more recent version than " +
101 "the one you have installed.");
118 installedLabel.setText("Installed version:");
186 int installed = -1; local
188 installed = getInstalledSupportLibVersion();
191 if (installed == -1) {
194 if (required > installed) {
216 mInstalledVersion.setText("Not installed");
275 File installed = AddSupportJarAction.installSupport(version); local
276 if (installed != null)
    [all...]
  /device/common/
generate-blob-lists.sh 66 cat out/target/product/$DEVICENAME/installed-files.txt |
78 cat out/target/product/$DEVICENAME/installed-files.txt |
  /external/llvm/utils/llvm-build/llvmbuild/
componentinfo.py 119 kwargs['installed'] = items.get_optional_bool('installed', True)
128 required_libraries, add_to_library_groups, installed):
143 # Whether or not this library is installed.
144 self.installed = installed
167 if not self.installed:
168 print >>result, 'installed = 0'
203 required_libraries, add_to_library_groups, installed):
206 add_to_library_groups, installed)
    [all...]
  /cts/tests/core/
ctscore.mk 21 # and when installed explicitly put them in the data partition
  /development/tools/apkcheck/
Android.mk 17 # We use copy-file-to-new-target so that the installed
  /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 280 UResourceBundle installed; local
285 ures_initStackObject(&installed);
287 ures_getByKey(index, "InstalledLocales", &installed, &status);
290 localeCount = ures_getSize(&installed);
294 ures_resetIterator(&installed);
295 while(ures_hasNext(&installed)) {
297 ures_getNextString(&installed, NULL, &tempKey, &status);
317 ures_close(&installed);
  /external/naver-fonts/
fonts.mk 17 # get installed too.
  /external/noto-fonts/
fonts.mk 17 # get installed too.

Completed in 1138 milliseconds

1 2 3 4 5 6 7