HomeSort by relevance Sort by last modified time
    Searched refs:PRIVATE (Results 226 - 250 of 341) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libvpx/libvpx/vp8/common/x86/
loopfilter_block_sse2_x86_64.asm 136 global sym(vp8_loop_filter_bh_y_sse2) PRIVATE
278 global sym(vp8_loop_filter_bv_y_sse2) PRIVATE
  /external/libvpx/libvpx/vp9/common/x86/
vp9_loopfilter_mmx.asm 24 global sym(vp9_lpf_horizontal_4_mmx) PRIVATE
236 global sym(vp9_lpf_vertical_4_mmx) PRIVATE
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
AndroidTranslator.java 20 private static final List<ClassHandler> CLASS_HANDLERS = new ArrayList<ClassHandler>();
22 private ClassHandler classHandler;
23 private ClassCache classCache;
24 private final List<String> instrumentingList = new ArrayList<String>();
25 private final List<String> instrumentingExcludeList = new ArrayList<String>();
63 private void injectClassHandlerToInstrumentedClasses(ClassPool classPool) throws NotFoundException, CannotCompileException {
135 private boolean classHasFromAndroidEquivalent(String className) {
139 private void replaceClassWithFromAndroidEquivalent(ClassPool classPool, String className) throws NotFoundException {
161 private static final String TOKEN = "__FromAndroid";
163 private String prefix
    [all...]
  /external/skia/tools/skp/
webpages_playback.py 112 GS_PREDEFINED_ACL = gs_utils.GSUtils.PredefinedACL.PRIVATE
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
ClassProto.java 87 @Nonnull private final Supplier<ClassDef> classDefSupplier = Suppliers.memoize(new Supplier<ClassDef>() {
125 private final Supplier<LinkedHashMap<String, ClassDef>> interfacesSupplier =
247 private boolean checkInterface(@Nonnull ClassProto other) {
361 @Nonnull private final Supplier<SparseArray<FieldReference>> instanceFieldsSupplier =
516 private ArrayList<Field> getSortedInstanceFields(@Nonnull ClassDef classDef) {
522 private byte getFieldType(@Nonnull FieldReference field) {
535 private void swap(byte[] fieldTypes, List<Field> fields, int position1, int position2) {
545 private int getNextFieldOffset() {
568 //TODO: check the case when we have a package private method that overrides an interface method
569 @Nonnull private final Supplier<List<Method>> vtableSupplier = Suppliers.memoize(new Supplier<List<Method>>()
    [all...]
MethodAnalyzer.java 72 @Nonnull private final Method method;
73 @Nonnull private final MethodImplementation methodImpl;
75 private final int paramRegisterCount;
77 @Nonnull private final ClassPath classPath;
78 @Nullable private final InlineMethodResolver inlineResolver;
81 @Nonnull private final SparseArray<AnalyzedInstruction> analyzedInstructions =
85 @Nonnull private final BitSet analyzedState;
87 @Nullable private AnalysisException analysisException = null;
93 private final AnalyzedInstruction startOfMethod;
140 private void analyze()
    [all...]
  /frameworks/base/core/jni/
android_view_Surface.cpp 191 return PublicFormat::PRIVATE;
  /frameworks/base/tools/aidl/
AST.cpp 16 else if ((m & SCOPE_MASK) == PRIVATE) {
17 fprintf(to, "private ");
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
DependencyFinder.java 53 // Note: a bunch of stuff has package-level access for unit tests. Consider it private.
56 private final Log mLog;
240 private Map<String, Set<String>> findMissingClasses(
271 @VisibleForTesting(visibility=Visibility.PRIVATE)
281 private Set<String> mCurrentDepSet;
435 private class MyFieldVisitor extends FieldVisitor {
510 private class MyMethodVisitor extends MethodVisitor {
654 private class MySignatureVisitor extends SignatureVisitor {
664 private String mCurrentSignatureClass = null;
753 private class MyAnnotationVisitor extends AnnotationVisitor
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
loopfilter_block_sse2.asm 136 global sym(vp8_loop_filter_bh_y_sse2) PRIVATE
278 global sym(vp8_loop_filter_bv_y_sse2) PRIVATE
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_loopfilter_mmx.asm 24 global sym(vp9_lpf_horizontal_4_mmx) PRIVATE
236 global sym(vp9_lpf_vertical_4_mmx) PRIVATE
  /prebuilts/sdk/tools/lib/
common.jar 
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_advsimd_Blur.S 18 #define PRIVATE(f) .text; .align 4; .type f,#function; f:
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLR.g 67 PRIVATE='private';
128 private String fileName;
150 private static class GrammarASTErrorNode extends GrammarAST {
253 private Grammar grammar;
254 private int grammarType;
255 private String fileName;
281 private final int LA(int i) { return input.LA( i ); }
283 private final Token LT(int k) { return input.LT( k ); }
568 | p3='private' //{modifier=$p3.tree;
    [all...]
  /external/libvncserver/webclients/java-applet/ssl/
ss_vncviewer     [all...]
  /external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
ss_vncviewer     [all...]
  /cts/tests/signature/src/android/signature/cts/
JDiffClassDescription.java 41 private static final int CLASS_MODIFIER_ANNOTATION = 0x00002000;
43 private static final int CLASS_MODIFIER_ENUM = 0x00004000;
46 private static final int METHOD_MODIFIER_BRIDGE = 0x00000040;
48 private static final int METHOD_MODIFIER_VAR_ARGS = 0x00000080;
50 private static final int METHOD_MODIFIER_SYNTHETIC = 0x00001000;
57 private Class<?> mClass;
59 private Map<String, Field> mClassFieldMap;
61 private String mPackageName;
62 private String mShortClassName;
67 private String mAbsoluteClassName
    [all...]
  /cts/tools/signature-tools/src/signature/converter/doclet/
DocletToSigConverter.java 111 private IPackage convertPackage(PackageDoc packageDoc) {
124 private SigClassDefinition convertClass(ClassDoc classDoc) {
262 private Object convertAnnotationValue(AnnotationValue annotationValue) {
308 private ITypeReference convertArrayType(Type type) {
335 private SigTypeVariableDefinition currentTypeVariableDefinition = null;
337 private ITypeReference convertTypeReference(Type type) {
442 private void convertExecutableMember(ExecutableMemberDoc member,
499 private Stack<SigMethod> currentMethod = new Stack<SigMethod>();
501 private IMethod convertMethod(MethodDoc method) {
510 private Stack<SigConstructor> currentConstructor =
    [all...]
  /cts/tools/signature-tools/test/signature/converter/
ConvertClassTest.java 599 " private static class I{}" +
600 " private transient Object i = new I(); " +
602 IApi api = convert(Visibility.PRIVATE, new CompilationUnit("a.A", source));
615 " private static class B {" +
    [all...]
  /external/google-breakpad/src/third_party/curl/
curl.h 505 #define CURLSSH_AUTH_PUBLICKEY (1<<0) /* public/private key files */
752 /* name of the file keeping your private SSL-certificate */
755 /* password for the SSL or SSH private key */
    [all...]
  /external/javassist/src/main/javassist/compiler/
Parser.java 21 private Lex lex;
74 private FieldDecl parseField(SymbolTable tbl, ASTList mods,
103 private MethodDecl parseMethod1(SymbolTable tbl, boolean isConstructor,
162 * | PUBLIC | PROTECTED | PRIVATE | STATIC
165 private ASTList parseMemberMods() {
171 || t == PRIVATE || t == SYNCHRONIZED || t == STATIC
183 private Declarator parseFormalType(SymbolTable tbl) throws CompileError {
197 private static boolean isBuiltinType(int t) {
204 private Declarator parseFormalParam(SymbolTable tbl)
281 private Stmnt parseBlock(SymbolTable tbl) throws CompileError
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/params/
StreamConfigurationMap.java 71 private static final String TAG = "StreamConfigurationMap";
438 * {@link ImageFormat#PRIVATE}; this function only returns
439 * sizes for {@link ImageFormat#PRIVATE}. For example, {@link android.media.ImageReader}
440 * supports {@link ImageFormat#YUV_420_888} and {@link ImageFormat#PRIVATE}, this method will
441 * only return the sizes for {@link ImageFormat#PRIVATE} for {@link android.media.ImageReader}
453 * an array of supported sizes for {@link ImageFormat#PRIVATE} format,
504 * (typically {@link ImageFormat#PRIVATE} {@link ImageFormat#YUV_420_888}, etc.)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
MethodTest.java 83 private static void prstatic() {
100 private int privateInvokeTest() {
307 mask = Modifier.PRIVATE | Modifier.STATIC;
664 // Get and attempt to invoke a private method
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditorDelegate.java 103 private static final String LAYOUT_FOLDER_PREFIX = "layout-"; //$NON-NLS-1$
127 private UiDocumentNode mUiDocRootNode;
129 private GraphicalEditorPart mGraphicalEditor;
130 private int mGraphicalEditorIndex;
133 private OutlinePage mLayoutOutline;
136 private IContentOutlinePage mEditorOutline;
139 private XmlEditorMultiOutline mMultiOutline;
147 private boolean mCheckOutlineAdapter;
150 private IPropertySheetPage mPropertyPage;
152 private final HashMap<String, ElementDescriptor> mUnknownDescriptorMap
    [all...]
  /external/doclava/src/com/google/doclava/parser/
JavaParser.java 174 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "IDENTIFIER", "INTLITERAL", "LONGLITERAL", "FLOATLITERAL", "DOUBLELITERAL", "CHARLITERAL", "STRINGLITERAL", "TRUE", "FALSE", "NULL", "IntegerNumber", "LongSuffix", "HexPrefix", "HexDigit", "Exponent", "NonIntegerNumber", "FloatSuffix", "DoubleSuffix", "EscapeSequence", "UNICODECHAR", "UNICODEPART", "WS", "COMMENT", "LINE_COMMENT", "ABSTRACT", "ASSERT", "BOOLEAN", "BREAK", "BYTE", "CASE", "CATCH", "CHAR", "CLASS", "CONST", "CONTINUE", "DEFAULT", "DO", "DOUBLE", "ELSE", "ENUM", "EXTENDS", "FINAL", "FINALLY", "FLOAT", "FOR", "GOTO", "IF", "IMPLEMENTS", "IMPORT", "INSTANCEOF", "INT", "INTERFACE", "LONG", "NATIVE", "NEW", "PACKAGE", "PRIVATE", "PROTECTED", "PUBLIC", "RETURN", "SHORT", "STATIC", "STRICTFP", "SUPER", "SWITCH", "SYNCHRONIZED", "THIS", "THROW", "THROWS", "TRANSIENT", "TRY", "VOID", "VOLATILE", "WHILE", "LPAREN", "RPAREN", "LBRACE", "RBRACE", "LBRACKET", "RBRACKET", "SEMI", "COMMA", "DOT", "ELLIPSIS", "EQ", "BANG", "TILDE", "QUES", "COLON", "EQEQ", "AMPAMP", "BARBAR", "PLUSPLUS", "SUBSUB", "PLUS", "SUB", "STAR", "SLASH", "AMP", "BAR", "CARET", "PERCENT", "PLUSEQ", "SUBEQ", "STAREQ", "SLASHEQ", "AMPEQ", "BAREQ", "CARETEQ", "PERCENTEQ", "MONKEYS_AT", "BANGEQ", "GT", "LT", "IdentifierStart", "IdentifierPart", "SurrogateIdentifer"
233 public static final int PRIVATE=60;
598 if ( (LA4_0==IDENTIFIER||LA4_0==ABSTRACT||LA4_0==BOOLEAN||LA4_0==BYTE||(LA4_0>=CHAR && LA4_0<=CLASS)||LA4_0==DOUBLE||LA4_0==ENUM||LA4_0==FINAL||LA4_0==FLOAT||(LA4_0>=INT && LA4_0<=NATIVE)||(LA4_0>=PRIVATE && LA4_0<=PUBLIC)||(LA4_0>=SHORT && LA4_0<=STRICTFP)||LA4_0==SYNCHRONIZED||LA4_0==TRANSIENT||(LA4_0>=VOID && LA4_0<=VOLATILE)||LA4_0==SEMI||LA4_0==MONKEYS_AT||LA4_0==LT) ) {
    [all...]

Completed in 2394 milliseconds

1 2 3 4 5 6 7 8 91011>>