HomeSort by relevance Sort by last modified time
    Searched defs:COMPONENT (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifests_chromepermission_unittest.cc 43 extensions::Manifest::COMPONENT,
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
OffHostService.java 6 public static final ComponentName COMPONENT =
AccessService.java 6 static final ComponentName COMPONENT =
26 return COMPONENT;
PaymentService1.java 8 static final ComponentName COMPONENT =
30 return COMPONENT;
PaymentService2.java 6 static final ComponentName COMPONENT =
26 return COMPONENT;
ThroughputService.java 8 static final ComponentName COMPONENT =
56 return COMPONENT;
TransportService1.java 6 static final ComponentName COMPONENT =
26 return COMPONENT;
TransportService2.java 6 static final ComponentName COMPONENT =
26 return COMPONENT;
  /external/chromium_org/chrome/common/extensions/api/file_browser_handlers/
file_browser_handler_manifest_unittest.cc 162 // Non component extensions can't override chrome://files/ URL.
166 // A component extension can override chrome://files/ URL.
169 &error, extensions::Manifest::COMPONENT, Extension::NO_FLAGS);
  /cts/suite/pts/hostTests/jank/app/src/com/android/pts/jank/opengl/
PtsDeviceJankOpenGl.java 31 private final static String COMPONENT =
89 sb.append(String.format(START_CMD, COMPONENT));
  /external/chromium_org/chrome/common/extensions/
manifest.h 35 COMPONENT, // An integral component of Chrome itself, which
  /frameworks/base/services/java/com/android/server/firewall/
StringFilter.java 230 public static final ValueProvider COMPONENT = new ValueProvider("component") {
241 public static final ValueProvider COMPONENT_NAME = new ValueProvider("component-name") {
252 public static final ValueProvider COMPONENT_PACKAGE = new ValueProvider("component-package") {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
bugTools.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/services/bugzilla/
UpdateBugStateTask.java 91 private static final String COMPONENT = "component"; //$NON-NLS-1$
432 args.put(COMPONENT, EMPTY);
  /external/chromium/chrome/common/extensions/
extension.h 54 COMPONENT, // An integral component of Chrome itself, which
209 // tied to a specific version of Chrome (such as a component
368 location != Extension::COMPONENT;
375 // developer is loading the extension, or the extension is a component
379 location == Extension::COMPONENT;
491 // extensions, while component extensions are allowed access to
552 // Returns true if this extension is a COMPONENT extension, or if it is
748 // Returns true if this is a component, or we are not attempting to access a
749 // component-private permission
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 

Completed in 164 milliseconds