HomeSort by relevance Sort by last modified time
    Searched refs:installed (Results 1 - 25 of 293) 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.
  /frameworks/base/core/java/android/content/pm/
PackageUserState.java 30 public boolean installed; field in class:PackageUserState
41 installed = true;
47 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/chromium_org/third_party/icu/source/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);
  /external/icu/icu4c/source/common/
locavailable.cpp 122 // Load Installed Locales. This function will be called exactly once
127 UResourceBundle installed; local
136 ures_initStackObject(&installed);
138 ures_getByKey(indexLocale, _kIndexTag, &installed, &status);
141 localeCount = ures_getSize(&installed);
144 ures_resetIterator(&installed);
145 while(ures_hasNext(&installed)) {
146 ures_getNextString(&installed, NULL, (const char **)&_installedLocales[i++], &status);
153 ures_close(&installed);
  /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
  /frameworks/base/core/java/android/net/http/
HttpResponseCache.java 159 * Returns the currently-installed {@code HttpResponseCache}, or null if
160 * there is no cache installed or it is not a {@code HttpResponseCache}.
163 ResponseCache installed = ResponseCache.getDefault(); local
164 if (installed instanceof com.android.okhttp.HttpResponseCache) {
166 (com.android.okhttp.HttpResponseCache) installed);
178 * @return the newly-installed cache
184 ResponseCache installed = ResponseCache.getDefault(); local
185 if (installed instanceof com.android.okhttp.HttpResponseCache) {
187 (com.android.okhttp.HttpResponseCache) installed;
188 // don't close and reopen if an equivalent cache is already installed
    [all...]
  /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
  /external/chromium_org/chrome/common/extensions/docs/examples/api/nativeMessaging/host/
install_host.sh 40 echo Native messaging host $HOST_NAME has been installed.
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/command/
list.py 8 print ' I: installed\n *: update available\n'
18 print '\nAll installed bundles are up-to-date.'
23 print '\nBundles installed locally that are not available remotely:'
30 installed = local_bundle is not None
44 'I' if installed else ' ',
  /external/chromium_org/third_party/lcov/bin/
install.sh 59 echo WARNING: Skipping uninstall for $TARGET - not installed! >&2
  /external/llvm/tools/llvm-ar/
Android.mk 86 # Make sure if llvm-ar (i.e. $(LOCAL_MODULE)) get installed,
87 # llvm-ranlib will get installed as well.
88 ALL_MODULES.$(LOCAL_MODULE).INSTALLED := \
89 $(ALL_MODULES.$(LOCAL_MODULE).INSTALLED) $(LLVM_RANLIB)
  /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 16 # Install the srec data files if VoiceDialer.apk is installed to system image.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_scripts.py 73 installed = os.listdir(target)
75 self.assertTrue(name in installed)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_scripts.py 73 installed = os.listdir(target)
75 self.assertTrue(name in installed)
  /build/core/tasks/tools/
package-modules.mk 2 # It preserves the install path of the modules' installed files.
17 # Iterate over modules' built files and installed files;
26 $(warning Unknown installed file for module '$(m)'))\
  /external/chromium_org/chrome/browser/resources/
components.js 9 * currently installed components and populates the html jstemplate with
11 * @param {Object} componentsData Detailed info about installed components.
25 * Asks the C++ ComponentsDOMHandler to get details about the installed
35 * current state of installed components.
36 * @param {Object} componentsData Detailed info about installed components. The
  /frameworks/base/services/core/java/com/android/server/pm/
PackageSettingBase.java 35 * incomplete installations. Say a package is being installed (the state is
110 /* package name of the app that installed this package */
256 modifyUserState(userId).installed = inst;
260 return readUserState(userId).installed;
265 if (readUserState(user).installed) {
272 int[] queryInstalledUsers(int[] users, boolean installed) {
275 if (getInstalled(user) == installed) {
282 if (getInstalled(user) == installed) {
322 void setUserState(int userId, int enabled, boolean installed, boolean stopped,
328 state.installed = installed
    [all...]
  /external/chromium_org/third_party/icu/source/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..)"
  /external/icu/icu4c/source/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...]
  /external/chromium_org/chrome/browser/chromeos/dbus/
org.chromium.LibCrosService.conf 8 This file will be installed at /etc/dbus-1/system.d on Chromium OS.

Completed in 948 milliseconds

1 2 3 4 5 6 7 8 91011>>