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

<<31323334353637383940>>

  /external/llvm/lib/Support/
Path.cpp 42 // Look for this first component in the following order.
176 i.Component = find_first_component(path);
191 // Increment Position to past the current component
192 Position += Component.size();
196 Component = StringRef();
202 bool was_net = Component.size() > 2 &&
203 is_separator(Component[0]) &&
204 Component[1] == Component[0] &&
205 !is_separator(Component[2])
    [all...]
  /external/chromium_org/net/base/
net_util.cc 303 // Returns true if the given Unicode host component is safe to display to the
371 // by whether a component is a single script or not. This will block
399 // Converts one component of a host (between dots) to IDN if safe. The result
411 // Only transform if the input can be an IDN component.
457 // TODO(brettw) bug 734373: check the scripts for each host component and
473 // Do each component of the host separately, since we enforce script matching
474 // on a per-component basis.
481 // Find the end of the component.
484 component_end = input16.length(); // For getting the last component.
527 // Called after we transform a component and append it to an output string
    [all...]
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
realpath.c 108 * Extract the next path component and adjust `left'
161 * Strip the last path component except when we have
174 * Append the next path component and lstat() it.
206 /* Strip the last path component. */
  /cts/tests/tests/bluetooth/
AndroidManifest.xml 31 android:label="CTS tests of bluetooth component"/>
  /cts/tests/tests/effect/
AndroidManifest.xml 28 android:label="CTS tests of android.media.effect component"/>
  /cts/tests/tests/example/
AndroidManifest.xml 32 android:label="CTS tests of example component"/>
  /cts/tests/tests/renderscript/
AndroidManifest.xml 32 android:label="CTS tests of Renderscript component"/>
  /cts/tests/tests/rscpp/
AndroidManifest.xml 28 android:label="CTS tests of RenderScript C++ component"/>
  /cts/tests/tests/rsg/
AndroidManifest.xml 32 android:label="CTS tests of Renderscript Graphics component"/>
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyInstrumentationEvent.java 43 throw new IllegalArgumentException("Bad component name");
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
BitmapPixels.java 40 // access the red component from a premultiplied color
42 // access the red component from a premultiplied color
44 // access the red component from a premultiplied color
46 // access the red component from a premultiplied color
  /development/sdk/
support_README.txt 3 This SDK component contains static libraries providing access to newer APIs
  /device/asus/flo/
Android.mk 22 # bitrot and build breakages. Building a component unconditionally does
  /device/lge/hammerhead/
Android.mk 22 # bitrot and build breakages. Building a component unconditionally does
  /device/lge/mako/
Android.mk 22 # bitrot and build breakages. Building a component unconditionally does
  /docs/source.android.com/src/devices/
media.jd 33 decode media, you must implement your hardware-based codec as an OpenMax IL (Integration Layer) component.
61 Your custom codecs must be implemented according to the OpenMAX IL component standard.
77 <li>Create your components according to the OpenMAX IL component standard. The component interface is located in the
  /external/bluetooth/bluedroid/stack/btm/
btm_main.c 59 /* Initialize BTM component structures */
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
X500NameTokenizer.java 4 * class for breaking up an X500 Name into it's component tokens, ala
  /external/bzip2/
bz-common.xsl 7 <xsl:param name="section.label.includes.component.label" select="'1'"/>
  /external/chromium/base/i18n/
file_util_icu.h 22 // file name component (since slashes are considered illegal). Any leading or
  /external/chromium/base/
version.h 18 // Each component is limited to a uint16.
  /external/chromium/chrome/browser/chromeos/login/
help_app_launcher.cc 43 // HelpApp component extension presents only in official builds so we can
  /external/chromium/chrome/browser/importer/
nss_decryptor_system_nss.h 22 // A wrapper for Firefox NSS decrypt component.
  /external/chromium/chrome/browser/ui/cocoa/
hyperlink_button_cell.h 14 // 2. Double click on the button so you have the cell component selected.
  /external/chromium_org/android_webview/native/
aw_browser_dependency_factory.h 21 // creating he browser component objects that the Android WebView depends on.

Completed in 1242 milliseconds

<<31323334353637383940>>