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

12 3 4 5 6 7 8 91011>>

  /external/elfutils/0.153/libasm/
asm_newabssym.c 52 asm_newabssym (ctx, name, size, value, type, binding)
58 int binding;
83 result->binding = binding;
97 if (binding == STB_GLOBAL)
99 else if (binding == STB_WEAK)
  /frameworks/base/core/java/android/view/inputmethod/
InputBinding.java 41 * The UID where this binding came from.
46 * The PID where this binding came from.
55 * @param uid The user id of the client of this binding.
56 * @param pid The process id of where the binding came from.
71 * @param binding Existing binding to copy.
73 public InputBinding(InputConnection conn, InputBinding binding) {
75 mConnectionToken = binding.getConnectionToken();
76 mUid = binding.getUid();
77 mPid = binding.getPid()
    [all...]
  /frameworks/compile/mclinker/unittests/
NamePoolTest.cpp 74 ResolveInfo::Binding binding = ResolveInfo::Local; local
83 binding,
94 EXPECT_EQ(binding, result1.info->binding());
103 binding,
114 EXPECT_EQ(binding, result1.info->binding());
126 ResolveInfo::Binding binding = ResolveInfo::Global local
182 LDSymbol::Binding binding = LDSymbol::Global; local
215 LDSymbol::Binding binding = LDSymbol::Weak; local
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
file_browser_handler_custom_bindings.js 5 // Custom binding for the fileBrowserHandler API.
7 var binding = require('binding').Binding.create('fileBrowserHandler'); variable
12 var fileBrowserHandlerInternal = require('binding').Binding.create(
34 binding.registerCustomHook(function(bindingsAPI) {
57 exports.binding = binding.generate();
file_browser_private_custom_bindings.js 5 // Custom binding for the fileBrowserPrivate API.
8 var binding = require('binding').Binding.create('fileBrowserPrivate'); variable
17 require('binding').Binding.create('fileBrowserPrivateInternal').generate();
23 binding.registerCustomHook(function(bindingsAPI) {
92 exports.binding = binding.generate();
declarative_content_custom_bindings.js 5 // Custom binding for the declarativeContent API.
7 var binding = require('binding').Binding.create('declarativeContent'); variable
14 binding.registerCustomHook( function(api) {
65 exports.binding = binding.generate();
tts_custom_bindings.js 5 // Custom binding for the tts API.
7 var binding = require('binding').Binding.create('tts'); variable
13 binding.registerCustomHook(function(api) {
57 exports.binding = binding.generate();
webview_request_custom_bindings.js 5 // Custom binding for the webViewRequest API.
7 var binding = require('binding').Binding.create('webViewRequest'); variable
14 binding.registerCustomHook(function(api) {
55 exports.binding = binding.generate();
downloads_custom_bindings.js 7 var binding = require('binding').Binding.create('downloads'); variable
8 var downloadsInternal = require('binding').Binding.create(
66 exports.binding = binding.generate();
declarative_webrequest_custom_bindings.js 5 // Custom binding for the declarativeWebRequest API.
7 var binding = require('binding').Binding.create('declarativeWebRequest'); variable
12 binding.registerCustomHook(function(api) {
96 exports.binding = binding.generate();
media_galleries_custom_bindings.js 5 // Custom binding for the Media Gallery API.
7 var binding = require('binding').Binding.create('mediaGalleries'); variable
29 binding.registerCustomHook(function(bindingsAPI, extensionId) {
124 exports.binding = binding.generate();
sync_file_system_custom_bindings.js 5 // Custom binding for the syncFileSystem API.
7 var binding = require('binding').Binding.create('syncFileSystem'); variable
13 binding.registerCustomHook(function(bindingsAPI) {
109 exports.binding = binding.generate();
  /external/e2fsprogs/intl/
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,
  /external/chromium_org/chrome/common/extensions/api/commands/
commands_handler.cc 89 scoped_ptr<extensions::Command> binding(new Command());
90 if (!binding->Parse(command, iter.key(), command_index, error))
93 if (binding->accelerator().key_code() != ui::VKEY_UNKNOWN) {
97 if (!Command::IsMediaKey(binding->accelerator()))
108 std::string command_name = binding->command_name();
110 commands_info->browser_action_command.reset(binding.release());
113 commands_info->page_action_command.reset(binding.release());
116 commands_info->named_commands[command_name] = *binding.get();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
Messages.java 45 * @param binding the object to be inserted into the message
48 public static String bind(String message, Object binding) {
49 return bind(message, new Object[] {binding});
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
TextControlActionsManager.java 13 import org.eclipse.wb.internal.core.utils.binding.editors.controls.DefaultControlActionsManager;
  /frameworks/base/services/core/java/com/android/server/am/
ConnectionRecord.java 26 * Description of a single binding to a service.
29 final AppBindRecord binding; // The application/service binding. field in class:ConnectionRecord
32 final int flags; // Binding options.
39 pw.println(prefix + "binding=" + binding);
50 binding = _binding;
66 sb.append(binding.client.userId);
104 sb.append(binding.service.shortName);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
FakeAdapter.java 17 package com.android.layoutlib.bridge.impl.binding;
36 * Fake adapter to do fake data binding in {@link AdapterView} objects for {@link ListAdapter}
50 public FakeAdapter(ResourceReference adapterRef, AdapterBinding binding,
55 final int repeatCount = binding.getRepeatCount();
56 final int itemCount = binding.getItemCount();
65 for (DataBindingItem dataBindingItem : binding) {
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/keymaps/
key_map.js 10 * An instance contains an object-based bi-directional mapping from key binding
107 return this.bindings_.map(function(binding) {
108 return binding.sequence;
146 * Checks if this key map has a given binding.
149 * @return {boolean} Whether the binding exists.
156 var binding = this.bindings_[i];
157 if (binding.command == command && binding.sequence == sequence) {
169 * @return {boolean} Whether 'command' has a binding.
176 var binding = this.bindings_[i]
    [all...]
  /external/chromium_org/extensions/renderer/resources/
app_runtime_custom_bindings.js 5 // Custom binding for the chrome.app.runtime API.
7 var binding = require('binding').Binding.create('app.runtime'); variable
56 exports.binding = binding.generate();
context_menus_custom_bindings.js 5 // Custom binding for the contextMenus API.
7 var binding = require('binding').Binding.create('contextMenus'); variable
13 binding.registerCustomHook(function(bindingsAPI) {
101 exports.binding = binding.generate();
  /external/chromium_org/third_party/skia/include/gpu/
GrTypesPriv.h 119 * Each binding other than kEffect may not appear more than once in the current set of attributes.
140 static inline int GrFixedFunctionVertexAttribVectorCount(GrVertexAttribBinding binding) {
141 SkASSERT(binding >= 0 && binding < kGrFixedFunctionVertexAttribBindingCnt);
144 return kVecCounts[binding];
154 inline void set(GrVertexAttribType type, size_t offset, GrVertexAttribBinding binding) {
157 fBinding = binding;
  /external/skia/include/gpu/
GrTypesPriv.h 119 * Each binding other than kEffect may not appear more than once in the current set of attributes.
140 static inline int GrFixedFunctionVertexAttribVectorCount(GrVertexAttribBinding binding) {
141 SkASSERT(binding >= 0 && binding < kGrFixedFunctionVertexAttribBindingCnt);
144 return kVecCounts[binding];
154 inline void set(GrVertexAttribType type, size_t offset, GrVertexAttribBinding binding) {
157 fBinding = binding;
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.0.600.v20130530-1010/
org.eclipse.jdt.compiler.apt-1.0.600.v20130530-1010.jar 
  /external/chromium_org/extensions/renderer/
binding_generating_native_handler.cc 21 module_system_->Require("binding")->ToObject();
22 v8::Handle<v8::Object> binding = local
23 binding_module->Get(v8::String::NewFromUtf8(isolate, "Binding"))
26 binding->Get(v8::String::NewFromUtf8(isolate, "create"))
31 create_binding->Call(binding, arraysize(argv), argv)->ToObject();

Completed in 358 milliseconds

12 3 4 5 6 7 8 91011>>