HomeSort by relevance Sort by last modified time
    Searched defs:one (Results 601 - 625 of 786) sorted by null

<<21222324252627282930>>

  /cts/tests/tests/text/src/android/text/cts/
TextUtilsTest.java 91 // avail is shorter than text width for only one item plus the appropriate ellipsis.
96 // avail is long enough for only one item plus the appropriate ellipsis.
646 // the template requests 2 values but only one null value is provided
712 // get chars to place at the beginning of the destination except the latest one char.
743 // and the latest one word
1557 String one = "Hello Android, hello World!"; local
    [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 1124 int one; member in struct:CStruct
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MapMakerInternalMapTest.java 285 Object one = new Object(); local
292 map.put(one, two);
293 map.remove(one);
294 assertNotified(listener, one, two, RemovalCause.EXPLICIT);
328 Object one = new Object(); local
335 map.put(one, two);
336 map.put(one, three);
337 assertNotified(listener, one, two, RemovalCause.REPLACED);
339 Map<Object, Object> newMap = ImmutableMap.of(one, four);
341 assertNotified(listener, one, three, RemovalCause.REPLACED)
360 Object one = new Object(); local
385 Object one = new Object(); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
DiagBigDecimal.java 116 private static final com.ibm.icu.math.BigDecimal one = com.ibm.icu.math.BigDecimal.ONE; field in class:DiagBigDecimal
413 (new Test("con002")).ok = (com.ibm.icu.math.BigDecimal.ONE.toString()).equals("1");
416 (new Test("con005")).ok = (com.ibm.icu.math.BigDecimal.ONE.intValueExact()) == 1;
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 464 // extloads, so doing one requires using a buffer_load. In cases where we
632 // sign_extend_inreg is the one to check for custom lowering. The extended
1648 SDValue one = DAG.getConstant(1, HalfVT); local
    [all...]
  /external/skia/tests/
PathOpsOpTest.cpp 379 SkPath one, two; local
380 one.addRect(0, 0, 6, 6, SkPath::kCW_Direction);
382 testPathOp(reporter, one, two, kIntersect_SkPathOp, filename);
386 SkPath one, two; local
387 one.addRect(0, 0, 6, 6, SkPath::kCW_Direction);
389 testPathOp(reporter, one, two, kUnion_SkPathOp, filename);
393 SkPath one, two; local
394 one.addRect(0, 0, 6, 6, SkPath::kCW_Direction);
396 testPathOp(reporter, one, two, kDifference_SkPathOp, filename);
400 SkPath one, two local
407 SkPath one, two; local
414 SkPath one, two; local
421 SkPath one, two; local
428 SkPath one, two; local
    [all...]
  /external/valgrind/memcheck/
mc_translate.c 194 The reason for this strange split (types in one place, all
265 so far exists, allocate one. */
290 this. Instead we must abandon the old shadow, allocate a new one
294 if a shadow temp already existed -- we simply allocate a new one
1974 IRExpr *one; local
    [all...]
  /build/core/
definitions.mk 381 ## a given directory or one of its parents contains
644 ## $(1): the string. Must be one line.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar 
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar 
org.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar 
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar 
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar 
  /external/valgrind/VEX/priv/
guest_arm_toIR.c 90 Following that, one of the following 3 are allowed
3211 ULong one = 1; local
    [all...]
guest_amd64_toIR.c 108 Following that, one of the following 3 are allowed (standard
147 simulated one (presumably they communicate via a shared memory
639 * at most one segment-override bit (CS,DS,ES,FS,GS,SS) is set.
27291 IRExpr* one = laneIs32 ? mkU32(1) : mkU64(1); local
    [all...]
guest_arm64_toIR.c 67 Following that, one of the following 3 are allowed
2876 IRExpr* one = is64 ? mkU64(1) : mkU32(1); local
3353 IRExpr* one = mkU8(1); local
    [all...]
  /external/vogar/lib/
caliper.jar 
  /external/v8/src/
hydrogen.cc 413 int outstanding_successors = 1; // one edge from the pre-header
576 // Check that every block contains at least one node and that only the last
1014 // If there is only one block that makes it through to the end of the
1101 HValue* one = builder_->graph()->GetConstant1(); local
8207 HValue* one = graph()->GetConstant1(); local
    [all...]
  /external/v8/test/cctest/
test-api.cc 3456 Local<v8::Value> one = v8::External::New(CcTest::isolate(), &data[1]); local
    [all...]
  /prebuilts/tools/common/easymock-tools/
easymock-3.1-tests.jar 

Completed in 758 milliseconds

<<21222324252627282930>>