Searched
full:bindings (Results
801 -
825 of
2212) sorted by null
<<31323334353637383940>>
| /external/llvm/bindings/go/llvm/ |
| ir_test.go | 10 // This file tests bindings for the ir component.
|
| /external/llvm/lib/Transforms/IPO/ |
| IPO.cpp | 10 // This file implements the common infrastructure (including C bindings) for
|
| /external/mesa3d/docs/ |
| llvmpipe.html | 253 We use LLVM-C bindings for now. They are not documented, but follow the C++ 256 <a href="http://npcontemplation.blogspot.com/2008/06/secret-of-llvm-c-bindings.html"> 304 <li><a href="http://npcontemplation.blogspot.co.uk/2008/06/secret-of-llvm-c-bindings.html">The secret of LLVM C bindings</a></li>
|
| /external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| nv50_transfer.c | 414 uint16_t bindings = res->cb_bindings[s]; local 415 while (bindings) { 416 int i = ffs(bindings) - 1; 419 bindings &= ~(1 << i);
|
| /external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| nvc0_transfer.c | 524 uint16_t bindings = res->cb_bindings[s]; local 525 while (bindings) { 526 int i = ffs(bindings) - 1; 529 bindings &= ~(1 << i);
|
| /external/python/cpython2/Doc/library/ |
| copy.rst | 7 Assignment statements in Python do not copy objects, they create bindings
|
| /external/python/cpython2/Lib/idlelib/ |
| TreeWidget.py | 4 # - key bindings (instead of quick-n-dirty bindings on Canvas): 208 # XXX This leaks bindings until canvas is deleted: 409 # A canvas widget with scroll bars and some useful bindings
|
| textView.py | 36 #key bindings for this dialog
|
| /external/python/cpython3/Lib/idlelib/ |
| tree.py | 4 # - key bindings (instead of quick-n-dirty bindings on Canvas): 209 # XXX This leaks bindings until canvas is deleted: 410 # A canvas widget with scroll bars and some useful bindings
|
| /external/skia/resources/lua/ |
| slides_content2.lua | 121 -- bindings for JS, Go, Python, Lua
|
| /external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/lua/ |
| slides_content2.lua | 121 -- bindings for JS, Go, Python, Lua
|
| /external/skqp/resources/lua/ |
| slides_content2.lua | 121 -- bindings for JS, Go, Python, Lua
|
| /external/swiftshader/third_party/LLVM/autoconf/ |
| configure.ac | 766 dnl Allow specific bindings to be specified for building (or not)
767 AC_ARG_ENABLE([bindings],AS_HELP_STRING([--enable-bindings],
768 [Build specific language bindings: all,auto,none,{binding-name} (default=auto)]),,
785 dnl script for bindings/ocaml/configure, except that its auto value depends on
789 [Specify install location for ocaml bindings (default is stdlib)])],
[all...] |
| /external/swiftshader/third_party/LLVM/lib/Target/ |
| Target.cpp | 10 // This file implements the common infrastructure (including C bindings) for
|
| /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
| IPO.cpp | 10 // This file implements the common infrastructure (including C bindings) for
|
| /external/tensorflow/tensorflow/python/ |
| pywrap_tensorflow.py | 15 """A wrapper for TensorFlow SWIG-generated bindings."""
|
| /external/v4l2_codec2/include/ |
| C2VDAAdaptorProxy.h | 15 #include <mojo/public/cpp/bindings/binding.h>
|
| /frameworks/base/core/java/android/service/gatekeeper/ |
| IGateKeeperService.aidl | 26 * until AIDL can generate both C++ and Java bindings.
|
| /frameworks/base/services/core/jni/ |
| com_android_server_ArcVideoService.cpp | 28 #include <mojo/public/cpp/bindings/binding.h>
|
| /frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/ |
| LayoutPullParser.java | 87 // bindings for in the LayoutlibCallback.
|
| /packages/apps/Dialer/java/com/android/dialer/common/concurrent/ |
| DialerExecutorModule.java | 38 /** Module which provides concurrency bindings. */
|
| /packages/apps/Dialer/java/com/android/incallui/answer/impl/ |
| AnswerVideoCallScreen.java | 31 import com.android.incallui.videosurface.bindings.VideoSurfaceBindings;
|
| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| Environment.h | 32 /// This allows the environment to manage context-sensitive bindings,
|
| Store.h | 91 /// bindings as \c state with the addition of having the value specified 103 /// value bindings upon entry to an analyzed function. 208 /// even if they do not currently have bindings. Pass \c NULL if this 258 /// iterBindings - Iterate over the bindings in the Store.
|
| /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| Environment.h | 32 /// This allows the environment to manage context-sensitive bindings,
|
Completed in 1067 milliseconds
<<31323334353637383940>>