HomeSort by relevance Sort by last modified time
    Searched full:bindtype (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/turbine/java/com/google/turbine/binder/
ConstBinder.java 121 bindType(base.returnType()),
141 return new ParamInfo(bindType(base.type()), base.name(), annos, base.access());
228 bindType(base.type()),
273 result.add(bindType(t));
286 info.superClassBound() != null ? bindType(info.superClassBound()) : null,
293 private Type bindType(Type type) {
303 bindType(arrayTy.elementType()), constEvaluator.evaluateAnnotations(arrayTy.annos()));
312 bindType(wildTy.bound()),
316 bindType(wildTy.bound()),
  /packages/apps/Settings/src/com/android/settings/notification/
ZenRuleSelectionDialog.java 96 bindType(defaultNewEvent());
97 bindType(defaultNewSchedule());
116 private void bindType(final ZenRuleInfo ri) {
186 bindType(ri);
  /external/guice/extensions/multibindings/test/com/google/inject/multibindings/
SpiUtils.java 31 import static com.google.inject.multibindings.SpiUtils.BindType.INSTANCE;
32 import static com.google.inject.multibindings.SpiUtils.BindType.LINKED;
33 import static com.google.inject.multibindings.SpiUtils.BindType.PROVIDER_INSTANCE;
34 import static com.google.inject.multibindings.SpiUtils.BindType.PROVIDER_KEY;
    [all...]
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_gamecontroller.h 72 SDL_GameControllerBindType bindType;
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_gamecontroller.h 72 SDL_GameControllerBindType bindType;
  /prebuilts/misc/windows/sdl2/include/
SDL_gamecontroller.h 72 SDL_GameControllerBindType bindType;
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_gamecontroller.h 72 SDL_GameControllerBindType bindType;
  /external/llvm/include/llvm/Object/
MachO.h 179 uint8_t BindType;
  /external/llvm/lib/Object/
MachOObjectFile.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
MachO.h 230 uint8_t BindType;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
MachO.h 249 uint8_t BindType = 0;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
MachO.h 249 uint8_t BindType = 0;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
MachO.h 258 uint8_t BindType = 0;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
MachO.h 258 uint8_t BindType = 0;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
MachO.h 258 uint8_t BindType = 0;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
MachO.h 258 uint8_t BindType = 0;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
MachO.h 230 uint8_t BindType;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
MachO.h 249 uint8_t BindType = 0;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
MachO.h 249 uint8_t BindType = 0;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/
MachO.h 258 uint8_t BindType = 0;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
MachO.h 258 uint8_t BindType = 0;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
MachO.h 258 uint8_t BindType = 0;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
MachO.h 258 uint8_t BindType = 0;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oaidl.h     [all...]
  /external/kmod/tools/
depmod.c 1386 int bindtype = kmod_module_dependency_symbol_get_bind(l); local
    [all...]

Completed in 774 milliseconds

1 2 3