Searched
full:bindings (Results
451 -
475 of
1326) sorted by null
<<11121314151617181920>>
/external/opencv3/modules/java/ |
CMakeLists.txt | 10 set(the_description "The java bindings") 11 ocv_add_module(java BINDINGS opencv_core opencv_imgproc) 336 foreach(m ${OPENCV_MODULES_BUILD}) # filterout INTERNAL (like opencv_ts) and BINDINGS (like opencv_python) modules 387 set_target_properties(${the_module} PROPERTIES FOLDER "bindings")
|
/external/skia/resources/ |
slides_content2.lua | 121 -- bindings for JS, Go, Python, Lua
|
/external/skia/src/gpu/gl/ |
GrGLVertexArray.h | 109 * Otherwise, the GrGLAttribArrayState that is tracking this vertex array's attrib bindings is
|
/external/skia/src/gpu/vk/ |
GrVkCommandBuffer.h | 42 // CommandBuffer State/Object bindings
|
/frameworks/base/core/java/android/security/ |
IKeystoreService.aidl | 29 * can generate both Java and C++ bindings.
|
/frameworks/base/core/java/android/service/gatekeeper/ |
IGateKeeperService.aidl | 26 * until AIDL can generate both C++ and Java bindings.
|
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/ |
LayoutPullParser.java | 78 // bindings for in the LayoutlibCallback.
|
/hardware/bsp/intel/peripheral/libmraa/docs/ |
index.java.md | 4 Libmraa is a C/C++ library with bindings to Java, Python and JavaScript to
|
index.md | 4 Libmraa is a C/C++ library with bindings to Python, Javascript and Java to
|
/libcore/ojluni/src/main/java/java/net/ |
NetworkInterface.java | 48 private InterfaceAddress bindings[]; field in class:NetworkInterface 164 for (int j=0; j<bindings.length; j++) { 167 sec.checkConnect(bindings[j].getAddress().getHostAddress(), -1); 169 lst.add(bindings[j]);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
Bindings.py | 1 """Define the menu contents, hotkeys, and event bindings.
|
TreeWidget.py | 4 # - key bindings (instead of quick-n-dirty bindings on Canvas): 207 # XXX This leaks bindings until canvas is deleted: 408 # A canvas widget with scroll bars and some useful bindings
|
textView.py | 30 #key bindings for this dialog
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
Bindings.py | 1 """Define the menu contents, hotkeys, and event bindings.
|
TreeWidget.py | 4 # - key bindings (instead of quick-n-dirty bindings on Canvas): 207 # XXX This leaks bindings until canvas is deleted: 408 # A canvas widget with scroll bars and some useful bindings
|
textView.py | 30 #key bindings for this dialog
|
/prebuilts/misc/common/swig/include/2.0.11/r/ |
srun.swg | 11 # generated bindings and so removes the need to have and install an
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
Bindings.py | 1 """Define the menu contents, hotkeys, and event bindings.
|
TreeWidget.py | 4 # - key bindings (instead of quick-n-dirty bindings on Canvas): 207 # XXX This leaks bindings until canvas is deleted: 408 # A canvas widget with scroll bars and some useful bindings
|
textView.py | 30 #key bindings for this dialog
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
Bindings.py | 1 """Define the menu contents, hotkeys, and event bindings.
|
TreeWidget.py | 4 # - key bindings (instead of quick-n-dirty bindings on Canvas): 207 # XXX This leaks bindings until canvas is deleted: 408 # A canvas widget with scroll bars and some useful bindings
|
textView.py | 30 #key bindings for this dialog
|
/system/update_engine/update_manager/ |
real_updater_provider.h | 29 // A concrete UpdaterProvider implementation using local (in-process) bindings.
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
AbstractComponentWriter.java | 464 // No field needed if there are no owned bindings. 469 // No field needed for bindings with no dependencies or state. 476 Optional<String> bindingPackage = bindingPackageFor(resolvedBindings.bindings()); 483 // note that here we rely on the order of the resolved bindings being from parent to child 717 // There's no field for inherited bindings. [all...] |
Completed in 620 milliseconds
<<11121314151617181920>>