HomeSort by relevance Sort by last modified time
    Searched defs:value (Results 201 - 225 of 6482) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/oprofile/libutil/
op_lockfile.c 25 pid_t value; local
31 if (fscanf(fp, "%d", &value) != 1) {
38 return value;
  /external/oprofile/libutil++/
string_manip.h 56 * format_percent - smart format of double percentage value
57 * @param value - the value
69 format_percent(double value, size_t int_width,
93 To value; local
94 if (!(out >> value)) {
98 return value;
  /external/proguard/src/proguard/evaluation/value/
Category1Value.java 21 package proguard.evaluation.value;
24 * This abstract class represents a partially evaluated Category 1 value.
28 public abstract class Category1Value extends Value
30 // Implementations for Value.
Category2Value.java 21 package proguard.evaluation.value;
24 * This abstract class represents a partially evaluated Category 2 value.
28 public abstract class Category2Value extends Value
30 // Implementations for Value.
  /external/proguard/src/proguard/gui/splash/
ConstantColor.java 32 private final Color value; field in class:ConstantColor
37 * @param value the constant value.
39 public ConstantColor(Color value)
41 this.value = value;
49 return value;
ConstantDouble.java 30 private final double value; field in class:ConstantDouble
35 * @param value the constant value.
37 public ConstantDouble(double value)
39 this.value = value;
47 return value;
ConstantFont.java 32 private final Font value; field in class:ConstantFont
34 public ConstantFont(Font value)
36 this.value = value;
44 return value;
ConstantInt.java 30 private final int value; field in class:ConstantInt
35 * @param value the constant value.
37 public ConstantInt(int value)
39 this.value = value;
47 return value;
ConstantString.java 30 private final String value; field in class:ConstantString
35 * @param value the constant value.
37 public ConstantString(String value)
39 this.value = value;
47 return value;
  /external/qemu/android/
config.h 17 ** A configuration file is loaded as a simplre tree of (key,value)
28 const char* value; member in struct:AConfig
41 extern AConfig* aconfig_node(const char *name, const char *value);
47 extern void aconfig_set(AConfig *root, const char *name, const char *value);
50 /* look up a child by name and return its value, eventually converted
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/internal/
Implements.java 16 Class value(); method in interface:Implements
  /external/skia/include/device/xps/
SkConstexprMath.h 17 static const uintmax_t value = 1 + SK_LOG<N/B, B>::value; member in struct:SK_LOG
21 static const uintmax_t value = 0; member in struct:SK_LOG
25 static const uintmax_t value = 0; member in struct:SK_LOG
31 static const uintmax_t value = (SK_2N1<N-1>::value << 1) + 1; member in struct:SK_2N1
35 static const uintmax_t value = 1; member in struct:SK_2N1
42 SK_LOG<SK_2N1<(sizeof(t) * CHAR_BIT)>::value, n>::value\
49 // Compile-time constant maximum value of two unsigned values
51 static const uintmax_t value = (b < a) ? a : b; member in struct:SkTUMax
    [all...]
  /external/skia/src/animator/
SkHitTest.h 27 SkBool value; member in class:SkHitTest
  /external/srec/shared/include/
LStringImpl.h 39 * Underlying string value.
41 LCHAR* value; member in struct:LStringImpl_t
53 ESR_SHARED_API ESR_ReturnCode LString_Append(LString* self, const LCHAR* value);
  /external/srec/srec/Nametag/include/
SR_NametagImpl.h 42 * Nametag phoneme value.
44 LCHAR* value; member in struct:SR_NametagImpl_t
SR_NametagsImpl.h 44 HashMap* value; member in struct:SR_NametagsImpl_t
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_pic_param_set.c 94 u32 tmp, i, value; local
139 tmp = h264bsdDecodeExpGolombUnsigned(pStrmData, &value);
142 pPicParamSet->numSliceGroups = value + 1;
170 tmp = h264bsdDecodeExpGolombUnsigned(pStrmData, &value);
173 pPicParamSet->runLength[i] = value+1;
188 tmp = h264bsdDecodeExpGolombUnsigned(pStrmData, &value);
191 pPicParamSet->topLeft[i] = value;
192 tmp = h264bsdDecodeExpGolombUnsigned(pStrmData, &value);
195 pPicParamSet->bottomRight[i] = value;
208 tmp = h264bsdDecodeExpGolombUnsigned(pStrmData, &value);
    [all...]
  /frameworks/base/core/java/com/android/internal/annotations/
GuardedBy.java 31 String value(); method in interface:GuardedBy
  /frameworks/base/tools/layoutlib/bridge/src/android/os/
Build_Delegate.java 40 String value = properties.get(property); local
41 if (value != null) {
42 return value;
  /frameworks/native/include/input/
KeycodeLabels.h 24 int value; member in struct:KeycodeLabel
  /libcore/luni/src/main/java/java/text/
Annotation.java 21 * Wrapper for a text attribute value which represents an annotation. An
27 * value is the same.</li>
39 private Object value; field in class:Annotation
48 value = attribute;
52 * Returns the value of this annotation. The value may be {@code null}.
54 * @return the value of this annotation or {@code null}.
57 return value;
67 return getClass().getName() + "[value=" + value + ']'
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
msvc_never_true.hpp 27 enum { value = false }; enumerator in enum:boost::mpl::aux::msvc_never_true::__anon36027
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/
ice_eq.hpp 19 BOOST_STATIC_CONSTANT(bool, value = (b1 == b2));
25 BOOST_STATIC_CONSTANT(bool, value = (b1 != b2));
29 template <int b1, int b2> bool const ice_eq<b1,b2>::value; member in class:boost::type_traits::ice_eq
30 template <int b1, int b2> bool const ice_ne<b1,b2>::value; member in class:boost::type_traits::ice_ne
  /system/core/include/cutils/
config_utils.h 33 const char *value; member in struct:cnode
43 cnode* config_node(const char *name, const char *value);
48 /* look up a child by name and return the boolean value */
51 /* look up a child by name and return the string value */
55 void config_set(cnode *root, const char *name, const char *value);
  /system/extras/tests/bionic/libc/bionic/
lib_static_init.h 6 int value; member in class:Foo

Completed in 2488 milliseconds

1 2 3 4 5 6 7 891011>>