HomeSort by relevance Sort by last modified time
    Searched defs:application (Results 26 - 50 of 137) sorted by null

12 3 4 5 6

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ContextWrapperTest.java 93 new ContextWrapper(Robolectric.application).registerReceiver(receiver, intentFilter("foo", "baz"));
94 new ContextWrapper(Robolectric.application).sendBroadcast(new Intent("foo"));
95 Robolectric.application.sendBroadcast(new Intent("baz"));
98 new ContextWrapper(Robolectric.application).unregisterReceiver(receiver);
181 assertEquals("foo", shadowOf(Robolectric.application).getNextStartedService().getAction());
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
Standard_Suite.py 175 class application(aetools.ComponentItem): class in inherits:aetools.ComponentItem
176 """application - an application program """
289 application._superclassnames = []
290 application._privpropdict = {
293 application._privelemdict = {
375 'capp' : application,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Finder_Basics.py 16 """copy: (NOT AVAILABLE YET) Copy the selected items to the clipboard (the Finder must be the front application)
61 class application(aetools.ComponentItem): class in inherits:aetools.ComponentItem
62 """application - The Finder """
143 application._superclassnames = []
148 application._privpropdict = {
163 application._privelemdict = {
184 'capp' : application,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Disk_Folder_File_Suite.py 42 class application(aetools.ComponentItem): class in inherits:aetools.ComponentItem
43 """application - The Disk-Folder-File Suite host program """
72 applications = application
180 """creator type - the OSType identifying the application that created the item """
212 application._superclassnames = []
217 application._privpropdict = {
222 application._privelemdict = {
338 'capp' : application,
Processes_Suite.py 18 class application(aetools.ComponentItem): class in inherits:aetools.ComponentItem
19 """application - The Processes Suite host program """
48 applications = application
51 """application process - A process launched from an application file """
54 """application file - a reference to the application file from which this process was launched """
74 """accepts high level events - Is the process high-level event aware (accepts open application, open document, print document, and quit)? """
123 application._superclassnames = []
128 application._privpropdict =
    [all...]
Standard_Suite.py 259 """quit: Quit an application.
333 class application(aetools.ComponentItem): class in inherits:aetools.ComponentItem
334 """application - An application's top level scripting object. """
342 """frontmost - Is this the frontmost (active) application? """
347 """name - The name of the application. """
352 """version - The version of the application. """
359 applications = application
417 """modal - Whether the window is the application's current modal window. """
456 application._superclassnames = ['item'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
Terminal_Suite.py 1 """Suite Terminal Suite: Terms and Events for controlling the Terminal application
44 Keyword argument with_command: data to be passed to the Terminal application as the command line, deprecated, use direct parameter
64 class application(aetools.ComponentItem): class in inherits:aetools.ComponentItem
65 """application - The Terminal program """
80 applications = application
175 application._superclassnames = []
177 application._privpropdict = {
181 application._privelemdict = {
219 'capp' : application,
Standard_Suite.py 259 """quit: Quit an application.
333 class application(aetools.ComponentItem): class in inherits:aetools.ComponentItem
334 """application - An application's top level scripting object. """
342 """frontmost - Is this the frontmost (active) application? """
347 """name - The name of the application. """
352 """version - The version of the application. """
359 applications = application
417 """modal - Whether the window is the application's current modal window. """
456 application._superclassnames = ['item'
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiElementNodeTest.java 47 mAppDesc = new ElementDescriptor("application", new ElementDescriptor[] {
85 * We declared the descriptors as having a "mandatory last" application element
87 * UiModel, we should get these two created, with the application element after
103 new MockXmlNode(null /* namespace */, "application", Node.ELEMENT_NODE, null)
109 // before application since it's a mandatory-last so it "moves" to the end if possible.
134 new MockXmlNode(null /* namespace */, "application", Node.ELEMENT_NODE, null)
143 // get /manifest/application
145 UiElementNode application = ui_child_it.next(); local
146 assertEquals("application", application.getDescriptor().getXmlName())
167 UiElementNode application = ui_child_it.next(); local
212 UiElementNode application = ui_child_it.next(); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar 
  /development/samples/Home/src/com/example/android/home/
Home.java 501 ApplicationInfo application = new ApplicationInfo(); local
504 application.title = info.loadLabel(manager);
505 application.setActivity(new ComponentName(
510 application.icon = info.activityInfo.loadIcon(manager);
512 mApplications.add(application);
620 convertView = inflater.inflate(R.layout.application, parent, false);
721 * Starts the selected activity/application in the grid view.
732 * by calling Drawable.setBounds(). In this application, the View that draws the
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/opus/
opus_interface.c 59 /* Default to VoIP application for mono, and AUDIO for stereo. */
60 int application = (channels == 1) ? OPUS_APPLICATION_VOIP : local
63 state->encoder = opus_encoder_create(48000, channels, application,
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/
RobolectricConfig.java 3 import android.app.Application;
91 applicationName = getTagAttributeText(manifestDocument, "application", "android:name");
107 processName = getTagAttributeText(manifestDocument, "application", "android:process");
120 Node application = manifestDocument.getElementsByTagName("application").item(0); local
121 if (application == null) {
124 for (Node receiverNode : getChildrenTags(application, "receiver")) {
176 String flagString = getTagAttributeText(doc, "application", attribute);
278 private static Application newApplicationInstance(final String packageName, final String applicationName) {
279 Application application local
    [all...]
Robolectric.java 79 public static Application application; field in class:Robolectric
113 * either by a third party library or application code which need new shadow methods to be written. Generates
367 Robolectric.application = new Application();
452 public static ShadowApplication shadowOf(Application instance) {
    [all...]
  /bionic/libc/kernel/uapi/linux/
hiddev.h 82 __u32 application; member in struct:hiddev_field_info
  /development/ndk/platforms/android-L/include/linux/
hiddev.h 82 __u32 application; member in struct:hiddev_field_info
  /external/chromium_org/third_party/opus/src/src/
opus_demo.c 47 fprintf(stderr, "Usage: %s [-e] <application> <sampling rate (Hz)> <channels (1/2)> "
200 static OpusEncoder *ms_opus_encoder_create(opus_int32 Fs, int channels, int application, int *error)
204 return (OpusEncoder *)opus_multistream_surround_encoder_create(Fs, channels, 1, &streams, &coupled_streams, mapping, application, error);
244 int application=OPUS_APPLICATION_AUDIO; local
299 application = OPUS_APPLICATION_VOIP;
301 application = OPUS_APPLICATION_RESTRICTED_LOWDELAY;
303 fprintf(stderr, "unknown application: %s\n", argv[args]);
526 enc = opus_encoder_create(sampling_rate, channels, application, &err);
    [all...]
opus_multistream_encoder.c 75 int application; member in struct:OpusMSEncoder
401 int application,
421 st->application = application;
433 ret = opus_encoder_init((OpusEncoder*)ptr, Fs, 2, application);
441 ret = opus_encoder_init((OpusEncoder*)ptr, Fs, 1, application);
463 int application
466 return opus_multistream_encoder_init_impl(st, Fs, channels, streams, coupled_streams, mapping, application, 0);
477 int application
517 mapping, application, channels>2&&mapping_family==1)
    [all...]
  /external/kernel-headers/original/uapi/linux/
hiddev.h 98 __u32 application; /* application usage for this field */ member in struct:hiddev_field_info
  /external/libopus/src/
opus_demo.c 47 fprintf(stderr, "Usage: %s [-e] <application> <sampling rate (Hz)> <channels (1/2)> "
200 static OpusEncoder *ms_opus_encoder_create(opus_int32 Fs, int channels, int application, int *error)
204 return (OpusEncoder *)opus_multistream_surround_encoder_create(Fs, channels, 1, &streams, &coupled_streams, mapping, application, error);
244 int application=OPUS_APPLICATION_AUDIO; local
299 application = OPUS_APPLICATION_VOIP;
301 application = OPUS_APPLICATION_RESTRICTED_LOWDELAY;
303 fprintf(stderr, "unknown application: %s\n", argv[args]);
526 enc = opus_encoder_create(sampling_rate, channels, application, &err);
    [all...]
opus_multistream_encoder.c 75 int application; member in struct:OpusMSEncoder
401 int application,
421 st->application = application;
433 ret = opus_encoder_init((OpusEncoder*)ptr, Fs, 2, application);
441 ret = opus_encoder_init((OpusEncoder*)ptr, Fs, 1, application);
463 int application
466 return opus_multistream_encoder_init_impl(st, Fs, channels, streams, coupled_streams, mapping, application, 0);
477 int application
517 mapping, application, channels>2&&mapping_family==1)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
hiddev.h 98 __u32 application; /* application usage for this field */ member in struct:hiddev_field_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
hiddev.h 98 __u32 application; /* application usage for this field */ member in struct:hiddev_field_info

Completed in 619 milliseconds

12 3 4 5 6