HomeSort by relevance Sort by last modified time
    Searched refs:attach (Results 126 - 150 of 285) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/jmonkeyengine/engine/src/core/com/jme3/app/
SimpleApplication.java 109 stateManager.attach(a);
  /external/jmonkeyengine/engine/src/core/com/jme3/app/state/
AppStateManager.java 117 * Attach a state to the AppStateManager, the same state cannot be attached
120 * @param state The state to attach
124 public boolean attach(AppState state){ method in class:AppStateManager
166 * @see AppStateManager#attach(com.jme3.app.state.AppState)
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestAttachGhostObject.java 87 stateManager.attach(bulletAppState);
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/qemu/hw/
usb.c 31 port->attach(port, dev);
  /external/webkit/Source/WebCore/dom/
XMLDocumentParserQt.cpp 544 newElement->attach();
642 pi->attach();
663 newNode->attach();
674 newNode->attach();
xml_expat_tokenizer.cpp 475 newElement->attach();
568 m_currentNode->attach();
598 pi->attach();
623 newNode->attach();
642 newNode->attach();
  /external/webkit/Source/WebCore/html/
InputType.h 199 virtual void attach();
HTMLImageElement.cpp 191 void HTMLImageElement::attach() function in class:WebCore::HTMLImageElement
193 HTMLElement::attach();
  /external/webkit/Source/WebCore/svg/
SVGTests.cpp 105 svgElement->attach();
  /external/webkit/Source/WebKit2/Shared/mac/
ShareableSurface.cpp 174 void ShareableSurface::attach() function in class:WebKit::ShareableSurface
  /frameworks/base/core/java/android/app/
Application.java 145 /* package */ final void attach(Context context) { method in class:Application
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaCall.java 102 attach(Connection conn, DriverCall dc) { method in class:CdmaCall
  /frameworks/native/libs/binder/
Binder.cpp 154 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",
292 mObjects.attach(objectID, object, cleanupCookie, func);
  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
MagicSmokeSelector.java 186 mService.attach(this, view.getWindowToken(),
  /external/webkit/Source/WebCore/inspector/front-end/
AuditsPanel.js 239 attach: function()
241 WebInspector.Panel.prototype.attach.call(this);
  /external/webkit/Source/WebKit/mac/WebInspector/
WebNodeHighlight.mm 78 - (void)attach
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebInspectorClient.mm 63 - (void)attach;
173 [m_windowController.get() attach];
391 - (void)attach
  /frameworks/wilhelm/src/android/
android_Effect.cpp 455 android::status_t android_fxSend_attach(CAudioPlayer* ap, bool attach,
469 if (attach) {
481 if (attach) {
491 if (attach) {
510 SLresult android_fxSend_attachToAux(CAudioPlayer* ap, SLInterfaceID pUuid, SLboolean attach,
524 if (android::NO_ERROR == android_fxSend_attach( ap, (bool) attach, pFx, sendLevel) ) {

Completed in 577 milliseconds

1 2 3 4 56 7 8 91011>>