Searched
defs:this (Results
576 -
600 of
819) sorted by null
<<21222324252627282930>>
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
MainActivity.java | 5 * you may not use this file except in compliance with the License. 49 /** This is the main "launcher" activity. 50 * When running on a "large" or larger screen, this activity displays both the 51 * TitlesFragments and the Content Fragment. When on a smaller screen size, this 71 this.setTheme(mThemeId); 117 Intent intent = new Intent(this, CameraActivity.class); 132 this.recreate(); 136 showDialog("This is indeed an awesome dialog."); 161 // with this toggle. 187 // performance so you should only do this for simple layouts. More complicate [all...] |
/development/samples/browseable/BasicMultitouch/src/com.example.android.basicmultitouch/ |
TouchDisplayView.java | 5 * you may not use this file except in compliance with the License. 32 * View that shows touch events and their history. This view demonstrates the 91 this.x = x; 92 this.y = y; 93 this.pressure = pressure; 97 this.historyIndex = 0; 98 this.historyCount = 0; 99 sPool.release(this); 149 * the pointer identifier of this touch from the first index 178 * extract the index at which the data for this particular even [all...] |
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
DebugTreeAdaptor.java | 10 notice, this list of conditions and the following disclaimer. 12 notice, this list of conditions and the following disclaimer in the 15 derived from this software without specific prior written permission. 17 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 26 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 37 * AST events are triggered by this adaptor; no code gen changes are needed 52 this.dbg = dbg; 53 this.adaptor = adaptor; 79 // to simulate what dupTree has done. dupTree does not call this debug 131 Object n = this.create(child) [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
IntervalSet.java | 10 * notice, this list of conditions and the following disclaimer. 12 * notice, this list of conditions and the following disclaimer in the 15 * derived from this software without specific prior written permission. 17 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 64 this.intervals = intervals; 92 * If this is {1..5, 10..20}, adding 6..7 yields 122 iter.remove(); // remove this one 201 this.add(I.a,I.b); 206 return this.complement(IntervalSet.of(minElement,maxElement)) [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/ |
XPath.java | 4 * distributed with this work for additional information 5 * regarding copyright ownership. The ASF licenses this file 7 * you may not use this file except in compliance with the License. 66 * Get the raw Expression object that this class wraps. 77 * This function is used to fixup variables from QNames to stack frame 79 * @param vars List of QNames that correspond to variables. This list 92 * Set the raw expression object for this object. 133 * Return the XPath string associated with this object. 136 * @return the XPath string associated with this object. 152 * (Needs review -sc) This method initializes an XPathParser [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
X509Extensions.java | 285 this(null, extensions); 311 this.ordering.addElement(ASN1ObjectIdentifier.getInstance(e.nextElement())); 314 e = this.ordering.elements(); 321 this.extensions.put(oid, ext); 340 this.ordering.addElement(e.nextElement()); 345 e = this.ordering.elements(); 352 this.extensions.put(oid, ext);
|