/frameworks/base/core/java/android/widget/ |
GridLayout.java | 234 static final Printer LOG_PRINTER = new LogPrinter(Log.DEBUG, GridLayout.class.getName()); 235 static final Printer NO_PRINTER = new Printer() { 261 final Axis mHorizontalAxis = new Axis(true); 262 final Axis mVerticalAxis = new Axis(false); 717 lp.setRowSpecSpan(new Interval(row, row + rowSpan)); 718 lp.setColumnSpecSpan(new Interval(col, col + colSpan)); 739 int[] maxSizes = new int[count]; 823 throw new IllegalArgumentException(msg + ". "); [all...] |
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/ |
GridLayout.java | 222 static final Printer LOG_PRINTER = new LogPrinter(Log.DEBUG, GridLayout.class.getName()); 223 static final Printer NO_PRINTER = new Printer() { 249 final Axis mHorizontalAxis = new Axis(true); 250 final Axis mVerticalAxis = new Axis(false); 708 lp.setRowSpecSpan(new Interval(row, row + rowSpan)); 709 lp.setColumnSpecSpan(new Interval(col, col + colSpan)); 730 int[] maxSizes = new int[count]; 802 throw new IllegalArgumentException(msg + ". "); 840 return new LayoutParams(); 845 return new LayoutParams(getContext(), attrs) [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
BytecodeArray.java | 40 public static final Visitor EMPTY_VISITOR = new BaseVisitor(); 60 throw new NullPointerException("bytes == null"); 64 throw new NullPointerException("pool == null"); 145 * set new bits in the work set during the process. 153 throw new NullPointerException("visitor == null"); 758 case ByteOps.NEW: 777 throw new ParseException("invokedynamic not supported"); 810 SimException se = new SimException(ex) [all...] |
/prebuilts/tools/common/m2/repository/org/beanshell/bsh/2.0b4/ |
bsh-2.0b4.jar | |
/prebuilts/tools/common/m2/repository/net/java/dev/javacc/javacc/5.0/ |
javacc-5.0.jar | |
/external/dexmaker/lib/ |
jarjar.jar | |
/external/doclava/src/com/google/doclava/parser/ |
JavaLexer.java | 86 public static final int NEW=58; 155 this(input, new RecognizerSharedState()); 240 new NoViableAltException("", 4, 0, input); 312 new EarlyExitException(2, input); 349 new EarlyExitException(3, input); 384 new NoViableAltException("", 5, 1, input); 391 new NoViableAltException("", 5, 0, input); 431 MismatchedSetException mse = new MismatchedSetException(null,input); 455 MismatchedSetException mse = new MismatchedSetException(null,input); 502 new EarlyExitException(6, input) [all...] |
/external/guice/lib/build/ |
jarjar-1.1.jar | |
/external/testng/ant/3rdparty/ |
cobertura.jar | |
/external/testng/lib-supplied/ |
jarjar-issue-21.jar | |
/external/v8/src/parsing/ |
parser-base.h | 341 Scope* result = new (zone()) [all...] |
/prebuilts/tools/common/m2/repository/com/googlecode/jarjar/jarjar/1.3/ |
jarjar-1.3.jar | |
/prebuilts/tools/common/m2/repository/org/gradle/jarjar/jarjar/1.2.1/ |
jarjar-1.2.1.jar | |
/external/eigen/blas/testing/ |
cblat2.f | 129 OPEN( NOUT, FILE = SUMMRY, STATUS = 'NEW' ) 138 OPEN( NTRA, FILE = SNAPS, STATUS = 'NEW' ) [all...] |
dblat2.f | 124 OPEN( NOUT, FILE = SUMMRY, STATUS = 'NEW' ) 133 OPEN( NTRA, FILE = SNAPS, STATUS = 'NEW' ) [all...] |
dblat3.f | 99 OPEN( NOUT, FILE = SUMMRY, STATUS = 'NEW' ) 108 OPEN( NTRA, FILE = SNAPS, STATUS = 'NEW' ) [all...] |
sblat2.f | 124 OPEN( NOUT, FILE = SUMMRY, STATUS = 'NEW' ) 133 OPEN( NTRA, FILE = SNAPS, STATUS = 'NEW' ) [all...] |
sblat3.f | 99 OPEN( NOUT, FILE = SUMMRY, STATUS = 'NEW' ) 108 OPEN( NTRA, FILE = SNAPS, STATUS = 'NEW' ) [all...] |
zblat2.f | 130 OPEN( NOUT, FILE = SUMMRY, STATUS = 'NEW' ) 139 OPEN( NTRA, FILE = SNAPS, STATUS = 'NEW' ) [all...] |
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
MethodWriter.java | 224 private ByteVector code = new ByteVector();
397 * Constructs a new {@link MethodWriter}.
437 this.exceptions = new int[exceptionCount];
454 labels = new Label();
468 annd = new ByteVector();
469 return new AnnotationWriter(cw, false, annd, null, 0);
479 ByteVector bv = new ByteVector();
482 AnnotationWriter aw = new AnnotationWriter(cw, true, bv, bv, 2);
501 ByteVector bv = new ByteVector();
506 return new AnnotationWriter(cw, false, bv, null, 0); [all...] |
/prebuilts/tools/common/m2/repository/com/googlecode/jarjar/jarjar/1.4/ |
jarjar-1.4.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.objectweb.asm_3.2.0.v200909071300.jar | |
/packages/providers/ContactsProvider/tests/assets/upgradeTest/ |
contacts2_1108.sql | 45 CREATE TABLE calls (_id INTEGER PRIMARY KEY AUTOINCREMENT,number TEXT,presentation INTEGER NOT NULL DEFAULT 1,post_dial_digits TEXT NOT NULL DEFAULT '',date INTEGER,duration INTEGER,data_usage INTEGER,type INTEGER,features INTEGER NOT NULL DEFAULT 0,subscription_component_name TEXT,subscription_id TEXT,phone_account_address TEXT,phone_account_hidden INTEGER NOT NULL DEFAULT 0,sub_id INTEGER DEFAULT -1,new INTEGER,name TEXT,numbertype INTEGER,numberlabel TEXT,countryiso TEXT,voicemail_uri TEXT,is_read INTEGER,geocoded_location TEXT,lookup_uri TEXT,matched_number TEXT,normalized_number TEXT,photo_id INTEGER NOT NULL DEFAULT 0,photo_uri TEXT,formatted_number TEXT,_data TEXT,has_content INTEGER,mime_type TEXT,source_data TEXT,source_package TEXT,transcription TEXT,state INTEGER,dirty INTEGER NOT NULL DEFAULT 0,deleted INTEGER NOT NULL DEFAULT 0, add_for_all_users INTEGER NOT NULL DEFAULT 1); 150 CREATE TRIGGER raw_contacts_marked_deleted AFTER UPDATE ON raw_contacts BEGIN UPDATE raw_contacts SET version=OLD.version+1 WHERE _id=OLD._id AND NEW.deleted!= OLD.deleted; END; [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-inject-bean/1.4.2/ |
sisu-inject-bean-1.4.2.jar | |
/prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/ |
sisu-inject-bean-1.4.2.jar | |