/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
DngCreatorTest.java | 162 * set. 542 // Set up still capture template targeting JPEG/RAW outputs 568 precaptureRequest.set(CaptureRequest.CONTROL_MODE, 570 precaptureRequest.set(CaptureRequest.CONTROL_AE_MODE, 596 precaptureRequest.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, 603 request.set(CaptureRequest.STATISTICS_LENS_SHADING_MAP_MODE,
|
/cts/tools/dasm/src/dasm/ |
DAsm.java | 734 reg_spec_list.set(i, RegisterSpec 807 reg_spec_list.set(i, RegisterSpec.make(regC + i, Type.INT)); [all...] |
/dalvik/dx/src/com/android/dx/ssa/back/ |
FirstFitLocalCombiningAllocator.java | 81 * Returns the index of the first bit that is set to {@code false} that occurs on or after the 106 /** indexed by SSA reg; the set of SSA regs we've mapped */ 115 /** set of rop registers reserved for parameters or local variables */ 118 /** set of rop registers that have been used by anything */ 153 reservedRopRegs.set(0, paramRangeEnd); 380 reservedRopRegs.set(ropReg, ropReg + category, true); 786 ssaRegsMapped.set(ssaReg); 787 usedRopRegs.set(ropReg, ropReg + category); 874 // by source index: set of sources needing moves in high scoring plan [all...] |
/developers/build/prebuilts/gradle/Camera2Basic/Application/src/main/java/com/example/android/camera2basic/ |
Camera2BasicFragment.java | 567 // We set up a CaptureRequest.Builder with the output Surface. 587 mPreviewRequestBuilder.set(CaptureRequest.CONTROL_AF_MODE, 590 mPreviewRequestBuilder.set(CaptureRequest.CONTROL_AE_MODE, 659 mPreviewRequestBuilder.set(CaptureRequest.CONTROL_AF_TRIGGER, 677 mPreviewRequestBuilder.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, 679 // Tell #mCaptureCallback to wait for the precapture sequence to be set. 704 captureBuilder.set(CaptureRequest.CONTROL_AF_MODE, 706 captureBuilder.set(CaptureRequest.CONTROL_AE_MODE, 711 captureBuilder.set(CaptureRequest.JPEG_ORIENTATION, ORIENTATIONS.get(rotation)); 737 mPreviewRequestBuilder.set(CaptureRequest.CONTROL_AF_TRIGGER [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
CubeMapActivity.java | 189 grid.set(i, j, x, y, z, nx, ny, nz); 317 public void set(int i, int j, float x, float y, float z, float nx, float ny, float nz) { method in class:CubeMapActivity.Grid 394 // Create our surface view and set it as the content of our
|
/development/samples/browseable/Camera2Basic/src/com.example.android.camera2basic/ |
Camera2BasicFragment.java | 567 // We set up a CaptureRequest.Builder with the output Surface. 587 mPreviewRequestBuilder.set(CaptureRequest.CONTROL_AF_MODE, 590 mPreviewRequestBuilder.set(CaptureRequest.CONTROL_AE_MODE, 659 mPreviewRequestBuilder.set(CaptureRequest.CONTROL_AF_TRIGGER, 677 mPreviewRequestBuilder.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, 679 // Tell #mCaptureCallback to wait for the precapture sequence to be set. 704 captureBuilder.set(CaptureRequest.CONTROL_AF_MODE, 706 captureBuilder.set(CaptureRequest.CONTROL_AE_MODE, 711 captureBuilder.set(CaptureRequest.JPEG_ORIENTATION, ORIENTATIONS.get(rotation)); 737 mPreviewRequestBuilder.set(CaptureRequest.CONTROL_AF_TRIGGER [all...] |
/external/chromium-trace/trace-viewer/tracing/third_party/css-element-queries/test/ |
mootools-core-full-nocompat.js | [all...] |
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/ |
FirstFitLocalCombiningAllocator.java | 58 /** indexed by SSA reg; the set of SSA regs we've mapped */ 67 /** set of rop registers reserved for parameters or local variables */ 70 /** set of rop registers that have been used by anything */ 105 reservedRopRegs.set(0, paramRangeEnd); 332 reservedRopRegs.set(ropReg, ropReg + category, true); 707 ssaRegsMapped.set(ssaReg); 708 usedRopRegs.set(ropReg, ropReg + category); 795 // by source index: set of sources needing moves in high scoring plan 879 * source index that will contain the set of sources which need 910 * source index that will contain the set of sources which nee [all...] |
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
CollationIterator.java | 68 long set(int i, long ce) { method in class:CollationIterator.CEBuffer 246 return ceBuffer.set(cesIndex++, 254 return ceBuffer.set(cesIndex++, Collation.NO_CE); 261 return ceBuffer.set(cesIndex++, 269 return ceBuffer.set(cesIndex++, 292 ceBuffer.set(cesIndex - 1, ce); 465 ceBuffer.set(ceBuffer.length, Collation.latinCE0FromCE32(ce32)); 466 ceBuffer.set(ceBuffer.length + 1, Collation.latinCE1FromCE32(ce32)); 574 ceBuffer.set(ceBuffer.length, Collation.ceFromCE32(jamoCE32s[c])); 575 ceBuffer.set(ceBuffer.length + 1, Collation.ceFromCE32(jamoCE32s[19 + v])) [all...] |
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
AlphabeticIndex.java | 294 // take precedence over the single locale data exemplar set per language. 341 * Set the overflow label 364 * Set the underflowLabel label 387 * Set the inflowLabel label 421 * Set a limit on the number of labels in the index. The number of buckets can be slightly larger: see 424 * @param maxLabelCount Set the maximum number of labels. Currently, if the number is exceeded, then every 478 indexCharacters.set(insertionPoint, item); 528 // Synthesize a set of them from the locale's standard exemplar characters. 1234 UnicodeSet set = new UnicodeSet(); local [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
TimeZoneFormatTest.java | 18 import java.util.Set; 78 * Test case for checking if a TimeZone is properly set in the result calendar 100 // Set up rule equivalency test range 102 cal.set(1900, 0, 1); 104 cal.set(2040, 0, 1); 107 // Set up test dates 111 cal.set(testDateData[i][0], testDateData[i][1], testDateData[i][2]); 115 // Set up test locales 153 // Before parse, set unknown zone to SimpleDateFormat instance 155 // originally set [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/ |
BoundingBox.java | 78 this.center.set(c);
85 this.center.set(source.center);
101 * set of points. It uses the <code>containAABB</code> method as default.
112 * set of triangles. It is used in OBBTree calculations.
125 Vector3f min = vars.vect1.set(new Vector3f(Float.POSITIVE_INFINITY, Float.POSITIVE_INFINITY, Float.POSITIVE_INFINITY));
126 Vector3f max = vars.vect2.set(new Vector3f(Float.NEGATIVE_INFINITY, Float.NEGATIVE_INFINITY, Float.NEGATIVE_INFINITY));
138 center.set(min.addLocal(max));
159 Vector3f min = vect1.set(Float.POSITIVE_INFINITY, Float.POSITIVE_INFINITY, Float.POSITIVE_INFINITY);
160 Vector3f max = vect2.set(Float.NEGATIVE_INFINITY, Float.NEGATIVE_INFINITY, Float.NEGATIVE_INFINITY);
173 center.set(min.addLocal(max)); [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/ |
RenderManager.java | 337 // assums worldMatrix is properly set.
361 tempMat4.set(viewMatrix);
366 tempMat4.set(viewMatrix);
374 tempMat4.set(viewProjMatrix);
379 tempMat4.set(worldMatrix);
389 tempMat4.set(viewMatrix);
394 tempMat4.set(projMatrix);
399 tempMat4.set(viewProjMatrix);
404 tempMat4.set(viewMatrix);
410 tempMat4.set(viewMatrix); [all...] |
/external/nist-sip/java/gov/nist/javax/sip/address/ |
SipUri.java | 297 // If port not set assign the default. 372 /** Set the user password. 373 *@param password - password to set. 435 * "telephone-subscriber" that are not either in the set 436 * "unreserved" or "user-unreserved" MUST be escaped. The set 501 * Set the user type. 545 /** Set the default parameters for this URI. 546 * Do nothing if the parameter is already set to some value. 547 * Otherwise set it to the given value. 548 * @param name Name of the parameter to set [all...] |
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/ |
SpdyConnection.java | 30 import java.util.Set; 112 // TODO: Do we want to dynamically adjust settings, or KISS and only set once? 114 // okHttpSettings.set(Settings.MAX_CONCURRENT_STREAMS, 0, max); 143 // If we are a client, set the flow control window to 16MiB. This avoids 147 okHttpSettings.set(Settings.INITIAL_WINDOW_SIZE, 0, OKHTTP_CLIENT_WINDOW_SIZE); 159 peerSettings.set(Settings.INITIAL_WINDOW_SIZE, 0, 65535); 160 peerSettings.set(Settings.MAX_FRAME_SIZE, 0, Http2.INITIAL_MAX_FRAME_SIZE); 797 private final Set<Integer> currentPushRequests = new LinkedHashSet<>();
|
/frameworks/base/core/java/android/hardware/camera2/ |
CaptureRequest.java | 80 * {@link CaptureResult#get} or to set fields with 81 * {@link CaptureRequest.Builder#set(Key, Object)}. 83 * <p>For example, to set the crop rectangle for the next capture: 86 * captureRequestBuilder.set(SCALER_CROP_REGION, cropRectangle); 269 * @return The value of that key, or {@code null} if the field is not set. 316 * @return the last tag Object set on this request, or {@code null} if 317 * no tag has been set. 390 * <p>A request is considered equal to another is if it's set of key/values is equal, it's 556 * Set a capture request field to a value. The field definitions can be 560 * @param value The value to set the field to, which must be of a matchin 563 public <T> void set(@NonNull Key<T> key, T value) { method in class:CaptureRequest.Builder [all...] |
/frameworks/base/core/java/android/view/animation/ |
Animation.java | 99 * Set by {@link #getTransformation(long, Transformation)} when the animation ends. 104 * Set by {@link #getTransformation(long, Transformation)} when the animation starts. 109 * Set by {@link #getTransformation(long, Transformation)} when the animation repeats 115 * This value must be set to true by {@link #initialize(int, int, int, int)}. It 220 * fillBefore set to true and fillAfter set to false 228 * attributes set. 231 * @param attrs the set of attributes holding the animation parameters 291 * listener, if set, to notify the end of the animation. 490 * When this animation should start. When the start time is set t [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/ |
TaskStack.java | 86 void set(List<Task> tasks) { method in class:FilteredTaskList 205 this.stackBounds.set(stackBounds); 206 this.displayBounds.set(displayBounds); 280 mTaskList.set(tasks); 339 // Set the task list filter 370 /** Adds a group to the set */ 449 tasks.set(taskIndex, taskMap.get(groupTasks.get(j))); 453 mTaskList.set(tasks);
|
/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
RecurrenceProcessor.java | 341 * Generate a set according to the BYDAY rules. For each day of the month, determine 342 * if its day of the week is included. If so, append it to the day set. 349 // For each month day, see if it's part of the set. (This makes some assumptions 446 t.set(day, realMonth, realYear); 460 Log.i(TAG, "set t=" + t + " " + realMonth + "/" + day + "/" + realYear); 466 t.set(day, realMonth, realYear); 469 Log.i(TAG, "set t=" + t + " " + t.month 486 * Fill in a bit set containing the days of the month on which this 648 mIterator.set(rangeStartMillis); 653 mIterator.set(rangeEndMillis) [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
IdentityHashMapTest.java | 33 import java.util.Set; 41 public Set entrySet() { 144 Set keys = map.keySet(); 159 Set key2 = map2.keySet(); 200 // Test for method java.util.Set java.util.IdentityHashMap.entrySet() 201 Set s = hm.entrySet(); 203 assertTrue("Returned set of incorrect size", hm.size() == s.size()); 206 assertTrue("Returned incorrect entry set", hm.containsKey(m 245 // Test for method java.util.Set java.util.IdentityHashMap.keySet() 246 Set s = hm.keySet() 621 Set set = map.entrySet(); local 640 Set set = map.keySet(); local 709 Set set = map.keySet(); local 727 Set set = map.keySet(); local 764 Set set = map.keySet(); local 850 Set<Map.Entry<String, String>> set = ihm.entrySet(); local [all...] |
/libcore/jsr166-tests/src/test/java/jsr166/ |
FutureTaskTest.java | 140 pf.set(new Object()); 217 @Override public void set(Object x) { method in class:FutureTaskTest.PublicFutureTask 219 super.set(x); 306 task.set(one); 583 * set in one thread causes get in another thread to retrieve value 610 task.set(two);
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/ |
RawContactDeltaListTests.java | 117 final RawContactDeltaList set = new RawContactDeltaList(); local 118 Collections.addAll(set, deltas); 119 return set; 168 static void insertPhone(RawContactDeltaList set, long rawContactId, ContentValues values) { 169 final RawContactDelta match = set.getByRawContactId(rawContactId); 173 static ValuesDelta getPhone(RawContactDeltaList set, long rawContactId, long dataId) { 174 final RawContactDelta match = set.getByRawContactId(rawContactId); 185 static void assertDiffPattern(RawContactDeltaList set, ContentProviderOperation... pattern) { 186 assertDiffPattern(set.buildDiff(), pattern); 285 static Long getVersion(RawContactDeltaList set, Long rawContactId) 306 final RawContactDeltaList set = buildSet(insert); local 317 final RawContactDeltaList set = buildSet(updateFirst, updateSecond); local 328 final RawContactDeltaList set = buildSet(update, insert); local 340 final RawContactDeltaList set = buildSet(insertFirst, update, insertSecond); local 352 final RawContactDeltaList set = buildSet(insertFirst, insertSecond, insertThird); local [all...] |
/packages/apps/ExactCalculator/src/com/android/calculator2/ |
CalculatorExpr.java | 248 outMap.set(new IdentityHashMap<CR,Integer>()); 249 exprIndex.set(Integer.valueOf(0)); 253 inMap.set(new HashMap<Integer,PreEval>()); 301 exprIndex.set(nextIndex); [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
GeometryMathUtils.java | 54 public void set(GeometryHolder h) { method in class:GeometryMathUtils.GeometryHolder 57 crop.set(h.crop); 185 r.set(r.left * scale, r.top * scale, r.right * scale, r.bottom * scale); 478 outCrop.set(crop);
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
GLView.java | 361 mBounds.set(left, top, right, bottom); 417 out.set(xoffset, yoffset, xoffset + descendant.getWidth(),
|