HomeSort by relevance Sort by last modified time
    Searched defs:value (Results 176 - 200 of 11796) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/llvm/test/CodeGen/SystemZ/Large/
branch-range-06.py 98 value = a % 256 variable
100 print ' store volatile i8 %d, i8 *%%ptr%d' % (value, i)
branch-range-09.py 95 value = a % 256 variable
97 print ' store volatile i8 %d, i8 *%%ptr%d' % (value, i)
branch-range-10.py 99 value = a % 256 variable
101 print ' store volatile i8 %d, i8 *%%ptr%d' % (value, i)
branch-range-11.py 115 value = a % 256 variable
117 print ' store volatile i8 %d, i8 *%%ptr%d' % (value, i)
branch-range-12.py 115 value = a % 256 variable
117 print ' store volatile i8 %d, i8 *%%ptr%d' % (value, i)
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
5-1-buildonly.c 17 struct timespec value; local
20 value = t.it_value;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/
3-1.c 15 value of the sig parameter is 0.
64 union sigval value; local
65 value.sival_int = 0; /* 0 is just an arbitrary value */
77 if (sigqueue(1, 0, value) != -1) {
  /external/proguard/src/proguard/evaluation/value/
DetailedValueFactory.java 21 package proguard.evaluation.value;
26 * This identified value factory creates array reference values that also
  /external/skia/tests/
SkSharedMutexTest.cpp 27 int value = 0; local
46 value += 1;
48 shared[i] = value;
  /external/testng/src/main/java/org/testng/annotations/
ExpectedExceptions.java 21 public Class[] value(); method in interface:ExpectedExceptions
  /external/testng/src/test/java/test/dataprovider/
ConstructorInjectionProvider.java 10 private final String value; field in class:ConstructorInjectionProvider
13 public ConstructorInjectionProvider(@Named("test") String value) {
14 this.value = value;
20 new Object[] { value },
FieldInjectionProvider.java 11 private String value; field in class:FieldInjectionProvider
16 new Object[] { value },
  /external/v8/src/crankshaft/
hydrogen-canonicalize.cc 14 // Before removing no-op instructions, save their semantic value.
16 // cannot identify two instructions when their flag value differs.
50 HValue* value = instr->Canonicalize(); local
51 if (value != instr) instr->DeleteAndReplaceWith(value);
  /external/vboot_reference/firmware/lib/cgptlib/
crc32.c 106 uint32_t value = ~0U; local
109 value = crc32_tab[(value ^ byte[i]) & 0xff] ^ (value >> 8);
110 return value ^ ~0U;
  /external/webrtc/webrtc/base/
exp_filter_unittest.cc 19 // No max value defined.
24 double value = 10.0f; local
25 EXPECT_FLOAT_EQ(value, filter.filtered());
29 double value; local
35 value = 10.0f;
39 value = alpha * value + (1.0f - alpha) * 20.0f;
40 EXPECT_FLOAT_EQ(value, filter.filtered());
51 double value = 1.0f; local
52 EXPECT_FLOAT_EQ(value, filter.filtered())
56 double value; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
bits2prm.cpp 83 no_of_bits = number of bits associated with value
119 Word16 no_of_bits, // input : number of bits associated with value
123 Word16 value, i, bit;
125 value = 0;
128 value = shl (value, 1);
131 value = add (value, 1);
133 return (value);
163 Word16 no_of_bits, /* input : number of bits associated with value */
167 Word16 value; local
    [all...]
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/
AnnotationWithClass.java 25 Class<?> value(); method in interface:AnnotationWithClass
AnnotationWithEnum.java 25 ReferencedByAnnotation value(); method in interface:AnnotationWithEnum
AnnotationWithEnum2.java 25 ReferencedByAnnotationWithOtherReferences value(); method in interface:AnnotationWithEnum2
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
GenerateProgramPorts.java 28 GenerateProgramPort[] value(); method in interface:GenerateProgramPorts
  /frameworks/base/media/mca/filterfw/native/core/
value.h 29 void* value; member in struct:__anon39037
32 } Value;
34 // TODO: Probably should make these const Value*?
35 int GetIntValue(Value value);
36 float GetFloatValue(Value value);
37 const char* GetStringValue(Value value);
38 const char* GetBufferValue(Value value)
    [all...]
  /frameworks/base/tools/aapt2/util/
TypeTraits.h 36 static constexpr bool value = test<T, U>(int()); \
47 static constexpr bool value = member in struct:aapt::is_comparable
48 has_eq_op<T, U>::value && has_lt_op<T, U>::value;
  /frameworks/data-binding/baseLibrary/src/main/java/android/databinding/
BindingAdapter.java 24 * and the value to set:
61 * parameter as well. If it does, it will be passed the value passed in during binding, either
62 * directly in the inflate method or indirectly, using the value from
74 String[] value(); method in interface:BindingAdapter
80 * for which there was no binding expression (even a normal XML value) will
81 * cause the associated parameter receive the Java default value. Care must be
82 * taken to ensure that a default value is not confused with a valid XML value.
85 * value is true.
  /frameworks/support/annotations/src/android/support/annotation/
GuardedBy.java 46 String value(); method in interface:GuardedBy
  /libcore/ojluni/src/main/java/java/lang/annotation/
Repeatable.java 31 * (meta-)annotates is <em>repeatable</em>. The value of
48 Class<? extends Annotation> value(); method in interface:Repeatable

Completed in 1811 milliseconds

1 2 3 4 5 6 78 91011>>