/external/clang/test/FixIt/ |
no-macro-fixit.c | 8 va_list values; local 12 while (value = va_arg(values, int)) { // expected-warning {{using the result of an assignment as a condition without parentheses}} \
|
/frameworks/base/test-runner/src/junit/runner/ |
Sorter.java | 15 public void swap(Vector values, int left, int right); 18 public static void sortStrings(Vector values , int left, int right, Swapper swapper) { 21 String mid= (String)values.elementAt((left + right) / 2); 23 while (((String)(values.elementAt(left))).compareTo(mid) < 0) 25 while (mid.compareTo((String)(values.elementAt(right))) < 0) 28 swapper.swap(values, left, right); 35 sortStrings(values, oleft, right, swapper); 37 sortStrings(values, left, oright, swapper);
|
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/ |
hal_outputs.h | 16 int inv_get_sensor_type_orientation(float *values, int8_t *accuracy, 18 int inv_get_sensor_type_accelerometer(float *values, int8_t *accuracy, 20 int inv_get_sensor_type_gyroscope(float *values, int8_t *accuracy, 22 int inv_get_sensor_type_gyroscope_raw(float *values, int8_t *accuracy, 24 int inv_get_sensor_type_magnetic_field(float *values, int8_t *accuracy, 26 int inv_get_sensor_type_rotation_vector(float *values, int8_t *accuracy, 29 int inv_get_sensor_type_linear_acceleration(float *values, 32 int inv_get_sensor_type_gravity(float *values, int8_t *accuracy,
|
/external/linux-tools-perf/util/ |
values.h | 17 void perf_read_values_init(struct perf_read_values *values); 18 void perf_read_values_destroy(struct perf_read_values *values); 20 void perf_read_values_add_value(struct perf_read_values *values, 24 void perf_read_values_display(FILE *fp, struct perf_read_values *values,
|
/external/valgrind/main/none/tests/s390x/ |
trtt.stdout.exp | 2 the translated values is 4 the translated values is 6 the translated values is 8 the translated values is ffff dddd 10 the translated values is ffff dddd ffff cccc abab 12 the translated values is 0 0 0 0 0 14 the translated values is ffff dddd ffff 0 0 16 the translated values is ffff dddd ffff cccc abab caca bcbc cccc dada 0
|
troo.stdout.exp | 2 the translated values are 4 the translated values are 6 the translated values are ff bb dd ab ca 8 the translated values are ff bb dd ab ca bc cc da ea aa 10 the translated values are 12 the translated values are ff 14 the translated values are ff bb dd ab ca bc cc da
|
/frameworks/base/core/java/android/hardware/ |
SensorListener.java | 21 * sensor values have changed. 30 * <p>Called when sensor values have changed. 31 * The length and contents of the values array vary 45 * device's screen orientation changes. To access the unswapped values, 46 * use indices 3, 4 and 5 in values[]. 50 * All values are angles in degrees. 52 * <p>values[0]: Azimuth, rotation around the Z axis (0<=azimuth<360). 55 * <p>values[1]: Pitch, rotation around X axis (-180<=pitch<=180), with positive 56 * values when the z-axis moves toward the y-axis. 58 * <p>values[2]: Roll, rotation around Y axis (-90<=roll<=90), with positive values [all...] |
/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
RawContactTest.java | 32 final ContentValues values = new ContentValues(); local 33 values.put("key1", "value1"); 34 values.put("key2", "value2"); 40 final RawContact contact = new RawContact(values); 47 final ContentValues values = new ContentValues(); local 48 values.put("key11", "value11"); 49 values.put("key22", "value22"); 55 final RawContact contact = new RawContact(values); 76 final ContentValues values = new ContentValues(); local 77 values.put("key1", "value1") 85 final ContentValues values = new ContentValues(); local [all...] |
/external/ceres-solver/internal/ceres/ |
block_random_access_matrix.h | 79 // MatrixRef m(cell->values, row_stride, col_stride); 88 : values(NULL) { 92 : values(ptr) { 95 double* values; member in struct:ceres::internal::CellInfo 119 // Zero out the values of the array. The structure of the matrix
|
/external/libffi/testsuite/libffi.call/ |
return_ll1.c | 18 void *values[MAX_ARGS]; local 26 values[0] = &ll0; 27 values[1] = &ll1; 28 values[2] = &ll2; 38 ffi_call(&cif, FFI_FN(return_ll), &rlonglong, values);
|
strlen.c | 19 void *values[MAX_ARGS]; local 24 values[0] = (void*) &s; 31 ffi_call(&cif, FFI_FN(my_strlen), &rint, values); 35 ffi_call(&cif, FFI_FN(my_strlen), &rint, values); 39 ffi_call(&cif, FFI_FN(my_strlen), &rint, values);
|
float.c | 24 void *values[MAX_ARGS]; local 33 values[0] = &si1; 35 values[1] = &f; 37 values[2] = &d; 39 values[3] = &ld; 52 ffi_call(&cif, FFI_FN(floating), &rint, values);
|
/external/libffi/testsuite/libffi.special/ |
unwindtest_ffi_call.cc | 20 void *values[MAX_ARGS]; local 28 values[0] = &si; 30 values[1] = &ss; 32 values[2] = ≻ 44 ffi_call(&cif, FFI_FN(checking), &rint, values);
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
p23.cpp | 13 void unexpanded_capture(Ts ...values) { 14 auto unexp = [values] {}; // expected-error{{initializer contains unexpanded parameter pack 'values'}} 18 void implicit_capture(Ts ...values) { 19 auto implicit = [&] { print(values...); }; 24 void do_print(Ts... values) { 25 auto bycopy = [values...]() { print(values...); }; 27 auto byref = [&values...]() { print(values...); } [all...] |
/external/chromium_org/chrome/common/extensions/ |
command.cc | 11 #include "base/values.h" 20 namespace values = extension_manifest_values; 36 if (platform_key != values::kKeybindingPlatformWin && 37 platform_key != values::kKeybindingPlatformMac && 38 platform_key != values::kKeybindingPlatformChromeOs && 39 platform_key != values::kKeybindingPlatformLinux && 40 platform_key != values::kKeybindingPlatformDefault) { 63 if (tokens[i] == values::kKeyCtrl) { 65 } else if (tokens[i] == values::kKeyCommand) { 66 if (platform_key == values::kKeybindingPlatformMac) [all...] |
/cts/tests/tests/app/src/android/app/cts/ |
ActivityManagerProcessErrorStateInfoTest.java | 59 ActivityManager.ProcessErrorStateInfo values = local 62 assertEquals(condition, values.condition); 63 assertEquals(processName, values.processName); 64 assertEquals(pid, values.pid); 65 assertEquals(uid, values.uid); 66 assertEquals(tag, values.tag); 68 assertEquals(shortMsg, values.shortMsg); 69 assertEquals(longMsg, values.longMsg); 70 assertNull(values.crashData); // Deprecated field: always null 93 ActivityManager.ProcessErrorStateInfo values = new ActivityManager.ProcessErrorStateInfo() local [all...] |
ActivityManagerRecentTaskInfoTest.java | 52 ActivityManager.RecentTaskInfo values = ActivityManager.RecentTaskInfo.CREATOR local 54 assertEquals(id, values.id); 55 assertEquals(null, values.baseIntent); 56 assertEquals(null, values.origActivity); 67 values = ActivityManager.RecentTaskInfo.CREATOR 69 assertEquals(-1, values.id); 70 assertNotNull(values.baseIntent); 71 assertEquals(Intent.ACTION_CALL, values.baseIntent.getAction()); 72 assertEquals(origActivity, values.origActivity); 86 ActivityManager.RecentTaskInfo values = new ActivityManager.RecentTaskInfo() local [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/resources/ |
statistics.js | 28 this.max = function (values) { 29 return Math.max.apply(Math, values); 32 this.min = function (values) { 33 return Math.min.apply(Math, values); 36 this.sum = function (values) { 37 return values.reduce(function (a, b) { return a + b; }, 0); 40 this.squareSum = function (values) { 41 return values.reduce(function (sum, value) { return sum + value * value;}, 0); 83 this.confidenceInterval = function (values, probability) { 84 var sum = this.sum(values); [all...] |
/frameworks/base/graphics/java/android/graphics/ |
Interpolator.java | 36 * Reset the Interpolator to have the specified number of values and an 38 * values for each keyFrame must be assigned using setKeyFrame(). 45 * Reset the Interpolator to have the specified number of values and 46 * keyFrames. After this call the values for each keyFrame must be assigned 65 * values (with an implicity blend array of [0, 0, 1, 1] giving linear 66 * transition to the next set of key values). 71 * @param values Array of values associated with theis key frame 73 public void setKeyFrame(int index, int msec, float[] values) { 74 setKeyFrame(index, msec, values, null) [all...] |
/dalvik/dexgen/src/com/android/dexgen/util/ |
IntList.java | 29 private int[] values; field in class:IntList 34 /** whether the values are currently sorted */ 87 values = new int[initialCapacity]; 103 result = (result * 31) + values[i]; 131 if (values[i] != otherList.values[i]) { 150 sb.append(values[i]); 177 return values[n]; 198 values[n] = value; 219 values[size++] = value [all...] |
/dalvik/dx/src/com/android/dx/util/ |
IntList.java | 29 private int[] values; field in class:IntList 34 /** whether the values are currently sorted */ 87 values = new int[initialCapacity]; 103 result = (result * 31) + values[i]; 131 if (values[i] != otherList.values[i]) { 150 sb.append(values[i]); 177 return values[n]; 198 values[n] = value; 219 values[size++] = value [all...] |
/external/dexmaker/src/dx/java/com/android/dx/util/ |
IntList.java | 29 private int[] values; field in class:IntList 34 /** whether the values are currently sorted */ 87 values = new int[initialCapacity]; 103 result = (result * 31) + values[i]; 131 if (values[i] != otherList.values[i]) { 150 sb.append(values[i]); 177 return values[n]; 198 values[n] = value; 219 values[size++] = value [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_dbtables.py | 79 values = self.tdb.Select( 84 colval = pickle.loads(values[0][colname]) 86 colval = pickle.loads(bytes(values[0][colname], "iso8859-1")) 124 values = self.tdb.Select(tabname, [col2], 127 values = self.tdb.Select(tabname, [col2], 131 self.assertEqual(len(values), 2) 132 if values[0]['Species'] == 'Penguin' : 133 self.assertEqual(values[1]['Species'], 'SR-71A Blackbird') 134 elif values[0]['Species'] == 'SR-71A Blackbird' : 135 self.assertEqual(values[1]['Species'], 'Penguin' [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_dbtables.py | 79 values = self.tdb.Select( 84 colval = pickle.loads(values[0][colname]) 86 colval = pickle.loads(bytes(values[0][colname], "iso8859-1")) 124 values = self.tdb.Select(tabname, [col2], 127 values = self.tdb.Select(tabname, [col2], 131 self.assertEqual(len(values), 2) 132 if values[0]['Species'] == 'Penguin' : 133 self.assertEqual(values[1]['Species'], 'SR-71A Blackbird') 134 elif values[0]['Species'] == 'SR-71A Blackbird' : 135 self.assertEqual(values[1]['Species'], 'Penguin' [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkScalar.cpp | 14 const SkScalar values[], int length) { 17 SkASSERT(values != NULL); 25 // Could use sentinel values to eliminate conditionals, but since the 28 return values[length-1]; 30 return values[0]; 35 return SkScalarInterp(values[right-1], values[right], fract);
|