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

  /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/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.
84 /// \param CL The compound literal to bind (the binding key).
86 /// \param LC The LocationContext for the binding.
227 const MemRegion* Binding;
231 FindUniqueBinding(SymbolRef sym) : Sym(sym), Binding(0), First(true) {}
235 operator bool() { return First && Binding; }
236 const MemRegion *getRegion() { return Binding; }
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 27 * - Binding - Global, Local, Weak
77 enum Binding {
175 uint32_t binding() const;
  /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 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /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 
org.eclipse.ui.workbench_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 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 385 milliseconds