Home
last modified time | relevance | path

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

12345678910>>...13

/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/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/
DAndroid.mk45 core/java/android/content/EventLogTags.logtags \
46 core/java/android/speech/tts/EventLogTags.logtags \
47 core/java/android/webkit/EventLogTags.logtags \
60 core/java/android/accessibilityservice/IAccessibilityServiceConnection.aidl \
61 core/java/android/accessibilityservice/IAccessibilityServiceClient.aidl \
62 core/java/android/accounts/IAccountManager.aidl \
63 core/java/android/accounts/IAccountManagerResponse.aidl \
64 core/java/android/accounts/IAccountAuthenticator.aidl \
65 core/java/android/accounts/IAccountAuthenticatorResponse.aidl \
66 core/java/android/app/IActivityContainer.aidl \
[all …]
/frameworks/testing/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 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/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/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/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;
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;
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;
DToRGBFilter.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;
DColorTemperatureFilter.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;
DCropFilter.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.MutableFrameFormat;
26 import android.filterfw.core.Program;
27 import android.filterfw.core.ShaderProgram;
DImageSlicer.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.MutableFrameFormat;
25 import android.filterfw.core.Program;
26 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>>...13