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

1 2 3 4 5 6 78 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
name-lookup.h 51 /* Datatype that represents binding established by a declaration between
58 /* Nonzero if this binding is for a local scope, as opposed to a class
73 /* The scope at which this binding was made. */
82 /* The name of the current binding. */
84 /* The binding we're saving. */ member in struct:cxx_saved_binding
85 cxx_binding *binding;
159 /* For each binding contour we allocate a binding_level structure
174 Also there may be binding levels that catch cleanups that must be
203 /* For the binding level corresponding to a class, the entities
208 is used for all binding levels. The TREE_PURPOSE is the name o
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 263 (* Remember the old variable binding so that we can restore the binding
272 (* Remember this binding. *)
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 255 // change symbol binding to Global if it's a weak symbol
256 ResolveInfo::Binding binding = (ResolveInfo::Binding)pSym.binding(); local
257 if (binding == ResolveInfo::Weak)
258 binding = ResolveInfo::Global;
265 binding,
283 binding,
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/enterprise_platform_keys/
subtle_crypto.js 17 // must be rethrown by this custom binding. Keep this in sync with the C++ part
  /external/chromium_org/v8/src/
gdb-jit.cc 740 enum Binding {
751 Binding binding,
757 info((binding << 4) | type),
762 Binding binding() const { function in class:v8::BASE_EMBEDDED
763 return static_cast<Binding>(info >> 4);
770 Binding binding,
776 info((binding << 4) | type)
    [all...]
  /external/chromium_org/v8/test/webkit/fast/js/
caller-property.js 55 // .caller within a bound function reaches the caller, ignoring the binding.
  /external/elfutils/0.153/libasm/
asm_end.c 195 syment.st_info = GELF_ST_INFO (sym->binding, sym->type);
202 int ptr = sym->binding == STB_LOCAL ? ptr_local++ : ptr_nonlocal--;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 287 binding = find_binding(name, find_root(node), package)
288 return bool(binding)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 287 binding = find_binding(name, find_root(node), package)
288 return bool(binding)
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 242 IGLProperty binding = new GLIntegerProperty(GLStateType.FRAMEBUFFER_BINDING, 0); local
245 binding);
  /art/compiler/
elf_writer_quick.cc 38 static uint8_t MakeStInfo(uint8_t binding, uint8_t type) {
39 return ((binding) << 4) + ((type) & 0xf);
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dot.rb 67 @__template__.result( binding )
  /external/chromium_org/chrome/browser/resources/chromeos/login/
login_common.js 364 // Delayed binding since this isn't defined yet.
368 // Delayed binding since this isn't defined yet.
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 364 * Handle a new input binding, calling
368 public void bindInput(InputBinding binding) {
369 mInputBinding = binding;
370 mInputConnection = binding.getConnection();
371 if (DEBUG) Log.v(TAG, "bindInput(): binding=" + binding
380 * Clear the current input binding.
383 if (DEBUG) Log.v(TAG, "unbindInput(): binding=" + mInputBinding
    [all...]
  /frameworks/compile/mclinker/lib/MC/
SymbolCategory.cpp 24 if (ResolveInfo::Local == pInfo.binding())
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_wm_surface_state.c 1364 struct gl_uniform_buffer_binding *binding; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_surface_state.c 1364 struct gl_uniform_buffer_binding *binding; local
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 416 // change symbol binding to Global if it's a weak symbol
417 ResolveInfo::Binding binding = (ResolveInfo::Binding)pSym.binding(); local
418 if (binding == ResolveInfo::Weak)
419 binding = ResolveInfo::Global;
426 binding,
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_array.spec 382 A texture object is created by binding an unused name to TEXTURE_1D,
384 TEXTURE_2D_ARRAY_EXT. The binding is effected by calling
403 object, and any previous binding to target is broken.
    [all...]
  /external/deqp/modules/glshared/
glsUniformBlockCase.cpp 1483 deUint32 binding = (deUint32)blockNdx; \/\/ \\todo [2012-01-25 pyry] Randomize order? local
1508 deUint32 binding = (deUint32)blockNdx; local
1562 deUint32 binding = (deUint32)blockNdx; local
    [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 382 A texture object is created by binding an unused name to TEXTURE_1D,
384 TEXTURE_2D_ARRAY_EXT. The binding is effected by calling
403 object, and any previous binding to target is broken.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding_1.3.100.I20100601-0800.jar 
  /external/deqp/modules/gles3/functional/
es3fNegativeBufferApiTests.cpp 272 int binding = -1;
281 glGetIntegerv (GL_READ_FRAMEBUFFER_BINDING, &binding);
282 m_log << TestLog::Message << "// GL_READ_FRAMEBUFFER_BINDING: " << binding << TestLog::EndMessage;
288 if (binding == 0 || sampleBuffers <= 0)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeBufferApiTests.cpp 272 int binding = -1; local
281 ctx.glGetIntegerv (GL_READ_FRAMEBUFFER_BINDING, &binding);
282 ctx.getLog() << TestLog::Message << "// GL_READ_FRAMEBUFFER_BINDING: " << binding << TestLog::EndMessage;
288 if (binding == 0 || sampleBuffers <= 0)
    [all...]

Completed in 386 milliseconds

1 2 3 4 5 6 78 91011>>