HomeSort by relevance Sort by last modified time
    Searched refs:attach (Results 101 - 125 of 328) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestCcd.java 82 stateManager.attach(bulletAppState);
TestCollisionShapeFactory.java 69 stateManager.attach(bulletAppState);
TestPhysicsReadWrite.java 71 stateManager.attach(bulletAppState);
TestQ3.java 75 stateManager.attach(bulletAppState);
97 // create the geometry and attach it
  /external/jmonkeyengine/engine/src/test/jme3test/helloworld/
HelloCollision.java 76 stateManager.attach(bulletAppState);
109 // We attach the scene and the player to the rootnode and the physics space,
  /external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainFractalGridTest.java 47 this.stateManager.attach(state);
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_graph.h 111 void attach(Node *, Edge::Type);
158 void insert(Node *node); // attach to or set as root
nv50_ir_from_sm4.cpp     [all...]
nv50_ir_from_tgsi.cpp     [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/util/
TestFragmentTransaction.java 93 public FragmentTransaction attach(Fragment fragment) { method in class:TestFragmentTransaction
  /external/skia/example/
HelloWorld.cpp 66 bool result = attach(kNativeGL_BackEndType, 0 /*msaa*/, &fAttachmentInfo);
  /external/skia/experimental/SkV8Example/
SkV8Example.cpp 78 bool result = this->attach(
81 printf("Failed to attach.");
  /external/vogar/src/vogar/monitor/
HostMonitor.java 53 public boolean attach(int port) throws IOException { method in class:HostMonitor
  /frameworks/av/services/radio/
RadioService.h 54 virtual status_t attach(radio_handle_t handle,
  /frameworks/base/libs/hwui/
Animator.h 65 void attach(RenderNode* target);
AnimatorManager.cpp 47 animator->attach(&mParent);
  /frameworks/native/libs/binder/
Binder.cpp 160 e->mObjects.attach(objectID, object, cleanupCookie, func);
BpBinder.cpp 43 void BpBinder::ObjectManager::attach( function in class:android::BpBinder::ObjectManager
53 ALOGE("Trying to attach object ID %p to binder ObjectManager %p with object %p, but object ID already in use",
291 mObjects.attach(objectID, object, cleanupCookie, func);
  /frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
BaseFragmentPagerAdapter.java 85 mCurTransaction.attach(fragment);
  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
MagicSmokeSelector.java 186 mService.attach(this, view.getWindowToken(),
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/tokenization/
location_info_mixin.js 17 //NOTE: patch token creation methods and attach location objects
  /external/elfutils/src/libdwfl/
Makefile 128 frame_unwind.c dwfl_frame_pc.c linux-pid-attach.c \
129 linux-core-attach.c dwfl_frame_regs.c gzip.c bzip2.c lzma.c
164 dwfl_frame_pc.$(OBJEXT) linux-pid-attach.$(OBJEXT) \
165 linux-core-attach.$(OBJEXT) dwfl_frame_regs.$(OBJEXT) \
415 frame_unwind.c dwfl_frame_pc.c linux-pid-attach.c \
416 linux-core-attach.c dwfl_frame_regs.c $(am__append_1) \
539 include ./$(DEPDIR)/linux-core-attach.Po
541 include ./$(DEPDIR)/linux-pid-attach.Po
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DeviceDescriptor.cpp 41 void DeviceDescriptor::attach(const sp<HwModule>& module) function in class:android::DeviceDescriptor
43 AudioPort::attach(module);
  /frameworks/wilhelm/src/android/
android_Effect.cpp 466 android::status_t android_fxSend_attach(CAudioPlayer* ap, bool attach,
480 if (attach) {
492 if (attach) {
502 if (attach) {
521 SLresult android_fxSend_attachToAux(CAudioPlayer* ap, SLInterfaceID pUuid, SLboolean attach,
536 if (android::NO_ERROR == android_fxSend_attach( ap, (bool) attach, pFx, sendLevel) ) {
  /frameworks/base/core/java/android/service/dreams/
DreamService.java 945 private final void attach(IBinder windowToken, boolean canDoze) { method in class:DreamService
1094 public void attach(final IBinder windowToken, final boolean canDoze) { method in class:DreamService.DreamServiceWrapper
    [all...]

Completed in 2487 milliseconds

1 2 3 45 6 7 8 91011>>