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

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/targets/gles3_wrapper/
gles3_wrapper.cmake 12 wrappers/gles3/inc
13 wrappers/gles3 # Required by platform integration
15 add_subdirectory(wrappers/gles3)
  /external/libxml2/os400/
wrappers.h 2 *** Replace system/C library calls by EBCDIC wrappers.
21 *** Force header inclusions before renaming procedures to UTF-8 wrappers.
33 *** UTF-8 wrappers prototypes.
57 *** Rename data/procedures to UTF-8 wrappers.
  /external/autotest/client/deps/lansim/src/
pyiftun.c 16 /* Python wrappers */
32 /* Initialize the wrappers */
  /external/v8/tools/gyp/test/win/enable-winrt/
dllmain.cc 7 #include <wrl/wrappers/corewrappers.h>
11 using namespace Microsoft::WRL::Wrappers;
  /external/v8/tools/gyp/test/win/winrt-app-type-revision/
dllmain.cc 7 #include <wrl/wrappers/corewrappers.h>
11 using namespace Microsoft::WRL::Wrappers;
  /external/v8/tools/gyp/test/win/winrt-target-platform-version/
dllmain.cc 7 #include <wrl/wrappers/corewrappers.h>
11 using namespace Microsoft::WRL::Wrappers;
  /external/valgrind/docs/internals/
m_syswrap.txt 7 POST wrappers for syscalls. It is important to observe these, else
12 and a great deal of commentary. The wrappers themselves live in
m_replacemalloc.txt 9 And yet it must call the tool's malloc wrappers. How does it know where
18 the core the names of its malloc wrappers. These are stored in
22 GET_MALLOCFUNCS client request to get the names of the malloc wrappers
  /external/libgdx/gdx/src/com/badlogic/gdx/files/
package-info.java 2 * Platform independent wrappers for file handles and file streaming.
  /external/wpa_supplicant_8/src/drivers/
rfkill.h 2 * Linux rfkill helper functions for driver wrappers
netlink.h 2 * Netlink helper functions for driver wrappers
linux_ioctl.h 2 * Linux ioctl helper functions for driver wrappers
  /external/clang/test/CodeGen/
sse-builtins-dbg.c 3 // Test that intrinsic calls inlined from _mm_* wrappers have debug metadata.
  /external/libxml2/os400/iconv/
iconv.h 2 *** Declarations for the iconv wrappers.
  /prebuilts/gdb/darwin-x86/lib/python2.7/wsgiref/
__init__.py 5 * util -- Miscellaneous useful functions and wrappers
  /prebuilts/gdb/linux-x86/lib/python2.7/wsgiref/
__init__.py 5 * util -- Miscellaneous useful functions and wrappers
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyruntime.swg 3 /* Use debug wrappers with the Python release dll */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
__init__.py 5 * util -- Miscellaneous useful functions and wrappers
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
__init__.py 5 * util -- Miscellaneous useful functions and wrappers
  /external/bison/lib/
msvc-nothrow.h 0 /* Wrappers that don't throw invalid parameter notifications
25 This file defines wrappers that turn such an invalid parameter notification
  /external/guava/guava-tests/test/com/google/common/primitives/
PrimitivesTest.java 65 Set<Class<?>> wrappers = Primitives.allWrapperTypes(); local
70 wrappers); local
73 wrappers.remove(Boolean.class);
  /external/libchrome/sandbox/linux/services/
syscall_wrappers.h 23 // Provide direct system call wrappers for a few common system calls.
56 // Some libcs do not expose capget/capset wrappers. We want to use these
62 // Some libcs do not expose getresuid/getresgid wrappers.
  /external/valgrind/
README_MISSING_SYSCALL_OR_IOCTL 2 Dealing with missing system call or ioctl wrappers in Valgrind
7 ioctl wrappers you need, so that you can continue your debugging. If
18 What are syscall/ioctl wrappers? What do they do?
28 Syscall and ioctl wrappers have two jobs:
103 Writing your own syscall wrappers (see below for ioctl wrappers)
126 3. Add a case to the already-huge collection of wrappers in
148 If you find this difficult, read the wrappers for other syscalls
173 Writing your own ioctl wrappers
176 Is pretty much the same as writing syscall wrappers, except that al
    [all...]
  /external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
ShadowDOM.js 53 var wrappers = Object.create(null);
320 scope.wrappers = wrappers;
521 var wrappers = scope.wrappers; variable
555 this.addedNodes = new wrappers.NodeList();
556 this.removedNodes = new wrappers.NodeList();
728 scope.wrappers.MutationObserver = MutationObserver;
729 scope.wrappers.MutationRecord = MutationRecord;
740 if (this.root instanceof scope.wrappers.ShadowRoot)
788 var wrappers = scope.wrappers; variable
1539 var wrappers = scope.wrappers; variable
2391 var wrappers = scope.wrappers; variable
2497 var wrappers = scope.wrappers; variable
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Functions.h 6 // Simple C++ function wrappers for often used or otherwise

Completed in 936 milliseconds

1 2 3 4 5 6 7 8 91011>>