HomeSort by relevance Sort by last modified time
    Searched full:passthrough (Results 1 - 25 of 36) sorted by null

1 2

  /cts/tests/src/android/renderscript/cts/
passthrough.rs 4 void passthrough(int i) {
  /frameworks/base/core/java/android/text/style/
CharacterStyle.java 38 return new MetricAffectingSpan.Passthrough((MetricAffectingSpan) cs);
40 return new Passthrough(cs);
54 * A Passthrough CharacterStyle is one that
60 private static class Passthrough extends CharacterStyle {
64 * Creates a new Passthrough of the specfied CharacterStyle.
66 public Passthrough(CharacterStyle cs) {
80 * underlying it if it too is a Passthrough.
MetricAffectingSpan.java 43 * A Passthrough MetricAffectingSpan is one that
50 /* package */ static class Passthrough extends MetricAffectingSpan {
54 * Creates a new Passthrough of the specfied MetricAffectingSpan.
56 public Passthrough(MetricAffectingSpan cs) {
78 * underlying it if it too is a Passthrough.
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RenderScriptTest.java 27 * Simple test for Renderscript that executes a passthrough function
28 * from cts/tests/src/android/renderscript/cts/passthrough.rs.
33 getContext().getResources(), R.raw.passthrough);
  /hardware/libhardware/include/hardware/
bt_av.h 61 * 1. AVRCP 1.0 shall be supported initially. AVRCP passthrough commands
  /external/nist-sip/java/gov/nist/javax/sip/
DefaultAddressResolver.java 40 * implementation is a passthrough. It only gets involved in setting the default port. However, you
  /frameworks/native/services/surfaceflinger/DisplayHardware/
VirtualDisplaySurface.h 29 * virtual display support. It is currently just a passthrough.
  /frameworks/base/tests/TtsTests/src/com/android/speech/tts/
TextToSpeechTests.java 43 IDelegate passThrough = LittleMock.mock(IDelegate.class);
44 MockableTextToSpeechService.setMocker(passThrough);
  /external/chromium/base/threading/
worker_pool_posix_unittest.cc 18 // Peer class to provide passthrough access to PosixDynamicThreadPool internals.
  /external/qemu/
bt-host.c 194 fprintf(stderr, "qemu: bluetooth passthrough not supported (yet)\n");
Changelog 114 - Bluetooth emulation and host passthrough support
  /external/clang/test/Analysis/inlining/
eager-reclamation-path-notes.c 32 void passThrough(int *p) {
41 passThrough(ptr);
43 // expected-note@-2 {{Calling 'passThrough'}}
485 // CHECK-NEXT: <string>Calling &apos;passThrough&apos;</string>
487 // CHECK-NEXT: <string>Calling &apos;passThrough&apos;</string>
707 // CHECK-NEXT: <string>Entered call from &apos;passThrough&apos;</string>
709 // CHECK-NEXT: <string>Entered call from &apos;passThrough&apos;</string>
    [all...]
  /docs/source.android.com/src/accessories/
aoa.jd 51 implementing a passthrough to ADB on the device.</p>
  /external/bluetooth/bluedroid/stack/include/
avrc_defs.h 110 /* State flag for Passthrough commands
115 /* Operation ID list for Passthrough commands
    [all...]
  /external/chromium/net/proxy/
proxy_resolver_v8_unittest.cc 165 int result = resolver.SetPacScriptFromDisk("passthrough.js");
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Blit.cpp 67 // Passthrough Pixel Shader
  /external/ipsec-tools/src/racoon/
isakmp_agg.c 461 /* passthrough to default... */
    [all...]
isakmp_base.c 659 /* passthrough to default... */
1147 /* passthrough to default... */
    [all...]
isakmp_ident.c 504 /* passthrough to default... */
1198 /* passthrough to default... */
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server.c 136 * of passthrough at the beginning of reauthentication.
1113 wpa_printf(MSG_DEBUG, "EAP: getDecision: -> PASSTHROUGH");
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libGL.so 
libGL.so.1 
libGL.so.1.2 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libGL.so 
libGL.so.1 

Completed in 442 milliseconds

1 2