HomeSort by relevance Sort by last modified time
    Searched refs:values (Results 1 - 25 of 10326) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/COFF/
secrel-variant.s 6 values: label
11 movq values@SECREL32(%rax), %rcx
12 movq values@SECREL32+8(%rax), %rax
16 // CHECK-NEXT: 0x3 IMAGE_REL_AMD64_SECREL values
17 // CHECK-NEXT: 0xA IMAGE_REL_AMD64_SECREL values
  /external/clang/test/CodeGen/
2004-01-01-UnknownInitSize.c 10 int values []; member in struct:one
  /external/clang/test/Modules/
pr27890.cpp 7 opt<ActionType> a(values(""));
  /external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/internal/
SelfDescribingValueIterator.java 8 private Iterator<T> values; field in class:SelfDescribingValueIterator
10 public SelfDescribingValueIterator(Iterator<T> values) {
11 this.values = values;
16 return values.hasNext();
21 return new SelfDescribingValue<T>(values.next());
26 values.remove();
  /cts/common/util/tests/src/com/android/compatibility/common/util/
StatTest.java 31 double[] values = new double[100]; local
33 values[i] = i;
35 assertEquals(95, (int) Stat.get95PercentileValue(values));
37 values = new double[1000];
39 values[i] = i;
41 assertEquals(950, (int) Stat.get95PercentileValue(values));
43 values = new double[100];
45 values[i] = i * i;
47 assertEquals(95 * 95, (int) Stat.get95PercentileValue(values));
54 double[] values = new double[]{0, 1, 2, 3, 4} local
71 double[] values = new double[]{0, 1, 2, 3, 4}; local
    [all...]
  /frameworks/base/core/java/android/transition/
VisibilityPropagation.java 43 public void captureValues(TransitionValues values) {
44 View view = values.view;
45 Integer visibility = (Integer) values.values.get(Visibility.PROPNAME_VISIBILITY);
49 values.values.put(PROPNAME_VISIBILITY, visibility);
56 values.values.put(PROPNAME_VIEW_CENTER, loc);
65 * Returns {@link android.view.View#getVisibility()} for the View at the time the values
67 * @param values The TransitionValues captured at the start or end of the Transition
    [all...]
  /frameworks/support/transition/src/android/support/transition/
VisibilityPropagation.java 44 public void captureValues(TransitionValues values) {
45 View view = values.view;
46 Integer visibility = (Integer) values.values.get(Visibility.PROPNAME_VISIBILITY);
50 values.values.put(PROPNAME_VISIBILITY, visibility);
57 values.values.put(PROPNAME_VIEW_CENTER, loc);
66 * Returns {@link android.view.View#getVisibility()} for the View at the time the values
68 * @param values The TransitionValues captured at the start or end of the Transition
    [all...]
  /external/proguard/src/proguard/evaluation/
Stack.java 38 protected Value[] values; field in class:Stack
45 * space required by Category 2 values.
49 values = new Value[maxSize];
58 // Create the values array.
59 this(stack.values.length);
68 * operations, accounting for the double space required by Category 2 values.
81 // Is the values array large enough?
82 if (maxSize > values.length)
85 values = new Value[maxSize];
96 * Copies the values of the given Stack into this Stack
    [all...]
  /external/clang/test/Analysis/
region-store.c 27 int values[length]; local
28 values[i] = 4;
29 return values[0]; // no-warning
43 void testConstraintOnRegionOffset(int *values, int length, int i){
44 if (values[1] == 4) {
45 values[i] = 5;
46 clang_analyzer_eval(values[1] == 4);// expected-warning {{UNKNOWN}}
50 int initArray(int *values);
51 void testConstraintOnRegionOffsetStack(int *values, int length, int i) {
52 if (values[0] == 4)
    [all...]
  /frameworks/base/core/java/android/hardware/
SensorEvent.java 22 * course the sensor's {@link SensorEvent#values data}.
37 * screen. In this system, coordinates behind the screen have negative Z values.
59 * The length and contents of the {@link #values values} array depends on
65 * Sensor.TYPE_ACCELEROMETER}:</h4> All values are in SI units (m/s^2)
68 * <li> values[0]: Acceleration minus Gx on the x-axis </li>
69 * <li> values[1]: Acceleration minus Gy on the y-axis </li>
70 * <li> values[2]: Acceleration minus Gz on the z-axis </li>
117 * gravity[0] = alpha * gravity[0] + (1 - alpha) * event.values[0];
118 * gravity[1] = alpha * gravity[1] + (1 - alpha) * event.values[1]
632 public final float[] values; field in class:SensorEvent
    [all...]
TriggerEvent.java 38 * The length and contents of the {@link #values values} array depends on
46 public final float[] values; field in class:TriggerEvent
60 values = new float[size];
  /external/fio/t/
ieee754.c 4 static double values[] = { -17.23, 17.23, 123.4567, 98765.4321, 0.0 }; variable
14 i = fio_double_to_uint64(values[j]);
16 printf("%f -> %f\n", values[j], f);
18 } while (values[j] != 0.0);
  /external/llvm/tools/llvm-c-test/
metadata.c 19 LLVMValueRef values[] = { LLVMConstInt(LLVMInt32Type(), 0, 0) }; local
22 LLVMAddNamedMetadataOperand(m, "name", LLVMMDNode(values, 1));
31 LLVMValueRef values[] = { LLVMConstInt(LLVMInt32Type(), 0, 0) }; local
37 LLVMMDNode(values, 1));
  /frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/adapter/
GenericConverter.java 25 public static <T> String convertArrayList(ArrayList<T> values) {
26 return convert(values);
30 public static String convertLinkedList(LinkedList<?> values) {
31 return convert(values);
34 private static <T> String convert(List<T> values) {
35 if (values == null) {
39 for (T val : values) {
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
datalogger_outputs.h 23 void inv_get_sensor_type_gyro_float(float *values, int8_t *accuracy,
25 void inv_get_sensor_type_accel_float(float *values, int8_t *accuracy,
28 float *values, int8_t *accuracy, inv_time_t *timestamp);
29 void inv_get_sensor_type_quat_float(float *values, int *accuracy,
31 void inv_get_sensor_type_gravity_float(float *values, int *accuracy,
33 void inv_get_sensor_type_rotation_vector_float(float *values, int *accuracy,
37 void inv_get_sensor_type_gyro_raw_short(short *values,
39 void inv_get_sensor_type_gyro_raw_body_float(float *values,
41 void inv_get_sensor_type_accel_raw_short(short *values,
43 void inv_get_sensor_type_compass_raw_short(short *values,
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
LegacyContactsProviderTest.java 78 ContentValues values = new ContentValues(); local
79 putContactValues(values);
81 Uri uri = mResolver.insert(People.CONTENT_URI, values);
83 values = noStats(values);
85 assertStoredValues(uri, values);
87 assertSelection(People.CONTENT_URI, values, "people", People._ID, ContentUris.parseId(uri));
91 ContentValues values = new ContentValues(); local
92 putContactValues(values);
94 Uri uri = mResolver.insert(People.CONTENT_URI, values);
114 ContentValues values = new ContentValues(); local
131 ContentValues values = new ContentValues(); local
150 ContentValues values = new ContentValues(); local
157 ContentValues values = new ContentValues(); local
199 ContentValues values = new ContentValues(); local
249 ContentValues values = new ContentValues(); local
271 ContentValues values = new ContentValues(); local
322 ContentValues values = new ContentValues(); local
342 ContentValues values = new ContentValues(); local
375 ContentValues values = new ContentValues(); local
403 ContentValues values = new ContentValues(); local
448 ContentValues values = new ContentValues(); local
477 ContentValues values = new ContentValues(); local
547 ContentValues values = new ContentValues(); local
587 ContentValues values = new ContentValues(); local
615 ContentValues values = new ContentValues(); local
635 ContentValues values = new ContentValues(); local
655 ContentValues values = new ContentValues(); local
665 ContentValues values = new ContentValues(); local
681 ContentValues values = new ContentValues(); local
698 ContentValues values = new ContentValues(); local
717 ContentValues values = new ContentValues(); local
739 ContentValues values = new ContentValues(); local
786 ContentValues values = new ContentValues(); local
884 ContentValues values = new ContentValues(); local
971 ContentValues values = new ContentValues(); local
983 ContentValues values = new ContentValues(); local
    [all...]
  /libcore/luni/src/test/java/libcore/io/
MemoryTest.java 26 int[] values = { 3, 7, 31, 127, 8191, 131071, 524287, 2147483647 }; local
27 int[] swappedValues = new int[values.length];
28 for (int i = 0; i < values.length; ++i) {
29 swappedValues[i] = Integer.reverseBytes(values[i]);
34 byte[] array = (byte[]) runtime.newNonMovableArray(byte.class, scale * values.length + 1);
42 Memory.pokeIntArray(ptr, values, 0, values.length, false);
43 assertIntsEqual(values, ptr, false);
47 Memory.pokeIntArray(ptr, values, 0, values.length, true)
67 long[] values = { 0x1020304050607080L, 0xffeeddccbbaa9988L }; local
108 short[] values = { 0x0001, 0x0020, 0x0300, 0x4000 }; local
    [all...]
  /packages/providers/DownloadProvider/tests/public_api_access/src/com/android/providers/downloads/public_api_access_tests/
PublicApiAccessTest.java 70 ContentValues values = buildValidValues(); local
71 values.put(Downloads.Impl.COLUMN_TITLE, "foo");
72 values.put(Downloads.Impl.COLUMN_DESCRIPTION, "foo");
73 values.put(Downloads.Impl.COLUMN_MIME_TYPE, "foo");
74 values.put(Downloads.Impl.COLUMN_NOTIFICATION_PACKAGE, "foo");
75 values.put(Downloads.Impl.COLUMN_ALLOWED_NETWORK_TYPES, 0);
76 values.put(Downloads.Impl.COLUMN_ALLOW_ROAMING, true);
77 values.put(Downloads.Impl.RequestHeaders.INSERT_KEY_PREFIX + "0", "X-Some-Header: value");
78 mContentResolver.insert(Downloads.Impl.CONTENT_URI, values);
82 ContentValues values = new ContentValues() local
92 ContentValues values = buildValidValues(); local
98 ContentValues values = buildValidValues(); local
106 ContentValues values = buildValidValues(); local
120 ContentValues values = buildValidValues(); local
127 ContentValues values = buildValidValues(); local
    [all...]
  /external/easymock/src/org/easymock/
Capture.java 35 private final List<T> values = new ArrayList<T>(2); field in class:Capture
58 values.clear();
65 return !values.isEmpty();
77 if (values.isEmpty()) {
80 if (values.size() > 1) {
84 return values.get(values.size() - 1);
88 * Return all captured values. It returns the actual list so you can modify
91 * @return The currently captured values
94 return values;
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
MessageModification.java 29 * provide initial or new values for the message. Then save or send the message.
36 * @param values the ContentValues that will be used to create or update the
40 public static void putSubject(ContentValues values, String subject) {
41 values.put(MessageColumns.SUBJECT, subject);
46 * @param values the ContentValues that will be used to create or update the
50 public static void putToAddresses(ContentValues values, String[] toAddresses) {
51 values.put(MessageColumns.TO, TextUtils.join(UIProvider.EMAIL_SEPARATOR, toAddresses));
56 * @param values the ContentValues that will be used to create or update the
60 public static void putCcAddresses(ContentValues values, String[] ccAddresses) {
61 values.put(MessageColumns.CC, TextUtils.join(UIProvider.EMAIL_SEPARATOR, ccAddresses))
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
_c_v_t.py 11 values = array.array("h")
12 values.fromstring(data)
14 values.byteswap()
15 self.values = values
18 values = self.values[:]
20 values.byteswap()
21 return values.tostring()
24 for i in range(len(self.values))
    [all...]
  /cts/tests/app/src/android/app/cts/
ActivityManagerRunningTaskInfoTest.java 53 ActivityManager.RunningTaskInfo values = ActivityManager.RunningTaskInfo.CREATOR local
55 assertEquals(1, values.id);
56 assertNull(values.baseActivity);
57 assertNull(values.topActivity);
58 assertNull(values.thumbnail);
59 assertEquals(1, values.numActivities);
60 assertEquals(2, values.numRunning);
67 values = ActivityManager.RunningTaskInfo.CREATOR
69 assertNotNull(values.thumbnail);
70 assertEquals(320, values.thumbnail.getHeight())
81 ActivityManager.RunningTaskInfo values = new ActivityManager.RunningTaskInfo(); local
    [all...]
  /frameworks/base/core/java/android/content/
Entity.java 34 public Entity(ContentValues values) {
35 mValues = values;
47 public void addSubValue(Uri uri, ContentValues values) {
48 mSubValues.add(new Entity.NamedContentValues(uri, values));
53 public final ContentValues values; field in class:Entity.NamedContentValues
55 public NamedContentValues(Uri uri, ContentValues values) {
57 this.values = values;
66 sb.append("\n -> ").append(namedValue.values);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
AbstractStorelessUnivariateStatistic.java 52 * @param values input array
57 public double evaluate(final double[] values) {
58 if (values == null) {
61 return evaluate(values, 0, values.length);
79 * @param values the input array
86 public double evaluate(final double[] values, final int begin, final int length) {
87 if (test(values, begin, length)) {
89 incrementAll(values, begin, length);
119 * Throws IllegalArgumentException if the input values array is null.</p
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
RDN.java 18 private ASN1Set values; field in class:RDN
20 private RDN(ASN1Set values)
22 this.values = values;
52 this.values = new DERSet(new DERSequence(v));
57 this.values = new DERSet(attrTAndV);
67 this.values = new DERSet(aAndVs);
72 return this.values.size() > 1;
82 return this.values.size();
87 if (this.values.size() == 0
    [all...]

Completed in 962 milliseconds

1 2 3 4 5 6 7 8 91011>>