Searched refs:core (Results 1 – 25 of 553) sorted by relevance
12345678910>>...23
/frameworks/layoutlib/create/.settings/ |
D | org.eclipse.jdt.core.prefs | 2 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/bridge/.settings/ |
D | org.eclipse.jdt.core.prefs | 2 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/rs/perf-test-scripts/ |
D | set-cpu-freq | 61 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 …]
|
D | get-freq | 41 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/ |
D | 17.txt | 1 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 …]
|
D | current.txt | 2 package com.android.uiautomator.core { 6 method @Deprecated public static com.android.uiautomator.core.Configurator getInstance(); 11 …method @Deprecated public com.android.uiautomator.core.Configurator setActionAcknowledgmentTimeout… 12 method @Deprecated public com.android.uiautomator.core.Configurator setKeyInjectionDelay(long); 13 …method @Deprecated public com.android.uiautomator.core.Configurator setScrollAcknowledgmentTimeout… 14 method @Deprecated public com.android.uiautomator.core.Configurator setWaitForIdleTimeout(long); 15 …method @Deprecated public com.android.uiautomator.core.Configurator setWaitForSelectorTimeout(long… 18 @Deprecated public class UiCollection extends com.android.uiautomator.core.UiObject { 19 ctor @Deprecated public UiCollection(com.android.uiautomator.core.UiSelector); 20 …oid.uiautomator.core.UiObject getChildByDescription(com.android.uiautomator.core.UiSelector, Strin… [all …]
|
D | 16.txt | 1 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/ |
D | Android.bp | 29 name: "framework-core-sources", 31 "core/java/**/*.java", 32 "core/java/**/*.aidl", 34 path: "core/java", 37 // These are subset of framework-core-sources that are needed by the 42 name: "framework-core-sources-for-test-mock", 44 "core/java/android/accounts/AccountManagerCallback.java", 45 "core/java/android/accounts/AccountManagerFuture.java", 46 "core/java/android/accounts/AccountManager.java", 47 "core/java/android/accounts/AccountsException.java", [all …]
|
/frameworks/base/core/proto/android/os/ |
D | incident.proto | 20 import "frameworks/base/core/proto/android/os/backtrace.proto"; 21 import "frameworks/base/core/proto/android/os/batterytype.proto"; 22 import "frameworks/base/core/proto/android/os/cpufreq.proto"; 23 import "frameworks/base/core/proto/android/os/cpuinfo.proto"; 24 import "frameworks/base/core/proto/android/os/data.proto"; 25 import "frameworks/base/core/proto/android/os/header.proto"; 26 import "frameworks/base/core/proto/android/os/kernelwake.proto"; 27 import "frameworks/base/core/proto/android/os/metadata.proto"; 28 import "frameworks/base/core/proto/android/os/pagetypeinfo.proto"; 29 import "frameworks/base/core/proto/android/os/procrank.proto"; [all …]
|
/frameworks/base/media/mca/filterfw/native/ |
D | Android.bp | 23 "core/geometry.cpp", 24 "core/gl_env.cpp", 25 "core/gl_frame.cpp", 26 "core/native_frame.cpp", 27 "core/native_program.cpp", 28 "core/shader_program.cpp", 29 "core/vertex_frame.cpp", 30 "core/value.cpp",
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | SimpleFrameManager.java | 18 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/ |
D | ResizeFilter.java | 20 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;
|
D | CrossProcessFilter.java | 19 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;
|
D | NegativeFilter.java | 19 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;
|
D | PosterizeFilter.java | 19 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;
|
D | SepiaFilter.java | 19 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;
|
D | ImageSlicer.java | 19 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;
|
D | CropFilter.java | 20 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;
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/ |
D | FrameSource.java | 20 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;
|
D | FrameFetch.java | 20 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;
|
D | GLTextureTarget.java | 20 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;
|
D | RetargetFilter.java | 20 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;
|
D | InputStreamSource.java | 20 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/ui/ |
D | SurfaceRenderFilter.java | 20 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 …]
|
D | SurfaceTargetFilter.java | 20 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.GLEnvironment; 27 import android.filterfw.core.GLFrame; 28 import android.filterfw.core.MutableFrameFormat; 29 import android.filterfw.core.ShaderProgram;
|
12345678910>>...23