HomeSort by relevance Sort by last modified time
    Searched full:component (Results 226 - 250 of 4899) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/include/effects/
SkTableColorFilter.h 24 * component [A, R, G, B]. If a given table is NULL, then it is
25 * treated as identity, with the component left unchanged. If a table
  /external/skia/src/sfnt/
SkOTTable_glyf.h 110 struct Component {
181 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
187 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
193 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
199 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
202 } component;//[] last element does not set MORE_COMPONENTS member in struct:SkOTTableGlyphData::Composite
204 /** Comes after the last Component if the last component has WE_HAVE_INSTR. */
  /frameworks/av/media/libstagefright/omx/
OMXMaster.cpp 84 ALOGE("A component of name '%s' already exists, ignoring this one.",
125 OMX_COMPONENTTYPE **component) {
128 *component = NULL;
138 plugin->makeComponentInstance(name, callbacks, appData, component);
144 mPluginByInstance.add(*component, plugin);
150 OMX_COMPONENTTYPE *component) {
153 ssize_t index = mPluginByInstance.indexOfKey(component);
162 return plugin->destroyComponentInstance(component);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
OffHostService.java 6 public static final ComponentName COMPONENT =
ThroughputEmulatorActivity.java 24 setupServices(this, ThroughputService.COMPONENT);
50 void onApduSequenceComplete(ComponentName component, long duration) {
51 if (component.equals(ThroughputService.COMPONENT)) {
  /external/chromium_org/apps/
field_trial_names.h 10 // Alphabetical list of field trial names specific to Apps component.
  /external/chromium_org/chrome/browser/component_updater/
swiftshader_component_installer.h 12 // component updater if the current gpu is blacklisted.
  /external/chromium_org/chrome/browser/policy/test/
DEPS 1 # The //chrome/browser/policy code is being converted into a component at
  /external/chromium_org/chrome/browser/resources/print_preview/settings/
color_settings.js 14 * @extends {print_preview.Component}
17 print_preview.Component.call(this);
28 __proto__: print_preview.Component.prototype,
37 print_preview.Component.prototype.enterDocument.call(this);
  /external/chromium_org/chrome/renderer/extensions/
app_runtime_custom_bindings.h 12 // The native component of custom bindings for the chrome.app.runtime API.
feedback_private_custom_bindings.h 12 // The native component of custom bindings for the chrome.app.runtime API.
  /external/chromium_org/chromeos/
chromeos_memory.gypi 9 'type': '<(component)',
  /external/chromium_org/remoting/base/
auth_token_util.h 13 // component pieces.
  /external/chromium_org/third_party/icu/source/test/cintltst/
ccapitst.h 17 /* C API TEST FOR CODESET CONVERSION COMPONENT */
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_util.h 46 unsigned component );
52 unsigned component );
58 unsigned component );
68 unsigned component );
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
contexts.xml 4 Component
10 Typically, the Eclipse builder runs performance tests for each component after the build is made on several performance test machines. Each component defines one or several specific performance test suites made of several test (aka scenario). Several performance numbers (e.g. Elapsed Process Time and CPU Time) are stored for each scenario and all build results are available in the performance results database.
22 <context id="results" title="Component Results view">
  /external/hamcrest/src/org/hamcrest/
SelfDescribing.java 9 * a description of a larger object of which this is just a component, so it
  /external/icu4c/test/cintltst/
ccapitst.h 17 /* C API TEST FOR CODESET CONVERSION COMPONENT */
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_util.h 46 unsigned component );
52 unsigned component );
58 unsigned component );
68 unsigned component );
  /external/smack/src/org/xbill/DNS/
PXRecord.java 31 * @param map822 The RFC 822 component of the mail address.
32 * @param mapX400 The X.400 component of the mail address.
84 /** Gets the RFC 822 component of the mail address. */
90 /** Gets the X.400 component of the mail address. */
  /frameworks/base/services/java/com/android/server/firewall/
SenderPermissionFilter.java 38 // We assume the component is exported here. If the component is not exported, then
39 // ActivityManager would only resolve to this component for callers from the same uid.
40 // In this case, it doesn't matter whether the component is exported or not.
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
Android.mk 24 $(EXYNOS_OMX_TOP)/component/common
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
MeasureHelper.java 30 private MeasureHelper(GLView component) {
31 mComponent = component;
34 public static MeasureHelper getInstance(GLView component) {
35 sInstance.mComponent = component;
  /cts/tests/tests/calendarcommon/src/com/android/calendarcommon2/
RecurrenceSet.java 31 public static void addPropertiesForRuleStr(ICalendar.Component component,
34 component.addProperty(new ICalendar.Property(CTS_PROPERTY_NAME));
  /device/google/accessory/demokit/hardware/fab/shield/
README.txt 19 ashield_blk.plc BLACK primary (first applied) silk, component side
27 ashield.cmp Component side copper
28 ashield.stc Component side stop mask

Completed in 721 milliseconds

1 2 3 4 5 6 7 8 91011>>