HomeSort by relevance Sort by last modified time
    Searched refs:component (Results 276 - 300 of 1396) sorted by null

<<11121314151617181920>>

  /frameworks/base/services/core/java/com/android/server/policy/
GlobalKeyManager.java 39 * broadcast to the specified component. The action of the intent will be
51 private static final String ATTR_COMPONENT = "component";
72 ComponentName component = mKeyMapping.get(keyCode); local
73 if (component != null) {
75 .setComponent(component)
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
MockUtils.java 54 public static Intent checkIntentComponent(final ComponentName component) {
59 return Objects.equal(((Intent) item).getComponent(), component);
64 description.appendText("Intent: component=\"" + component + "\"");
  /system/core/libmemunreachable/
Tarjan.h 114 SCC<T> component{components_.get_allocator()};
119 component.push_back(other_vertex);
122 components_.emplace_back(component);
  /external/ImageMagick/MagickCore/
color.c 1129 component[MagickPathExtent]; local
1493 component[MagickPathExtent]; local
    [all...]
  /cts/tests/tests/telecom/src/android/telecom/cts/
TestUtils.java 58 public static final String COMPONENT = "android.telecom.cts.CtsConnectionService";
64 new PhoneAccountHandle(new ComponentName(PACKAGE, COMPONENT), ACCOUNT_ID);
155 final ComponentName component = handle.getComponentName(); local
157 + component.getPackageName() + "/" + component.getClassName() + " "
163 final ComponentName component = handle.getComponentName(); local
165 + component.getPackageName() + "/" + component.getClassName() + " "
  /external/mesa3d/src/glsl/
opt_algebraic.cpp 325 unsigned component = 0; local
328 component = c;
330 return new(mem_ctx) ir_swizzle(ir->operands[1], component, 0, 0, 0, 1);
334 unsigned component = 0; local
337 component = c;
339 return new(mem_ctx) ir_swizzle(ir->operands[0], component, 0, 0, 0, 1);
  /frameworks/base/services/tests/servicestests/src/com/android/server/am/
ActivityTestsBase.java 88 ComponentName component, TaskRecord task) {
90 intent.setComponent(component);
93 aInfo.applicationInfo.packageName = component.getPackageName();
111 ComponentName component, int stackId) {
114 aInfo.applicationInfo.packageName = component.getPackageName();
117 intent.setComponent(component);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DualNonPaymentPrefixEmulatorActivity.java 21 setupServices(this, PrefixTransportService1.COMPONENT, PrefixAccessService.COMPONENT);
36 mCardEmulation.registerAidsForService(PrefixTransportService1.COMPONENT, CardEmulation.CATEGORY_OTHER, service1_aids);
37 mCardEmulation.registerAidsForService(PrefixAccessService.COMPONENT, CardEmulation.CATEGORY_OTHER, service2_aids);
68 void onApduSequenceComplete(ComponentName component, long duration) {
69 if (component.equals(PrefixAccessService.COMPONENT)) {
DefaultRouteEmulatorActivity.java 47 void onApduSequenceComplete(ComponentName component, long duration) {
OffHostEmulatorActivity.java 19 setupServices(this, OffHostService.COMPONENT);
44 void onApduSequenceComplete(ComponentName component, long duration) {
  /cts/hostsidetests/dumpsys/apps/ProcStatsTestApp/src/com/android/server/cts/procstats/
ProcStatsTest.java 54 private static final Intent buildIntent(String component) {
56 .setComponent(ComponentName.unflattenFromString(component));
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
IPAddress.java 102 private static boolean isMaskValue(String component, int size)
106 int value = Integer.parseInt(component);
  /external/llvm/bindings/go/llvm/
bitwriter.go 10 // This file defines bindings for the bitwriter component.
transforms_instrumentation.go 10 // This file defines bindings for the instrumentation component.
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_video_buffer.c 306 unsigned i, j, component; local
315 for (component = 0, i = 0; i < buf->num_planes; ++i ) {
322 for (j = 0; j < nr_components && component < VL_NUM_COMPONENTS; ++j, ++component) {
323 if (buf->sampler_view_components[component])
330 buf->sampler_view_components[component] = pipe->create_sampler_view(pipe, res, &sv_templ);
331 if (!buf->sampler_view_components[component])
335 assert(component == VL_NUM_COMPONENTS);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
Path.java 34 static Pattern component = Pattern.compile("(....|\\.\\.)(\\[(.*)\\])?"); field in class:Path
79 Matcher m = component.matcher(now);
  /external/toolchain-utils/automation/clients/
crosstool.py 54 for component in ('gcc', 'binutils'):
56 self._target, board, component)
  /external/webrtc/webrtc/p2p/client/
httpportallocator.h 54 int component,
100 int component,
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVP8Encoder.cpp 45 OMX_COMPONENTTYPE **component)
47 name, callbacks, appData, component, "video_encoder.vp8",
  /frameworks/base/libs/hwui/
PropertyValuesHolder.cpp 33 inline constexpr float linearize(U8CPU component) {
34 return EOCF_sRGB(component / 255.0f);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
PackageManagerWrapperImpl.java 97 ComponentName[] componentNames, ComponentName component) {
98 mPm.replacePreferredActivity(homeFilter, matchCategoryEmpty, componentNames, component);
  /hardware/interfaces/media/omx/1.0/vts/functional/
README.md 4 The scope of the tests presented here is not restricted solely to testing omx hal @ 1.0 API but also test to omx core functionality and to an extent omx components as well. The current directory contains the following folders: audio, common, component, master and video. Besides common all other folders contain test fixtures for testing AV decoder, encoder components. Common constitutes files that are used across by these test applications.
11 #### component :
12 This folder includes test fixtures that tests aspects common to all omx compatible components. For instance, port enabling/disabling, enumerating port formats, state transitions, flush, ..., stay common to all components irrespective of the service they offer. Test fixtures here are directed towards testing these (omx core). Every standard OMX compatible component is expected to pass these tests.
17 This folder includes test fixtures associated with testing audio encoder and decoder components such as simple encoding of a raw clip or decoding of an elementary stream, end of stream test, timestamp deviations test, flush test and so on. These tests are aimed towards testing the plugin that connects the component to the omx core.
26 This folder includes test fixtures associated with testing video encoder and decoder components such as simple encoding of a raw clip or decoding of an elementary stream, end of stream test, timestamp deviations test, flush test and so on. These tests are aimed towards testing the plugin that connects the component to the omx core.
  /packages/apps/Settings/src/com/android/settings/applications/
PackageManagerWrapperImpl.java 92 ComponentName[] componentNames, ComponentName component) {
93 mPm.replacePreferredActivity(homeFilter, matchCategoryEmpty, componentNames, component);
  /frameworks/base/services/core/java/com/android/server/pm/
LauncherAppsService.java 310 String callingPackage, ComponentName component, UserHandle user)
324 return pmInt.getActivityInfo(component,
367 ComponentName component, UserHandle user) throws RemoteException {
372 Preconditions.checkNotNull(component);
376 Intent intent = new Intent(Intent.ACTION_CREATE_SHORTCUT).setComponent(component);
577 String callingPackage, ComponentName component, UserHandle user)
579 if (!canAccessProfile(callingPackage , user, "Cannot check component")) {
591 ActivityInfo info = pmInt.getActivityInfo(component,
603 ComponentName component, Rect sourceBounds,
617 launchIntent.setPackage(component.getPackageName())
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
msilib.py 423 """Create a new directory in the Directory table. There is a current component
426 time. Files are added into the current component, and into the cab file.
443 self.component = None
456 def start_component(self, component = None, feature = None, flags = None, keyfile = None, uuid=None):
457 """Add an entry to the Component table, and make this component the current for this
458 directory. If no component name is given, the directory name is used. If no feature
460 flags are used. If no keyfile is given, the KeyPath is left null in the Component
468 if component is None:
469 component = self.logical
    [all...]

Completed in 738 milliseconds

<<11121314151617181920>>