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

1 23 4 5 6 7 8 91011>>

  /external/skia/src/core/
SkFontHost.cpp 30 // Legacy wrappers : remove from SkFontHost when webkit switches to new API
  /external/valgrind/memcheck/tests/darwin/
scalar_nocancel.c 20 // The nocancel syscalls all use the same wrappers as the corresponding
  /external/valgrind/none/tests/
pth_cancel2.c 11 * Example showing macro wrappers for calling non-async
  /packages/apps/Test/connectivity/sl4n/facades/wifi/
wifi_facade.h 22 // WifiFacade provides simple wrappers to call Wi-Fi HAL APIs.
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
overview.html 26 The utilities provide convenience wrappers around the JDK, simplifying
  /system/connectivity/apmanager/
event_dispatcher.h 33 // These are thin wrappers around calls of the same name in
  /system/connectivity/dhcp_client/
message_loop_event_dispatcher.h 32 // These are thin wrappers around calls of the same name in
  /external/autotest/site_utils/presubmit_hooks/
check_control_files.py 62 wrappers = subprocess.check_output(cmd).split()
64 if wrappers and wrappers[0] == pattern:
65 wrappers = []
66 return ['equery'] + wrappers
103 # the equery-* board-wrappers until we find one. We ALSO have
106 # wrappers, is making a quick edit to some existing control
  /external/guice/core/test/com/google/inject/
KeyTest.java 97 Class[] wrappers = new Class[] { local
106 Key wrapperKey = Key.get(wrappers[t]);
109 assertEquals(wrappers[t], primitiveKey.getRawType());
110 assertEquals(wrappers[t], wrapperKey.getRawType());
111 assertEquals(wrappers[t], primitiveKey.getTypeLiteral().getType());
112 assertEquals(wrappers[t], wrapperKey.getTypeLiteral().getType());
  /external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
webcomponents.js 95 var wrappers = Object.create(null);
362 scope.wrappers = wrappers;
560 var wrappers = scope.wrappers; variable
594 this.addedNodes = new wrappers.NodeList();
595 this.removedNodes = new wrappers.NodeList();
767 scope.wrappers.MutationObserver = MutationObserver;
768 scope.wrappers.MutationRecord = MutationRecord;
778 if (this.root instanceof scope.wrappers.ShadowRoot)
825 var wrappers = scope.wrappers; variable
1572 var wrappers = scope.wrappers; variable
2418 var wrappers = scope.wrappers; variable
2523 var wrappers = scope.wrappers; variable
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.h 10 // Linux-specific syscall wrappers and classes.
31 // Syscall wrappers.
  /external/llvm/tools/opt/
AnalysisWrappers.cpp 1 //===- AnalysisWrappers.cpp - Wrappers around non-pass analyses -----------===//
10 // This file defines pass wrappers around LLVM analyses that don't make sense to
  /external/mesa3d/docs/
relnotes-7.1.html 63 <li>Remove the MEMCPY() and _mesa_memcpy() wrappers and just use memcpy().
65 The wrappers were useful in the past for memory debugging but now we
relnotes-7.2.html 73 <li>Remove the MEMCPY() and _mesa_memcpy() wrappers and just use memcpy().
75 The wrappers were useful in the past for memory debugging but now we
  /external/skia/resources/
slides_content2.lua 16 - Threads : wrappers for native apis
17 - Memory : wrappers for [new, malloc, discardable]
  /external/v8/test/mjsunit/regress/
regress-3135.js 70 // Number wrappers and String wrappers should be unwrapped.
  /external/vboot_reference/firmware/lib/cryptolib/include/
sha.h 87 /*---- Utility functions/wrappers for message digests. */
103 /* Wrappers for message digest algorithms. These are useful when the hashing
  /external/zlib/src/contrib/dotzlib/
readme.txt 4 .Net streaming wrappers for the gz streams part of zlib, and wrappers
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wrappers.proto 31 // Wrappers for primitive (non-message) types. These types are useful
42 option go_package = "github.com/golang/protobuf/ptypes/wrappers";
  /system/webservd/libwebserv/
binder_server.cc 65 // Remove all references to remote protocol handlers from our local wrappers.
84 // Tell the local wrappers about the remote handlers that exist now.
  /external/dbus/dbus/
dbus-pipe.h 2 /* dbus-sysdeps.h Wrappers around system/libc features (internal to D-Bus implementation)
dbus-sockets-win.h 2 /* dbus-sockets.h Wrappers around socket features (internal to D-BUS implementation)
  /external/eigen/unsupported/Eigen/
NumericalDiff 38 * This is why we will not provide wrappers for every great numerical
  /external/libchrome/base/strings/
stringprintf.h 55 // string. All other routines are just convenience wrappers around it.
  /external/llvm/bindings/ocaml/all_backends/
all_backends_ocaml.c 11 |* are by and large transparent wrappers to the corresponding C functions. *|

Completed in 2757 milliseconds

1 23 4 5 6 7 8 91011>>