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

1 2 3 4 56 7 8 91011>>

  /frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/span/
LinkSpanTest.java 22 import static org.robolectric.RuntimeEnvironment.application;
41 final TestContext context = new TestContext(application);
52 final TextView textView = new TextView(application);
63 final TestContext context = new TestContext(application);
75 final TestContext context = new TestContext(application);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/display/
NightDisplayPreferenceControllerTest.java 5 import android.app.Application;
31 mPreferenceController = new NightDisplayPreferenceController(RuntimeEnvironment.application);
42 final Application context = RuntimeEnvironment.application;
52 final Application context = RuntimeEnvironment.application;
62 final Application context = RuntimeEnvironment.application;
72 final Application context = RuntimeEnvironment.application;
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowArrayAdapterTest.java 31 arrayAdapter = new ArrayAdapter<>(RuntimeEnvironment.application, 0, list);
36 assertThat(arrayAdapter.getContext()).isSameAs(RuntimeEnvironment.application);
50 ListView parent = new ListView(RuntimeEnvironment.application);
51 ArrayAdapter<String> arrayAdapter = new ArrayAdapter<>(RuntimeEnvironment.application, R.layout.main, R.id.title, new String[] { "first value" });
59 ArrayAdapter<String> arrayAdapter = new ArrayAdapter<>(RuntimeEnvironment.application, R.id.title, new String[] { "first value" });
67 ArrayAdapter<String> arrayAdapter2 = new ArrayAdapter<>(RuntimeEnvironment.application, R.id.title);
75 ArrayAdapter<String> arrayAdapter3 = new ArrayAdapter<>(RuntimeEnvironment.application, R.id.title, Arrays.asList(new String[] { "first value" }));
ShadowEditTextTest.java 4 import static org.robolectric.RuntimeEnvironment.application;
29 editText = new EditText(application, attributeSet);
51 EditText editText = new EditText(RuntimeEnvironment.application, attrs);
62 EditText editText = new EditText(RuntimeEnvironment.application, attrs);
72 EditText editText = new EditText(RuntimeEnvironment.application);
82 EditText editText = new EditText(RuntimeEnvironment.application);
93 Context context = RuntimeEnvironment.application;
ShadowRadioGroupTest.java 20 RadioGroup radioGroup = new RadioGroup(RuntimeEnvironment.application);
28 RadioGroup radioGroup = new RadioGroup(RuntimeEnvironment.application);
40 RadioGroup radioGroup = new RadioGroup(RuntimeEnvironment.application);
ShadowTabHostTest.java 25 TabHost tabHost = new TabHost(RuntimeEnvironment.application);
32 TabHost tabHost = new TabHost(RuntimeEnvironment.application);
34 View fooView = new View(RuntimeEnvironment.application);
37 View barView = new View(RuntimeEnvironment.application);
49 TabHost tabHost = new TabHost(RuntimeEnvironment.application);
65 TabHost tabHost = new TabHost(RuntimeEnvironment.application);
85 TabHost tabHost = new TabHost(RuntimeEnvironment.application);
105 TabHost tabHost = new TabHost(RuntimeEnvironment.application);
109 TextView tv = new TextView(RuntimeEnvironment.application);
146 TabHost tabHost = new TabHost(RuntimeEnvironment.application);
    [all...]
  /external/robolectric-shadows/shadows/playservices/src/test/java/org/robolectric/shadows/gms/
ShadowGooglePlayServicesUtilTest.java 66 GooglePlayServicesUtil.isGooglePlayServicesAvailable(RuntimeEnvironment.application));
78 assertNotNull(GooglePlayServicesUtil.getRemoteContext(RuntimeEnvironment.application));
83 assertNotNull(GooglePlayServicesUtil.getRemoteResource(RuntimeEnvironment.application));
101 ConnectionResult.SERVICE_MISSING, RuntimeEnvironment.application, 0));
103 ConnectionResult.SUCCESS, RuntimeEnvironment.application, 0));
109 RuntimeEnvironment.application));
115 GooglePlayServicesUtil.isGooglePlayServicesAvailable(RuntimeEnvironment.application));
  /packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
ValidatedEditTextPreferenceTest.java 61 new View(RuntimeEnvironment.application)));
62 mPreference = new ValidatedEditTextPreference(RuntimeEnvironment.application);
75 final EditText editText = spy(new EditText(RuntimeEnvironment.application));
88 final EditText editText = spy(new EditText(RuntimeEnvironment.application));
100 final EditText editText = spy(new EditText(RuntimeEnvironment.application));
111 final EditText editText = spy(new EditText(RuntimeEnvironment.application));
125 final TextView textView = spy(new TextView(RuntimeEnvironment.application));
ScrollToParentEditTextTest.java 26 import static org.robolectric.RuntimeEnvironment.application;
53 new ScrollToParentEditText(application, Robolectric.buildAttributeSet().build());
56 mParent = spy(new FrameLayout(application));
  /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/robolectric-shadows/annotations/src/main/java/org/robolectric/annotation/
Config.java 3 import android.app.Application;
39 Class<? extends Application> DEFAULT_APPLICATION = DefaultApplication.class;
90 * The {@link android.app.Application} class to use in the test, this takes precedence over any application
93 * @return The {@link android.app.Application} class to use in the test.
95 Class<? extends Application> application() default DefaultApplication.class; // DEFAULT_APPLICATION
151 * The directory where application files are created during the application build process.
197 private final Class<? extends Application> application field in class:Config.Implementation
336 public Class<? extends Application> application() { method in class:Config.Implementation
404 protected Class<? extends Application> application = DEFAULT_APPLICATION; field in class:Config.Builder
    [all...]
  /external/jemalloc/include/jemalloc/
jemalloc_mangle.sh 8 * By default application code must explicitly refer to mangled symbol names,
10 * in the same application. Define JEMALLOC_MANGLE in order to cause automatic
31 * meant for use in jemalloc itself, but it can be used by application code to
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/SystemEvents/
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...]
  /external/python/cpython2/Lib/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,
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/
DrawableResourceLoaderTest.java 8 import static org.robolectric.RuntimeEnvironment.application;
32 resources = RuntimeEnvironment.application.getResources();
37 assertNotNull(RuntimeEnvironment.application.getResources().getDrawable(R.drawable.rainbow));
71 assertEquals(6, ((LayerDrawable) RuntimeEnvironment.application.getResources().getDrawable(R.drawable.rainbow)).getNumberOfLayers());
76 assertEquals(8, ((LayerDrawable) RuntimeEnvironment.application.getResources().getDrawable(R.drawable.rainbow)).getNumberOfLayers());
81 Animator animator = AnimatorInflater.loadAnimator(application, R.animator.spinning);
  /external/smali/smalidea/src/main/java/org/jf/smalidea/errorReporting/
ITNProxy.java 20 import com.intellij.openapi.application.Application;
21 import com.intellij.openapi.application.ApplicationManager;
22 import com.intellij.openapi.application.ApplicationNamesInfo;
23 import com.intellij.openapi.application.ex.ApplicationInfoEx;
50 Application application = ApplicationManager.getApplication(); local
55 params.put("app.internal", Boolean.toString(application.isInternal()));
  /external/webrtc/webrtc/modules/audio_coding/codecs/opus/
audio_encoder_opus_unittest.cc 30 EXPECT_EQ(expected_app, encoder_->application());
47 EXPECT_TRUE(encoder_->SetApplication(AudioEncoder::Application::kSpeech));
48 EXPECT_EQ(AudioEncoderOpus::kVoip, encoder_->application());
57 EXPECT_EQ(AudioEncoderOpus::kAudio, encoder_->application());
60 EXPECT_TRUE(encoder_->SetApplication(AudioEncoder::Application::kSpeech));
61 EXPECT_EQ(AudioEncoderOpus::kVoip, encoder_->application());
66 EXPECT_EQ(AudioEncoderOpus::kVoip, encoder_->application());
74 EXPECT_EQ(AudioEncoderOpus::kAudio, encoder_->application());
  /packages/apps/EmergencyInfo/tests/robolectric/src/com/android/emergency/preferences/
EmergencyListPreferenceTest.java 60 Context context = RuntimeEnvironment.application;
63 new EmergencyListPreference(RuntimeEnvironment.application, null /* attrs */));
73 RuntimeEnvironment.application.getResources().getStringArray(
90 RuntimeEnvironment.application.getResources().getStringArray(
93 RuntimeEnvironment.application.getResources().getStringArray(
110 RuntimeEnvironment.application.getResources().getString(
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
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...]
  /prebuilts/gdb/darwin-x86/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,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
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...]
  /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,
  /compatibility/cdd/8_performance-and-power/
8_5_consistent-performance.md 6 the device is capable, the top foreground application can request that the
20 * [C-1-1] MUST provide the top foreground application a consistent level of
29 foreground application.
32 foreground application, they:
36 by the top foreground application.
38 used by the application to run on the exclusive cores, but MAY allow some
  /packages/apps/Settings/tests/robotests/src/com/android/settings/localepicker/
LocaleListEditorTest.java 50 new TextView(RuntimeEnvironment.application));
52 RuntimeEnvironment.application.getSystemService(Context.RESTRICTIONS_SERVICE));
54 RuntimeEnvironment.application.getSystemService(Context.USER_SERVICE));
  /packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/testutils/
TvShadowActivityThread.java 62 return RuntimeEnvironment.application
73 return RuntimeEnvironment.application
84 return RuntimeEnvironment.application

Completed in 1199 milliseconds

1 2 3 4 56 7 8 91011>>