HomeSort by relevance Sort by last modified time
    Searched full:between (Results 101 - 125 of 27686) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/autotest/client/tests/tsc/src/
README 2 between pairs of CPUs on an SMP system using a technique borrowed
10 report the observed difference in TSC values between each pair of CPUs.
  /external/clang/test/Parser/
pointer_promotion.c 14 if (ip < 7) {} // expected-warning {{comparison between pointer and integer ('int *' and 'int')}}
15 if (sint < ip) {} // expected-warning {{comparison between pointer and integer ('int' and 'int *')}}
  /external/clang/test/Sema/
attr-regparm.c 5 __attribute((regparm(-1))) int x2(void); // expected-error{{'regparm' parameter must be between 0 and 3 inclusive}}
6 __attribute((regparm(5))) int x3(void); // expected-error{{'regparm' parameter must be between 0 and 3 inclusive}}
ext_vector_conversions.c 10 // Not allowed. There's no splatting conversion between float and int vector,
13 vc4 += f; // expected-error {{cannot convert between vector values of different size}}
mms-bitfields.c 12 // MS pads out bitfields between different types.
  /external/clang/test/SemaObjC/
comptypes-7.m 49 if (obj == i) foo() ; // expected-warning {{comparison between pointer and integer ('id' and 'int')}}
50 if (i == obj) foo() ; // expected-warning {{comparison between pointer and integer ('int' and 'id')}}
54 if (obj_c == i) foo() ; // expected-warning {{comparison between pointer and integer ('MyClass *' and 'int')}}
55 if (i == obj_c) foo() ; // expected-warning {{comparison between pointer and integer ('int' and 'MyClass *')}}
59 if (obj_p == i) foo() ; // expected-warning {{comparison between pointer and integer ('id<MyProtocol>' and 'int')}}
60 if (i == obj_p) foo() ; // expected-warning {{comparison between pointer and integer ('int' and 'id<MyProtocol>')}}
64 if (obj_C == i) foo() ; // expected-warning {{comparison between pointer and integer ('Class' and 'int')}}
65 if (i == obj_C) foo() ; // expected-warning {{comparison between pointer and integer ('int' and 'Class')}}
  /external/clang/test/SemaOpenCL/
vector_conv_invalid.cl 11 int4 e = (int4)u; // expected-error{{invalid conversion between ext-vector type 'int4' (vector of 4 'int' values) and 'uint4' (vector of 4 'unsigned int' values)}}
13 uint3 u4 = (uint3)u; // expected-error{{invalid conversion between ext-vector type 'uint3' (vector of 3 'unsigned int' values) and 'uint4' (vector of 4 'unsigned int' values)}}
  /external/google-tv-pairing-protocol/cpp/
README 9 The Google TV Pairing Protocol can be used to conduct pairing sessions between
10 clients and servers on a local network, for example, between a mobile phone and
  /external/jdiff/src/jdiff/
APIDiff.java 7 * The class contains the changes between two API objects; packages added,
28 /* The overall percentage difference between the two APIs. */
  /external/ltp/testcases/open_posix_testsuite/include/
timespec.h 10 * Here comes common funcions to correctly compute difference between two
17 * Returns difference between two struct timespec values. If difference is
  /external/nos/host/generic/
README.md 4 contains the components that can be shared between those hosts.
8 The `nugget` directory contains items that are shared between the host and the
  /external/skia/src/core/
SkValidationUtils.h 21 /** Returns true if the rect's dimensions are between 0 and SK_MaxS32
27 /** Returns true if the rect's dimensions are between 0 and SK_ScalarMax
  /external/skqp/src/core/
SkValidationUtils.h 21 /** Returns true if the rect's dimensions are between 0 and SK_MaxS32
27 /** Returns true if the rect's dimensions are between 0 and SK_ScalarMax
  /external/valgrind/drd/tests/
pth_barrier_race.c 2 * Test program that triggers a race between pthread_barrier_wait() and
3 * pthread_barrier_destroy(): proper synchronization is missing between
  /external/valgrind/massif/tests/
ignoring.c 1 // When we cull and compute the new minimum time between snapshots, we want
2 // to ignore any gap between two uncullable snapshots, because it is not
  /frameworks/base/graphics/java/android/graphics/
CornerPathEffect.java 23 * replacing any sharp angles between line segments into rounded angles of
25 * @param radius Amount to round sharp angles between line segments.
  /frameworks/compile/slang/tests/F_vector_cast/
stderr.txt.expect 1 vector_cast.rs:8:11: error: cannot convert between vector values of different size ('float2' (vector of 2 'float' values) and 'int2' (vector of 2 'int' values))
2 vector_cast.rs:15:11: error: cannot convert between vector values of different size ('int3' (vector of 3 'int' values) and 'float3' (vector of 3 'float' values))
  /frameworks/support/samples/Support13Demos/src/main/java/com/example/android/supportv13/app/
_index.html 14 left or right to switch between fragments.</dd>
19 left or right to switch between fragments. This versions of the adapter
  /packages/screensavers/PhotoTable/res/values-sw600dp/
config.xml 17 <!-- Parts per million ratio between image size and screen size. -->
20 <!-- Parts per million ratio between image size on the table and screen size. -->
  /system/core/adb/sysdeps/
errno.h 27 // errno values differ between operating systems and between Linux architectures.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
tlspic.s 19 /* Arbitrary instructions in between. */
28 /* Arbitrary instructions in between. */
  /development/samples/browseable/AppRestrictions/
_index.jd 11 When launched under the primary User account, you can toggle between standard app restriction
  /development/samples/browseable/Notifications/
_index.jd 10 companion allows you to select between various notification styles and to see how these
  /external/autotest/frontend/
settings_readonly.py 8 # entries between the readonly and non-readonly settings.
  /external/autotest/server/tests/cleanup_test/
control 10 Run the same cleanup function that the scheduler uses in between tests and

Completed in 4316 milliseconds

1 2 3 45 6 7 8 91011>>