HomeSort by relevance Sort by last modified time
    Searched full:remote (Results 976 - 1000 of 3672) sorted by null

<<31323334353637383940>>

  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/sys/
_errdefs.h 102 __BIONIC_ERRDEF( EREMOTE , 66, "Object is remote" )
114 __BIONIC_ERRDEF( EREMCHG , 78, "Remote address changed" )
157 __BIONIC_ERRDEF( EREMOTEIO , 121, "Remote I/O error" )
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/sys/
_errdefs.h 102 __BIONIC_ERRDEF( EREMOTE , 66, "Object is remote" )
114 __BIONIC_ERRDEF( EREMCHG , 78, "Remote address changed" )
157 __BIONIC_ERRDEF( EREMOTEIO , 121, "Remote I/O error" )
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/sys/
_errdefs.h 102 __BIONIC_ERRDEF( EREMOTE , 66, "Object is remote" )
114 __BIONIC_ERRDEF( EREMCHG , 78, "Remote address changed" )
157 __BIONIC_ERRDEF( EREMOTEIO , 121, "Remote I/O error" )
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/sys/
_errdefs.h 102 __BIONIC_ERRDEF( EREMOTE , 66, "Object is remote" )
114 __BIONIC_ERRDEF( EREMCHG , 78, "Remote address changed" )
157 __BIONIC_ERRDEF( EREMOTEIO , 121, "Remote I/O error" )
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/sys/
_errdefs.h 102 __BIONIC_ERRDEF( EREMOTE , 66, "Object is remote" )
114 __BIONIC_ERRDEF( EREMCHG , 78, "Remote address changed" )
157 __BIONIC_ERRDEF( EREMOTEIO , 121, "Remote I/O error" )
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/sys/
_errdefs.h 102 __BIONIC_ERRDEF( EREMOTE , 66, "Object is remote" )
114 __BIONIC_ERRDEF( EREMCHG , 78, "Remote address changed" )
157 __BIONIC_ERRDEF( EREMOTEIO , 121, "Remote I/O error" )
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/sys/
_errdefs.h 102 __BIONIC_ERRDEF( EREMOTE , 66, "Object is remote" )
114 __BIONIC_ERRDEF( EREMCHG , 78, "Remote address changed" )
157 __BIONIC_ERRDEF( EREMOTEIO , 121, "Remote I/O error" )
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/sys/
_errdefs.h 102 __BIONIC_ERRDEF( EREMOTE , 66, "Object is remote" )
114 __BIONIC_ERRDEF( EREMCHG , 78, "Remote address changed" )
157 __BIONIC_ERRDEF( EREMOTEIO , 121, "Remote I/O error" )
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/sys/
_errdefs.h 102 __BIONIC_ERRDEF( EREMOTE , 66, "Object is remote" )
114 __BIONIC_ERRDEF( EREMCHG , 78, "Remote address changed" )
157 __BIONIC_ERRDEF( EREMOTEIO , 121, "Remote I/O error" )
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/sys/
_errdefs.h 102 __BIONIC_ERRDEF( EREMOTE , 66, "Object is remote" )
114 __BIONIC_ERRDEF( EREMCHG , 78, "Remote address changed" )
157 __BIONIC_ERRDEF( EREMOTEIO , 121, "Remote I/O error" )
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/
_errdefs.h 102 __BIONIC_ERRDEF( EREMOTE , 66, "Object is remote" )
114 __BIONIC_ERRDEF( EREMCHG , 78, "Remote address changed" )
157 __BIONIC_ERRDEF( EREMOTEIO , 121, "Remote I/O error" )
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
_errdefs.h 102 __BIONIC_ERRDEF( EREMOTE , 66, "Object is remote" )
114 __BIONIC_ERRDEF( EREMCHG , 78, "Remote address changed" )
157 __BIONIC_ERRDEF( EREMOTEIO , 121, "Remote I/O error" )
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
_errdefs.h 102 __BIONIC_ERRDEF( EREMOTE , 66, "Object is remote" )
114 __BIONIC_ERRDEF( EREMCHG , 78, "Remote address changed" )
157 __BIONIC_ERRDEF( EREMOTEIO , 121, "Remote I/O error" )
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gdb.py 349 m = re.match(r'<Foo\(an_int=42\) at remote 0x[0-9a-f]+>', gdb_repr)
361 m = re.match(r'<Foo\(an_int=42\) at remote 0x[0-9a-f]+>', gdb_repr)
374 m = re.match(r'<Foo\(an_int=42\) at remote 0x[0-9a-f]+>', gdb_repr)
388 m = re.match(r'<Foo\(an_int=42\) at remote 0x[0-9a-f]+>', gdb_repr)
414 pattern = '<' + exptype + ' at remote 0x[0-9a-f]+>'
418 pattern = '<.* at remote 0x[0-9a-f]+>'
475 m = re.match(r'<_Helper at remote 0x[0-9a-f]+>', gdb_repr)
508 self.assertTrue(re.match('<Foo\(an_attr=<\.\.\.>\) at remote 0x[0-9a-f]+>',
521 self.assertTrue(re.match('<Foo\(an_attr=<\.\.\.>\) at remote 0x[0-9a-f]+>',
535 self.assertTrue(re.match('<Foo\(an_attr=<Foo\(an_attr=<\.\.\.>\) at remote 0x[0-9a-f]+>\) at remote 0x[0-9a-f]+>'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gdb.py 349 m = re.match(r'<Foo\(an_int=42\) at remote 0x[0-9a-f]+>', gdb_repr)
361 m = re.match(r'<Foo\(an_int=42\) at remote 0x[0-9a-f]+>', gdb_repr)
374 m = re.match(r'<Foo\(an_int=42\) at remote 0x[0-9a-f]+>', gdb_repr)
388 m = re.match(r'<Foo\(an_int=42\) at remote 0x[0-9a-f]+>', gdb_repr)
414 pattern = '<' + exptype + ' at remote 0x[0-9a-f]+>'
418 pattern = '<.* at remote 0x[0-9a-f]+>'
475 m = re.match(r'<_Helper at remote 0x[0-9a-f]+>', gdb_repr)
508 self.assertTrue(re.match('<Foo\(an_attr=<\.\.\.>\) at remote 0x[0-9a-f]+>',
521 self.assertTrue(re.match('<Foo\(an_attr=<\.\.\.>\) at remote 0x[0-9a-f]+>',
535 self.assertTrue(re.match('<Foo\(an_attr=<Foo\(an_attr=<\.\.\.>\) at remote 0x[0-9a-f]+>\) at remote 0x[0-9a-f]+>'
    [all...]
  /bionic/libc/include/arpa/
telnet.h 85 #define TELOPT_RCTE 7 /* remote controlled transmission and echo */
111 #define TELOPT_LFLOW 33 /* remote flow control */
149 #define LFLOW_OFF 0 /* Disable remote flow control */
150 #define LFLOW_ON 1 /* Enable remote flow control */
  /cts/suite/audio_quality/lib/src/task/
TaskInput.cpp 61 // local : stereo only, remote : mono only
  /cts/tests/tests/permission/src/android/permission/cts/
AudioPermissionTest.java 103 fail("Got further than we should have trying to load a remote media source");
  /cts/tests/tests/permission2/src/android/permission2/cts/
NoCaptureAudioOutputPermissionTest.java 51 + "does not have permission to access the remote submix source",
  /cts/tools/tradefed-host/etc/
cts-tradefed 44 # check debug flag and set up remote debugging
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
RemotePlayer.java 40 * Handles playback of media items using a remote route.
43 * the remote route. When the remote route doesn't support queuing, media items
44 * are fed one-at-a-time; otherwise media items are enqueued to the remote side.
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
RemotePlayer.java 40 * Handles playback of media items using a remote route.
43 * the remote route. When the remote route doesn't support queuing, media items
44 * are fed one-at-a-time; otherwise media items are enqueued to the remote side.
  /development/ndk/platforms/android-9/include/arpa/
telnet.h 85 #define TELOPT_RCTE 7 /* remote controlled transmission and echo */
111 #define TELOPT_LFLOW 33 /* remote flow control */
149 #define LFLOW_OFF 0 /* Disable remote flow control */
150 #define LFLOW_ON 1 /* Enable remote flow control */
  /development/ndk/platforms/android-L/include/arpa/
telnet.h 85 #define TELOPT_RCTE 7 /* remote controlled transmission and echo */
111 #define TELOPT_LFLOW 33 /* remote flow control */
149 #define LFLOW_OFF 0 /* Disable remote flow control */
150 #define LFLOW_ON 1 /* Enable remote flow control */
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
RemoteControlClientCompat.java 28 * RemoteControlClient enables exposing information meant to be consumed by remote controls capable
29 * of displaying metadata, artwork and media transport control buttons. A remote control client
151 throw new IllegalArgumentException("Remote Control API's exist, " +
206 * Sets the album / artwork picture to be displayed on the remote control.

Completed in 1297 milliseconds

<<31323334353637383940>>