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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/base/
cancelable_callback.h 7 // wrapped callback until this object is destroyed or Reset()/Cancel() are
73 // Cancels and drops the reference to the wrapped callback.
80 // Returns true if the wrapped callback has been cancelled.
86 // be null. Outstanding and any previously wrapped callbacks are cancelled.
143 // Cancels and drops the reference to the wrapped callback.
150 // Returns true if the wrapped callback has been cancelled.
156 // be null. Outstanding and any previously wrapped callbacks are cancelled.
213 // Cancels and drops the reference to the wrapped callback.
220 // Returns true if the wrapped callback has been cancelled.
226 // be null. Outstanding and any previously wrapped callbacks are cancelled
    [all...]
  /frameworks/compile/libbcc/include/bcinfo/Wrap/
bitcode_wrapperer.h 33 // 1) 0B17C0DE - The magic number expected by llvm for wrapped bitcodes
34 // 2) Version # 0 - The current version of wrapped bitcode files
46 // Support class for outputting a wrapped bitcode file from a raw bitcode
48 // bitcode file from a wrapped one.
67 // Generate a wrapped bitcode file from the input bitcode file
71 // Unwrap the wrapped bitcode file, to the corresponding
149 // Generates the header sequence for the wrapped bitcode being
171 // file to be wrapped.
195 // The 32-bit value defining the generated offset of the wrapped bitcode.
199 // The 32-bit value defining the size of the raw wrapped bitcode
    [all...]
wrapper_input.h 18 // a bitcode file, a wrapped bitcode file, or a data file to wrap.
29 // a bitcode file, a wrapped bitcode file, or data file to wrap.
  /external/chromium_org/chrome/test/chromedriver/js/
call_function.js 142 * @return {*} The wrapped value.
149 var wrapped = {};
151 wrapped[ELEMENT_KEY] = getPageCache(root).storeItem(value);
152 return wrapped;
168 * @param {Cache} cache The cache to retrieve wrapped elements from.
187 * The inputs to and outputs of the function will be unwrapped and wrapped
200 * is a WebDriver status code and value is the wrapped value. If an
  /external/chromium_org/third_party/icu/source/common/
locbased.h 51 * Return locale meta-data for the service object wrapped by this
61 * Return the locale ID for the service object wrapped by this
71 * Set the locale meta-data for the service object wrapped by this
  /external/icu4c/common/
locbased.h 51 * Return locale meta-data for the service object wrapped by this
61 * Return the locale ID for the service object wrapped by this
71 * Set the locale meta-data for the service object wrapped by this
  /external/chromium/base/third_party/dmg_fp/
README.chromium 8 - wrapped functions in dmg_fp namespace
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
app_manifestVersion.html 4 Applications are simply bundles of resources, wrapped
  /external/chromium_org/content/public/android/java/src/org/chromium/content/common/
ProcessInitException.java 24 * @param throwable The wrapped throwable obj.
  /external/chromium_org/courgette/third_party/
README.chromium 16 - wrapped functions in 'courgette' namespace
  /external/clang/test/CodeGenCXX/
debug-info-class-nolimit.cpp 5 // definition is available, even if it's used via a pointer wrapped in a
  /external/clang/test/SemaTemplate/
instantiate-decl-init.cpp 4 // PR5426 - the non-dependent obj would be fully processed and wrapped in a
  /external/dropbear/libtomcrypt/
parsenames.pl 4 # wrapped at 80 chars
  /external/markdown/tests/markdown-test/
benchmark.dat 6 hard-wrapped:0.020000:0.000000
  /external/valgrind/main/memcheck/tests/
wrap1.c 5 /* The simplest possible wrapping test: just call a wrapped function
  /frameworks/base/opengl/java/android/opengl/
GLDebugHelper.java 38 * wrapped inside a new GL instance that optionally performs additional
39 * operations before and after calling the wrapped GL instance.
54 * @return the wrapped GL instance.
98 * @return the wrapped EGL interface.
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
ColumnAdapter.java 43 public ColumnAdapter(ListAdapter wrapped, OnItemClickListener listener) {
44 mWrapped = Preconditions.checkNotNull(wrapped);
47 if (!wrapped.areAllItemsEnabled()) {
50 if (wrapped.getViewTypeCount() > 1) {
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
BaseWrapper.java 25 throw new IllegalArgumentException("Wrapped Object can not be null.");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_input.py 20 # If we're already wrapped in a eval() call, we're done.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_input.py 20 # If we're already wrapped in a eval() call, we're done.
  /external/guava/guava/src/com/google/common/eventbus/
DeadEvent.java 51 * originated the wrapped event). This is generally an {@link EventBus}.
60 * Returns the wrapped, 'dead' event, which the system was unable to deliver
  /external/wpa_supplicant_8/src/crypto/
aes-wrap.c 21 * @plain: Plaintext key to be wrapped, n * 64 bits
22 * @cipher: Wrapped key, (n + 1) * 64 bits
  /packages/apps/Settings/src/com/android/settings/widget/
InvertedChartAxis.java 29 public InvertedChartAxis(ChartAxis wrapped) {
30 mWrapped = wrapped;
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationCursorOperationListener.java 37 * wrapped cursor, or returns.
54 * wrapped cursor, or returns.
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8HTMLCanvasElementCustom.cpp 106 ScriptObject wrapped = InspectorInstrumentation::wrapCanvas2DRenderingContextForInstrumentation(&imp->document(), context); local
107 if (!wrapped.hasNoValue()) {
108 v8SetReturnValue(info, wrapped.v8Value());
120 ScriptObject wrapped = InspectorInstrumentation::wrapWebGLRenderingContextForInstrumentation(&imp->document(), glContext); local
121 if (!wrapped.hasNoValue()) {
122 v8SetReturnValue(info, wrapped.v8Value());

Completed in 691 milliseconds

1 23 4 5 6 7 8 91011>>