HomeSort by relevance Sort by last modified time
    Searched full:wrapped (Results 226 - 250 of 1781) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/widget/
ListAdapter.java 23 * required. The ListView can display any data provided that it is wrapped in a
  /frameworks/support/v4/api21/android/support/v4/view/
ViewCompatApi21.java 59 // Give the listener a chance to use the wrapped insets
  /prebuilts/misc/common/swig/include/2.0.11/guile/
guilemain.i 5 * version that can handle wrapped calls as generated by SWIG
std_vector.i 20 // previously wrapped std::vector<T> can be passed.
22 // the parameter must be modified; therefore, only a wrapped std::vector
29 // the vector is returned by reference; therefore, a wrapped std::vector
140 /* wrapped vector? */
180 /* wrapped vector? */
322 /* wrapped vector? */
351 /* wrapped vector? */
  /prebuilts/misc/common/swig/include/2.0.11/octave/
std_common.i 37 below is used whenever the front method is wrapped returning an enum. This typemap simply picks up the
  /prebuilts/misc/common/swig/include/2.0.11/python/
std_common.i 39 below is used whenever the front method is wrapped returning an enum. This typemap simply picks up the
director.swg 358 /* pointer to the wrapped python object */
363 /* decrement the reference count of the wrapped python object */
385 /* return a pointer to the wrapped python object */
390 /* acquire ownership of the wrapped python object (the sense of "disown"
399 /* increase the reference count of the wrapped python object */
  /prebuilts/misc/common/swig/include/2.0.11/r/
std_common.i 38 below is used whenever the front method is wrapped returning an enum. This typemap simply picks up the
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
std_common.i 40 below is used whenever the front method is wrapped returning an enum. This typemap simply picks up the
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintEditAction.java 36 * @param action the action to be wrapped
  /system/media/audio_utils/include/audio_utils/spdif/
SPDIFEncoder.h 29 * The receiver will see the data burst header and decode the wrapped frame.
  /external/chromium_org/base/
cancelable_callback_unittest.cc 48 // - Cancel() cancels all copies of the wrapped callback.
94 // - Cancel drops wrapped callback (and, implicitly, its bound arguments).
112 // - Reset() replaces the existing wrapped callback with a new callback.
  /external/chromium_org/chrome/test/chromedriver/js/
call_function_test.html 100 var wrapped = {};
101 wrapped[ELEMENT_KEY] = '1';
102 unwrap(wrapped, getPageCache());
  /external/chromium_org/chrome/test/chromedriver/net/
port_server.cc 146 bool wrapped = false; local
147 for (int try_port = start; try_port != start || !wrapped; ++try_port) {
149 wrapped = true;
  /external/guava/guava/src/com/google/common/primitives/
Primitives.java 113 Class<T> wrapped = (Class<T>) PRIMITIVE_TO_WRAPPER_TYPE.get(type); local
114 return (wrapped == null) ? type : wrapped;
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
std_vector.i 20 // previously wrapped std::vector<T> can be passed.
22 // the parameter must be modified; therefore, only a wrapped std::vector
29 // the vector is returned by reference; therefore, a wrapped std::vector
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_list.i 42 // previously wrapped std::list<T> can be passed.
44 // the parameter may be modified; therefore, only a wrapped std::list
50 // the list is returned by reference; therefore, a wrapped std::list
std_map.i 42 // previously wrapped std::map<T> can be passed.
44 // the parameter may be modified; therefore, only a wrapped std::map
50 // the map is returned by reference; therefore, a wrapped std::map
std_vector.i 36 // previously wrapped std::vector<T> can be passed.
38 // the parameter may be modified; therefore, only a wrapped std::vector
44 // the vector is returned by reference; therefore, a wrapped std::vector
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
base64mime.py 71 encoding, except that each line must be intelligently wrapped (respecting
90 with each line wrapped at, at most, maxlinelen characters (defaults to 76
128 Each line will be wrapped at, at most, maxlinelen characters (defaults to
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
base64mime.py 71 encoding, except that each line must be intelligently wrapped (respecting
90 with each line wrapped at, at most, maxlinelen characters (defaults to 76
128 Each line will be wrapped at, at most, maxlinelen characters (defaults to
  /external/javassist/src/main/javassist/
CtMethod.java 262 * @param mbody the wrapped method
264 * the wrapped method
267 * @see CtNewMethod#wrapped(CtClass,String,CtClass[],CtClass[],CtMethod,CtMethod.ConstParameter,CtClass)
302 * created by <code>CtNewMethod.wrapped()</code>.
305 * @see CtNewMethod#wrapped(CtClass,String,CtClass[],CtClass[],CtMethod,CtMethod.ConstParameter,CtClass)
  /frameworks/opt/bitmap/src/com/android/bitmap/util/
InputStreamBuffer.java 54 * the beginning of the wrapped input stream.
110 * Attempt to get byte at the requested index from the wrapped input stream. If the internal
112 * head of the buffer, or the index is greater or equal to the size of the wrapped input stream,
143 * Attempt to return whether the requested index is within the size of the wrapped input
148 * will not fail. That means that if the requested index is within the size of the wrapped
156 * @return True if requested index is within the size of the wrapped input stream. False if
258 * @return True if the byte at the requested index has been filled. False if the wrapped
  /frameworks/opt/photoviewer/src/com/android/ex/photo/util/
InputStreamBuffer.java 54 * the beginning of the wrapped input stream.
110 * Attempt to get byte at the requested index from the wrapped input stream. If the internal
112 * head of the buffer, or the index is greater or equal to the size of the wrapped input stream,
143 * Attempt to return whether the requested index is within the size of the wrapped input
148 * will not fail. That means that if the requested index is within the size of the wrapped
156 * @return True if requested index is within the size of the wrapped input stream. False if
258 * @return True if the byte at the requested index has been filled. False if the wrapped
  /prebuilts/misc/common/swig/include/2.0.11/mzscheme/
std_vector.i 20 // previously wrapped std::vector<T> can be passed.
22 // the parameter must be modified; therefore, only a wrapped std::vector
29 // the vector is returned by reference; therefore, a wrapped std::vector
142 /* wrapped vector? */
182 /* wrapped vector? */
332 /* wrapped vector? */
361 /* wrapped vector? */

Completed in 949 milliseconds

1 2 3 4 5 6 7 8 91011>>