HomeSort by relevance Sort by last modified time
    Searched refs:binding (Results 51 - 75 of 306) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/compile/mclinker/unittests/
StaticResolverTest.cpp 82 ASSERT_TRUE( mcld::ResolveInfo::Global == new_sym->binding());
83 ASSERT_TRUE( mcld::ResolveInfo::Global == old_sym->binding());
109 ASSERT_TRUE( mcld::ResolveInfo::Global == new_sym->binding());
110 ASSERT_TRUE( mcld::ResolveInfo::Global == old_sym->binding());
136 ASSERT_TRUE( mcld::ResolveInfo::Global == new_sym->binding());
137 ASSERT_TRUE( mcld::ResolveInfo::Global == old_sym->binding());
158 ASSERT_TRUE( mcld::ResolveInfo::Global == new_sym->binding());
159 ASSERT_TRUE( mcld::ResolveInfo::Weak == old_sym->binding());
187 ASSERT_TRUE( mcld::ResolveInfo::Weak == old_sym->binding());
188 ASSERT_TRUE( mcld::ResolveInfo::Global == new_sym->binding());
    [all...]
  /external/chromium_org/third_party/libva/va/
va_compat.h 89 #define VA_CPP_HELPER_ALIAS_(func, major, minor, micro, binding) \
91 #func binding "VA_API_" #major "." #minor "." #micro)
  /hardware/intel/common/libva/va/
va_compat.h 89 #define VA_CPP_HELPER_ALIAS_(func, major, minor, micro, binding) \
91 #func binding "VA_API_" #major "." #minor "." #micro)
  /external/chromium_org/extensions/renderer/resources/
permissions_custom_bindings.js 5 // Custom binding for the Permissions API.
7 var binding = require('binding').Binding.create('permissions'); variable
11 // These custom binding are only necessary because it is not currently
18 binding.registerCustomHook(function(api) {
97 exports.binding = binding.generate();
runtime_custom_bindings.js 5 // Custom binding for the runtime API.
7 var binding = require('binding').Binding.create('runtime'); variable
78 binding.registerCustomHook(function(binding, id, contextType) {
79 var apiFunctions = binding.apiFunctions;
80 var runtime = binding.compiledApi;
205 exports.binding = binding.generate()
    [all...]
extension_custom_bindings.js 5 // Custom binding for the extension API.
7 var binding = require('binding').Binding.create('extension'); variable
28 binding.registerCustomHook(function(bindingsAPI, extensionId) {
113 exports.binding = binding.generate();
  /external/deqp/modules/gles31/functional/
es31fVertexAttributeBindingStateQueryTests.cpp 21 * \brief Vertex attribute binding state query tests.
131 // switch random va to random binding
133 const int binding = rnd.getInt(0, 16); local
136 gl.glVertexAttribBinding(va, binding);
145 else if (bindingState != binding)
147 m_testCtx.getLog() << tcu::TestLog::Message << "// ERROR: Expected " << binding << ", got " << bindingState << tcu::TestLog::EndMessage;
404 for (int binding = 0; binding < maxBindings; ++binding)
405 verifyValue(gl, GL_VERTEX_BINDING_DIVISOR, binding, 0)
    [all...]
  /external/deqp/framework/opengl/
gluDrawUtil.cpp 224 const BindingPoint& binding = cur->binding; local
225 if (binding.type == BindingPoint::TYPE_NAME)
227 DE_ASSERT(binding.location >= 0);
228 int location = gl.getAttribLocation(program, binding.name.c_str());
231 // Add binding.location as an offset to accommodate matrices.
232 *out = VertexArrayBinding(BindingPoint(location + binding.location), cur->pointer);
259 const BindingPoint& binding = cur->binding; local
261 if (binding.type != BindingPoint::TYPE_LOCATION
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
relayserver.cc 103 // Deleting the binding will cause it to be removed from the map.
218 if (int_conn->binding()->HasMagicCookie(bytes, size)) {
232 RelayServerConnection* ext_conn = int_conn->binding()->GetExternalConnection(
258 ext_conn->binding()->GetInternalConnection(
275 // The initial packet should have a username (which identifies the binding).
288 // The binding should already be present.
291 LOG(LS_WARNING) << "Dropping packet: no binding with username";
295 // Add this authenticted connection to the binding.
298 ext_conn->binding()->AddExternalConnection(ext_conn);
306 RelayServerConnection* int_conn = ext_conn->binding()->GetInternalConnection
365 RelayServerBinding* binding; local
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
omnibox_custom_bindings.js 5 // Custom binding for the omnibox API. Only injected into the v8 contexts
8 var binding = require('binding').Binding.create('omnibox'); variable
84 binding.registerCustomHook(function(bindingsAPI) {
124 exports.binding = binding.generate();
notifications_custom_bindings.js 7 var binding = require('binding').Binding.create('notifications'); variable
133 binding.registerCustomHook(notificationsCustomHook);
135 exports.binding = binding.generate();
webview_custom_bindings.js 5 // Custom binding for <webview> contextMenus API.
14 var binding = require('binding').Binding.create('webview'); variable
18 binding.registerCustomHook(function(bindingsAPI) {
130 exports.WebView = binding.generate();
file_system_provider_custom_bindings.js 5 // Custom binding for the fileSystemProvider API.
7 var binding = require('binding').Binding.create('fileSystemProvider'); variable
9 require('binding').Binding.create('fileSystemProviderInternal').generate();
42 binding.registerCustomHook(function(bindingsAPI) {
203 exports.binding = binding.generate();
  /frameworks/testing/espresso/libs/
dagger-1.2.1.jar 
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
CustomElementWrapper.cpp 103 CustomElementBinding* binding = perContextData->customElementBinding(element->customElementDefinition());
104 v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, binding->wrapperType(), element.get(), isolate);
108 wrapper->SetPrototype(binding->prototype());
110 V8DOMWrapper::associateObjectWithWrapper<WrapperType>(element, binding->wrapperType(), wrapper, isolate, WrapperConfiguration::Dependent);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/binding/editors/controls/
DefaultControlActionsManager.java 11 package org.eclipse.wb.internal.core.utils.binding.editors.controls;
  /frameworks/base/core/java/android/view/inputmethod/
InputMethod.java 99 * @param binding Information about the application window that is binding
105 public void bindInput(InputBinding binding);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
AdapterItem.java 17 package com.android.layoutlib.bridge.impl.binding;
FakeExpandableAdapter.java 17 package com.android.layoutlib.bridge.impl.binding;
47 public FakeExpandableAdapter(ResourceReference adapterRef, AdapterBinding binding,
52 createItems(binding, binding.getItemCount(), binding.getRepeatCount(), mGroupTypes, 1);
  /frameworks/compile/mclinker/include/mcld/LD/
LDSymbol.h 87 unsigned int binding() const { function in class:mcld::LDSymbol
89 return m_pResolveInfo->binding();
  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 597 struct eap_tlv_crypto_binding_tlv *binding; local
599 buf = wpabuf_alloc(2 * sizeof(*result) + sizeof(*binding));
632 /* Crypto-Binding TLV */
633 binding = wpabuf_put(buf, sizeof(*binding));
634 binding->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY |
636 binding->length = host_to_be16(sizeof(*binding) -
638 binding->version = EAP_FAST_VERSION;
639 binding->received_version = data->peer_version
    [all...]
  /external/e2fsprogs/intl/
dcigettext.c 306 struct binding *_nl_domain_bindings;
435 struct binding *binding; local
510 /* First find matching binding. */
511 for (binding = _nl_domain_bindings; binding != NULL; binding = binding->next)
513 int compare = strcmp (domainname, binding->domainname);
520 binding = NULL
    [all...]
  /external/lldb/source/Plugins/ObjectFile/ELF/
ELFHeader.h 230 unsigned char st_info; ///< Symbol type and binding attributes.
236 /// Returns the binding attribute of the st_info member.
242 /// Sets the binding and type of the st_info member.
243 void setBindingAndType(unsigned char binding, unsigned char type) {
244 st_info = (binding << 4) + (type & 0x0F);
248 bindingToCString(unsigned char binding);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_genexps.py 97 Verify early binding for the outermost for-expression
114 Verify late binding for the outermost if-expression
122 Verify late binding for the innermost for-expression
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_genexps.py 97 Verify early binding for the outermost for-expression
114 Verify late binding for the outermost if-expression
122 Verify late binding for the innermost for-expression

Completed in 1536 milliseconds

1 23 4 5 6 7 8 91011>>