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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/tools/scan-build-py/tests/functional/src/
broken-one.c 3 int value(int in) function
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
malis-include.s 18 value: set 1 define
19 ldy #value
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/
lto-12b.c 1 int value = -1; variable
  /art/test/048-reflect-v8/src/
Calendars.java 25 Calendar[] value(); method in interface:Calendars
  /art/test/068-classloader/src-ex/
MutationTarget.java 21 public static int value = 0; field in class:MutationTarget
  /art/test/142-classloader2/src/
A.java 18 * Main class, with a simple value.
21 public static String value = "Src-A"; field in class:A
  /art/test/142-classloader2/src-ex/
A.java 18 * Identical class to the main src, except with a different value, so we can distinguish them.
21 public static String value = "Ex-A"; field in class:A
  /art/test/148-multithread-gc-annotations/src/
AnnoClass1.java 22 Class<?> value(); method in interface:AnnoClass1
AnnoClass2.java 22 Class<?> value(); method in interface:AnnoClass2
AnnoClass3.java 22 Class<?> value(); method in interface:AnnoClass3
  /art/test/948-change-annotations/src/
TestClassAnnotation1.java 21 public String value(); method in interface:TestClassAnnotation1
TestClassAnnotation2.java 21 public String value(); method in interface:TestClassAnnotation2
TestMethodAnnotation1.java 21 public String value(); method in interface:TestMethodAnnotation1
TestMethodAnnotation2.java 21 public String value(); method in interface:TestMethodAnnotation2
  /external/clang/test/CodeGenCXX/
catch-undef-behavior2.cpp 3 bool GetOptionalBool(bool *value);
7 bool value; local
8 return GetOptionalBool(&value) ? value : default_value;
debug-info-ctor.cpp 6 int value; member in struct:X
12 value = v;
  /external/clang/test/PCH/
objc_property.h 4 int value; variable
10 @property int value; variable
  /external/compiler-rt/test/asan/TestCases/Helpers/
echo-env.cc 12 const char *value = getenv(argv[1]); local
13 if (value) {
14 printf("%s = %s\n", argv[1], value);
  /external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.native.obs/
native.pass.cpp 30 const char* const value = "hello world"; local
32 path p(value);
37 path p(value);
38 assert(p.native() == value);
  /external/protobuf/objectivec/google/protobuf/
Wrappers.pbobjc.h 43 /// The double value.
44 @property(nonatomic, readwrite) double value; variable
59 /// The float value.
60 @property(nonatomic, readwrite) float value; variable
75 /// The int64 value.
76 @property(nonatomic, readwrite) int64_t value; variable
91 /// The uint64 value.
92 @property(nonatomic, readwrite) uint64_t value; variable
107 /// The int32 value.
108 @property(nonatomic, readwrite) int32_t value; variable
124 @property(nonatomic, readwrite) uint32_t value; variable
140 @property(nonatomic, readwrite) BOOL value; variable
156 @property(nonatomic, readwrite, copy, null_resettable) NSString *value; variable
172 @property(nonatomic, readwrite, copy, null_resettable) NSData *value; variable
    [all...]
  /external/webrtc/talk/app/webrtc/objc/public/
RTCPair.h 30 // A class to hold a key and value.
34 @property(nonatomic, strong, readonly) NSString *value; variable
36 // Initialize a RTCPair object with a key and value.
37 - (id)initWithKey:(NSString *)key value:(NSString *)value;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
h264bsdCountLeadingZeros.s 25 value RN 0 label
45 CLZ value, value
  /art/test/159-app-image-fields/src/AAA/
Base.java 21 public static int value = 42; field in class:Base
  /external/aac/libSBRdec/src/
huff_dec.cpp 99 \return decoded value
109 int value, bit; local
116 value = index+64; /* Add offset */
119 return value;
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
p1.cpp 24 static int value; member in struct:X
28 int X<T>::value = 17; member in class:X
30 template static int X<int>::value; // expected-error{{explicit instantiation cannot have a storage class}} member in class:X
32 template<> static int X<float>::value; // expected-error{{'static' can only be specified inside the class definition}} member in class:X

Completed in 838 milliseconds

1 2 3 4 5 6 7 8 91011>>