Home
last modified time | relevance | path

Searched refs:binding (Results 1 – 25 of 215) sorted by relevance

123456789

/external/e2fsprogs/intl/
Dbindtextdom.c68 extern struct binding *_nl_domain_bindings;
99 struct binding *binding; in __libc_rwlock_define() local
116 for (binding = _nl_domain_bindings; binding != NULL; binding = binding->next) in __libc_rwlock_define()
118 int compare = strcmp (domainname, binding->domainname); in __libc_rwlock_define()
125 binding = NULL; in __libc_rwlock_define()
130 if (binding != NULL) in __libc_rwlock_define()
138 *dirnamep = binding->dirname; in __libc_rwlock_define()
144 char *result = binding->dirname; in __libc_rwlock_define()
163 if (binding->dirname != INTUSE(_nl_default_dirname)) in __libc_rwlock_define()
164 free (binding->dirname); in __libc_rwlock_define()
[all …]
DgettextP.h139 struct binding struct
141 struct binding *next; argument
159 struct binding *__domainbinding) argument
162 struct binding *__domainbinding)
168 struct binding *__domainbinding)
174 struct binding *domainbinding, const char *msgid,
Ddcigettext.c306 struct binding *_nl_domain_bindings;
435 struct binding *binding; in DCIGETTEXT() local
511 for (binding = _nl_domain_bindings; binding != NULL; binding = binding->next) in DCIGETTEXT()
513 int compare = strcmp (domainname, binding->domainname); in DCIGETTEXT()
520 binding = NULL; in DCIGETTEXT()
525 if (binding == NULL) in DCIGETTEXT()
527 else if (IS_ABSOLUTE_PATH (binding->dirname)) in DCIGETTEXT()
528 dirname = binding->dirname; in DCIGETTEXT()
532 size_t dirname_len = strlen (binding->dirname) + 1; in DCIGETTEXT()
558 stpcpy (stpcpy (strchr (dirname, '\0'), "/"), binding->dirname); in DCIGETTEXT()
[all …]
/external/elfutils/src/libebl/
Deblsymbolbindingname.c39 ebl_symbol_binding_name (ebl, binding, buf, len) in ebl_symbol_binding_name() argument
41 int binding;
47 res = ebl != NULL ? ebl->symbol_type_name (binding, buf, len) : NULL;
56 if (binding < STB_NUM)
57 res = stb_names[binding];
62 if (binding >= STB_LOPROC && binding <= STB_HIPROC)
63 snprintf (buf, len, "LOPROC+%d", binding - STB_LOPROC);
64 else if (binding == STB_GNU_UNIQUE
68 else if (binding >= STB_LOOS && binding <= STB_HIOS)
69 snprintf (buf, len, "LOOS+%d", binding - STB_LOOS);
[all …]
/external/deqp/data/gles31/shaders/
Dlinkage_shader_storage_block.test11 layout(binding=0) buffer BufferBlockName
27 layout(binding=0) buffer BufferBlockName
50 layout(binding=0) buffer BufferBlockName
67 layout(binding=0) buffer BufferBlockName
90 layout(binding=0) buffer BufferBlockName
106 layout(binding=0) buffer BufferBlockName
128 layout(binding=0) buffer BufferBlockName
144 layout(binding=0) buffer BufferBlockName
166 layout(binding=0) buffer BufferBlockName
182 layout(binding=0) buffer BufferBlockName
[all …]
Dandroid_extension_pack.test87 layout(binding=0, r32i) coherent uniform highp iimage2D u_image;
473 layout(binding=0) uniform atomic_uint u_counter;
503 layout(binding=0) uniform atomic_uint u_counter[8];
547 layout(binding=0, r32i) uniform readonly highp iimage2D u_image0;
548 layout(binding=1, rgba16i) uniform readonly highp iimage3D u_image1;
549 layout(binding=2, rgba8ui) uniform readonly highp uimageCube u_image2;
550 layout(binding=3, rgba16f) uniform readonly highp image2DArray u_image3;
586 layout(binding=0, std430) coherent readonly buffer Buffer0
591 layout(binding=1, std140) volatile buffer Buffer1
595 layout(binding=2, packed) restrict buffer Buffer2
[all …]
/external/chromium-trace/trace-viewer/third_party/Paste/paste/auth/
Dmulti.py52 self.binding = {}
55 self.binding[name] = factory(self.application, *args, **kwargs)
57 self.predicate.append((checker, self.binding[name]))
60 self.default = self.binding[name]
67 for (checker, binding) in self.predicate:
69 return binding(environ, start_response)
/external/elfutils/src/libasm/
Dasm_newsym.c44 asm_newsym (asmscn, name, size, type, binding) in asm_newsym() argument
49 int binding;
64 if (binding != STB_LOCAL)
88 result->binding = binding;
98 if (binding == STB_GLOBAL)
100 else if (binding == STB_WEAK)
Dasm_newabssym.c55 asm_newabssym (ctx, name, size, value, type, binding) in asm_newabssym() argument
61 int binding;
86 result->binding = binding;
100 if (binding == STB_GLOBAL)
102 else if (binding == STB_WEAK)
/external/deqp/modules/gles31/functional/
Des31fVertexAttributeBindingStateQueryTests.cpp140 const int binding = rnd.getInt(0, 16); in test() local
142 gl.glVertexAttribBinding(va, binding); in test()
145 verifyStateAttributeInteger(result, gl, GL_VERTEX_ATTRIB_BINDING, va, binding, m_verifier); in test()
283 for (int binding = 0; binding < maxBindings; ++binding) in test() local
284 verifyStateIndexedInteger(result, gl, GL_VERTEX_BINDING_DIVISOR, binding, 0, m_verifier); in test()
318 const int binding = rnd.getInt(0, maxBindings-1); in test() local
321 gl.glVertexBindingDivisor(binding, divisor); in test()
324 verifyStateIndexedInteger(result, gl, GL_VERTEX_BINDING_DIVISOR, binding, divisor, m_verifier); in test()
361 for (int binding = 0; binding < maxBindings; ++binding) in test() local
362 verifyStateIndexedInteger(result, gl, GL_VERTEX_BINDING_OFFSET, binding, 0, m_verifier); in test()
[all …]
/external/deqp/doc/testspecs/GLES31/
Dfunctional.vertex_attribute_binding.txt27 + Vertex attribute binding state setting and queries
35 + Drawing with all attributes sourced from different binding points
39 - Binding same buffer object to multiple binding points
40 + Mixing vertex attribute binding and vertex attribute pointer APIs
42 - Use vertex attribute binding API to change state set with vertex
53 + Use of all vertex attribute binding points
61 vertex attribute binding state after use of vertex attribute
65 binding API and issue a single draw command. Resulting image is
67 attribute binding and the vertexAttribPointer API commands to
72 binding point buffer offset and/or vertex attribute relative
/external/clang/docs/analyzer/
DRegionStore.txt32 because `foo[i]` may have overwritten it! Thus, *binding to a region with a
81 Unlike binding invalidation, region invalidation occurs when the entire
107 type of binding called a "Default" binding. These are used to provide values to
109 explicitly specify a binding for each individual element.
111 When there is no Direct binding for a particular region, the store manager
112 looks at each super-region in turn to see if there is a Default binding. If so,
119 manyInts[1] = 42; // Creates a Direct binding for manyInts[1].
120 print(manyInts[1]); // Retrieves the Direct binding for manyInts[1];
121 print(manyInts[0]); // There is no Direct binding for manyInts[1].
122 // Is there a Default binding for the entire array?
[all …]
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
DTestPhysicsCharacter.java157 public void onAction(String binding, boolean value, float tpf) { in onAction() argument
158 if (binding.equals("Strafe Left")) { in onAction()
164 } else if (binding.equals("Strafe Right")) { in onAction()
170 } else if (binding.equals("Rotate Left")) { in onAction()
176 } else if (binding.equals("Rotate Right")) { in onAction()
182 } else if (binding.equals("Walk Forward")) { in onAction()
188 } else if (binding.equals("Walk Backward")) { in onAction()
194 } else if (binding.equals("Jump")) { in onAction()
DTestQ3.java153 public void onAction(String binding, boolean value, float tpf) { in onAction() argument
155 if (binding.equals("Lefts")) { in onAction()
160 } else if (binding.equals("Rights")) { in onAction()
165 } else if (binding.equals("Ups")) { in onAction()
170 } else if (binding.equals("Downs")) { in onAction()
175 } else if (binding.equals("Space")) { in onAction()
DTestPhysicsCar.java180 public void onAction(String binding, boolean value, float tpf) { in onAction() argument
181 if (binding.equals("Lefts")) { in onAction()
188 } else if (binding.equals("Rights")) { in onAction()
195 } else if (binding.equals("Ups")) { in onAction()
202 } else if (binding.equals("Downs")) { in onAction()
208 } else if (binding.equals("Space")) { in onAction()
212 } else if (binding.equals("Reset")) { in onAction()
DTestPhysicsHingeJoint.java63 public void onAnalog(String binding, float value, float tpf) { in onAnalog() argument
64 if(binding.equals("Left")){ in onAnalog()
67 else if(binding.equals("Right")){ in onAnalog()
70 else if(binding.equals("Swing")){ in onAnalog()
DTestRagdollCharacter.java183 public void onAction(String binding, boolean value, float tpf) { in onAction() argument
184 if (binding.equals("Rotate Left")) { in onAction()
190 } else if (binding.equals("Rotate Right")) { in onAction()
196 } else if (binding.equals("Walk Forward")) { in onAction()
202 } else if (binding.equals("Walk Backward")) { in onAction()
208 } else if (binding.equals("Slice")) { in onAction()
DTestHoveringTank.java193 public void onAnalog(String binding, float value, float tpf) { in onAnalog() argument
196 public void onAction(String binding, boolean value, float tpf) { in onAction() argument
197 if (binding.equals("Lefts")) { in onAction()
199 } else if (binding.equals("Rights")) { in onAction()
201 } else if (binding.equals("Ups")) { in onAction()
203 } else if (binding.equals("Downs")) { in onAction()
205 } else if (binding.equals("Reset")) { in onAction()
213 } else if (binding.equals("Space") && value) { in onAction()
DTestAttachGhostObject.java74 public void onAnalog(String binding, float value, float tpf) { in onAnalog() argument
75 if (binding.equals("Lefts")) { in onAnalog()
77 } else if (binding.equals("Rights")) { in onAnalog()
79 } else if (binding.equals("Space")) { in onAnalog()
/external/google-breakpad/src/common/
Dtest_assembler.cc138 void Label::Binding::Set(Binding *binding, uint64_t addend) { in Set() argument
139 if (!base_ && !binding) { in Set()
145 binding->Set(NULL, addend_ - addend); in Set()
147 if (binding) { in Set()
154 binding->Get(&binding, &binding_addend); in Set()
161 assert(binding != this); in Set()
169 base_->Set(binding, addend - addend_); in Set()
180 if (binding) binding->Acquire(); in Set()
181 base_ = binding; in Set()
/external/deqp/framework/opengl/
DgluDrawUtil.cpp224 const BindingPoint& binding = cur->binding; in namedBindingsToProgramLocations() local
225 if (binding.type == BindingPoint::TYPE_NAME) in namedBindingsToProgramLocations()
227 DE_ASSERT(binding.location >= 0); in namedBindingsToProgramLocations()
228 int location = gl.getAttribLocation(program, binding.name.c_str()); in namedBindingsToProgramLocations()
232 *out = VertexArrayBinding(BindingPoint(location + binding.location), cur->pointer); in namedBindingsToProgramLocations()
259 const BindingPoint& binding = cur->binding; in areVertexArrayLocationsValid() local
261 if (binding.type != BindingPoint::TYPE_LOCATION) in areVertexArrayLocationsValid()
264 if (usedLocations.find(binding.location) != usedLocations.end()) in areVertexArrayLocationsValid()
267 usedLocations.insert(binding.location); in areVertexArrayLocationsValid()
282 DE_ASSERT(va.binding.type == BindingPoint::TYPE_LOCATION); in appendAttributeNonStrided()
[all …]
/external/jmonkeyengine/engine/src/test/jme3test/helloworld/
DHelloCollision.java145 public void onAction(String binding, boolean value, float tpf) { in onAction() argument
146 if (binding.equals("Left")) { in onAction()
148 } else if (binding.equals("Right")) { in onAction()
150 } else if (binding.equals("Up")) { in onAction()
152 } else if (binding.equals("Down")) { in onAction()
154 } else if (binding.equals("Jump")) { in onAction()
DHelloTerrainCollision.java190 public void onAction(String binding, boolean value, float tpf) { in onAction() argument
191 if (binding.equals("Left")) { in onAction()
193 } else if (binding.equals("Right")) { in onAction()
195 } else if (binding.equals("Up")) { in onAction()
197 } else if (binding.equals("Down")) { in onAction()
199 } else if (binding.equals("Jump")) { in onAction()
/external/jmonkeyengine/engine/src/test/jme3test/terrain/
DTerrainTestCollision.java243 public void onAction(String binding, boolean keyPressed, float tpf) {
244 if (binding.equals("wireframe") && !keyPressed) {
251 } else if (binding.equals("shoot") && !keyPressed) {
271 } else if (binding.equals("cameraDown") && !keyPressed) {
273 } else if (binding.equals("Lefts") && !keyPressed) {
277 } else if (binding.equals("Rights") && !keyPressed) {
281 } else if (binding.equals("Forwards") && !keyPressed) {
285 } else if (binding.equals("Backs") && !keyPressed) {
289 } else if (binding.equals("Ups") && !keyPressed) {
293 } else if (binding.equals("Downs") && !keyPressed) {
/external/wpa_supplicant_8/src/eap_server/
Deap_server_fast.c596 struct eap_tlv_crypto_binding_tlv *binding; in eap_fast_build_crypto_binding() local
598 buf = wpabuf_alloc(2 * sizeof(*result) + sizeof(*binding)); in eap_fast_build_crypto_binding()
632 binding = wpabuf_put(buf, sizeof(*binding)); in eap_fast_build_crypto_binding()
633 binding->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY | in eap_fast_build_crypto_binding()
635 binding->length = host_to_be16(sizeof(*binding) - in eap_fast_build_crypto_binding()
637 binding->version = EAP_FAST_VERSION; in eap_fast_build_crypto_binding()
638 binding->received_version = data->peer_version; in eap_fast_build_crypto_binding()
639 binding->subtype = EAP_TLV_CRYPTO_BINDING_SUBTYPE_REQUEST; in eap_fast_build_crypto_binding()
640 if (random_get_bytes(binding->nonce, sizeof(binding->nonce)) < 0) { in eap_fast_build_crypto_binding()
649 binding->nonce[sizeof(binding->nonce) - 1] &= ~0x01; in eap_fast_build_crypto_binding()
[all …]

123456789