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

  /external/llvm/lib/MC/
MCELF.cpp 23 void MCELF::SetBinding(MCSymbolData &SD, unsigned Binding) {
24 assert(Binding == ELF::STB_LOCAL || Binding == ELF::STB_GLOBAL ||
25 Binding == ELF::STB_WEAK);
27 SD.setFlags(OtherFlags | (Binding << ELF_STB_Shift));
31 uint32_t Binding = (SD.getFlags() & (0xf << ELF_STB_Shift)) >> ELF_STB_Shift;
32 assert(Binding == ELF::STB_LOCAL || Binding == ELF::STB_GLOBAL ||
33 Binding == ELF::STB_WEAK);
34 return Binding;
    [all...]
ELFObjectWriter.cpp 221 // Aliases defined with .symvar copy the binding from the symbol they alias.
250 uint8_t Binding = MCELF::GetBinding(OrigData);
254 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/v8/src/
gdb-jit.cc 486 enum Binding {
497 Binding binding,
503 info((binding << 4) | type),
508 Binding binding() const { function in class:v8::BASE_EMBEDDED
509 return static_cast<Binding>(info >> 4);
516 Binding binding,
522 info((binding << 4) | type)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CFRefCount.cpp     [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 352 milliseconds