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

1 2 3 4 5 6 7 8 9

  /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/chromium_org/third_party/icu/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);
  /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
  /external/chromium_org/remoting/webapp/
host_installer.js 48 * whether the host is installed or not.
125 /** @param {boolean} installed */
126 return this.isInstalled().then(function(installed){
127 if (installed) {
137 /** @param {boolean} installed */
138 that.isInstalled().then(function(installed) {
139 if (installed) {
152 * Stops waiting for the host to be 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
  /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/ui/file_manager/video_player/js/cast/
cast_extension_discoverer.js 8 * Discover the ID of installed cast extension.
51 function(installed) {
52 if (installed) {
62 * The result will be notified on |callback|. True if installed, false not.
  /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)
  /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
  /external/chromium_org/third_party/icu/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/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/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.
  /external/chromium_org/third_party/icu/source/data/rbnf/
rbnflocal.mk 23 # All aliases (to not be included under 'installed'), but not including root.
  /external/chromium_org/third_party/skia/experimental/webtry/setup/
continue_install 21 echo Go already installed.
  /external/chromium_org/v8/test/mjsunit/es6/debug-promises/
reject-caught-late.js 8 // is rejected, and a catch handler is installed right before the rejection.
throw-caught-late.js 8 // throws, and a catch handler is installed right before throwing.
  /build/core/
executable_prefer_symlink.mk 5 # Note: now only limited to the binaries that will be installed under system/bin directory
48 # We need this so that the installed files could be picked up based on the
50 ALL_MODULES.$(LOCAL_MODULE).INSTALLED += $(my_symlink)
  /device/common/
generate-blob-lists.sh 66 cat out/target/product/$DEVICENAME/installed-files.txt |
77 cat out/target/product/$DEVICENAME/installed-files.txt |
  /external/clang/tools/driver/
Android.mk 110 # Make sure if clang (i.e. $(LOCAL_MODULE)) get installed,
111 # clang++ will get installed as well.
112 ALL_MODULES.$(LOCAL_MODULE).INSTALLED := \
113 $(ALL_MODULES.$(LOCAL_MODULE).INSTALLED) $(CLANG_CXX)
  /external/llvm/utils/llvm-build/llvmbuild/
componentinfo.py 122 kwargs['installed'] = items.get_optional_bool('installed', True)
131 required_libraries, add_to_library_groups, installed):
146 # Whether or not this library is installed.
147 self.installed = installed
171 if not self.installed:
172 result += 'installed = 0\n'
207 required_libraries, add_to_library_groups, installed):
210 add_to_library_groups, installed)
    [all...]
  /cts/tests/core/
ctscore.mk 21 # and when installed explicitly put them in the data partition

Completed in 419 milliseconds

1 2 3 4 5 6 7 8 9