HomeSort by relevance Sort by last modified time
    Searched full:application (Results 701 - 725 of 14555) sorted by null

<<21222324252627282930>>

  /external/chromium_org/content/test/data/npapi/
plugin_thread_async_call.html 23 <embed type="application/vnd.npapi-test"
32 <embed type="application/vnd.npapi-test"
  /external/chromium_org/mojo/services/test_service/
test_service_application.cc 40 Application* Application::Create() {
  /external/chromium_org/mojo/shell/
view_manager_loader.h 14 class Application;
33 ScopedVector<Application> apps_;
  /external/chromium_org/net/proxy/
proxy_config_source.h 25 // application (command line,
26 // extensions, application
  /external/chromium_org/third_party/WebKit/Source/web/tests/data/
plugin_container.html 11 type="application/x-webkit-test-webplugin"
19 type="application/x-webkit-test-webplugin"
  /external/chromium_org/third_party/libaddressinput/src/java/test/
AndroidManifest.xml 17 <application
22 </application>
  /external/chromium_org/third_party/libvpx/source/libvpx/
usage_dx.dox 4 processes packets of compressed data passed by the application, producing
7 application wishes to associate some data with the frame, the
18 There are two methods for the application to access decoded frame data. Some
20 that allow the application to register a callback to be invoked by the
32 assembled into a full frame. For this reason, the application \ref MUST
36 overall application in some cases, due to improved cache behavior.
40 If the codec does not support callback based decoding, or the application
42 through the vpx_codec_get_frame() iterator. The application initializes the
  /external/chromium_org/third_party/skia/platform_tools/android/examples/hello_skia_app/
AndroidManifest.xml 7 <application android:label="@string/app_name" android:icon="@drawable/ic_launcher" android:debuggable="true">
16 </application>
  /external/chromium_org/third_party/webrtc/examples/android/opensl_loopback/
AndroidManifest.xml 4 <application android:icon="@drawable/logo"
17 </application>
  /external/chromium_org/third_party/webrtc/modules/audio_device/test/android/audio_device_android_test/
AndroidManifest.xml 5 <application android:icon="@drawable/icon"
15 </application>
  /external/chromium_org/tools/android/memconsumer/java/
AndroidManifest.xml 12 <application
21 </application>
  /external/clang/test/SemaCXX/
alignof.cpp 7 static const int test0 = __alignof__(x); // expected-error {{invalid application of 'alignof' to a field of a class still being defined}}
8 static const int test1 = __alignof__(S0::x); // expected-error {{invalid application of 'alignof' to a field of a class still being defined}}
9 auto test2() -> char(&)[__alignof__(x)]; // expected-error {{invalid application of 'alignof' to a field of a class still being defined}}
14 const int test3 = __alignof__(s1); // expected-error {{invalid application of 'alignof' to an incomplete type 'S1'}}
22 int test5 = __alignof__(s); // expected-error {{invalid application of 'alignof' to an incomplete type 'S1'}}
26 const int test7 = __alignof__(S2::s); // expected-error {{invalid application of 'alignof' to an incomplete type 'S1'}}
37 static const int test9 = __alignof__(s2.s); // expected-error {{invalid application of 'alignof' to an incomplete type 'S1'}}
40 static const int test12 = __alignof__(S3::s2.s); // expected-error {{invalid application of 'alignof' to an incomplete type 'S1'}}
  /external/fonttools/Windows/
fonttools-win-setup.txt 1 TTX is an application to convert OpenType and TrueType files to and from an
4 The TTX setup application can create an icon for TTX on your desktop. You will
  /external/libvpx/libvpx/
usage_dx.dox 4 processes packets of compressed data passed by the application, producing
7 application wishes to associate some data with the frame, the
18 There are two methods for the application to access decoded frame data. Some
20 that allow the application to register a callback to be invoked by the
32 assembled into a full frame. For this reason, the application \ref MUST
36 overall application in some cases, due to improved cache behavior.
40 If the codec does not support callback based decoding, or the application
42 through the vpx_codec_get_frame() iterator. The application initializes the
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowPreferenceManager.java 3 import android.app.Application;
21 ShadowApplication shadowApplication = shadowOf((Application) context.getApplicationContext());
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
ResourceLoaderTest.java 48 ViewGroup vg = new FrameLayout(Robolectric.application);
49 resourceLoader.inflateView(Robolectric.application, R.layout.text_views, vg);
56 resourceLoader.inflateMenu(Robolectric.application, R.menu.test, null);
63 resourceLoader.inflatePreferences(Robolectric.application, R.xml.preferences);
70 ViewGroup viewGroup = new FrameLayout(Robolectric.application);
71 ViewGroup view = (ViewGroup) resourceLoader.inflateView(Robolectric.application, R.layout.different_screen_sizes, viewGroup);
88 ViewGroup viewGroup = new FrameLayout(Robolectric.application);
89 ViewGroup view = (ViewGroup) resourceLoader.inflateView(Robolectric.application, R.layout.different_screen_sizes, viewGroup);
  /external/skia/platform_tools/android/examples/hello_skia_app/
AndroidManifest.xml 7 <application android:label="@string/app_name" android:icon="@drawable/ic_launcher" android:debuggable="true">
16 </application>
  /external/svox/picolanginstaller/
AndroidManifest.xml 8 <application android:icon="@drawable/icon" android:label="@string/app_name">
20 </application>
  /frameworks/base/core/tests/coretests/apks/install/
AndroidManifest.xml 19 <application android:hasCode="false">
20 </application>
  /frameworks/base/core/tests/coretests/apks/install_bad_dex/
AndroidManifest.xml 19 <application android:hasCode="true">
23 </application>
  /frameworks/base/core/tests/coretests/apks/install_loc_auto/
AndroidManifest.xml 20 <application android:hasCode="false">
21 </application>
  /frameworks/base/core/tests/coretests/apks/install_loc_internal/
AndroidManifest.xml 20 <application android:hasCode="false">
21 </application>
  /frameworks/base/core/tests/coretests/apks/install_loc_sdcard/
AndroidManifest.xml 20 <application android:hasCode="false">
21 </application>
  /frameworks/base/core/tests/coretests/apks/install_loc_unspecified/
AndroidManifest.xml 19 <application android:hasCode="false">
20 </application>
  /frameworks/base/core/tests/coretests/apks/keyset/api_test/
AndroidManifest.xml 18 <application android:hasCode="false">
19 </application>

Completed in 446 milliseconds

<<21222324252627282930>>