Home
last modified time | relevance | path

Searched full:android (Results 1 – 25 of 7153) sorted by relevance

12345678910>>...287

/external/sl4a/ScriptingLayerForAndroid/
DAndroidManifest.xml4 ** Copyright 2016, The Android Open Source Project
20 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
22 android:sharedUserId="android.uid.system">
23 <uses-permission android:name="com.android.permission.WHITELIST_BLUETOOTH_DEVICE"
24 android:protectionLevel="signature" />
25 <uses-permission android:name="android.permission.ACCESS_BLUETOOTH_SHARE"
26 android:protectionLevel="signature" />
27 <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
28 <uses-permission android:name="android.permission.INTERNET" />
29 <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
[all …]
/external/drrickorang/LoopbackApp/app/src/main/res/layout/
Dsettings_activity.xml2 <!-- Copyright (C) 2015 The Android Open Source Project
18 xmlns:android="http://schemas.android.com/apk/res/android"
19 xmlns:tools="http://schemas.android.com/tools"
20 android:id="@+id/settingsMainLayout"
21 android:layout_width="match_parent"
22 android:layout_height="match_parent"
23 android:orientation="vertical"
24 android:background="#FFFFFF">
27 android:layout_width="fill_parent"
28 android:layout_height="wrap_content">
[all …]
Dmain_activity.xml2 <!-- Copyright (C) 2014 The Android Open Source Project
18 xmlns:android="http://schemas.android.com/apk/res/android"
19 xmlns:tools="http://schemas.android.com/tools"
20 android:id="@+id/linearLayoutMain"
21 android:layout_width="match_parent"
22 android:layout_height="match_parent"
23 android:orientation="vertical"
24 android:background="#FFFFFF">
26 android:id="@+id/ScrollView1"
27 android:layout_width="wrap_content"
[all …]
/external/dexmaker/lib/
Ddalvik-dx-1-sources.jar ... dx/util/ com/android/multidex/ Android.mk com/android/dx/cf/ ...
Ddalvik-dx-1.jar ... -INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android ...
/external/replicaisland/res/layout/
Dkey_config.xml2 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="fill_parent"
4 android:layout_height="fill_parent">
6 android:layout_width="fill_parent"
7 android:layout_height="fill_parent">
9 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
10 android:orientation="horizontal"
11android:layout_height="fill_parent" android:layout_width="wrap_content" android:layout_gravity="ce…
13 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
14 android:orientation="vertical"
[all …]
Dgame_over.xml3 android:layout_width="fill_parent"
4 android:layout_height="fill_parent"
5 xmlns:android="http://schemas.android.com/apk/res/android" android:background="#FFFFFF">
7 android:id="@+id/mainMenuBackground"
8 android:src="@drawable/title_background"
9 android:adjustViewBounds="true"
10 android:scaleType="fitXY"
11 android:layout_width="fill_parent"
12 android:layout_height="fill_parent" android:gravity="right" android:tint="#88FFFFFF"/>
13 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
[all …]
Drokudou_ending_animation.xml2 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="fill_parent"
4 android:layout_height="wrap_content">
6 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
7 android:layout_width="wrap_content"
8 android:layout_height="wrap_content"
9 android:layout_centerHorizontal="true"
11 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
12 android:layout_width="wrap_content"
13 android:layout_height="wrap_content"
[all …]
Dmainmenu.xml3 android:layout_width="fill_parent"
4 android:layout_height="fill_parent"
5 xmlns:android="http://schemas.android.com/apk/res/android">
7 android:id="@+id/mainMenuBackground"
8 android:src="@drawable/title_background"
9 android:adjustViewBounds="true"
10 android:gravity="center_vertical"
11 android:scaleType="fitXY"
12 android:layout_width="fill_parent"
13 android:layout_height="fill_parent"/>
[all …]
/external/robolectric-shadows/robolectric/src/test/resources/
DAndroidManifest.xml2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="org.robolectric" android:sharedUserId="sharedUserId.robolectric"
4 android:versionCode="123"
5 android:versionName="aVersionName">
6 <uses-sdk android:targetSdkVersion="23"/>
8 <permission android:name="some_permission"
9 android:description="@string/test_permission_description"
10 android:icon="@drawable/an_image"
11 android:label="@string/test_permission_label"
12 android:permissionGroup="my_permission_group"
[all …]
/external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/
DIcu4jTransform.java2 * Copyright (C) 2015 The Android Open Source Project
16 package com.android.icu4j.srcgen;
43 import static com.android.icu4j.srcgen.Icu4jTransformRules.createMandatoryRule;
44 import static com.android.icu4j.srcgen.Icu4jTransformRules.createOptionalRule;
47 * Applies Android's ICU4J source code transformation rules. If you make any changes to this class
52 // The list of public ICU API classes exposed on Android. If you change this, you should change
56 "android.icu.lang.UCharacter",
57 "android.icu.lang.UCharacterCategory",
58 "android.icu.lang.UCharacterDirection",
59 "android.icu.lang.UCharacterEnums",
[all …]
/external/deqp/android/openglcts/
DAndroidManifest.xml2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
4 android:versionCode="1"
5 android:versionName="1.0">
7 <application android:label="Khronos OpenGL Conformance Tests">
9 <activity android:name="android.app.NativeActivity"
10 android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
11 android:label="OpenGL CTS"
12 android:configChanges="orientation|keyboardHidden"
13 android:exported="true"
14 android:process=":testercore">
[all …]
/external/boringssl/src/third_party/android-cmake/
Dndk_links.md4 * http://dl.google.com/android/ndk/android-ndk-1.5_r1-windows.zip
5 * http://dl.google.com/android/ndk/android-ndk-1.5_r1-darwin-x86.zip
6 * http://dl.google.com/android/ndk/android-ndk-1.5_r1-linux-x86.zip
10 * http://dl.google.com/android/ndk/android-ndk-1.6_r1-windows.zip
11 * http://dl.google.com/android/ndk/android-ndk-1.6_r1-darwin-x86.zip
12 * http://dl.google.com/android/ndk/android-ndk-1.6_r1-linux-x86.zip
16 * http://dl.google.com/android/ndk/android-ndk-r3-windows.zip
17 * http://dl.google.com/android/ndk/android-ndk-r3-darwin-x86.zip
18 * http://dl.google.com/android/ndk/android-ndk-r3-linux-x86.zip
22 * http://dl.google.com/android/ndk/android-ndk-r4-windows.zip
[all …]
/external/sl4a/ScriptingLayerForAndroid/res/xml/
Dpreferences.xml4 ** Copyright 2016, The Android Open Source Project
21 xmlns:android="http://schemas.android.com/apk/res/android">
23 android:title="General">
24android:summary="Port to use for running server. Leave at 0 for random selection." android:key="us…
27 android:title="Script Manager">
29 android:key="show_all_files"
30 android:title="Show all files"
31 android:defaultValue="false" />
34 android:title="Script Editor">
36 android:key="editor_fontsize"
[all …]
/external/webrtc/webrtc/examples/androidapp/res/xml/
Dpreferences.xml2 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
4 android:key="@string/pref_videosettings_key"
5 android:title="@string/pref_videosettings_title">
8 android:key="@string/pref_videocall_key"
9 android:title="@string/pref_videocall_title"
10 android:dialogTitle="@string/pref_videocall_dlg"
11 android:defaultValue="@string/pref_videocall_default" />
14 android:key="@string/pref_resolution_key"
15 android:title="@string/pref_resolution_title"
16 android:defaultValue="@string/pref_resolution_default"
[all …]
/external/replicaisland/res/xml/
Dpreferences.xml2 <!-- Copyright (C) 2008 The Android Open Source Project
18 xmlns:android="http://schemas.android.com/apk/res/android">
21 android:title="@string/preference_game_settings">
24 android:key="enableSound"
25 android:title="@string/preference_enable_sound"
26 android:summaryOn="@string/preference_enable_sound_summary"
27 android:summaryOff="@string/preference_enable_sound_summary"
28 android:defaultValue="true"
29 android:persistent="true"
33 android:key="controlConfigScreen"
[all …]
/external/walt/android/WALT/app/src/main/res/layout/
Dfragment_drag_latency.xml1 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
2 xmlns:tools="http://schemas.android.com/tools"
3 android:layout_width="match_parent"
4 android:layout_height="match_parent"
8 android:layout_width="match_parent"
9 android:layout_height="match_parent"
10 android:orientation="vertical">
13 android:layout_width="match_parent"
14 android:layout_height="wrap_content"
15 android:orientation="horizontal">
[all …]
/external/subsampling-scale-image-view/docs/javadoc/com/davemorrissey/labs/subscaleview/
DSubsamplingScaleImageView.html98 <li><a href="https://developer.android.com/reference/java/lang/Object.html?is-external=true" title=…
101 …="https://developer.android.com/reference/android/view/View.html?is-external=true" title="class or…
115android.com/reference/android/graphics/drawable/Drawable.Callback.html?is-external=true" title="cl…
120 …<a href="https://developer.android.com/reference/android/view/View.html?is-external=true" title="c…
199 <li class="blockList"><a name="nested.classes.inherited.from.class.android.view.View">
202 …s&nbsp;android.view.<a href="https://developer.android.com/reference/android/view/View.html?is-ext…
203android.com/reference/android/view/View.AccessibilityDelegate.html?is-external=true" title="class …
351 <li class="blockList"><a name="fields.inherited.from.class.android.view.View">
354 …s&nbsp;android.view.<a href="https://developer.android.com/reference/android/view/View.html?is-ext…
355android.com/reference/android/view/View.html?is-external=true#ACCESSIBILITY_LIVE_REGION_ASSERTIVE"…
[all …]
/external/nist-sip/
DAndroidManifest.xml1 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
2 package="com.android.settings.sip">
3 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
4 <uses-permission android:name="android.permission.INTERNET"></uses-permission>
5 <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"></uses-permission>
6 <uses-permission android:name="android.permission.RECORD_AUDIO"></uses-permission>
7 <uses-permission android:name="android.permission.PROCESS_OUTGOING_CALLS"></uses-permission>
8 <uses-permission android:name="android.permission.WRITE_SETTINGS"></uses-permission>
9 <uses-permission android:name="android.permission.READ_PHONE_STATE"></uses-permission>
10 <uses-permission android:name="android.permission.ACCESS_WIFI_STATE"></uses-permission>
[all …]
/external/autotest/server/cros/tradefed_test_unittest_data/
DCtsWidgetTestCases.txt6 …all_kkp2lT/d4a933789ff628c4c7745b0cde4841a7/android-cts-7.1_r4-linux_x86-x86/android-cts/tools/../…
10 …all_kkp2lT/d4a933789ff628c4c7745b0cde4841a7/android-cts-7.1_r4-linux_x86-x86/android-cts/tools/../…
12 05-11 02:43:32 D/InstrumentationTest: Collecting test info for android.widget.cts on device chromeo…
13 …includes.txt -e debug false -e log true -e timeout_msec 300000 android.widget.cts/android.support.…
14 …ncludes.txt -e debug false -e log false -e timeout_msec 300000 android.widget.cts/android.support.…
15 05-11 02:43:42 D/ModuleListener: ModuleListener.testRunStarted(android.widget.cts, 1194)
17 05-11 02:43:42 D/ModuleListener: ModuleListener.testStarted(android.widget.cts.AbsListViewTest#test…
18 05-11 02:43:43 D/ModuleListener: ModuleListener.testEnded(android.widget.cts.AbsListViewTest#testAc…
19 …eReporter: [1/1194 x86 CtsWidgetTestCases chromeos2-row4-rack6-host8:22] android.widget.cts.AbsLis…
20 05-11 02:43:43 D/ModuleListener: ModuleListener.testStarted(android.widget.cts.AbsListViewTest#test…
[all …]
DCtsMediaTestCases.txt8 …all_5GbnAi/8d01e7b907e6e63a12b197e2ce3529c0/android-cts-7.1_r3-linux_x86-x86/android-cts/tools/../…
12 …all_5GbnAi/8d01e7b907e6e63a12b197e2ce3529c0/android-cts-7.1_r3-linux_x86-x86/android-cts/tools/../…
15 03-22 17:27:14 D/InstrumentationTest: Collecting test info for android.media.cts on device chromeos…
16 …tFile /data/local/tmp/ajur/excludes.txt -e timeout_msec 1800000 android.media.cts/android.support.…
17 …tFile /data/local/tmp/ajur/excludes.txt -e timeout_msec 1800000 android.media.cts/android.support.…
18 03-22 17:27:30 D/ModuleListener: ModuleListener.testRunStarted(android.media.cts, 1395)
20 03-22 17:27:30 D/ModuleListener: ModuleListener.testStarted(android.media.cts.AdaptivePlaybackTest#…
21 03-22 17:27:53 D/ModuleListener: ModuleListener.testEnded(android.media.cts.AdaptivePlaybackTest#te…
22 …eReporter: [1/1395 x86 CtsMediaTestCases chromeos2-row8-rack1-host19:22] android.media.cts.Adaptiv…
23 03-22 17:27:53 D/ModuleListener: ModuleListener.testStarted(android.media.cts.AdaptivePlaybackTest#…
[all …]
/external/walt/android/WALT/app/src/main/res/xml/
Dpreferences.xml1 <android.support.v7.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/a…
2 xmlns:walt="http://schemas.android.com/apk/res/org.chromium.latency.walt">
4 <android.support.v7.preference.PreferenceScreen
5 android:key="pref_general_screen"
6 android:persistent="false"
7 android:title="General">
10 android:key="@string/preference_systrace"
11 android:title="Enable systrace logging"
12 android:defaultValue="true" />
14 <PreferenceCategory android:title="Log Uploading">
[all …]
/external/ims/rcs/presencepolling/
DAndroidManifest.xml30 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
31 xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
32 package="com.android.service.ims.presence"
33 android:sharedUserId="android.uid.phone"
36 <uses-sdk android:minSdkVersion="19"/>
38 <permission android:name="com.android.rcs.eab.permission.READ_WRITE_EAB"
39 android:protectionLevel="signatureOrSystem" />
41 <protected-broadcast android:name="android.provider.rcs.eab.EAB_NEW_CONTACT_INSERTED" />
42 <protected-broadcast android:name="android.provider.rcs.eab.EAB_DATABASE_RESET" />
43 <protected-broadcast android:name="com.android.service.ims.presence.capability_polling_retry" />
[all …]
/external/robolectric/v1/lib/main/
Dandroid-support-v4.jar ... -INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4 ...
/external/desugar/test/java/com/google/devtools/build/android/desugar/
Dtestdata_desugared_java8_jar_toc_golden.txt7 com/google/devtools/build/android/
8 com/google/devtools/build/android/desugar/
9 com/google/devtools/build/android/desugar/testdata/
10 com/google/devtools/build/android/desugar/testdata/testresource.txt
11 com/google/devtools/build/android/desugar/testdata/CaptureLambda.class
12 com/google/devtools/build/android/desugar/testdata/ClassCallingLongCompare$LongCmpFunc.class
13 com/google/devtools/build/android/desugar/testdata/ClassCallingLongCompare.class
14 com/google/devtools/build/android/desugar/testdata/ClassCallingRequireNonNull.class
15 com/google/devtools/build/android/desugar/testdata/ClassUsingTryWithResources$SimpleResource.class
16 com/google/devtools/build/android/desugar/testdata/ClassUsingTryWithResources.class
[all …]

12345678910>>...287