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

12 3 4 5 6 7 8

  /external/chromium_org/third_party/WebKit/Source/platform/
blink_common.target.linux-arm64.mk 29 third_party/WebKit/Source/platform/exported/WebCString.cpp \
30 third_party/WebKit/Source/platform/exported/WebString.cpp \
31 third_party/WebKit/Source/platform/exported/WebCommon.cpp
blink_common.target.linux-mips.mk 29 third_party/WebKit/Source/platform/exported/WebCString.cpp \
30 third_party/WebKit/Source/platform/exported/WebString.cpp \
31 third_party/WebKit/Source/platform/exported/WebCommon.cpp
blink_common.target.linux-x86.mk 29 third_party/WebKit/Source/platform/exported/WebCString.cpp \
30 third_party/WebKit/Source/platform/exported/WebString.cpp \
31 third_party/WebKit/Source/platform/exported/WebCommon.cpp
blink_common.target.linux-x86_64.mk 29 third_party/WebKit/Source/platform/exported/WebCString.cpp \
30 third_party/WebKit/Source/platform/exported/WebString.cpp \
31 third_party/WebKit/Source/platform/exported/WebCommon.cpp
  /external/ltrace/
proc.c 871 struct library_exported_name *exported; local
872 for (exported = data; exported != NULL; exported = exported->next) {
876 (void *)exported->name))
  /frameworks/base/services/core/java/com/android/server/am/
ServiceRecord.java 74 final boolean exported; // from ServiceInfo.exported field in class:ServiceRecord
308 exported = sInfo.exported;
  /frameworks/base/services/core/java/com/android/server/firewall/
IntentFirewall.java 582 int owningUid, boolean exported);
593 * @param exported Whether the component is exported
597 boolean exported) {
598 return mAms.checkComponentPermission(permission, pid, uid, owningUid, exported) ==
  /ndk/build/core/
import-locals.mk 21 # we need to use the exported definitions of the closure of all modules
  /sdk/emulator/opengl/
Android.mk 58 # This ensures that anything exported by module A will be correctly
  /external/chromium_org/tools/cr/cr/base/
client.py 203 for name in cr.auto.build.config.OVERRIDES.exported.keys():
host.py 95 env={k: str(v) for k, v in cr.context.exported.items()},
  /external/chromium_org/tools/cr/cr/
visitor.py 136 # non exported name
183 def exported(self): member in class:Node
  /external/chromium_org/v8/src/
promise.js 135 // Define exported functions.
299 // Install exported functions.
uri.js 283 // Define exported functions.
377 // Install exported functions.
  /frameworks/base/services/restrictions/java/com/android/server/restrictions/
RestrictionsManagerService.java 162 if (ri != null && ri.activityInfo != null && ri.activityInfo.exported) {
  /external/libunwind/doc/
unw_get_proc_name.tex 35 completely unavailable or may be limited to those exported via a
  /system/extras/tests/bionic/libc/
Android.mk 109 # exported from the executable.
  /external/chromium_org/tools/grit/grit/tool/
build.py 97 are exported to translation interchange files (e.g. XMB files), etc.
  /frameworks/base/core/java/android/content/pm/
PackageParser.java     [all...]
  /frameworks/base/core/java/android/provider/
DocumentsProvider.java 69 * android:exported="true"
160 if (!info.exported) {
161 throw new SecurityException("Provider must be exported");
    [all...]
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodInfo.java 306 si.exported = true;
  /frameworks/base/core/tests/inputmethodtests/src/android/os/
InputMethodSubtypeSwitchingControllerTest.java 66 si.exported = true;
InputMethodTest.java 208 si.exported = true;
  /frameworks/base/services/core/java/com/android/server/pm/
LauncherAppsService.java 281 if (!info.exported) {
282 throw new SecurityException("Cannot launch non-exported components "
  /frameworks/support/v4/java/android/support/v4/content/
FileProvider.java 87 * <code>com.mydomain.fileprovider</code>. Set the <code>android:exported</code> attribute to
100 * android:exported="false"
203 * android:exported="false"
345 if (info.exported) {
346 throw new SecurityException("Provider must not be exported");
    [all...]

Completed in 1354 milliseconds

12 3 4 5 6 7 8