/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
RuleBasedBreakIterator.java | 34 * This is a port of the C++ class RuleBasedBreakIterator from ICU4C. 68 RuleBasedBreakIterator This = new RuleBasedBreakIterator(); 69 This.fRData = RBBIDataWrapper.get(ICUBinary.getByteBufferFromInputStreamAndCloseStream(is)); 70 return This; 87 * @deprecated This API is ICU internal only. 91 RuleBasedBreakIterator This = new RuleBasedBreakIterator(); 92 This.fRData = RBBIDataWrapper.get(bytes); 93 return This; 102 this(); 123 * Clones this iterator [all...] |
/external/jetty/src/java/org/eclipse/jetty/servlet/ |
ServletHolder.java | 5 // All rights reserved. This program and the accompanying materials 7 // and Apache License v2.0 which accompanies this distribution. 15 // You may elect to redistribute this code under either of these licenses. 61 * This class will organise the loading of the servlet when needed or 93 this(Source.EMBEDDED); 109 this(Source.EMBEDDED); 118 this(Source.EMBEDDED); 128 this(Source.EMBEDDED); 138 this(Source.EMBEDDED); 195 if (sh==this) [all...] |
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/meshes/ |
MeshHelper.java | 10 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
17 * may be used to endorse or promote products derived from this software
20 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
29 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
77 * This constructor parses the given blender version and stores the result. Some functionalities may differ in different blender
90 * This method reads converts the given structure into mesh. The given structure needs to be filled with the appropriate data.
117 Vector3f[] vertices = this.getVertices(structure, blenderContext);
121 List<byte[]> verticesColors = this.getVerticesColors(structure, blenderContext);
157 // this map's key is the vertex index from 'vertices 'table and the value are indices from 'vertexList' [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/analysis/ |
AnalysisAdapter.java | 0 /* This file was generated by SableCC (http://www.sablecc.org/). */ 15 if(this.in == null) 20 return this.in.get(node); 25 if(this.in == null) 27 this.in = new Hashtable<Node,Object>(1); 32 this.in.put(node, o); 36 this.in.remove(node); 42 if(this.out == null) 47 return this.out.get(node); 52 if(this.out == null [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/ |
Lexer.java | 0 /* This file was generated by SableCC (http://www.sablecc.org/). */ 29 this.in = in; 34 while(this.token == null) 36 this.token = getToken(); 40 return this.token; 45 while(this.token == null) 47 this.token = getToken(); 51 Token result = this.token; 52 this.token = null; 60 int start_pos = this.pos [all...] |
/external/nist-sip/java/gov/nist/javax/sip/address/ |
SipUri.java | 4 * This software was developed by employees of the National Institute of 11 * This software is provided by NIST as a service and is expressly 20 * Permission to use this software is contingent upon your acceptance 21 * of the terms of this agreement 82 this.scheme = SIP; 83 this.uriParms = new NameValueList(); 84 this.qheaders = new NameValueList(); 85 this.qheaders.setSeparator("&"); 95 this.scheme = scheme.toLowerCase(); 115 if (this.authority != null) [all...] |
/external/nist-sip/java/gov/nist/javax/sip/message/ |
SIPRequest.java | 4 * This software was developed by employees of the National Institute of 11 * This software is provided by NIST as a service and is expressly 20 * Permission to use this software is contingent upon your acceptance 21 * of the terms of this agreement 51 * Acknowledgements: Mark Bednarek made a few fixes to this code. Jeff Keyser added two methods 55 * Bystrom. Szabo Barna noticed a contact in a cancel request - this is a pointless header for 100 * A table that maps a name string to its cannonical constant. This is used to speed up 149 * Set to standard constants to speed up processing. this makes equals comparisons run much 180 this.requestLine = requestLine; 192 * this into a sip message that is suitable for transmission. Note hack here if you want t [all...] |
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/ |
SpdyConnection.java | 5 * you may not use this file except in compliance with the License. 47 * <p>Many methods in this API are <strong>synchronous:</strong> the call is 48 * completed before the method returns. This is typical for Java but atypical 49 * for SPDY. This is motivated by exception transparency: an IOException that 54 // Internal state of this connection is guarded by 'this'. No blocking 55 // operations may be performed while holding this lock! 62 // frameWriter (to do blocking I/O) and this (to create streams). Such 63 // operations must synchronize on 'this' last. This ensures that we neve [all...] |
/external/proguard/src/proguard/classfile/io/ |
ProgramClassReader.java | 7 * This program is free software; you can redistribute it and/or modify it 12 * This program is distributed in the hope that it will be useful, but WITHOUT 18 * with this program; if not, write to the Free Software Foundation, Inc., 40 * This ClassVisitor fills out the ProgramClass objects that it visits with data 75 this.dataInput = new RuntimeDataInput(dataInput); 104 constant.accept(programClass, this); 138 this.visitProgramField(programClass, programField); 149 this.visitProgramMethod(programClass, programMethod); 160 attribute.accept(programClass, this); 187 attribute.accept(programClass, programField, this); [all...] |
/frameworks/base/services/core/java/com/android/server/am/ |
TaskPersister.java | 5 * you may not use this file except in compliance with the License. 65 /** When not flushing don't write out files faster than this */ 68 /** When not flushing delay this long before writing the first file out. This gives the next 69 * task being launched a chance to load its resources without this occupying IO bandwidth. */ 97 * > 0 We are Actively writing. Next write will be at this time. Subsequent writes will be 166 synchronized (this) { 177 synchronized (this) { 185 // This task is being removed. 213 synchronized (this) { [all...] |
/packages/apps/Camera/src/com/android/camera/ |
ActivityBase.java | 5 * you may not use this file except in compliance with the License. 64 // increment. This is used when switching between camera, camcorder, and 77 // The activity is paused. The classes that extend this class should set 85 // The activity is going to switch to the specified camera id. This is 91 protected ScreenNail mCameraScreenNail; // This shows camera preview. 98 // Secure album id. This should be incremented every time the camera is 160 mCameraDevice = Util.openCamera(ActivityBase.this, mCameraId); 177 // This must be set before we call super.onCreate(), where the window's 187 // Check if this is in the secure camera mode. 192 // Use a new album when this is started from the lock screen [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/timer/ |
CountingTimerView.java | 5 * you may not use this file except in compliance with the License. 38 * This class manages and sums the work of the four members mBigHours, mBigMinutes, 48 // This is the ratio of the font height needed to vertically offset the font for alignment 88 CountingTimerView.this.showTime(mVisible); 96 * may have an optional label. for hours, minutes and seconds, this label trails the digits 130 this.mPaint = unsignedTime.mPaint; 131 this.mEm = unsignedTime.mEm; 132 this.mWidth = unsignedTime.mWidth; 133 this.mWidest = unsignedTime.mWidest; 134 this.mSpacingRatio = spacingRatio [all...] |
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
EntityDelta.java | 5 * you may not use this file except in compliance with the License. 48 * One benefit of this approach is that we can build changes entirely on an 96 * "before" state represented by this {@link EntityDelta}, discarding any 97 * existing "after" states. This is typically used when re-parenting changes 305 * Mark this entire object deleted, including any {@link ValuesDelta}. 308 this.mValues.markDeleted(); 345 * "before" state hasn't changed. This is maintained separately so that all 366 * current "before" {@link Entity} state into the modified state which this 446 // Nothing special about this parcel 452 final int size = this.getEntryCount(false) [all...] |
/art/test/031-class-attributes/src/ |
ClassAttrs.java | 21 printClassAttrs(this.getClass()); 102 printClassAttrs(this.getClass());
|
/cts/tests/tests/animation/src/android/animation/cts/ |
ValueAnimatorTest.java | 5 * you may not use this file except in compliance with the License. 177 this.runTestOnUiThread(new Runnable(){ 201 this.runTestOnUiThread(new Runnable(){ 247 this.runTestOnUiThread(new Runnable() { 255 this.runTestOnUiThread(new Runnable() { 263 this.runTestOnUiThread(new Runnable() {
|
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/ |
DeviceInfoInstrument.java | 5 * you may not use this file except in compliance with the License. 107 intent.setClass(this.getContext(), DeviceInfoActivity.class); 329 // Null feature name means this feature is the open gl es version feature.
|
/developers/build/prebuilts/gradle/BasicMultitouch/Application/src/main/java/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...] |
/developers/samples/android/input/multitouch/BasicMultitouch/Application/src/main/java/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...] |
/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...] |
/development/tools/idegen/src/com/android/idegen/ |
Module.java | 5 * you may not use this file except in compliance with the License. 92 this(moduleDir, true); 96 this.moduleRoot = Preconditions.checkNotNull(moduleDir); 97 this.makeFile = new File(moduleDir, "Android.mk"); 98 this.relativeIntermediatesDir = calculateRelativePartToRepoRoot() + REL_OUT_APP_DIR + 100 this.parseMakeFileForSource = parseMakeFileForSource; 108 Collections.addAll(this.explicitModuleNameDependencies, AUTO_DEPENDENCIES); 171 // value may contain garbage at this point due to relaxed make file parsing. 302 allDependencies.remove(this.getDir().getCanonicalPath()); 303 allDependentImlFiles.remove(this.getImlFile()) [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 | 284 this(null, extensions); 310 this.ordering.addElement(ASN1ObjectIdentifier.getInstance(e.nextElement())); 313 e = this.ordering.elements(); 320 this.extensions.put(oid, ext); 339 this.ordering.addElement(e.nextElement()); 344 e = this.ordering.elements(); 351 this.extensions.put(oid, ext);
|