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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/base/i18n/
bidi_line_iterator.h 16 // A simple wrapper class for the bidirectional iterator of ICU.
17 // This class uses the bidirectional iterator of ICU to split a line of
18 // bidirectional texts into visual runs in its display order.
24 // Initializes the bidirectional iterator with the specified text. Returns
  /external/chromium_org/third_party/WebKit/ManualTests/
chrome-bidi-text.html 2 This tests drawing bidirectional text in Windows Safari chrome. Click the
  /external/libcxx/test/iterators/iterator.requirements/bidirectional.iterators/
Android.mk 17 test_makefile := external/libcxx/test/iterators/iterator.requirements/bidirectional.iterators/Android.mk
19 test_name := iterators/iterator.requirements/bidirectional.iterators/nothing_to_do
  /external/chromium_org/third_party/WebKit/ManualTests/resources/
chrome-bidi-text-window.html 19 This tests drawing bidirectional text in Windows Safari chrome.
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3StreamInterface.h 96 * For bidirectional streams, this method applies to the output-side
106 * For bidirectional streams, this method applies to the output-side buffers
116 * For bidirectional streams, this method applies to the input-side
126 * For bidirectional streams, this method applies to the input-side buffers
Camera3IOStreamBase.h 53 // Redundant when camera3 streams are no longer bidirectional streams.
Camera3Stream.h 173 * For bidirectional streams, this method applies to the output-side
183 * For bidirectional streams, this method applies to the output-side buffers
193 * For bidirectional streams, this method applies to the input-side
203 * For bidirectional streams, this method applies to the input-side buffers
Camera3ZslStream.h 32 * This acts as a bidirectional stream at the HAL layer, caching and discarding
  /frameworks/support/v4/java/android/support/v4/view/
MarginLayoutParamsCompat.java 138 * <p>On platform versions supporting bidirectional text and layouts
153 * <p>On platform versions supporting bidirectional text and layouts
168 * <p>On platform versions supporting bidirectional text and layouts
183 * <p>On platform versions supporting bidirectional text and layouts
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
next_prior.hpp 19 // Helper functions for classes like bidirectional iterators not supporting
  /external/chromium_org/gpu/command_buffer/service/
mailbox_manager.h 65 // This is a bidirectional map between mailbox and textures. We can have
  /external/chromium_org/ppapi/proxy/
plugin_dispatcher_unittest.cc 20 // includes bidirectional communication.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
advance.hpp 32 // default implementation for forward/bidirectional iterators
distance.hpp 33 // default implementation for forward/bidirectional iterators
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cl.py 28 'BIDIRECTIONAL', 'BITRATE_POLICY', 'BITRATE_TARGET',
test_unicodedata.py 96 self.db.bidirectional(char),
149 self.assertEqual(self.db.bidirectional(u'\uFFFE'), '')
150 self.assertEqual(self.db.bidirectional(u' '), 'WS')
151 self.assertEqual(self.db.bidirectional(u'A'), 'L')
152 self.assertEqual(self.db.bidirectional(u'\U00020000'), 'L')
154 self.assertRaises(TypeError, self.db.bidirectional)
155 self.assertRaises(TypeError, self.db.bidirectional, u'xx')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cl.py 28 'BIDIRECTIONAL', 'BITRATE_POLICY', 'BITRATE_TARGET',
test_unicodedata.py 96 self.db.bidirectional(char),
149 self.assertEqual(self.db.bidirectional(u'\uFFFE'), '')
150 self.assertEqual(self.db.bidirectional(u' '), 'WS')
151 self.assertEqual(self.db.bidirectional(u'A'), 'L')
152 self.assertEqual(self.db.bidirectional(u'\U00020000'), 'L')
154 self.assertRaises(TypeError, self.db.bidirectional)
155 self.assertRaises(TypeError, self.db.bidirectional, u'xx')
  /frameworks/base/telecomm/java/android/telecom/
VideoProfile.java 75 * {@link VideoProfile.VideoState#BIDIRECTIONAL},
167 public static final int BIDIRECTIONAL = TX_ENABLED | RX_ENABLED;
207 return hasState(videoState, BIDIRECTIONAL);
  /frameworks/support/v4/java/android/support/v4/text/
TextDirectionHeuristicsCompat.java 45 * of the Unicode Bidirectional Algorithm.
53 * behavior of the Unicode Bidirectional Algorithm, just with different fallback behavior.
178 * direction. This is the standard Unicode Bidirectional algorithm.
  /external/llvm/include/llvm/ADT/
iterator.h 84 "The decrement operator is only defined for bidirectional iterators.");
90 "The decrement operator is only defined for bidirectional iterators.");
201 "The decrement operator is only defined for bidirectional iterators.");
  /frameworks/base/core/java/android/text/
TextDirectionHeuristics.java 52 * of the Unicode Bidirectional Algorithm.
60 * behavior of the Unicode Bidirectional Algorithm, just with different fallback behavior.
184 * direction. This is the standard Unicode Bidirectional algorithm.
  /external/chromium_org/components/proximity_auth/
bluetooth_connection.h 27 // persistent bidirectional channel for sending and receiving wire messages.
  /external/chromium_org/net/tools/quic/
quic_spdy_client_stream.h 34 // SPDY/HTTP does not support bidirectional streaming.
  /external/kernel-headers/original/uapi/linux/
atmmpc.h 122 /* Message types - bidirectional */

Completed in 588 milliseconds

1 2 3 4 5 6 7 8 91011>>