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

1 2 3 4

  /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);
  /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
  /ndk/build/core/
build-all.mk 37 clean-installed-modules \
38 clean-installed-binaries
92 clean: clean-intermediates clean-installed-binaries
96 installed_modules: clean-installed-binaries libraries $(WANTED_INSTALLED_MODULES)
setup-app.mk 60 # Clear all installed binaries for this application
67 clean-installed-binaries::
check-cygwin-make.mk 19 # have another GNU Make installed in their path, that fails
setup-toolchain.mk 102 clean-installed-binaries::
117 $(NDK_APP_GDBSERVER): clean-installed-binaries
135 $(NDK_APP_GDBSETUP): clean-installed-binaries
175 WANTED_INSTALLED_MODULES += $(call map,module-get-installed,$(WANTED_MODULES))
  /system/core/init/
Android.mk 46 # We need this so that the installed files could be picked up based on the
48 ALL_MODULES.$(LOCAL_MODULE).INSTALLED := \
49 $(ALL_MODULES.$(LOCAL_MODULE).INSTALLED) $(SYMLINKS)
  /development/tools/apkcheck/
Android.mk 17 # We use copy-file-to-new-target so that the installed
  /external/chromium/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/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);
  /device/common/
generate-blob-scripts.sh 60 cat out/target/product/$DEVICENAME/installed-files.txt |
70 cat out/target/product/$DEVICENAME/installed-files.txt |
  /frameworks/base/core/jni/
android_hardware_Camera.cpp 55 void setCallbackMode(JNIEnv *env, bool installed, bool manualMode);
237 void JNICameraContext::setCallbackMode(JNIEnv *env, bool installed, bool manualMode)
250 if (!installed) {
426 static void android_hardware_Camera_setHasPreviewCallback(JNIEnv *env, jobject thiz, jboolean installed, jboolean manualBuffer)
428 LOGV("setHasPreviewCallback: installed:%d, manualBuffer:%d", (int)installed, (int)manualBuffer);
438 context->setCallbackMode(env, installed, manualBuffer);
  /sdk/files/
find_java.bat 43 echo Checking if it's installed in %ProgramW6432%\Java instead (64-bit).
51 echo Checking if it's installed in %ProgramFiles%\Java instead.
59 echo Tools, you need a suitable version of Java JDK installed on your system.
post_tools_install.bat 17 rem package as been installed.
  /external/svox/pico/src/com/svox/pico/
EngineSettings.java 62 pref.setSummary(R.string.installed);
  /build/tools/apicheck/
Android.mk 17 # We use copy-file-to-new-target so that the installed
  /cts/tools/cts-api-coverage/
Android.mk 17 # We use copy-file-to-new-target so that the installed
  /dalvik/dx/
Android.mk 5 # We use copy-file-to-new-target so that the installed
  /dalvik/tools/dexdeps/
Android.mk 17 # We use copy-file-to-new-target so that the installed
  /external/chromium/third_party/icu/source/data/brkitr/
brkfiles.mk 32 # All aliases (to not be included under 'installed'), but not including root.
  /external/icu4c/data/brkitr/
brkfiles.mk 32 # All aliases (to not be included under 'installed'), but not including root.
  /ndk/build/tools/
prebuilt-common.sh 641 # Check that a toolchain is properly installed at a target NDK location
649 echo "ERROR: Toolchain '$TOOLCHAIN' not installed in '$NDK_DIR'!"
650 echo " Ensure that the toolchain has been installed there before."
  /packages/apps/Settings/src/com/android/settings/
AppWidgetPickActivity.java 41 * When an installed {@link AppWidgetProviderInfo} is selected, this activity
201 * installed {@link AppWidgetProviderInfo} and those provided through
223 * Create list entries for installed {@link AppWidgetProviderInfo} widgets.
226 List<AppWidgetProviderInfo> installed = mAppWidgetManager.getInstalledProviders(); local
227 putAppWidgetItems(installed, null, items);
  /system/core/toolbox/
Android.mk 92 # We need this so that the installed files could be picked up based on the
94 ALL_MODULES.$(LOCAL_MODULE).INSTALLED := \
95 $(ALL_MODULES.$(LOCAL_MODULE).INSTALLED) $(SYMLINKS)

Completed in 478 milliseconds

1 2 3 4