HomeSort by relevance Sort by last modified time
    Searched refs:application (Results 226 - 250 of 1933) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gdb/linux-x86/lib/python2.7/wsgiref/
simple_server.py 5 or debugging an application. It has not been reviewed for security issues,
44 application = None variable in class:WSGIServer
62 return self.application
64 def set_app(self,application):
65 self.application = 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,
Legacy_suite.py 73 class application(aetools.ComponentItem): class in inherits:aetools.ComponentItem
74 """application - The Finder """
83 """application process - A process launched from an application file """
90 """application file - the application file from which this process was launched """
110 """accepts high level events - Is the process high-level event aware (accepts open application, open document, print document, and quit)? """
155 application._superclassnames = []
156 application._privpropdict = {
159 application._privelemdict =
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/
Standard_Suite.py 104 class application(aetools.ComponentItem): class in inherits:aetools.ComponentItem
105 """application - An application program """
108 """alert application - Most of the alerts will be sent to this application using yet unspecified AE interface. We need a few alert boxes: alert, confirm and notify. Any ideas on how to design this event? mailto:atotic@netscape.com. I\xd5d like to conform to the standard. """
182 application._superclassnames = []
183 application._privpropdict = {
187 application._privelemdict = {
215 'capp' : application,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
simple_server.py 5 or debugging an application. It has not been reviewed for security issues,
44 application = None variable in class:WSGIServer
62 return self.application
64 def set_app(self,application):
65 self.application = application
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
simple_server.py 5 or debugging an application. It has not been reviewed for security issues,
44 application = None variable in class:WSGIServer
62 return self.application
64 def set_app(self,application):
65 self.application = application
  /frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/view/
RichTextViewTest.java 30 import static org.robolectric.RuntimeEnvironment.application;
64 RichTextView textView = new RichTextView(application);
88 RichTextView textView = new RichTextView(application);
110 TestContext context = spy(new TestContext(application));
127 RichTextView textView = new RichTextView(application);
146 RichTextView textView = new RichTextView(application);
165 RichTextView textView = new RichTextView(application);
186 RichTextView view = new RichTextView(application);
196 RichTextView textView = new RichTextView(application);
209 RichTextView textView = new RichTextView(application);
    [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowContextImpl.java 143 return new RoboLayoutInflater(RuntimeEnvironment.application);
159 ClassParameter.from(Context.class, RuntimeEnvironment.application),
164 ClassParameter.from(Context.class, RuntimeEnvironment.application),
169 ClassParameter.from(Context.class, RuntimeEnvironment.application),
176 ClassParameter.from(Context.class, RuntimeEnvironment.application),
181 ClassParameter.from(Context.class, RuntimeEnvironment.application),
188 ClassParameter.from(Context.class, RuntimeEnvironment.application),
196 ClassParameter.from(Context.class, RuntimeEnvironment.application));
198 service = ReflectionHelpers.callConstructor(clazz, ClassParameter.from(Context.class, RuntimeEnvironment.application));
213 ClassParameter.from(Context.class, RuntimeEnvironment.application),
    [all...]
ShadowAlertDialog.java 36 ShadowAlertDialog dialog = shadowOf(RuntimeEnvironment.application).getLatestAlertDialog();
51 shadowOf(RuntimeEnvironment.application).setLatestAlertDialog(null);
95 shadowOf(RuntimeEnvironment.application).setLatestAlertDialog(this);
ShadowSettings.java 67 Settings.System.putInt(RuntimeEnvironment.application.getContentResolver(), Settings.System.AIRPLANE_MODE_ON, isAirplaneMode ? 1 : 0);
76 Settings.Secure.putInt(RuntimeEnvironment.application.getContentResolver(), Settings.Secure.WIFI_ON, isOn ? 1 : 0);
85 Settings.System.putString(RuntimeEnvironment.application.getContentResolver(), Settings.System.TIME_12_24, use24HourTimeFormat ? "24" : "12");
  /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 
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ArrayAdapterTest.java 39 arrayAdapter = new ArrayAdapter<Integer>(Robolectric.application, 0, list);
44 assertEquals(Robolectric.application, arrayAdapter.getContext());
57 ListView parent = new ListView(Robolectric.application);
58 ArrayAdapter<String> arrayAdapter = new ArrayAdapter<String>(Robolectric.application, R.layout.main, R.id.title, new String[] { "first value" });
66 ArrayAdapter<String> arrayAdapter = new ArrayAdapter<String>(Robolectric.application, R.id.title, new String[] { "first value" });
74 ArrayAdapter<String> arrayAdapter2 = new ArrayAdapter<String>(Robolectric.application, R.id.title);
82 ArrayAdapter<String> arrayAdapter3 = new ArrayAdapter<String>(Robolectric.application, R.id.title, Arrays.asList(new String[] { "first value" }));
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowDrawableTest.java 40 Drawable drawable = Drawable.createFromResourceStream(RuntimeEnvironment.application.getResources(),
121 assertThat(RuntimeEnvironment.application.getResources()
134 final Drawable anImage = RuntimeEnvironment.application.getResources().getDrawable(R.drawable.an_image);
143 final Drawable anImage = RuntimeEnvironment.application.getResources().getDrawable(R.drawable.robolectric);
152 final Drawable anImage = RuntimeEnvironment.application.getResources().getDrawable(R.drawable.robolectric);
161 final Drawable aDrawable = RuntimeEnvironment.application.getResources()
169 final Drawable aDrawable = RuntimeEnvironment.application.getResources()
SQLiteOpenHelperTest.java 24 helper = new TestOpenHelper(RuntimeEnvironment.application, "path", null, 1);
98 TestOpenHelper helper1 = new TestOpenHelper(RuntimeEnvironment.application, path1, null, 1);
99 String expectedPath1 = RuntimeEnvironment.application.getDatabasePath(path1).getAbsolutePath();
102 TestOpenHelper helper2 = new TestOpenHelper(RuntimeEnvironment.application, path2, null, 1);
103 String expectedPath2 = RuntimeEnvironment.application.getDatabasePath(path2).getAbsolutePath();
109 TestOpenHelper helper2 = new TestOpenHelper(RuntimeEnvironment.application, "path2", null, 1);
123 TestOpenHelper helper2 = new TestOpenHelper(RuntimeEnvironment.application, "path2", null, 1);
161 TestOpenHelper helper2 = new TestOpenHelper(RuntimeEnvironment.application, "path2", null, 1);
172 TestOpenHelper helper2 = new TestOpenHelper(RuntimeEnvironment.application, "path2", null, 1);
ShadowBitmapFactoryTest.java 27 Bitmap bitmap = BitmapFactory.decodeResource(RuntimeEnvironment.application.getResources(), R.drawable.an_image);
37 Bitmap bitmap = BitmapFactory.decodeResource(RuntimeEnvironment.application.getResources(), R.drawable.an_image);
44 assertThat(BitmapFactory.decodeResource(RuntimeEnvironment.application.getResources(), 0)).isNull();
51 Bitmap bitmap = BitmapFactory.decodeResource(RuntimeEnvironment.application.getResources(), R.drawable.an_image, options);
67 InputStream inputStream = RuntimeEnvironment.application.getContentResolver().openInputStream(Uri.parse("content:/path"));
90 InputStream inputStream = RuntimeEnvironment.application.getContentResolver().openInputStream(Uri.parse("content:/path"));
101 Bitmap bitmap = BitmapFactory.decodeResource(RuntimeEnvironment.application.getResources(), R.drawable.an_image);
111 Bitmap bitmap = BitmapFactory.decodeResource(RuntimeEnvironment.application.getResources(), R.drawable.an_image, options);
118 InputStream inputStream = RuntimeEnvironment.application.getContentResolver().openInputStream(Uri.parse("content:/path"));
120 Bitmap bitmap = BitmapFactory.decodeResourceStream(RuntimeEnvironment.application.getResources(), null, inputStream, null, options)
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/password/
SetupChooseLockPasswordTest.java 20 import static org.robolectric.RuntimeEnvironment.application;
79 application,
80 new IntentBuilder(application).build()))
116 Intent intent = new IntentBuilder(application).build();
118 intent = SetupChooseLockPassword.modifyIntentForSetup(application, intent);
140 application,
141 new IntentBuilder(application).build());
  /packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/device/
DevicePrefFragmentTest.java 65 mUserManager = extract(RuntimeEnvironment.application.getSystemService(UserManager.class));
67 doReturn(RuntimeEnvironment.application).when(mDevicePrefFragment).getContext();
68 mDevicePrefFragment.onAttach(RuntimeEnvironment.application);
74 .setDevelopmentSettingsEnabled(RuntimeEnvironment.application, false);
86 .setDevelopmentSettingsEnabled(RuntimeEnvironment.application, true);
100 .setDevelopmentSettingsEnabled(RuntimeEnvironment.application, true);
126 RuntimeEnvironment.application.getPackageManager());
  /compatibility/cdd/3_software/
3_4_web-compatibility.md 37 If device implementations include a standalone Browser application for general
42 * [application cache/offline operation](
53 * MAY ship a custom user agent string in the standalone Browser application.
56 Browser application (whether based on the upstream WebKit Browser
57 application or a third-party replacement).
60 application, they:
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/
RuntimeEnvironment.java 5 import android.app.Application;
18 public static Application application; field in class:RuntimeEnvironment
125 if (application != null) {
126 application.getResources().updateConfiguration(configuration, displayMetrics);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
SmartBatteryPreferenceControllerTest.java 56 mContentResolver = RuntimeEnvironment.application.getContentResolver();
57 mController = new SmartBatteryPreferenceController(RuntimeEnvironment.application);
58 mPreference = new SwitchPreference(RuntimeEnvironment.application);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batterytip/actions/
UnrestrictAppActionTest.java 64 mUnrestrictAppAction = new UnrestrictAppAction(RuntimeEnvironment.application,
71 DatabaseTestUtils.clearDb(RuntimeEnvironment.application);
80 verify(mFeatureFactory.metricsFeatureProvider).action(RuntimeEnvironment.application,
  /packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
PulseNotificationPreferenceControllerTest.java 55 mPreference = new Preference(RuntimeEnvironment.application);
84 final Context context = RuntimeEnvironment.application;
96 final Context context = RuntimeEnvironment.application;
ZenModeScheduleRuleSettingsTest.java 24 import static org.robolectric.RuntimeEnvironment.application;
70 mFragment.onAttach(application);
74 Resources res = application.getResources();
  /packages/apps/Settings/tests/robotests/src/com/android/settings/wallpaper/
WallpaperSuggestionActivityTest.java 71 shadowOf(RuntimeEnvironment.application.getPackageManager());
96 assertThat(WallpaperSuggestionActivity.isSuggestionComplete(RuntimeEnvironment.application))
105 assertThat(WallpaperSuggestionActivity.isSuggestionComplete(RuntimeEnvironment.application))
  /packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
RadioButtonPickerFragmentTest.java 79 new RadioButtonPreference(RuntimeEnvironment.application);
91 new RadioButtonPreference(RuntimeEnvironment.application);
136 return RuntimeEnvironment.application;

Completed in 580 milliseconds

1 2 3 4 5 6 7 8 91011>>