HomeSort by relevance Sort by last modified time
    Searched refs:one (Results 626 - 650 of 2053) sorted by null

<<21222324252627282930>>

  /libcore/jsr166-tests/src/test/java/jsr166/
ConcurrentSkipListSetTest.java 53 q.add(one);
176 assertTrue(q.add(one));
383 Object e3 = q.lower(one);
399 assertEquals(one, e2);
419 Object e3 = q.floor(one);
420 assertEquals(one, e3);
435 assertEquals(one, e2);
550 assertFalse(sm.contains(one));
581 assertFalse(sm.contains(one));
608 assertTrue(sm.contains(one));
    [all...]
TreeSetTest.java 57 q.add(one);
180 assertTrue(q.add(one));
387 Object e3 = q.lower(one);
403 assertEquals(one, e2);
423 Object e3 = q.floor(one);
424 assertEquals(one, e3);
439 assertEquals(one, e2);
555 assertFalse(sm.contains(one));
586 assertFalse(sm.contains(one));
613 assertTrue(sm.contains(one));
    [all...]
  /packages/apps/Camera2/src/com/android/camera/one/v2/
AutoFocusHelper.java 17 package com.android.camera.one.v2;
26 import com.android.camera.one.OneCamera;
27 import com.android.camera.one.Settings3A;
32 * {@link com.android.camera.one.OneCamera} implementations.
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_aos.c 242 value = lp_build_min(&bld->bld_base.base, value, bld->bld_base.base.one);
247 value = lp_build_min(&bld->bld_base.base, value, bld->bld_base.base.one);
388 derivs.ddx_ddy[0] = bld->bld_base.base.one;
389 derivs.ddx_ddy[1] = bld->bld_base.base.one;
450 * Emit LLVM for one TGSI instruction.
554 dst0 = lp_build_select(&bld->bld_base.base, tmp0, bld->bld_base.base.one, bld->bld_base.base.zero);
562 dst0 = lp_build_select(&bld->bld_base.base, tmp0, bld->bld_base.base.one, bld->bld_base.base.zero);
698 dst0 = lp_build_select(&bld->bld_base.base, tmp0, bld->bld_base.base.one, bld->bld_base.base.zero);
709 dst0 = lp_build_select(&bld->bld_base.base, tmp0, bld->bld_base.base.one, bld->bld_base.base.zero);
722 dst0 = lp_build_select(&bld->bld_base.base, tmp0, bld->bld_base.base.one, bld->bld_base.base.zero)
    [all...]
lp_bld_sample_soa.c 210 isOdd = LLVMBuildAnd(bld->gallivm->builder, flr, int_coord_bld->one, "");
241 int_coord_bld->one);
281 LLVMValueRef length_minus_one = lp_build_sub(int_coord_bld, length, int_coord_bld->one);
292 coord1 = lp_build_add(int_coord_bld, coord0, int_coord_bld->one);
305 lp_build_add(int_coord_bld, coord0, int_coord_bld->one),
323 coord1 = lp_build_add(int_coord_bld, coord0, int_coord_bld->one);
343 coord1 = lp_build_add(int_coord_bld, coord0, int_coord_bld->one);
362 coord1 = lp_build_add(int_coord_bld, coord0, int_coord_bld->one);
376 coord1 = lp_build_add(int_coord_bld, coord0, int_coord_bld->one);
399 coord1 = lp_build_add(int_coord_bld, coord0, int_coord_bld->one);
1216 LLVMValueRef one = lp_build_one(gallivm, type); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_aos.c 242 value = lp_build_min(&bld->bld_base.base, value, bld->bld_base.base.one);
247 value = lp_build_min(&bld->bld_base.base, value, bld->bld_base.base.one);
388 derivs.ddx_ddy[0] = bld->bld_base.base.one;
389 derivs.ddx_ddy[1] = bld->bld_base.base.one;
450 * Emit LLVM for one TGSI instruction.
554 dst0 = lp_build_select(&bld->bld_base.base, tmp0, bld->bld_base.base.one, bld->bld_base.base.zero);
562 dst0 = lp_build_select(&bld->bld_base.base, tmp0, bld->bld_base.base.one, bld->bld_base.base.zero);
698 dst0 = lp_build_select(&bld->bld_base.base, tmp0, bld->bld_base.base.one, bld->bld_base.base.zero);
709 dst0 = lp_build_select(&bld->bld_base.base, tmp0, bld->bld_base.base.one, bld->bld_base.base.zero);
722 dst0 = lp_build_select(&bld->bld_base.base, tmp0, bld->bld_base.base.one, bld->bld_base.base.zero)
    [all...]
lp_bld_sample_soa.c 210 isOdd = LLVMBuildAnd(bld->gallivm->builder, flr, int_coord_bld->one, "");
241 int_coord_bld->one);
281 LLVMValueRef length_minus_one = lp_build_sub(int_coord_bld, length, int_coord_bld->one);
292 coord1 = lp_build_add(int_coord_bld, coord0, int_coord_bld->one);
305 lp_build_add(int_coord_bld, coord0, int_coord_bld->one),
323 coord1 = lp_build_add(int_coord_bld, coord0, int_coord_bld->one);
343 coord1 = lp_build_add(int_coord_bld, coord0, int_coord_bld->one);
362 coord1 = lp_build_add(int_coord_bld, coord0, int_coord_bld->one);
376 coord1 = lp_build_add(int_coord_bld, coord0, int_coord_bld->one);
399 coord1 = lp_build_add(int_coord_bld, coord0, int_coord_bld->one);
1216 LLVMValueRef one = lp_build_one(gallivm, type); local
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 246 * @param retBlock one of the ret blocks (final blocks) of this
415 * stack element, plus one if the method is synchronized to
427 * should be one of the static constants defined by this class.
551 BasicBlock one = result.get(i); local
552 if (one.getLabel() == label) {
847 * (which will either be all of them or all but the last one)
910 ByteCatchList.Item one = catches.get(i); local
911 CstType exceptionClass = one.getExceptionClass();
912 int targ = one.getHandlerPc();
946 * already have a catch-all handler, so add one to th
1116 Type one = params.get(i); local
    [all...]
  /external/chromium_org/v8/test/mjsunit/
array-splice.js 32 var spliced = array.splice(1, 1, 'one', 'two');
209 'one', 'two');
211 assertEquals([1, 'one', 'two'], array);
258 var spliced = array.splice(2, 2, 'one', undefined, 'two');
263 assertEquals([, , 'one', undefined, 'two', , , at7, at7, ,], array);
306 var spliced = array.splice(2, 2, 'one', undefined, 'two');
311 assertEquals([, , 'one', undefined, 'two', , , at7, at7, ,], array);
debug-evaluate-recursive.js 105 // Event listener which evaluates with break enabled one time and the second
134 // Test functions - one with break point and one with debugger statement.
  /external/chromium_org/third_party/webtreemap/src/
webtreemap.js 103 // Returns [end, sum], where end is one past the last rectangle and sum is the
106 // Add rectangle one by one, stopping when aspect ratios begin to go
216 // end points one past where we ended, which is where we want to
217 // begin the next iteration, but subtract one to balance the ++ in
  /external/libvorbis/doc/
04-codec.tex 60 9) [framing_flag] = read one bit
111 \item \varname{[vorbis_codebook_count]} = read eight bits as unsigned integer and add one
127 \item \varname{[vorbis_time_count]} = read 6 bits as unsigned integer and add one
139 \item \varname{[vorbis_floor_count]} = read 6 bits as unsigned integer and add one
148 \item If the floor type is one,
150 \item If the the floor type is greater than one, this stream is undecodable; ERROR CONDITION
163 \item \varname{[vorbis_residue_count]} = read 6 bits as unsigned integer and add one
169 one or two, decode the residue configuration as defined in \xref{vorbis:spec:residue}; save this configuration in slot \varname{[i]} of the residue configuration array \varname{[vorbis_residue_configurations]}.
188 \item \varname{[vorbis_mapping_count]} = read 6 bits as unsigned integer and add one
197 \item if set, \varname{[vorbis_mapping_submaps]} = read 4 bits as unsigned integer and add one
    [all...]
  /external/oprofile/events/i386/atom/
events 6 event:0x3c counters:0,1 um:one minimum:6000 name:UNHALTED_REFERENCE_CYCLES : Unhalted reference cycles
7 event:0xc0 counters:0,1 um:one minimum:6000 name:INST_RETIRED : number of instructions retired
22 event:0x14 counters:0,1 um:one minimum:6000 name:CYCLES_DIV_BUSY : Cycles the driver is busy
69 event:0xC3 counters:0,1 um:one minimum:6000 name:MACHINE_CLEARS : Self-Modifying Code detected
80 event:0xE6 counters:0,1 um:one minimum:6000 name:BACLEARS : BACLEARS asserted
  /packages/apps/Camera2/src/com/android/camera/
CaptureModule.java 52 import com.android.camera.one.OneCamera;
53 import com.android.camera.one.OneCamera.AutoFocusState;
54 import com.android.camera.one.OneCamera.CaptureReadyCallback;
55 import com.android.camera.one.OneCamera.Facing;
56 import com.android.camera.one.OneCamera.OpenCallback;
57 import com.android.camera.one.OneCamera.PhotoCaptureParameters;
58 import com.android.camera.one.OneCamera.PhotoCaptureParameters.Flash;
59 import com.android.camera.one.OneCameraManager;
60 import com.android.camera.one.Settings3A;
61 import com.android.camera.one.v2.OneCameraManagerImpl
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicParameterization.cpp 426 bool implicit_matches(const Cubic& one, const Cubic& two) {
432 alt_set_abcd(&one[0].x, a1, b1, c1, d1);
434 set_abcd(&one[0].x, a1, b1, c1, d1);
437 alt_set_abcd(&one[0].y, e1, f1, g1, h1);
439 set_abcd(&one[0].y, e1, f1, g1, h1);
453 double a1 = one[0].x;
454 double b1 = one[1].x;
455 double c1 = one[2].x;
456 double d1 = one[3].x;
457 double e1 = one[0].y
    [all...]
  /external/skia/experimental/Intersection/
CubicParameterization.cpp 426 bool implicit_matches(const Cubic& one, const Cubic& two) {
432 alt_set_abcd(&one[0].x, a1, b1, c1, d1);
434 set_abcd(&one[0].x, a1, b1, c1, d1);
437 alt_set_abcd(&one[0].y, e1, f1, g1, h1);
439 set_abcd(&one[0].y, e1, f1, g1, h1);
453 double a1 = one[0].x;
454 double b1 = one[1].x;
455 double c1 = one[2].x;
456 double d1 = one[3].x;
457 double e1 = one[0].y
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MapMakerInternalMapTest.java 311 Object one = new Object(); local
318 map.put(one, two);
319 map.remove(one);
320 assertNotified(listener, one, two, RemovalCause.EXPLICIT);
354 Object one = new Object(); local
361 map.put(one, two);
362 map.put(one, three);
363 assertNotified(listener, one, two, RemovalCause.REPLACED);
365 Map<Object, Object> newMap = ImmutableMap.of(one, four);
367 assertNotified(listener, one, three, RemovalCause.REPLACED)
386 Object one = new Object(); local
411 Object one = new Object(); local
    [all...]
  /cts/
CtsTestCaseList.mk 191 # one test executable, and it will end in 32. For 64 bit targets, assumes
192 # that there will be two executables, one that ends in 32 for the 32
193 # bit executable and one that ends in 64 for the 64 bit executable.
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopTranslator.java 53 * how much position info to preserve; one of the static
90 * @param positionInfo how much position info to preserve; one of the
109 * @param positionInfo how much position info to preserve; one of the
140 * start of the block) as well as one for each interblock
233 * and output of one block.
312 BasicBlock one = blocks.get(i); local
313 Bits.set(workSet, one.getLabel());
360 // This one's already ordered.
366 // Found one!
378 * Trace a path from the chosen block to one of it
388 BasicBlock one = blocks.labelToBlock(label); local
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
RopTranslator.java 56 * how much position info to preserve; one of the static
93 * @param positionInfo how much position info to preserve; one of the
112 * @param positionInfo how much position info to preserve; one of the
145 * start of the block) as well as one for each interblock
239 * and output of one block.
318 BasicBlock one = blocks.get(i); local
319 Bits.set(workSet, one.getLabel());
366 // This one's already ordered.
372 // Found one!
384 * Trace a path from the chosen block to one of it
394 BasicBlock one = blocks.labelToBlock(label); local
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
RecognizerSharedState.as 5 * shared among multiple grammars; e.g., when one grammar imports another.
19 * matched a token. Prevents generation of more than one error message
28 * one token/tree node is consumed for two errors.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
util.js 44 * Adds one to and index with wrapping.
54 * Subtracts one to and index with wrapping.
120 * invoke the onclick method if there is one.
  /external/chromium_org/third_party/cython/src/Cython/Utility/
TypeConversion.c 325 int one = 1; int little = (int)*(unsigned char*)&one; local
496 int one = 1; int little = (int)*(unsigned char *)&one; variable
608 int one = 1; int is_little = (int)*(unsigned char *)&one; variable
  /external/chromium_org/third_party/skia/src/effects/
SkColorMatrixFilter.cpp 140 int32_t one = SK_Fixed1; local
149 one >>= bits;
154 (array[18] - one) | array[19]);
164 int32_t needsScale = (array[SkColorMatrix::kR_Scale] - one) |
165 (array[SkColorMatrix::kG_Scale] - one) |
166 (array[SkColorMatrix::kB_Scale] - one);
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
RopTranslator.java 57 * how much position info to preserve; one of the static
94 * @param positionInfo how much position info to preserve; one of the
113 * @param positionInfo how much position info to preserve; one of the
146 * start of the block) as well as one for each interblock
240 * and output of one block.
319 BasicBlock one = blocks.get(i); local
320 Bits.set(workSet, one.getLabel());
367 // This one's already ordered.
373 // Found one!
385 * Trace a path from the chosen block to one of it
395 BasicBlock one = blocks.labelToBlock(label); local
    [all...]

Completed in 2733 milliseconds

<<21222324252627282930>>