/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
aether-spi-0.9.0.M2.jar | |
/cts/tests/tests/calllog/src/android/calllog/cts/ |
CallLogBackupTest.java | 69 private static final String[] CALL_LOG_PROJECTION = new String[] { 165 // Restore from the previous backup and verify we have the new call again. 182 waitUntilConditionIsTrueOrTimeout(new Condition() { 213 throw new RuntimeException("Backup output format changed. No longer matches" 240 throw new Exception("non-parsable output setting bmgr transport: " + output); 271 ContentValues values = new ContentValues(6); 277 values.put(Calls.NEW, Integer.valueOf(1)); 298 List<Call> calls = new LinkedList<>(); 305 Call call = new Call();
|
/dalvik/dx/src/com/android/dx/cf/code/ |
ByteOps.java | 214 public static final int NEW = 0xbb; 348 private static final int[] OPCODE_INFO = new int[256]; 351 private static final String[] OPCODE_NAMES = new String[256]; 541 "bb p:c new;" +
|
/external/guice/lib/build/ |
asm-5.0.3.jar | |
/libcore/luni/src/test/java/libcore/java/lang/ |
OldThreadTest.java | 50 ThreadGroup tg = new ThreadGroup("Test Group2"); 51 st = new Thread(tg, new SimpleThread(1), "SimpleThread3", 1); 62 new Thread(tg, new SimpleThread(1), "SimpleThread3", 74 ByteArrayOutputStream baos = new ByteArrayOutputStream(); 75 System.setErr(new PrintStream(baos)); 79 String s = new String(baos.toByteArray()); 104 final Thread parker = new Thread() { 113 Thread unparker = new Thread() [all...] |
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
CallLogNotificationsHelper.java | 55 sInstance = new CallLogNotificationsHelper(context, 58 new ContactInfoHelper(context, countryIso), 81 * Get all voicemails with the "new" flag set to 1. 83 * @return A list of NewCall objects where each object represents a new voicemail. 91 * Get all missed calls with the "new" flag set to 1. 93 * @return A list of NewCall objects where each object represents a new missed call. 124 ContactInfo contactInfo = new ContactInfo(); 170 /** Information about a new voicemail. */ 204 /** Allows determining the new calls for which a notification should be generated. */ 207 * Returns the new calls of a certain type for which a notification should be generated [all...] |
/platform_testing/tests/jank/dialer/src/com/android/dialer/janktests/ |
DialerJankTests.java | 162 // Method to insert a new contact 164 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); 166 // to insert a new raw contact in the table ContactsContract.RawContacts 197 uri, new String[] { 220 // Inserts a new entry in the call log 222 ContentValues values = new ContentValues(); 227 values.put(CallLog.Calls.NEW, 1); 244 Random rand = new Random();
|
/prebuilts/devtools/tools/lib/ |
asm-5.0.3.jar | |
/prebuilts/misc/common/asm/ |
asm-5.0.jar | |
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm/5.0.1/ |
asm-5.0.1.jar | |
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm/5.0.3/ |
asm-5.0.3.jar | |
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm/5.0.4/ |
asm-5.0.4.jar | |
/prebuilts/tools/common/offline-m2/org/ow2/asm/asm/5.0.3/ |
asm-5.0.3.jar | |
/prebuilts/tools/common/offline-m2/org/ow2/asm/asm/5.0.4/ |
asm-5.0.4.jar | |
/external/doclava/src/com/google/doclava/parser/ |
JavaParser.java | 173 public static final String[] tokenNames = new String[] { 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" 231 public static final int NEW=58; 298 public static final String[] ruleNames = new String[] { 400 public static final boolean[] decisionCanBacktrack = new boolean[] { 432 this(input, DebugEventSocketProxy.DEFAULT_DEBUGGER_PORT, new RecognizerSharedState()); 436 this.state.ruleMemo = new HashMap[381+1]; 439 new DebugEventSocketProxy(this, port, null); 449 super(input, dbg, new RecognizerSharedState()); 450 this.state.ruleMemo = new HashMap[381+1] [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
ContactsTest.java | 69 final String[] PEOPLE_PROJECTION = new String[] { 90 new String[] {insertPeopleName}); 92 ContentValues value = new ContentValues(); 102 new String[] {insertPeopleName}, null, null); 117 long now = new Date().getTime(); 151 final String[] GROUPS_PROJECTION = new String[] { 166 ContentValues value = new ContentValues(); 174 new String[] {uri.getPathSegments().get(1)}, null, null); 207 final String[] PHOTOS_PROJECTION = new String[] { 225 byte[] data = new byte[size] [all...] |
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/ |
LabelFlowAnalyzerTest.java | 36 analyzer = new LabelFlowAnalyzer(); 37 label = new Label(); 119 analyzer.visitTryCatchBlock(new Label(), new Label(), label, 130 analyzer.visitLookupSwitchInsn(label, new int[] { 0, 1 }, new Label[] { 140 analyzer.visitTableSwitchInsn(0, 1, label, new Label[] { label, label }); 286 analyzer.visitTypeInsn(NEW, "java/lang/String"); 374 analyzer.visitTableSwitchInsn(0, 0, label, new Label[] { label }); 381 analyzer.visitLookupSwitchInsn(label, new int[] { 0 } [all...] |
/external/javassist/src/main/javassist/bytecode/ |
CodeAttribute.java | 65 attributes = new ArrayList(); 85 attributes = new ArrayList(); 106 info = new byte[code_len]; 109 exceptions = new ExceptionTable(cp, in); 111 attributes = new ArrayList(); 121 * @param newCp the constant pool table used by the new copy. 135 return new CodeAttribute(newCp, this, classnames); 138 throw new RuntimeCopyException("bad bytecode. fatal?"); 183 throw new UnsupportedOperationException("CodeAttribute.get()"); 192 throw new UnsupportedOperationException("CodeAttribute.set()") [all...] |
Bytecode.java | 26 buffer = new byte[64]; 39 byte[] b = new byte[size]; 46 throw new ArrayIndexOutOfBoundsException(offset); 53 throw new ArrayIndexOutOfBoundsException(offset); 83 byte[] newBuf = new byte[newSize]; 99 * Bytecode b = new Bytecode(cp, 1, 0); 142 tryblocks = new ExceptionTable(cp); 171 throw new RuntimeException(cnse); 189 return new CodeAttribute(constPool, maxStack, maxLocals, 219 * the current stack depth is increased by one. If the new stac [all...] |
/libcore/jsr166-tests/src/test/java/jsr166/ |
ThreadPoolExecutorSubclassTest.java | 50 // return new TestSuite(ThreadPoolExecutorSubclassTest.class); 55 final ReentrantLock lock = new ReentrantLock(); 63 if (c == null) throw new NullPointerException(); 67 if (r == null) throw new NullPointerException(); 68 callable = new Callable<V>() { 125 throw new CancellationException(); 127 throw new ExecutionException(exception); 139 throw new TimeoutException(); 143 throw new CancellationException(); 145 throw new ExecutionException(exception) [all...] |
ThreadPoolExecutorTest.java | 47 // return new TestSuite(ThreadPoolExecutorTest.class); 51 final CountDownLatch beforeCalled = new CountDownLatch(1); 52 final CountDownLatch afterCalled = new CountDownLatch(1); 53 final CountDownLatch terminatedCalled = new CountDownLatch(1); 56 super(1, 1, LONG_DELAY_MS, MILLISECONDS, new SynchronousQueue<Runnable>()); 83 return new Thread(r); 92 new ThreadPoolExecutor(1, 1, 94 new ArrayBlockingQueue<Runnable>(10)); 96 final CountDownLatch done = new CountDownLatch(1); 97 final Runnable task = new CheckedRunnable() [all...] |
/libcore/ojluni/src/main/java/java/lang/ |
Thread.java | 55 * some thread creates a new <code>Thread</code> object, the new 75 * There are two ways to create a new thread of execution. One is to 97 * PrimeThread p = new PrimeThread(143); 123 * PrimeRun p = new PrimeRun(143); 124 * new Thread(p).start(); 129 * a thread is created, a new name is generated for it. 149 private final Object lock = new Object(); 242 private final Object blockerLock = new Object(); 344 throw new IllegalArgumentException("millis < 0: " + millis) [all...] |
/external/jarjar/lib/ |
asm-4.0.jar | |
/external/javassist/src/main/javassist/compiler/ |
Parser.java | 47 d = new Declarator(VOID, 0); 54 throw new SyntaxError(lex); 62 d.setVariable(new Symbol(name)); 85 return new FieldDecl(mods, new ASTList(d, new ASTList(expr))); 87 throw new CompileError( 90 throw new SyntaxError(lex); 108 throw new SyntaxError(lex); 124 throw new SyntaxError(lex) [all...] |
/external/owasp/sanitizer/tools/findbugs/lib/ |
asm-3.3.jar | |