HomeSort by relevance Sort by last modified time
    Searched full:wrapped (Results 276 - 300 of 1585) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
multibufst.h 505 long funcsWrapped; /* flags which functions are wrapped */
562 /* Pointers to wrapped functions */
564 long funcsWrapped; /* flags which functions are wrapped */
596 /* Pointers to wrapped functions */
603 long funcsWrapped; /* flags which functions are wrapped */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
multibufst.h 505 long funcsWrapped; /* flags which functions are wrapped */
562 /* Pointers to wrapped functions */
564 long funcsWrapped; /* flags which functions are wrapped */
596 /* Pointers to wrapped functions */
603 long funcsWrapped; /* flags which functions are wrapped */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
multibufst.h 505 long funcsWrapped; /* flags which functions are wrapped */
562 /* Pointers to wrapped functions */
564 long funcsWrapped; /* flags which functions are wrapped */
596 /* Pointers to wrapped functions */
603 long funcsWrapped; /* flags which functions are wrapped */
  /external/llvm/lib/Support/
ConstantRange.cpp 156 // This is also correct for wrapped sets.
404 "ConstantRange::unionWith missed a case with one range wrapped");
477 // Analyze wrapped sets in their two parts: [0, Upper) \/ [Lower, MaxValue]
478 // We use the non-wrapped set code to analyze the [Lower, MaxValue) part, and
551 // We've wrapped, therefore, full set.
572 // We've wrapped, therefore, full set.
645 // If the LHS is Full and the RHS is a wrapped interval containing 1 then
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HtmlDocument.java 1125 * methods to a wrapped instance of another Visitor.
1130 private final Visitor wrapped; field in class:HtmlDocument.VisitorWrapper
1133 wrapped = wrap;
1137 wrapped.start();
1141 wrapped.visitText(n);
1145 wrapped.visitTag(n);
1149 wrapped.visitEndTag(n);
1153 wrapped.visitComment(n);
1157 wrapped.finish();
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlDocument.java 1126 * methods to a wrapped instance of another Visitor.
1131 private final Visitor wrapped; field in class:HtmlDocument.VisitorWrapper
1134 wrapped = wrap;
1138 wrapped.start();
1142 wrapped.visitText(n);
1146 wrapped.visitTag(n);
1150 wrapped.visitEndTag(n);
1154 wrapped.visitComment(n);
1158 wrapped.finish();
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToSAXHandler.java 73 * on to the wrapped ContentHandler, but should we also mirror these calls
78 * to the attributes passed to the wrapped ContentHandler.
82 /** If this is true, then the content handler wrapped by this
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
typewrapping.h.pump 50 // Then implement your wrapped functions like this:
56 // WRAP_CALL2 will unwrap b and c (if B and C are wrapped types) and call Foo,
90 // types, so we can't enforce that the wrapped function signatures strictly
  /external/e2fsprogs/intl/
printf-parse.c 231 /* arg_posn wrapped around. */
289 /* arg_posn wrapped around. */
492 /* arg_posn wrapped around. */
  /external/guava/guava/src/com/google/common/base/
Equivalence.java 185 /** Returns the (possibly null) reference wrapped by this instance. */
191 * Returns {@code true} if {@link Equivalence#equivalent(Object, Object)} applied to the wrapped
215 * Returns the result of {@link Equivalence#hash(Object)} applied to the the wrapped reference.
  /external/javassist/src/main/javassist/tools/reflect/
Reflection.java 327 = CtNewMethod.wrapped(m.getReturnType(), name,
366 = CtNewMethod.wrapped(ftype, readPrefix + name,
375 wmethod = CtNewMethod.wrapped(CtClass.voidType,
  /external/valgrind/main/helgrind/tests/
tc20_verifywrap.c 2 supposed to be wrapped by tc_intercepts.c really are wrapped. The
68 Instead, in order to demonstrate that it's really wrapped,
  /frameworks/base/media/mca/filterfw/jni/
jni_util.h 209 // which is wrapped by a Java front-end interface. Pass true to owns, if the
218 // the wrapped object or JNI_NULL if there was an error. Pass true to owns, if
232 // instance must have been wrapped in Java using the WrapObjectInJava()
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
SSLUtils.java 171 SSLSocketFactory wrapped = new SSLSocketFactory(underlying); local
173 wrapped.setHostnameVerifier(SSLSocketFactory.ALLOW_ALL_HOSTNAME_VERIFIER);
175 return wrapped;
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
WrappedGTest.java 34 * Test runner for wrapped (native) GTests
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstNat.java 28 * wrapped primitives
  /dalvik/dexgen/src/com/android/dexgen/util/
IndentingWriter.java 26 * wrapped they are automatically indented based on the start of the
  /dalvik/dx/src/com/android/dx/rop/cst/
CstNat.java 28 * wrapped primitives
  /dalvik/dx/src/com/android/dx/util/
IndentingWriter.java 26 * wrapped they are automatically indented based on the start of the
  /development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
ActionBarHelper.java 91 * method in {@link ActionBarHelperBase} returns a wrapped menu inflater that can read
  /external/apache-http/src/org/apache/http/entity/
package.html 50 {@link org.apache.http.entity.HttpEntityWrapper wrapped},
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
BasicPooledConnAdapter.java 51 * @param entry the pool entry for the connection being wrapped
  /external/apache-http/src/org/apache/http/impl/io/
IdentityOutputStream.java 51 * Wrapped session output buffer.
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeListBase.java 26 * NodeList interface wrapped around a DTM Iterator. The author
  /external/bluetooth/bluedroid/bta/sys/
ptim.c 71 /* Check for wrapped condition */

Completed in 1322 milliseconds

<<11121314151617181920>>