HomeSort by relevance Sort by last modified time
    Searched full:application (Results 1626 - 1650 of 12067) sorted by null

<<61626364656667686970>>

  /external/jmonkeyengine/engine/src/test/jme3test/awt/
TestApplet.java 35 import com.jme3.app.Application;
49 private static Application app;
65 Class<? extends Application> clazz = (Class<? extends Application>) Class.forName(appClass);
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
LocalAndGlobalData.java 29 * Creates a Data object that encapsulates both request-scoped local HDF and an application
34 * @param global application global HDF data that should be read but not written to from the
42 * Creates a Data object that encapsulates both request-scoped local HDF and an application
48 * @param global application global HDF data that should be read but not written to from the
  /external/libcap-ng/libcap-ng-0.7/utils/
netcap.8 7 \fBnetcap\fP is a program that prints out a report of process capabilities. If the application is using tcp, udp, raw, or packet family of sockets AND has any capabilities, it will be in the report. If the process has partial capabilities, it is further examined to see if it has an open-ended bounding set. If this is found to be true, a '+' symbol is added.
pscap.8 7 \fBpscap\fP is a program that prints out a report of process capabilities. If the application has any capabilities, it will be in the report with the exception of init. By giving the \-a command line option, init will be included, too. If a process is not in the report, it has dropped all capabilities. If the process has partial capabilities, it is further examined to see if it has an open-ended bounding set. If this is found to be true, a '+' symbol is added.
  /external/linux-tools-perf/util/
quote.h 24 * sq_quote() in a real application.
  /external/qemu/android/
audio-test.h 18 * a full system and launch a music application.
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_SetModState.3 11 The inverse of \fI\fBSDL_GetModState\fP\fR, \fBSDL_SetModState\fP allows you to impose modifier key states on your application\&.
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBluetoothAdapter.java 24 return (BluetoothAdapter) shadowOf(Robolectric.application).getBluetoothAdapter();
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DialogTest.java 44 Dialog dialog = new Dialog(Robolectric.application);
84 Dialog dialog = new Dialog(Robolectric.application) {
102 Dialog dialog = new Dialog(Robolectric.application);
154 Dialog dialog = new Dialog(Robolectric.application);
InputMethodManagerTest.java 24 manager = (InputMethodManager) Robolectric.application.getSystemService(Activity.INPUT_METHOD_SERVICE);
ProgressDialogTest.java 83 return ProgressDialog.show(Robolectric.application, "Title", "Message");
94 return ProgressDialog.show(Robolectric.application, "Title", "Message", true);
104 return ProgressDialog.show(Robolectric.application, "Title", "Message", true, true);
120 return ProgressDialog.show(Robolectric.application, "Title", "Message", true, true, cancelListener);
ShadowEditTextTest.java 22 EditText editText = new EditText(Robolectric.application, attributeSet);
  /external/robolectric/src/test/resources/
TestAndroidManifestWithFlags.xml 4 <application android:name="com.xtremelabs.robolectric.TestApplication"
  /external/smali/examples/HelloWorld/
HelloWorld.smali 3 #Ye olde hello world application
  /external/srtp/doc/
references.txt 16 ICM is defined by draft-irtf-cfrg-icm-00.txt, and its application in
  /external/valgrind/main/helgrind/tests/
pth_destroy_cond.c 6 // the guest application wrongly destroys a cond var being waited
  /frameworks/av/include/media/
AudioEffect.h 155 /* Callback function notifying client application of a change in effect engine state or
159 * The EVENT_CONTROL_STATUS_CHANGED event is received when an application loses or
161 * if another application requests the use of the engine by creating an AudioEffect for
163 * application having the control deletes its AudioEffect object.
188 * the application process. Creating an AudioEffect object will create the effect engine
190 * will be used. The application creating the AudioEffect object (or a derived class like
193 * effect engine owner, the control will be transfered to the new application. Otherwise
194 * control will remain to the previous application. In this case, the new application will be
196 * After creating the AudioEffect, the application must call the initCheck() method an
    [all...]
  /frameworks/base/core/java/android/app/backup/
BackupAgentHelper.java 30 * An application will typically extend this class in its own
37 * within an application's data directory hierarchy.</li>
39 * application's {@link android.content.SharedPreferences} data.</li></ul>
41 * An application can also implement its own helper classes to work within the
  /frameworks/base/core/java/android/database/sqlite/
DatabaseObjectNotClosedException.java 25 private static final String s = "Application did not close the cursor or database object " +
  /frameworks/base/core/java/android/net/
LinkSocketNotifier.java 35 * @param duplicate the new LinkSocket that better meets the application
37 * @return {@code true} if the application intends to use this link
63 * This callback function will be called when an application calls
79 * @param changedCapabilities the set of capabilities that the application
  /frameworks/base/core/java/android/text/method/
package.html 6 for your application, or decipher the keypresses entered for your specific
  /frameworks/base/core/tests/hosttests/test-apps/AutoLocTestApp/
AndroidManifest.xml 20 <application android:label="AutoLocTestApp"/>
  /frameworks/base/core/tests/hosttests/test-apps/AutoLocVersionedTestApp_v1/
AndroidManifest.xml 22 <application android:label="AutoLocVersionedTestApp_v1"/>
  /frameworks/base/core/tests/hosttests/test-apps/AutoLocVersionedTestApp_v2/
AndroidManifest.xml 22 <application android:label="AutoLocVersionedTestApp_v2"/>
  /frameworks/base/core/tests/hosttests/test-apps/ExternalLocPermsFLTestApp/
AndroidManifest.xml 22 <application android:label="ExternalLocPermsFLTestApp"/>

Completed in 1186 milliseconds

<<61626364656667686970>>