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

1 2

  /external/chromium_org/chrome/renderer/resources/extensions/
binding.js 147 function Binding(schema) {
154 Binding.create = function(apiName) {
155 return new Binding(schemaRegistry.GetSchema(apiName));
158 Binding.prototype = {
437 exports.Binding = Binding;
app_window_custom_bindings.js 5 // Custom binding for the app_window API.
8 var Binding = require('binding').Binding;
17 var appWindow = Binding.create('app.window');
89 Binding.create('app.currentWindowInternal').generate();
181 exports.binding = appWindow.generate();
  /external/llvm/lib/MC/
MCELF.cpp 22 void MCELF::SetBinding(MCSymbolData &SD, unsigned Binding) {
23 assert(Binding == ELF::STB_LOCAL || Binding == ELF::STB_GLOBAL ||
24 Binding == ELF::STB_WEAK);
26 SD.setFlags(OtherFlags | (Binding << ELF_STB_Shift));
30 uint32_t Binding = (SD.getFlags() & (0xf << ELF_STB_Shift)) >> ELF_STB_Shift;
31 assert(Binding == ELF::STB_LOCAL || Binding == ELF::STB_GLOBAL ||
32 Binding == ELF::STB_WEAK);
33 return Binding;
    [all...]
ELFObjectWriter.cpp 520 // Aliases defined with .symvar copy the binding from the symbol they alias.
549 // Binding and Type share the same byte as upper and lower nibbles
550 uint8_t Binding = MCELF::GetBinding(OrigData);
552 uint8_t Info = (Binding << ELF_STB_Shift) | (Type << ELF_STT_Shift);
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LocalServiceActivities.java 83 * Example of binding and unbinding to the local service.
90 public static class Binding extends Activity {
106 Toast.makeText(Binding.this, R.string.local_service_connected,
116 Toast.makeText(Binding.this, R.string.local_service_disconnected,
126 bindService(new Intent(Binding.this,
MessengerServiceActivities.java 4 import com.example.android.apis.app.LocalServiceActivities.Binding;
25 * Example of binding and unbinding to the remote service.
32 public static class Binding extends Activity {
96 Toast.makeText(Binding.this, R.string.remote_service_connected,
107 Toast.makeText(Binding.this, R.string.remote_service_disconnected,
116 bindService(new Intent(Binding.this,
119 mCallbackText.setText("Binding.");
RemoteService.java 49 * {@link Controller} and {@link Binding} classes
254 * Example of binding and unbinding to the remote service.
262 public static class Binding extends Activity {
323 Toast.makeText(Binding.this, R.string.remote_service_connected,
335 Toast.makeText(Binding.this, R.string.remote_service_disconnected,
360 // Establish a couple connections with the service, binding
369 mCallbackText.setText("Binding.");
419 Toast.makeText(Binding.this,
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8TypedArrayCustom.h 70 ASSERT((DOMDataStore::template getWrapper<Binding>(impl, isolate).IsEmpty()));
78 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<Binding>(impl, isolate);
89 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapperForMainWorld<Binding>(impl);
100 v8::Handle<v8::Object> wrapper = DOMDataStore::getWrapperFast<Binding>(impl, container, wrappable);
112 v8::Handle<v8::Object> wrapper = DOMDataStore::getWrapperForMainWorld<Binding>(impl);
125 typedef V8TypedArray<TypedArray> Binding;
141 ASSERT(DOMDataStore::getWrapper<Binding>(impl.get(), isolate).IsEmpty());
150 V8DOMWrapper::associateObjectWithWrapper<Binding>(impl, &info, wrapper, isolate, WrapperConfiguration::Independent);
166 V8DOMWrapper::associateObjectWithWrapper<Binding>(typedArray.release(), &info, object, v8::Isolate::GetCurrent(), WrapperConfiguration::Independent);
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglcontext.h 48 _EGLThreadInfo *Binding;
  /external/mesa3d/src/egl/main/
eglcontext.h 48 _EGLThreadInfo *Binding;
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 74 /// \brief Create a new store with the specified binding removed.
76 /// \param L the location whose binding should be removed.
226 const MemRegion* Binding;
230 FindUniqueBinding(SymbolRef sym) : Sym(sym), Binding(0), First(true) {}
234 LLVM_EXPLICIT operator bool() { return First && Binding; }
235 const MemRegion *getRegion() { return Binding; }
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 27 * - Binding - Global, Local, Weak
77 enum Binding {
174 uint32_t binding() const;
  /external/chromium_org/v8/src/
gdb-jit.cc 763 enum Binding {
774 Binding binding,
780 info((binding << 4) | type),
785 Binding binding() const { function in class:v8::BASE_EMBEDDED
786 return static_cast<Binding>(info >> 4);
793 Binding binding,
799 info((binding << 4) | type)
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]
  /external/v8/src/
gdb-jit.cc 760 enum Binding {
771 Binding binding,
777 info((binding << 4) | type),
782 Binding binding() const { function in class:v8::BASE_EMBEDDED
783 return static_cast<Binding>(info >> 4);
790 Binding binding,
796 info((binding << 4) | type)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding_1.3.100.I20100601-0800.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 451 milliseconds

1 2