HomeSort by relevance Sort by last modified time
    Searched defs:wrap (Results 76 - 100 of 848) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/support/core-ui/tests/java/android/support/v4/view/
ViewPagerActions.java 95 public static ViewAction wrap(final ViewAction baseAction) { method in class:ViewPagerActions
97 throw new IllegalArgumentException("Don't wrap an already wrapped action");
144 return wrap(new ViewAction() {
170 return wrap(new ViewAction() {
198 return wrap(new ViewAction() {
226 return wrap(new ViewAction() {
256 return wrap(new ViewAction() {
286 return wrap(new ViewAction() {
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
AppCompatCheckBox.java 60 super(TintContextWrapper.wrap(context), attrs, defStyleAttr);
AppCompatRadioButton.java 60 super(TintContextWrapper.wrap(context), attrs, defStyleAttr);
TintContextWrapper.java 44 public static Context wrap(@NonNull final Context context) { method in class:TintContextWrapper
80 // If the Context already has a TintResources[Experimental] impl, no need to wrap again
81 // If the Context is already a TintContextWrapper, no need to wrap again
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/
DrawerLayoutActions.java 99 public static ViewAction wrap(final ViewAction baseAction) { method in class:DrawerLayoutActions
101 throw new IllegalArgumentException("Don't wrap and already wrapped action");
148 return wrap(new ViewAction() {
173 return wrap(new ViewAction() {
198 return wrap(new ViewAction() {
223 return wrap(new ViewAction() {
248 return wrap(new ViewAction() {
273 return wrap(new ViewAction() {
298 return wrap(new ViewAction() {
325 return wrap(new ViewAction()
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
WrappedByteBufferTest.java 25 buf = ByteBuffer.wrap(new byte[BUFFER_LENGTH]);
42 ByteBuffer.wrap(array, -1, 0);
48 ByteBuffer.wrap(array, BUFFER_LENGTH + 1, 0);
54 ByteBuffer.wrap(array, 0, -1);
60 ByteBuffer.wrap(array, 0, BUFFER_LENGTH + 1);
66 ByteBuffer.wrap(array, 1, Integer.MAX_VALUE);
72 ByteBuffer.wrap(array, Integer.MAX_VALUE, 1);
78 ByteBuffer.wrap((byte[])null, 1, Integer.MAX_VALUE);
WrappedDoubleBufferTest.java 23 buf = DoubleBuffer.wrap(new double[BUFFER_LENGTH]);
41 DoubleBuffer.wrap(array, -1, 0);
47 DoubleBuffer.wrap(array, 21, 0);
53 DoubleBuffer.wrap(array, 0, -1);
59 DoubleBuffer.wrap(array, 0, 21);
65 DoubleBuffer.wrap(array, Integer.MAX_VALUE, 1);
71 DoubleBuffer.wrap(array, 1, Integer.MAX_VALUE);
77 DoubleBuffer.wrap((double[])null, -1, 0);
82 DoubleBuffer buf = DoubleBuffer.wrap(array, 2, 16);
WrappedFloatBufferTest.java 23 buf = FloatBuffer.wrap(new float[BUFFER_LENGTH]);
41 FloatBuffer.wrap(array, -1, 0);
47 FloatBuffer.wrap(array, 21, 0);
53 FloatBuffer.wrap(array, 0, -1);
59 FloatBuffer.wrap(array, 0, 21);
65 FloatBuffer.wrap(array, Integer.MAX_VALUE, 1);
71 FloatBuffer.wrap(array, 1, Integer.MAX_VALUE);
77 FloatBuffer.wrap((float[])null, -1, 0);
82 FloatBuffer buf = FloatBuffer.wrap(array, 2, 16);
WrappedIntBufferTest.java 23 buf = IntBuffer.wrap(new int[BUFFER_LENGTH]);
41 IntBuffer.wrap(array, -1, 0);
47 IntBuffer.wrap(array, 21, 0);
53 IntBuffer.wrap(array, 0, -1);
59 IntBuffer.wrap(array, 0, 21);
65 IntBuffer.wrap(array, Integer.MAX_VALUE, 1);
71 IntBuffer.wrap(array, 1, Integer.MAX_VALUE);
77 IntBuffer.wrap((int[])null, -1, 0);
82 IntBuffer buf = IntBuffer.wrap(array, 2, 16);
WrappedLongBufferTest.java 23 buf = LongBuffer.wrap(new long[BUFFER_LENGTH]);
41 LongBuffer.wrap(array, -1, 0);
47 LongBuffer.wrap(array, 21, 0);
53 LongBuffer.wrap(array, 0, -1);
59 LongBuffer.wrap(array, 0, 21);
65 LongBuffer.wrap(array, Integer.MAX_VALUE, 1);
71 LongBuffer.wrap(array, 1, Integer.MAX_VALUE);
77 LongBuffer.wrap((long[])null, -1, 0);
82 LongBuffer buf = LongBuffer.wrap(array, 2, 16);
WrappedShortBufferTest.java 23 buf = ShortBuffer.wrap(new short[BUFFER_LENGTH]);
41 ShortBuffer.wrap(array, -1, 0);
47 ShortBuffer.wrap(array, 21, 0);
53 ShortBuffer.wrap(array, 0, -1);
59 ShortBuffer.wrap(array, 0, 21);
65 ShortBuffer.wrap(array, Integer.MAX_VALUE, 1);
71 ShortBuffer.wrap(array, 1, Integer.MAX_VALUE);
77 ShortBuffer.wrap((short[])null, -1, 0);
82 ShortBuffer buf = ShortBuffer.wrap(array, 2, 16);
  /libcore/luni/src/test/java/libcore/java/nio/channels/
ChannelsTest.java 67 sinkChannel.write(ByteBuffer.wrap(content));
  /libcore/ojluni/src/lambda/java/java/lang/invoke/
MethodType.java 83 public MethodType wrap() { return null; } method in class:MethodType
  /libcore/ojluni/src/main/java/sun/nio/ch/
ThreadPool.java 125 // wrap a user-supplied executor
126 public static ThreadPool wrap(ExecutorService executor, int initialSize) { method
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestTrustManager.java 43 public static TrustManager[] wrap(TrustManager[] trustManagers) { method in class:TestTrustManager
46 result[i] = wrap(result[i]);
51 public static TrustManager wrap(TrustManager trustManager) { method in class:TestTrustManager
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
CursorAnchorInfoCompatWrapper.java 55 public static CursorAnchorInfoCompatWrapper wrap(@Nullable final CursorAnchorInfo instance) { method in class:CursorAnchorInfoCompatWrapper
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_as_parameter.py 18 def wrap(self, param): member in class:BasicWrapTestCase
28 result = f(self.wrap(1), self.wrap(u"x"), self.wrap(3), self.wrap(4), self.wrap(5.0), self.wrap(6.0))
44 result = f(self.wrap(pointer(v)))
49 result = f(self.wrap(pointer(v)))
53 result = f(self.wrap(p)
215 wrap = AsParamWrapper variable in class:AsParamWrapperTestCase
228 wrap = AsParamPropertyWrapper variable in class:AsParamPropertyWrapperTestCase
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
textwrap.py 28 __all__ = ['TextWrapper', 'wrap', 'fill', 'dedent']
43 the wrap() and fill() methods; the other methods are just there for
166 Split the text to wrap into indivisible chunks. Chunks are
246 Wrap a sequence of text chunks and return a list of lines of
316 def wrap(self, text): member in class:TextWrapper
317 """wrap(text : string) -> [string]
338 return "\n".join(self.wrap(text))
343 def wrap(text, width=70, **kwargs): function
344 """Wrap a single paragraph of text, returning a list of wrapped lines.
354 return w.wrap(text
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_as_parameter.py 18 def wrap(self, param): member in class:BasicWrapTestCase
28 result = f(self.wrap(1), self.wrap(u"x"), self.wrap(3), self.wrap(4), self.wrap(5.0), self.wrap(6.0))
44 result = f(self.wrap(pointer(v)))
49 result = f(self.wrap(pointer(v)))
53 result = f(self.wrap(p)
215 wrap = AsParamWrapper variable in class:AsParamWrapperTestCase
228 wrap = AsParamPropertyWrapper variable in class:AsParamPropertyWrapperTestCase
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
textwrap.py 28 __all__ = ['TextWrapper', 'wrap', 'fill', 'dedent']
43 the wrap() and fill() methods; the other methods are just there for
166 Split the text to wrap into indivisible chunks. Chunks are
246 Wrap a sequence of text chunks and return a list of lines of
316 def wrap(self, text): member in class:TextWrapper
317 """wrap(text : string) -> [string]
338 return "\n".join(self.wrap(text))
343 def wrap(text, width=70, **kwargs): function
344 """Wrap a single paragraph of text, returning a list of wrapped lines.
354 return w.wrap(text
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_as_parameter.py 18 def wrap(self, param): member in class:BasicWrapTestCase
28 result = f(self.wrap(1), self.wrap(u"x"), self.wrap(3), self.wrap(4), self.wrap(5.0), self.wrap(6.0))
44 result = f(self.wrap(pointer(v)))
49 result = f(self.wrap(pointer(v)))
53 result = f(self.wrap(p)
215 wrap = AsParamWrapper variable in class:AsParamWrapperTestCase
228 wrap = AsParamPropertyWrapper variable in class:AsParamPropertyWrapperTestCase
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
textwrap.py 28 __all__ = ['TextWrapper', 'wrap', 'fill', 'dedent']
43 the wrap() and fill() methods; the other methods are just there for
166 Split the text to wrap into indivisible chunks. Chunks are
246 Wrap a sequence of text chunks and return a list of lines of
316 def wrap(self, text): member in class:TextWrapper
317 """wrap(text : string) -> [string]
338 return "\n".join(self.wrap(text))
343 def wrap(text, width=70, **kwargs): function
344 """Wrap a single paragraph of text, returning a list of wrapped lines.
354 return w.wrap(text
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_as_parameter.py 18 def wrap(self, param): member in class:BasicWrapTestCase
28 result = f(self.wrap(1), self.wrap(u"x"), self.wrap(3), self.wrap(4), self.wrap(5.0), self.wrap(6.0))
44 result = f(self.wrap(pointer(v)))
49 result = f(self.wrap(pointer(v)))
53 result = f(self.wrap(p)
215 wrap = AsParamWrapper variable in class:AsParamWrapperTestCase
228 wrap = AsParamPropertyWrapper variable in class:AsParamPropertyWrapperTestCase
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
textwrap.py 28 __all__ = ['TextWrapper', 'wrap', 'fill', 'dedent']
43 the wrap() and fill() methods; the other methods are just there for
166 Split the text to wrap into indivisible chunks. Chunks are
246 Wrap a sequence of text chunks and return a list of lines of
316 def wrap(self, text): member in class:TextWrapper
317 """wrap(text : string) -> [string]
338 return "\n".join(self.wrap(text))
343 def wrap(text, width=70, **kwargs): function
344 """Wrap a single paragraph of text, returning a list of wrapped lines.
354 return w.wrap(text
    [all...]
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
CalendarICU.java 35 public static java.util.Calendar wrap(Calendar icuCal) { method in class:CalendarICU
193 return TimeZoneICU.wrap(fIcuCal.getTimeZone());
265 fIcuCal.setTimeZone(TimeZoneJDK.wrap(value));

Completed in 1044 milliseconds

1 2 34 5 6 7 8 91011>>