HomeSort by relevance Sort by last modified time
    Searched full:exported (Results 901 - 925 of 1708) sorted by null

<<31323334353637383940>>

  /packages/apps/Settings/src/com/android/settings/print/
PrintServiceSettingsFragment.java 348 if (resolvedActivities.get(0).activityInfo.exported) {
368 if (resolvedActivities.get(0).activityInfo.exported) {
  /packages/apps/VideoEditor/res/values/
strings.xml 22 <!-- Menu item used to play the exported movie. -->
23 <string name="editor_play_exported_movie">Play exported movie</string>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainerInitializer.java 475 false // not exported.
501 false // not exported.
    [all...]
LibraryClasspathContainerInitializer.java 479 * Only classpath entries that are exported are added, and only Java project (not Android
498 // ignore entries that are not exported
  /system/core/sh/
var.c 361 * exported.
385 * Generate a list of exported variables. This routine is used to construct
  /external/chromium_org/third_party/JSON/JSON-2.59/
README     [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngpriv.h 289 /* The functions exported by PNG_EXTERN are internal functions, which
291 * debatable if they should be exported at all. In the future, when it
301 /* Some fixed point APIs are still required even if not exported because
    [all...]
  /frameworks/base/core/res/res/values/
attrs_manifest.xml 298 <attr name="exported" format="boolean" />
305 single user mode forces "exported" of the component to be false, to
    [all...]
  /ndk/sources/host-tools/make-3.81/
read.c 703 /* 'export' by itself causes everything to be exported. */
873 int exported;
1046 exported = 0;
1056 exported = 1;
869 int exported; local
    [all...]
variable.c 822 /* Make sure MAKEFILES gets exported if it is set. */
915 /* The variable doesn't have a name that can be exported. */
929 /* If this is the SHELL variable and it's not exported, then
    [all...]
  /libcore/luni/src/main/java/java/sql/
DatabaseMetaData.java 766 * catalog name being exported (possibly {@code null})</li>
768 * being exported (possibly {@code null})</li>
770 * exported</li>
772 * exported</li>
    [all...]
  /external/chromium_org/third_party/libpng/
pngconf.h 401 /* The functions exported by PNG_EXTERN are PNG_INTERNAL functions, which
403 * debatable if they should be exported at all. In the future, when it is
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
repeated_field.h 370 // HACK: If a class is declared as DLL-exported in MSVC, it insists on
374 // StringTypeHandler is exported. So, we factor out StringTypeHandlerBase,
376 // exported.
    [all...]
  /external/libpng/
pngconf.h 405 /* The functions exported by PNG_EXTERN are PNG_INTERNAL functions, which
407 * debatable if they should be exported at all. In the future, when it is
    [all...]
  /external/mksh/src/
var.c 910 /* only x[0] is ever exported, so use vpbase */
1024 * Make the exported environment from the exported names in the dictionary.
    [all...]
  /external/protobuf/src/google/protobuf/
repeated_field.h 286 // HACK: If a class is declared as DLL-exported in MSVC, it insists on
290 // StringTypeHandler is exported. So, we factor out StringTypeHandlerBase,
292 // exported.
    [all...]
  /external/valgrind/main/VEX/priv/
main_main.c 79 /* Exported to library client. */
93 /* Exported to library client. */
184 /* Exported to library client. */
    [all...]
  /frameworks/base/docs/html/guide/topics/connectivity/nfc/
hce.jd 279 <p>Finally, you must set the {@code android:exported} attribute to true, and require the
290 &lt;service android:name=".MyHostApduService" android:exported="true"
480 &lt;service android:name=".MyOffHostApduService" android:exported="true"
  /frameworks/base/services/java/com/android/server/am/
BroadcastQueue.java 739 info.activityInfo.exported);
741 if (!info.activityInfo.exported) {
746 + " is not exported from uid " + info.activityInfo.applicationInfo.uid
    [all...]
  /ndk/docs/text/
ANDROID-MK.text 757 > Exported flags are prepended to your module's LOCAL_CFLAGS so you can
760 > exported by '`foo`'.
762 > Finally, exported flags are *not* used when building the module that
  /build/core/combo/
TARGET_linux-arm.mk 126 # in their exported C++ functions). Also, GCC 4.5 has already
  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiManagerTest.java 406 * counters. This CTS tests whether those counters are correctly exported.
  /development/ndk/sources/android/libportable/arch-mips/
syscall.c 42 * Not all of them are exported via bionic header so use #ifdef.
  /development/samples/Support4Demos/
AndroidManifest.xml 350 android:exported="false">
  /external/bison/build-aux/
gnupload 243 # Make sure passphrase is not exported in the environment.

Completed in 770 milliseconds

<<31323334353637383940>>