HomeSort by relevance Sort by last modified time
    Searched full:bindings (Results 476 - 500 of 2212) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/gallium/state_trackers/clover/core/
format.cpp 149 unsigned bindings = (PIPE_BIND_SAMPLER_VIEW | local
155 dev.pipe, f.second, target, 1, bindings);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSQLiteProgram.java 138 * Clears all existing bindings. Unset bindings are treated as NULL.
  /external/scapy/scapy/contrib/
nsh.uts 14 = Build a Ethernet over NSH over Ethernet packet (NSH over Ethernet encapsulating the original packet) and verify Ethernet Bindings
17 = Build a NSH over GRE packet, and verify GRE Bindings
  /external/tensorflow/tensorflow/docs_src/community/
welcome.md 24 * [Rust language bindings](https://github.com/google/tensorflow-rust)
26 * [Swift language bindings](https://github.com/PerfectlySoft/Perfect-TensorFlow)
  /system/bt/service/ipc/dbus/
bluetooth_adapter.cc 92 PLOG(ERROR) << "Can't read XML bindings from disk:";
94 method_call, "Can't read XML bindings from disk.", ""));
  /development/samples/XmlAdapters/
_index.html 3 <p>An XML Adapter is an XML file which defines the bindings between the data
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
funcobject.h 34 * func_closure contains the bindings for func_code->co_freevars, so
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
funcobject.h 34 * func_closure contains the bindings for func_code->co_freevars, so
  /external/autotest/client/cros/cellular/
mm1.py 7 """Python bindings of ModemManager1 DBUS constants."""
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
Running.java 30 * A collection of annotations for bindings pertaining to the currently running experiment.
  /external/capstone/
README 17 - Implemented in pure C language, with lightweight bindings for Visual Basic, PHP,
  /external/capstone/bindings/python/capstone/
arm.py 1 # Capstone Python bindings, by Nguyen Anh Quynnh <aquynh@gmail.com>
arm64.py 1 # Capstone Python bindings, by Nguyen Anh Quynnh <aquynh@gmail.com>
x86.py 1 # Capstone Python bindings, by Nguyen Anh Quynnh <aquynh@gmail.com>
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 314 CallEvent::BindingsTy &Bindings,
332 Bindings.push_back(std::make_pair(ParamLoc, ArgVal));
348 BindingsTy &Bindings) const {
351 addParameterValuesToBindings(CalleeCtx, Bindings, SVB, *this,
534 BindingsTy &Bindings) const {
535 AnyFunctionCall::getInitialStackFrameContents(CalleeCtx, Bindings);
560 Bindings.push_back(std::make_pair(ThisLoc, ThisVal));
610 BindingsTy &Bindings) const {
623 Bindings.push_back(std::make_pair(ThisLoc, ThisVal));
628 addParameterValuesToBindings(CalleeCtx, Bindings, SVB, *this
    [all...]
  /external/clang/test/Index/
comment-c-decls.c 3 // RUN: c-index-test -test-load-source all -comments-xml-schema=%S/../../bindings/xml/comment-xml-schema.rng -target x86_64-apple-darwin10 %s > %t/out
format-comment-cdecls.c 3 // RUN: c-index-test -test-load-source all -comments-xml-schema=%S/../../bindings/xml/comment-xml-schema.rng -target x86_64-apple-darwin10 %s \
  /external/clang/test/Rewriter/
rewrite-modern-throw.m 85 -(id)expressionValueWithObject:(id)object context:(NSMutableDictionary*)bindings {
  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/multipackage/
FooComponent.java 35 // NOTE(beder): Be careful about changing any bindings in either this component or the subcomponent.
  /external/dagger2/core/src/main/java/dagger/internal/
MapFactory.java 26 * A {@link Factory} implementation used to implement {@link Map} bindings. This factory returns a
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiDescriptorPoolTests.cpp 158 deUint32 bindingCount; //!< number of bindings per descriptor set layout
159 deUint32 bindingDescriptorCount; //!< number of descriptors in a binding (array size) (in all bindings)
168 { 2u, 1u, 3u, 1u, 1u, "Out of descriptors (due to the number of bindings)", },
170 { 5u, 1u, 2u, 3u, 1u, "Out of descriptors (due to descriptor array size in all bindings)",},
  /external/guice/core/src/com/google/inject/internal/
ProviderToInternalFactoryAdapter.java 44 // scoping implicit bindings. If we are not actually a linked
  /external/guice/core/src/com/google/inject/spi/
ProvisionListenerBinding.java 53 * Returns the binding matcher which chooses which bindings the listener should be notified of.
Toolable.java 33 * bindings are created (ie., something bound using {@link
  /external/guice/extensions/grapher/test/com/google/inject/grapher/demo/
BackToTheFutureModule.java 24 * Module that adds a variety of different kinds of {@link Bindings} to be used

Completed in 1278 milliseconds

<<11121314151617181920>>