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

<<41424344454647484950>>

  /frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
LayoutBinderWriter.kt 263 flatMap { it.bindings }.
513 nl("private $className(android.databinding.DataBindingComponent bindingComponent, $parameterType root, Object[] bindings) {") {
524 tab("final Object[] bindings = mapBindings(bindingComponent, root, $bindingCount, sIncludes, sViewsWithIds);")
601 Preconditions.check(lambdas.size > 0, "bindings list should not be empty")
638 val variableName = "bindings[$index]"
829 .flatMap { it.bindings }
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_texture.c 338 unsigned bindings; local
341 bindings = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_DEPTH_STENCIL;
343 bindings = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET;
345 if (screen->is_format_supported(screen, format, target, 0, bindings))
346 return bindings;
351 if (screen->is_format_supported(screen, format, target, 0, bindings))
352 return bindings;
499 GLuint bindings; local
563 bindings = default_bindings(st, fmt);
577 bindings);
651 GLuint bindings = default_bindings(st, format); local
2575 GLuint bindings = default_bindings(st, firstImageFormat); local
2649 GLuint ptWidth, ptHeight, ptDepth, ptLayers, bindings; local
    [all...]
  /external/expat/lib/
xmlparse.c 268 BINDING *bindings; member in struct:tag
432 freeBindings(XML_Parser parser, BINDING *bindings);
2882 BINDING *bindings = NULL; local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryPipelineBarrierTests.cpp     [all...]
  /compatibility/cdd/9_security-model/
9_7_kernel-security-features.md 60 [`/chosen/kaslr-seed Device Tree node`](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/devicetree/bindings/chosen.txt)
  /development/ide/emacs/
android-host.el 32 ;; By default the following key bindings are active:
  /external/capstone/bindings/python/
test_arm.py 3 # Capstone Python bindings, by Nguyen Anh Quynnh <aquynh@gmail.com>
test_arm64.py 3 # Capstone Python bindings, by Nguyen Anh Quynnh <aquynh@gmail.com>
test_basic.py 2 # Capstone Python bindings, by Nguyen Anh Quynnh <aquynh@gmail.com>
test_detail.py 3 # Capstone Python bindings, by Nguyen Anh Quynnh <aquynh@gmail.com>
test_x86.py 3 # Capstone Python bindings, by Nguyen Anh Quynnh <aquynh@gmail.com>
  /external/capstone/bindings/vb6/
CInstruction.cls 16 'Capstone Disassembly Engine bindings for VB6
CX86Inst.cls 16 'Capstone Disassembly Engine bindings for VB6
CX86Operand.cls 16 'Capstone Disassembly Engine bindings for VB6
  /external/capstone/suite/
x86odd.py 3 # Capstone Python bindings, by Nguyen Anh Quynnh <aquynh@gmail.com>
  /external/clang/docs/
JSONCompilationDatabase.rst 41 python bindings also support this (since clang 3.2); see
Tooling.rst 20 * Clang Python Bindings
  /external/clang/include/clang/Analysis/
ProgramPoint.h 169 /// symbols and bindings.
439 /// Represents a point after we ran remove dead bindings BEFORE
455 /// Represents a point after we ran remove dead bindings AFTER
620 /// - Run Remove dead bindings (to clean up the dead symbols from the callee).
  /external/clang/test/Analysis/
call-invalidation.cpp 81 // does not preserve reference bindings. <rdar://problem/13320347>
  /external/clang/test/Index/
comment-misc-tags.m 3 // RUN: c-index-test -test-load-source all -comments-xml-schema=%S/../../bindings/xml/comment-xml-schema.rng %s > %t/out
  /external/curl/docs/
HTTP-COOKIES.md 63 options are the ones provided by the native API. libcurl bindings may offer
  /external/curl/packages/AIX/RPM/
curl.spec.in 132 %doc docs/BINDINGS docs/INTERNALS docs/LICENSE-MIXING
  /external/curl/tests/data/
test1123 70 There are bindings to libcurl for over 20
test222 69 There are bindings to libcurl for over 20
test230 70 There are bindings to libcurl for over 20

Completed in 1110 milliseconds

<<41424344454647484950>>