Searched refs:binding (Results 51 - 63 of 63) sorted by relevance

123

/frameworks/compile/mclinker/lib/MC/
H A DSymbolCategory.cpp25 if (ResolveInfo::Local == pInfo.binding())
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp363 // change symbol binding to Global if it's a weak symbol
364 ResolveInfo::Binding binding = (ResolveInfo::Binding)pSym.binding(); local
365 if (binding == ResolveInfo::Weak)
366 binding = ResolveInfo::Global;
373 binding,
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java395 * Handle a new input binding, calling
399 public void bindInput(InputBinding binding) { argument
400 mInputBinding = binding;
401 mInputConnection = binding.getConnection();
402 if (DEBUG) Log.v(TAG, "bindInput(): binding=" + binding
412 * Clear the current input binding.
415 if (DEBUG) Log.v(TAG, "unbindInput(): binding=" + mInputBinding
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
H A DResourceBundle.java101 L.d("There is no binding for %s, reverting to plain layout",
111 String binding = boundTo.get(0).getFullBindingClass();
112 target.setInterfaceType(binding);
393 // The binding class as given by the user
403 // The simple binding class name as determined from mBindingClass and mModulePackage
406 // The package of the binding class as determined from mBindingClass and mModulePackage
428 // for XML binding
434 * binding expressions etc.
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
H A DViewDataBinding.java46 * Base class for generated data binding classes. If possible, the generated binding should
48 * binding is unknown, {@link DataBindingUtil#bind(View)} or
64 * Prefix for android:tag on Views with binding. The root View and include tags will not have
141 final ViewDataBinding binding = getBinding(v);
142 binding.mRebindRunnable.run();
215 * The DataBindingComponent used by this data binding. This is used for BindingAdapters
303 * @return <code>true</code> if the variable is declared or used in the binding or
373 * Invalidates all binding expressions and requests a new rebind to refresh UI.
380 * @return true if any field has changed and the binding shoul
[all...]
/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
H A DLayoutBinderWriter.kt637 val index = indices[target] ?: throw IllegalStateException("Unknown binding target")
958 it.value.forEach { binding ->
959 nl(binding.toAssignmentCode()).app(";")
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1414 // set binding
1476 if (ResolveInfo::Local != pSymbol.binding())
2636 if (pSymbol.binding() == ResolveInfo::Local)
2655 if (pResolveInfo.binding() == ResolveInfo::Local)
2719 if (pSym.isDefine() && pSym.binding() == ResolveInfo::Local)
2740 (pSym.binding() == ResolveInfo::Local || config().isCodeStatic()))
/frameworks/rs/rsov/driver/
H A DrsovScript.cpp348 bindings[i].binding = i;
525 .dstBinding = 3 + i, // input allocations start from binding #3
777 // Extract compiler metadata on allocation->binding mapping
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java323 final InputBinding binding; field in class:InputMethodManagerService.ClientState
341 binding = new InputBinding(null, inputContext.asBinder(), uid, pid);
369 * The current binding sequence number, incremented every time there is
1696 MSG_BIND_INPUT, mCurMethod, mCurClient.binding));
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java1054 // Check that if a cross-profile binding is attempted, it is allowed.
2966 Pair<Integer, String> binding = it.next();
2968 if (binding.first != userId) {
2972 out.attribute(null, "packageName", binding.second);
4346 // but not yet established a binding under that id
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h1944 uint32_t binding; member in struct:VkVertexInputBindingDescription
1951 uint32_t binding; member in struct:VkVertexInputAttributeDescription
2168 uint32_t binding; member in struct:VkDescriptorSetLayoutBinding
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java1269 * List of initialization arguments to pass to all processes when binding applications to them.
3550 if (cr.binding != null && !cr.serviceDead && cr.binding.service != null
3551 && cr.binding.service.app != null
3552 && cr.binding.service.app.lruSeq != mLruSeq
3553 && !cr.binding.service.app.persistent) {
3554 nextIndex = updateLruProcessInternalLocked(cr.binding.service.app, now, nextIndex,
7093 // If we were asked to attach an agent on startup, do so now, before we're binding
18606 Slog.w(TAG, "Exception trying to deliver BackupAgent binding: ");
21226 if (cr.binding
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1142 milliseconds

123