Home
last modified time | relevance | path

Searched refs:core (Results 1 – 25 of 1519) sorted by relevance

12345678910>>...61

/frameworks/layoutlib/bridge/.settings/
Dorg.eclipse.jdt.core.prefs2 org.eclipse.jdt.core.compiler.annotation.nonnull=com.android.annotations.NonNull
3 org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=com.android.annotations.NonNullByDefault
4 org.eclipse.jdt.core.compiler.annotation.nonnullisdefault=disabled
5 org.eclipse.jdt.core.compiler.annotation.nullable=com.android.annotations.Nullable
6 org.eclipse.jdt.core.compiler.annotation.nullanalysis=enabled
7 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
8 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
9 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
10 org.eclipse.jdt.core.compiler.compliance=1.6
11 org.eclipse.jdt.core.compiler.debug.lineNumber=generate
[all …]
/frameworks/layoutlib/create/.settings/
Dorg.eclipse.jdt.core.prefs2 org.eclipse.jdt.core.compiler.annotation.nonnull=com.android.annotations.NonNull
3 org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=com.android.annotations.NonNullByDefault
4 org.eclipse.jdt.core.compiler.annotation.nonnullisdefault=disabled
5 org.eclipse.jdt.core.compiler.annotation.nullable=com.android.annotations.Nullable
6 org.eclipse.jdt.core.compiler.annotation.nullanalysis=enabled
7 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
8 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
9 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
10 org.eclipse.jdt.core.compiler.compliance=1.6
11 org.eclipse.jdt.core.compiler.debug.lineNumber=generate
[all …]
/frameworks/base/
DAndroid.bp32 // From build/make/core/pathmap.mk FRAMEWORK_BASE_SUBDIRS
33 "core/java/**/*.java",
52 "core/java/android/accessibilityservice/IAccessibilityServiceConnection.aidl",
53 "core/java/android/accessibilityservice/IAccessibilityServiceClient.aidl",
54 "core/java/android/accounts/IAccountManager.aidl",
55 "core/java/android/accounts/IAccountManagerResponse.aidl",
56 "core/java/android/accounts/IAccountAuthenticator.aidl",
57 "core/java/android/accounts/IAccountAuthenticatorResponse.aidl",
58 "core/java/android/app/IActivityController.aidl",
59 "core/java/android/app/IActivityManager.aidl",
[all …]
/frameworks/rs/perf-test-scripts/
Dset-cpu-freq61 for core in $cores; do
64 if fileexists $DIR/$core/online; then
65 adb shell "echo -n 1 > $DIR/$core/online"
69 if fileexists $DIR/$core/cpufreq/scaling_available_frequencies; then
70 frequencies=(`getprop $DIR/$core/cpufreq/scaling_available_frequencies`)
71 elif fileexists $DIR/$core/cpufreq/stats/time_in_state; then
72 … frequencies=(`adb shell cat $DIR/$core/cpufreq/stats/time_in_state | cut -f1 -d " " | tr -d '\r'`)
83 selectedFreq[$core]=$freq
86 adb shell "echo -n $freq > $DIR/$core/cpufreq/scaling_min_freq"
87 adb shell "echo -n $freq > $DIR/$core/cpufreq/scaling_max_freq"
[all …]
Dget-freq41 for core in $cores; do
44 echo "$core:"
47 if fileexists $CPU_DIR/$core/online && [ `getprop $CPU_DIR/$core/online` -eq 0 ]; then
54 if fileexists $CPU_DIR/$core/cpufreq/scaling_available_frequencies; then
55 frequencies=(`getprop $CPU_DIR/$core/cpufreq/scaling_available_frequencies`)
56 elif fileexists $CPU_DIR/$core/cpufreq/stats/time_in_state; then
57 …frequencies=(`adb shell cat $CPU_DIR/$core/cpufreq/stats/time_in_state | cut -f1 -d " " | tr -d '\…
63 if fileexists $CPU_DIR/$core/cpufreq/scaling_cur_freq; then
64 frequency=`getprop $CPU_DIR/$core/cpufreq/scaling_cur_freq`
/frameworks/base/cmds/uiautomator/api/
D17.txt1 package com.android.uiautomator.core {
3 public class UiCollection extends com.android.uiautomator.core.UiObject {
4 ctor public UiCollection(com.android.uiautomator.core.UiSelector);
5 …iautomator.core.UiObject getChildByDescription(com.android.uiautomator.core.UiSelector, java.lang.…
6 …ndroid.uiautomator.core.UiObject getChildByInstance(com.android.uiautomator.core.UiSelector, int) …
7 …id.uiautomator.core.UiObject getChildByText(com.android.uiautomator.core.UiSelector, java.lang.Str…
8 method public int getChildCount(com.android.uiautomator.core.UiSelector);
21 method public static com.android.uiautomator.core.UiDevice getInstance();
42 method public void registerWatcher(java.lang.String, com.android.uiautomator.core.UiWatcher);
62 ctor public UiObject(com.android.uiautomator.core.UiSelector);
[all …]
Dcurrent.txt1 package com.android.uiautomator.core {
5 method public static com.android.uiautomator.core.Configurator getInstance();
10 method public com.android.uiautomator.core.Configurator setActionAcknowledgmentTimeout(long);
11 method public com.android.uiautomator.core.Configurator setKeyInjectionDelay(long);
12 method public com.android.uiautomator.core.Configurator setScrollAcknowledgmentTimeout(long);
13 method public com.android.uiautomator.core.Configurator setWaitForIdleTimeout(long);
14 method public com.android.uiautomator.core.Configurator setWaitForSelectorTimeout(long);
17 public deprecated class UiCollection extends com.android.uiautomator.core.UiObject {
18 ctor public UiCollection(com.android.uiautomator.core.UiSelector);
19 …iautomator.core.UiObject getChildByDescription(com.android.uiautomator.core.UiSelector, java.lang.…
[all …]
D16.txt1 package com.android.uiautomator.core {
3 public class UiCollection extends com.android.uiautomator.core.UiObject {
4 ctor public UiCollection(com.android.uiautomator.core.UiSelector);
5 …iautomator.core.UiObject getChildByDescription(com.android.uiautomator.core.UiSelector, java.lang.…
6 …ndroid.uiautomator.core.UiObject getChildByInstance(com.android.uiautomator.core.UiSelector, int) …
7 …id.uiautomator.core.UiObject getChildByText(com.android.uiautomator.core.UiSelector, java.lang.Str…
8 method public int getChildCount(com.android.uiautomator.core.UiSelector);
20 method public static com.android.uiautomator.core.UiDevice getInstance();
39 method public void registerWatcher(java.lang.String, com.android.uiautomator.core.UiWatcher);
54 ctor public UiObject(com.android.uiautomator.core.UiSelector);
[all …]
/frameworks/base/media/mca/filterfw/native/
DAndroid.mk27 LOCAL_SRC_FILES += core/geometry.cpp \
28 core/gl_env.cpp \
29 core/gl_frame.cpp \
30 core/native_frame.cpp \
31 core/native_program.cpp \
32 core/shader_program.cpp \
33 core/vertex_frame.cpp \
34 core/value.cpp
/frameworks/support/compat/api/
Dcurrent.txt1 package androidx.core.accessibilityservice {
24 package androidx.core.app {
26 public class ActivityCompat extends androidx.core.content.ContextCompat {
33 …method public static androidx.core.view.DragAndDropPermissionsCompat requestDragAndDropPermissions…
36 …method public static void setEnterSharedElementCallback(android.app.Activity, androidx.core.app.Sh…
37 …method public static void setExitSharedElementCallback(android.app.Activity, androidx.core.app.Sha…
38 …method public static void setPermissionCompatDelegate(androidx.core.app.ActivityCompat.PermissionC…
61 method public static androidx.core.app.ActivityOptionsCompat makeBasic();
62 …method public static androidx.core.app.ActivityOptionsCompat makeClipRevealAnimation(android.view.…
63 …method public static androidx.core.app.ActivityOptionsCompat makeCustomAnimation(android.content.C…
[all …]
/frameworks/base/services/robotests/
DAndroid.mk31 services.core
57 INTERNAL_BACKUP := ../../core/java/com/android/internal/backup
62 $(call all-java-files-under, ../../core/java/android/app/backup) \
63 $(call all-Iaidl-files-under, ../../core/java/android/app/backup) \
64 ../../core/java/android/content/pm/PackageInfo.java \
65 ../../core/java/android/app/IBackupAgent.aidl \
66 ../../core/java/android/util/KeyValueSettingObserver.java
70 $(call all-Iaidl-files-under, ../../core/java/android/app/backup) \
71 ../../core/java/android/app/IBackupAgent.aidl
/frameworks/base/core/proto/android/os/
Dincident.proto20 import "frameworks/base/core/proto/android/os/backtrace.proto";
21 import "frameworks/base/core/proto/android/os/batterystats.proto";
22 import "frameworks/base/core/proto/android/os/batterytype.proto";
23 import "frameworks/base/core/proto/android/os/cpufreq.proto";
24 import "frameworks/base/core/proto/android/os/cpuinfo.proto";
25 import "frameworks/base/core/proto/android/os/data.proto";
26 import "frameworks/base/core/proto/android/os/kernelwake.proto";
27 import "frameworks/base/core/proto/android/os/pagetypeinfo.proto";
28 import "frameworks/base/core/proto/android/os/procrank.proto";
29 import "frameworks/base/core/proto/android/os/ps.proto";
[all …]
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DSimpleFrameManager.java18 package android.filterfw.core;
20 import android.filterfw.core.Frame;
21 import android.filterfw.core.FrameFormat;
22 import android.filterfw.core.FrameManager;
23 import android.filterfw.core.GLFrame;
24 import android.filterfw.core.NativeFrame;
25 import android.filterfw.core.SimpleFrame;
26 import android.filterfw.core.VertexFrame;
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
DFrameSource.java20 import android.filterfw.core.Filter;
21 import android.filterfw.core.FilterContext;
22 import android.filterfw.core.Frame;
23 import android.filterfw.core.FrameFormat;
24 import android.filterfw.core.GenerateFieldPort;
25 import android.filterfw.core.GenerateFinalPort;
DFrameFetch.java20 import android.filterfw.core.Filter;
21 import android.filterfw.core.FilterContext;
22 import android.filterfw.core.Frame;
23 import android.filterfw.core.FrameFormat;
24 import android.filterfw.core.GenerateFieldPort;
25 import android.filterfw.core.GenerateFinalPort;
DGLTextureTarget.java20 import android.filterfw.core.Filter;
21 import android.filterfw.core.FilterContext;
22 import android.filterfw.core.Frame;
23 import android.filterfw.core.FrameFormat;
24 import android.filterfw.core.GenerateFieldPort;
25 import android.filterfw.core.GLFrame;
DRetargetFilter.java20 import android.filterfw.core.Filter;
21 import android.filterfw.core.FilterContext;
22 import android.filterfw.core.Frame;
23 import android.filterfw.core.FrameFormat;
24 import android.filterfw.core.GenerateFinalPort;
25 import android.filterfw.core.MutableFrameFormat;
DInputStreamSource.java20 import android.filterfw.core.Filter;
21 import android.filterfw.core.FilterContext;
22 import android.filterfw.core.Frame;
23 import android.filterfw.core.FrameFormat;
24 import android.filterfw.core.GenerateFieldPort;
25 import android.filterfw.core.GenerateFinalPort;
26 import android.filterfw.core.MutableFrameFormat;
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
DResizeFilter.java20 import android.filterfw.core.Filter;
21 import android.filterfw.core.FilterContext;
22 import android.filterfw.core.Frame;
23 import android.filterfw.core.FrameFormat;
24 import android.filterfw.core.GenerateFieldPort;
25 import android.filterfw.core.GLFrame;
26 import android.filterfw.core.MutableFrameFormat;
27 import android.filterfw.core.Program;
28 import android.filterfw.core.ShaderProgram;
DNegativeFilter.java19 import android.filterfw.core.Filter;
20 import android.filterfw.core.FilterContext;
21 import android.filterfw.core.Frame;
22 import android.filterfw.core.FrameFormat;
23 import android.filterfw.core.GenerateFieldPort;
24 import android.filterfw.core.Program;
25 import android.filterfw.core.ShaderProgram;
DCrossProcessFilter.java19 import android.filterfw.core.Filter;
20 import android.filterfw.core.FilterContext;
21 import android.filterfw.core.Frame;
22 import android.filterfw.core.FrameFormat;
23 import android.filterfw.core.GenerateFieldPort;
24 import android.filterfw.core.Program;
25 import android.filterfw.core.ShaderProgram;
DPosterizeFilter.java19 import android.filterfw.core.Filter;
20 import android.filterfw.core.FilterContext;
21 import android.filterfw.core.Frame;
22 import android.filterfw.core.FrameFormat;
23 import android.filterfw.core.GenerateFieldPort;
24 import android.filterfw.core.Program;
25 import android.filterfw.core.ShaderProgram;
DSepiaFilter.java19 import android.filterfw.core.Filter;
20 import android.filterfw.core.FilterContext;
21 import android.filterfw.core.Frame;
22 import android.filterfw.core.FrameFormat;
23 import android.filterfw.core.GenerateFieldPort;
24 import android.filterfw.core.Program;
25 import android.filterfw.core.ShaderProgram;
DToGrayFilter.java20 import android.filterfw.core.FilterContext;
21 import android.filterfw.core.FrameFormat;
22 import android.filterfw.core.GenerateFieldPort;
23 import android.filterfw.core.MutableFrameFormat;
24 import android.filterfw.core.Program;
25 import android.filterfw.core.ShaderProgram;
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/ui/
DSurfaceRenderFilter.java20 import android.filterfw.core.Filter;
21 import android.filterfw.core.FilterContext;
22 import android.filterfw.core.FilterSurfaceView;
23 import android.filterfw.core.Frame;
24 import android.filterfw.core.FrameFormat;
25 import android.filterfw.core.GenerateFieldPort;
26 import android.filterfw.core.GenerateFinalPort;
27 import android.filterfw.core.GLEnvironment;
28 import android.filterfw.core.GLFrame;
29 import android.filterfw.core.MutableFrameFormat;
[all …]

12345678910>>...61