HomeSort by relevance Sort by last modified time
    Searched defs:startup (Results 76 - 100 of 141) sorted by null

1 2 34 5 6

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
irq.h 56 unsigned int (*startup)(unsigned int irq); member in struct:irq_chip
  /sdk/find_java/src/source/
find_java_lib.cpp 426 STARTUPINFO startup; local
452 ZeroMemory(&startup, sizeof(startup));
453 startup.cb = sizeof(startup);
454 startup.dwFlags = STARTF_USESHOWWINDOW | STARTF_USESTDHANDLES;
455 startup.wShowWindow = SW_HIDE|SW_MINIMIZE;
457 startup.hStdError = stdoutPipeWt;
458 startup.hStdOutput = stdoutPipeWt;
459 startup.hStdInput = GetStdHandle(STD_INPUT_HANDLE);
    [all...]
  /external/smack/src/org/jivesoftware/smack/
XMPPConnection.java 652 packetWriter.startup();
653 // Start the packet reader. The startup() method will block until we
655 packetReader.startup();
    [all...]
PacketReader.java 99 synchronized public void startup() throws XMPPException { method in class:PacketReader
189 // the connectionID lock so that the packet reader startup can finish.
  /art/runtime/base/
logging.h 312 bool startup; member in struct:art::LogVerbosity
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/fx/
bg.js 69 "startup": "whoosh-19.mp3"
109 // Ignore all events until the startup sound has finished.
110 if (id != "startup" && !started)
171 if (id == "startup")
178 if (id == "startup")
195 if (id == "startup") {
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/
nacltest.js 171 this.startup = function() {
176 this._log('[STARTUP]');
889 this.rpc.startup();
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp 880 bool startup = mStartup; local
910 if (startup || discontinuity) {
930 startup = false;
    [all...]
  /system/core/adb/
adb.c 1077 STARTUPINFO startup; local
1115 ZeroMemory( &startup, sizeof(startup) );
1116 startup.cb = sizeof(startup);
1117 startup.hStdInput = GetStdHandle( STD_INPUT_HANDLE );
1118 startup.hStdOutput = pipe_write;
1119 startup.hStdError = GetStdHandle( STD_ERROR_HANDLE );
1120 startup.dwFlags = STARTF_USESTDHANDLES;
1138 &startup, /* startup info, i.e. std handles *
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
org.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar 
org.eclipse.core.runtime_3.9.100.v20131218-1515.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar 

Completed in 295 milliseconds

1 2 34 5 6