HomeSort by relevance Sort by last modified time
    Searched refs:installed (Results 26 - 50 of 293) sorted by null

12 3 4 5 6 7 8 91011>>

  /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/skia/experimental/webtry/setup/
continue_install 21 echo Go already installed.
  /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)
dex_preopt_odex_install.mk 12 ifneq ($(filter $(TARGET_OUT)/%,$(my_module_path)),) # Installed to system.img.
18 endif # Installed to system.img.
54 # We use this installed_odex trick to get boot.art installed.
97 # Use pattern rule - we may have multiple installed odex files.
106 # Add the installed_odex to the list of installed files for this module.
107 ALL_MODULES.$(my_register_name).INSTALLED += $(installed_odex)
  /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
  /development/tools/apkcheck/
Android.mk 17 # We use copy-file-to-new-target so that the installed
  /external/chromium_org/chrome/browser/apps/drive/
drive_app_converter_browsertest.cc 122 const Extension* installed = extensions::ExtensionSystem::Get(profile()) local
125 EXPECT_EQ(app, installed);
  /external/chromium_org/third_party/icu/source/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/chromium_org/third_party/skia/
make.bat 34 echo Are you sure Visual Studio 2010 or 2012 is installed?
  /external/chromium_org/v8/test/mjsunit/es6/
debug-promises-caught-late.js 8 // throws, and a catch handler is installed right before throwing.
  /external/fonttools/
README.md 10 From your command line type the above command to get fontools installed on your system.
  /external/google-fonts/carrois-gothic-sc/
fonts.mk 17 # get installed too.
  /external/google-fonts/coming-soon/
fonts.mk 17 # get installed too.
  /external/google-fonts/cutive-mono/
fonts.mk 17 # get installed too.
  /external/google-fonts/dancing-script/
fonts.mk 17 # get installed too.
  /external/naver-fonts/
fonts.mk 17 # get installed too.
  /external/skia/
make.bat 34 echo Are you sure Visual Studio 2010 or 2012 is installed?
  /ndk/build/core/
build-all.mk 37 clean-installed-modules \
38 clean-installed-binaries
126 clean: clean-intermediates clean-installed-binaries
130 installed_modules: clean-installed-binaries libraries $(WANTED_INSTALLED_MODULES)
  /packages/apps/ContactsCommon/TestCommon/
Android.mk 21 # This has to be LOCAL_JAVA instead of LOCAL_STATIC since this test util is installed in the same
  /packages/apps/Settings/src/com/android/settings/
AppWidgetLoader.java 141 * installed {@link AppWidgetProviderInfo} and those provided through
176 * Create list entries for installed {@link AppWidgetProviderInfo} widgets.
179 List<AppWidgetProviderInfo> installed = local
181 putAppWidgetItems(installed, null, items, categoryFilter, false);
  /system/core/init/
Android.mk 68 # We need this so that the installed files could be picked up based on the
70 ALL_MODULES.$(LOCAL_MODULE).INSTALLED := \
71 $(ALL_MODULES.$(LOCAL_MODULE).INSTALLED) $(SYMLINKS)

Completed in 376 milliseconds

12 3 4 5 6 7 8 91011>>