HomeSort by relevance Sort by last modified time
    Searched refs:components (Results 51 - 75 of 84) sorted by null

1 23 4

  /external/webkit/WebKitTools/Scripts/
run-webkit-tests     [all...]
  /external/v8/tools/
tickprocessor.js 747 var components = name.substring(1, nameEndPos).split('@');
748 components.reverse();
749 return components.join('::');
  /external/webkit/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm 277 CGFloat components[4];
278 [rgbColor getRed:&components[0] green:&components[1] blue:&components[2] alpha:&components[3]];
282 CGColorRef cgColor = CGColorCreate(cgColorSpace, components);
    [all...]
  /system/core/libpixelflinger/
buffer.cpp 181 if (f->components>=GGL_LUMINANCE &&
scanline.cpp 214 if ((f->components == GGL_RGB) ||
215 (f->components == GGL_RGBA) ||
216 (f->components == GGL_LUMINANCE) ||
217 (f->components == GGL_LUMINANCE_ALPHA))
219 // format must have all of RGB components
    [all...]
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 153 href="<?cs var:toroot ?>sdk/adding-components.html">Adding SDK Components</a>.</p>
  /frameworks/base/docs/html/sdk/
sdk_toc.cs 52 <span class="en">Downloadable SDK Components</span>
62 <li><a href="<?cs var:toroot ?>sdk/adding-components.html">
63 <span class="en">Adding SDK Components</span>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectWizard.java 667 // Create the default package components
996 String[] components = packageName.split(AndroidConstants.RE_DOT); local
    [all...]
  /device/samsung/crespo/libaudio/
asound.h 625 unsigned char components[128]; member in struct:snd_ctl_card_info
  /external/chromium/googleurl/src/
url_canon.h 291 // append slashes which will be needed before any authority components for most
309 // The components for the username and password refer to ranges in the
311 // is legal as long as the two components don't overlap.
354 // components in the input text, from 1 to 4. If |family| is not IPV4,
506 // canonicalizing individual components.
573 // component remplacement (different strings for different components) can be
578 // components identify offsets within these strings, so that they can all be
586 // Constructor normally used by callers wishing to replace components. This
600 // Constructor normally used internally to initialize all the components to
626 // By default, each component is unchanged. For those components that should b
727 const url_parse::Parsed& components() const { return components_; } function in class:url_canon::Replacements
    [all...]
  /external/jpeg/
ltmain.sh 821 $echo "$modename: output file \`$output' must have no directory components" 1>&2
    [all...]
  /external/kernel-headers/original/linux/
nfs_xdr.h 691 struct nfs4_string components[NFS4_PATHNAME_MAXCOMPONENTS]; member in struct:nfs4_pathname
  /frameworks/base/services/java/com/android/server/usb/
UsbDeviceSettingsManager.java 193 public void onPackageChanged(String packageName, int uid, String[] components) {
  /external/chromium/base/
base_main.scons 298 LOAD=[module,...] Comma-separated list of components to load in the
  /external/chromium/net/
net_main.scons 316 LOAD=[module,...] Comma-separated list of components to load in the
  /external/chromium/sdch/
sdch_main.scons 285 LOAD=[module,...] Comma-separated list of components to load in the
  /external/chromium/third_party/icu/
icu_main.scons 287 LOAD=[module,...] Comma-separated list of components to load in the
  /external/chromium/third_party/libevent/
libevent_main.scons 285 LOAD=[module,...] Comma-separated list of components to load in the
  /external/chromium/third_party/modp_b64/
modp_b64_main.scons 285 LOAD=[module,...] Comma-separated list of components to load in the
  /external/chromium/third_party/zlib/
zlib_main.scons 285 LOAD=[module,...] Comma-separated list of components to load in the
  /frameworks/base/services/java/com/android/server/
PackageManagerService.java 350 // Set of pending broadcasts for aggregating enable/disable of components.
544 ArrayList components[]; local
558 components = new ArrayList[size];
566 components[i] = ent.getValue();
577 (ArrayList<String>)components[i], uids[i]);
6778 ArrayList<String> components; local
    [all...]
  /external/webkit/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 885 const CGFloat components[5] = { c, m, y, k, a }; local
887 CGColorRef shadowColor = CGColorCreate(colorSpace, components);
    [all...]
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 50 // but this would use up to 4 more registers for the color components
99 // because we will (have to) clamp the components
117 // components as needed (or not at all if we don't blend)
158 // none of the components are present in the mask
234 // gather some informations about the components we need to process...
274 // all components are replaced, skip this TMU.
685 if (tmu.format.components != GGL_ALPHA &&
686 tmu.format.components != GGL_LUMINANCE)
    [all...]
GGLAssembler.cpp 166 if (mCbFormat.components >= GGL_LUMINANCE &&
944 // There is no need to clear the masked components of the source
946 // by construction (masked components are not computed)
    [all...]
  /external/skia/src/animator/
SkDisplayApply.cpp 622 int count = animate->components();

Completed in 1556 milliseconds

1 23 4