HomeSort by relevance Sort by last modified time
    Searched defs:binding (Results 1 - 25 of 38) sorted by null

1 2

  /external/e2fsprogs/intl/
bindtextdom.c 68 extern struct binding *_nl_domain_bindings;
99 struct binding *binding; local
116 for (binding = _nl_domain_bindings; binding != NULL; binding = binding->next)
118 int compare = strcmp (domainname, binding->domainname);
125 binding = NULL;
130 if (binding != NULL
    [all...]
gettextP.h 139 struct binding struct
141 struct binding *next;
159 struct binding *__domainbinding)
162 struct binding *__domainbinding)
168 struct binding *__domainbinding)
174 struct binding *domainbinding, const char *msgid,
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...]
  /frameworks/base/services/java/com/android/server/am/
ConnectionRecord.java 25 * Description of a single binding to a service.
28 final AppBindRecord binding; // The application/service binding. field in class:ConnectionRecord
31 final int flags; // Binding options.
38 pw.println(prefix + "binding=" + binding);
49 binding = _binding;
68 sb.append(binding.service.shortName);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutMetadata.java 328 * @param viewObject the view object to create an adapter binding for
330 * @return a binding, or null
356 AdapterBinding binding = new AdapterBinding(count); local
360 binding.addHeader(new ResourceReference(stripLayoutPrefix(header),
366 binding.addFooter(new ResourceReference(stripLayoutPrefix(footer),
378 binding.addItem(new DataBindingItem(layout, isFramework, 1));
383 binding.addItem(
387 binding.addItem(
393 binding.addItem(
397 return binding;
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
FakeAdapter.java 17 package com.android.layoutlib.bridge.impl.binding;
34 * Fake adapter to do fake data binding in {@link AdapterView} objects for {@link ListAdapter}
43 public FakeAdapter(ResourceReference adapterRef, AdapterBinding binding,
45 super(adapterRef, binding, callback);
FakeExpandableAdapter.java 17 package com.android.layoutlib.bridge.impl.binding;
39 public FakeExpandableAdapter(ResourceReference adapterRef, AdapterBinding binding,
41 super(adapterRef, binding, callback);
43 createItems(binding, binding.getItemCount(), binding.getRepeatCount(), mGroupTypes, 1);
BaseAdapter.java 17 package com.android.layoutlib.bridge.impl.binding;
43 * Base adapter to do fake data binding in {@link AdapterView} objects.
105 protected BaseAdapter(ResourceReference adapterRef, AdapterBinding binding,
108 mBinding = binding;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ProjectCallback.java 524 * default list item binding is used.
551 AdapterBinding binding = metadata.getNodeBinding(viewObject, uiNode); local
552 if (binding != null) {
553 return binding;
564 // binding.
573 // that could break if we add our own list binding, so for these leave the list
580 AdapterBinding binding = new AdapterBinding(count); local
582 binding.addItem(new DataBindingItem(LayoutMetadata.DEFAULT_EXPANDABLE_LIST_ITEM,
585 binding.addItem(new DataBindingItem(LayoutMetadata.DEFAULT_SPINNER_ITEM,
588 binding.addItem(new DataBindingItem(LayoutMetadata.DEFAULT_LIST_ITEM
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
relayserver.h 127 // Adds/Removes the a connection or binding.
130 void RemoveBinding(RelayServerBinding* binding);
136 void OnTimeout(RelayServerBinding* binding);
146 // part of one and only one binding.
149 RelayServerConnection(RelayServerBinding* binding,
154 RelayServerBinding* binding() { return binding_; } function in class:cricket::RelayServerConnection
209 // Adds/Removes a connection into the binding.
213 // We keep track of the use of each binding. If we detect that it was not
relayserver.cc 102 // Deleting the binding will cause it to be removed from the map.
216 if (int_conn->binding()->HasMagicCookie(bytes, size)) {
230 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
366 RelayServerBinding* binding; local
    [all...]
  /external/elfutils/libasm/
libasmP.h 181 /* Binding of the symbol. */
182 int8_t binding; member in struct:AsmSym
  /external/webkit/Source/WebCore/inspector/front-end/
Resource.js 106 WebInspector.Resource.registerDomainModelBinding = function(type, binding)
108 WebInspector.Resource._domainModelBindings[type] = binding;
709 var binding = WebInspector.Resource._domainModelBindings[this.type]; variable
710 return binding && binding.canSetContent(this);
720 var binding = WebInspector.Resource._domainModelBindings[this.type]; variable
721 binding.setContent(this, newContent, majorChange, callback);
  /frameworks/base/core/java/android/webkit/
AccessibilityInjector.java 43 * In general a key binding is a mapping from modifiers + key code to
60 * should NOT be specified in the binding as it is provided by
61 * this class. For details about the key binding implementation
127 AccessibilityWebContentKeyBinding binding = null; local
131 binding = candidate;
136 if (binding == null) {
140 for (int i = 0, count = binding.getActionCount(); i < count; i++) {
141 int actionCode = binding.getActionCode(i);
142 String contentDescription = Integer.toHexString(binding.getAction(i));
145 int axis = binding.getFirstArgument(i)
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/cp/
name-lookup.h 52 /* Datatype that represents binding established by a declaration between
59 /* Nonzero if this binding is for a local scope, as opposed to a class
75 /* The scope at which this binding was made. */
85 /* The name of the current binding. */
87 /* The binding we're saving. */ local
88 cxx_binding *binding;
157 /* For each binding contour we allocate a binding_level structure
172 Also there may be binding levels that catch cleanups that must be
205 /* For the binding level corresponding to a class, the entities
210 is used for all binding levels. The TREE_PURPOSE is the name o
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/cp/
name-lookup.h 52 /* Datatype that represents binding established by a declaration between
59 /* Nonzero if this binding is for a local scope, as opposed to a class
75 /* The scope at which this binding was made. */
85 /* The name of the current binding. */
87 /* The binding we're saving. */ local
88 cxx_binding *binding;
157 /* For each binding contour we allocate a binding_level structure
172 Also there may be binding levels that catch cleanups that must be
205 /* For the binding level corresponding to a class, the entities
210 is used for all binding levels. The TREE_PURPOSE is the name o
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/cp/
name-lookup.h 52 /* Datatype that represents binding established by a declaration between
59 /* Nonzero if this binding is for a local scope, as opposed to a class
75 /* The scope at which this binding was made. */
85 /* The name of the current binding. */
87 /* The binding we're saving. */ local
88 cxx_binding *binding;
157 /* For each binding contour we allocate a binding_level structure
172 Also there may be binding levels that catch cleanups that must be
205 /* For the binding level corresponding to a class, the entities
210 is used for all binding levels. The TREE_PURPOSE is the name o
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_fast.c 601 struct eap_tlv_crypto_binding_tlv *binding; local
603 buf = wpabuf_alloc(2 * sizeof(*result) + sizeof(*binding));
636 /* Crypto-Binding TLV */
637 binding = wpabuf_put(buf, sizeof(*binding));
638 binding->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY |
640 binding->length = host_to_be16(sizeof(*binding) -
642 binding->version = EAP_FAST_VERSION;
643 binding->received_version = data->peer_version
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 602 struct eap_tlv_crypto_binding_tlv *binding; local
604 buf = wpabuf_alloc(2 * sizeof(*result) + sizeof(*binding));
637 /* Crypto-Binding TLV */
638 binding = wpabuf_put(buf, sizeof(*binding));
639 binding->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY |
641 binding->length = host_to_be16(sizeof(*binding) -
643 binding->version = EAP_FAST_VERSION;
644 binding->received_version = data->peer_version
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderSessionImpl.java 49 import com.android.layoutlib.bridge.impl.binding.FakeAdapter;
50 import com.android.layoutlib.bridge.impl.binding.FakeExpandableAdapter;
1112 AdapterBinding binding = params.getAdapterBindings().get(listRef); local
    [all...]
  /prebuilt/common/ecj/
ecj.jar 
  /external/v8/src/
gdb-jit.cc 486 enum Binding {
497 Binding binding,
503 info((binding << 4) | type),
508 Binding binding() const { function in class:v8::BASE_EMBEDDED
509 return static_cast<Binding>(info >> 4);
516 Binding binding,
522 info((binding << 4) | type)
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /external/expat/lib/
xmlparse.c 142 typedef struct binding { struct
144 struct binding *nextTagBinding;
145 struct binding *prevPrefixBinding;
150 } BINDING;
154 BINDING *binding; member in struct:prefix
186 BINDING *bindings;
351 TAG_NAME *tagNamePtr, BINDING **bindingsPtr);
354 const XML_Char *uri, BINDING **bindingsPtr);
527 BINDING *m_inheritedBindings
2629 BINDING *binding; local
    [all...]
  /frameworks/base/services/java/com/android/server/
InputMethodManagerService.java 211 final InputBinding binding; field in class:InputMethodManagerService.ClientState
229 binding = new InputBinding(null, inputContext.asBinder(), uid, pid);
247 * The current binding sequence number, incremented every time there is
786 MSG_BIND_INPUT, mCurMethod, mCurClient.binding));
    [all...]

Completed in 925 milliseconds

1 2