Searched defs:Binding (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/extensions/renderer/resources/
H A Dbinding.js168 function Binding(schema) { class
175 Binding.create = function(apiName) {
176 return new Binding(schemaRegistry.GetSchema(apiName));
179 Binding.prototype = {
481 exports.Binding = Binding;
H A Dapp_window_custom_bindings.js9 var Binding = require('binding').Binding; variable
112 var appWindow = Binding.create('app.window');
205 Binding.create('app.currentWindowInternal').generate();
/external/llvm/lib/MC/
H A DMCELF.cpp22 void MCELF::SetBinding(MCSymbolData &SD, unsigned Binding) { argument
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; local
31 assert(Binding == ELF::STB_LOCAL || Binding == ELF::STB_GLOBAL ||
32 Binding == ELF::STB_WEAK);
33 return Binding;
[all...]
H A DELFObjectWriter.cpp592 // Binding and Type share the same byte as upper and lower nibbles
593 uint8_t Binding = MCELF::GetBinding(OrigData); local
600 uint8_t Info = (Binding << ELF_STB_Shift) | (Type << ELF_STT_Shift);
736 unsigned Binding = MCELF::GetBinding(*SD); local
737 switch(Binding) {
739 llvm_unreachable("Invalid Binding");
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglcontext.h48 _EGLThreadInfo *Binding; member in struct:_egl_context
/external/mesa3d/src/egl/main/
H A Deglcontext.h48 _EGLThreadInfo *Binding; member in struct:_egl_context
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8TypedArrayCustom.h66 ASSERT(!DOMDataStore::containsWrapper<Binding>(impl, isolate));
74 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<Binding>(impl, isolate);
87 if (DOMDataStore::setReturnValueFromWrapper<Binding>(info.GetReturnValue(), impl))
101 if (DOMDataStore::setReturnValueFromWrapperForMainWorld<Binding>(info.GetReturnValue(), impl))
114 if (DOMDataStore::setReturnValueFromWrapperFast<Binding>(info.GetReturnValue(), impl, info.Holder(), wrappable))
132 typedef V8TypedArray<TypedArray> Binding; typedef in class:blink::V8TypedArray
148 ASSERT(!DOMDataStore::containsWrapper<Binding>(impl.get(), isolate));
157 V8DOMWrapper::associateObjectWithWrapper<Binding>(impl, &wrapperTypeInfo, wrapper, isolate);
173 V8DOMWrapper::associateObjectWithWrapper<Binding>(typedArray.release(), &wrapperTypeInfo, object, v8::Isolate::GetCurrent());
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h219 const MemRegion* Binding; member in class:clang::ento::StoreManager::FindUniqueBinding
224 : Sym(sym), Binding(nullptr), First(true) {}
228 LLVM_EXPLICIT operator bool() { return First && Binding; }
229 const MemRegion *getRegion() { return Binding; }
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp3267 const RefVal *Binding = nullptr; local
3269 Binding = getRefBinding(state, Sym);
3276 if (Binding)
3277 state = setRefBinding(state, Sym, *Binding);
/external/chromium_org/v8/src/
H A Dgdb-jit.cc738 enum Binding { enum in class:v8::BASE_EMBEDDED
749 Binding binding,
760 Binding binding() const {
761 return static_cast<Binding>(info >> 4);
769 Binding binding,
792 Binding binding,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding_1.3.100.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmtypes.h2271 GLuint Binding; member in struct:gl_uniform_block
2369 * This is used to maintain the Binding values of the stage's UniformBlocks[]
/external/mesa3d/src/mesa/main/
H A Dmtypes.h2271 GLuint Binding; member in struct:gl_uniform_block
2369 * This is used to maintain the Binding values of the stage's UniformBlocks[]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 307 milliseconds