Home
last modified time | relevance | path

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

12345678910>>...15

/frameworks/base/tools/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/tools/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/base/
DAndroid.mk46 $(call all-proto-files-under, core/proto)
50 core/java/android/app/admin/SecurityLogTags.logtags \
51 core/java/android/content/EventLogTags.logtags \
52 core/java/android/speech/tts/EventLogTags.logtags \
53 core/java/android/net/EventLogTags.logtags \
54 core/java/android/webkit/EventLogTags.logtags \
55 core/java/com/android/internal/logging/EventLogTags.logtags \
68 core/java/android/accessibilityservice/IAccessibilityServiceConnection.aidl \
69 core/java/android/accessibilityservice/IAccessibilityServiceClient.aidl \
70 core/java/android/accounts/IAccountManager.aidl \
[all …]
DPREUPLOAD.cfg3 -fw core/java/android/animation/
4 core/java/android/hardware/usb/
5 core/java/android/print/
6 core/java/android/printservice/
7 core/java/android/text/
8 core/java/android/transition/
9 core/java/android/view/
10 core/java/android/widget/
11 core/tests/coretests/src/android/print/
/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/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;
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;
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;
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;
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;
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;
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;
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;
DToRGBAFilter.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.MutableFrameFormat;
25 import android.filterfw.core.NativeProgram;
26 import android.filterfw.core.Program;
/frameworks/base/core/proto/android/os/
Dincident.proto23 import "frameworks/base/core/proto/android/service/appwidget.proto";
24 import "frameworks/base/core/proto/android/service/battery.proto";
25 import "frameworks/base/core/proto/android/service/graphicsstats.proto";
26 import "frameworks/base/core/proto/android/service/fingerprint.proto";
27 import "frameworks/base/core/proto/android/service/diskstats.proto";
28 import "frameworks/base/core/proto/android/service/netstats.proto";
29 import "frameworks/base/core/proto/android/service/notification.proto";
30 import "frameworks/base/core/proto/android/service/package.proto";
31 import "frameworks/base/core/proto/android/service/power.proto";
32 import "frameworks/base/core/proto/android/providers/settings.proto";
/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>>...15