HomeSort by relevance Sort by last modified time
    Searched defs:value (Results 1 - 25 of 13125) 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.27/gas/testsuite/gas/m68hc11/
malis-include.s 18 value: set 1 define
19 ldy #value
  /toolchain/binutils/binutils-2.27/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/skia/src/utils/
SkFloatToDecimal.cpp 37 double value = 1e+15; local
38 while (e-- > 15) { value *= 10.0; }
39 return value;
42 double value = 1.0;
43 while (e++ < 0) { value /= 10.0; }
44 return value;
52 sscanf(result, "%f", &x) will return the original value iff the
53 value is finite. This function accepts all possible input values.
58 unsigned SkFloatToDecimal(float value, char result[kMaximumSkFloatToDecimalLength]) {
82 /* This function is written to accept any possible input value,
    [all...]
  /external/skqp/src/utils/
SkFloatToDecimal.cpp 37 double value = 1e+15; local
38 while (e-- > 15) { value *= 10.0; }
39 return value;
42 double value = 1.0;
43 while (e++ < 0) { value /= 10.0; }
44 return value;
52 sscanf(result, "%f", &x) will return the original value iff the
53 value is finite. This function accepts all possible input values.
58 unsigned SkFloatToDecimal(float value, char result[kMaximumSkFloatToDecimalLength]) {
82 /* This function is written to accept any possible input value,
    [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;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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);
  /art/test/159-app-image-fields/src/AAA/
Base.java 21 public static int value = 42; field in class:Base

Completed in 393 milliseconds

1 2 3 4 5 6 7 8 91011>>