HomeSort by relevance Sort by last modified time
    Searched defs:value (Results 1 - 25 of 6865) 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
  /external/python/setuptools/setuptools/tests/
mod_with_constant.py 0 value = 'three, sir!'
1 value = 'three, sir!' 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/input.output/filesystems/class.path/path.member/path.native.obs/
native.pass.cpp 29 const char* const value = "hello world"; local
31 path p(value);
36 path p(value);
37 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;
  /art/test/159-app-image-fields/src/AAA/
Base.java 21 public static int value = 42; field in class:Base
  /bionic/libc/arch-arm/bionic/
exidx_static.c 34 * executables we do not need to use the value of the PC to find the
40 uint32_t value; member in struct:exidx_entry
  /bionic/libc/include/bits/
get_device_api_level_inlines.h 42 char value[92] = { 0 }; local
43 if (__system_property_get("ro.build.version.sdk", value) < 1) return -1;
44 int api_level = atoi(value);
  /bionic/tests/
eventfd_test.cpp 29 eventfd_t value = 123; local
30 ASSERT_EQ(0, eventfd_read(fd, &value));
31 ASSERT_EQ(initial_value, value);
34 ASSERT_EQ(-1, eventfd_read(fd, &value));
42 ASSERT_EQ(0, eventfd_read(fd, &value));
43 ASSERT_EQ(3U, value);
  /external/aac/libSBRdec/src/
huff_dec.cpp 118 \return decoded value
127 int value, bit; local
134 value = index + 64; /* Add offset */
136 return value;

Completed in 569 milliseconds

1 2 3 4 5 6 7 8 91011>>