HomeSort by relevance Sort by last modified time
    Searched defs:Value (Results 101 - 125 of 2048) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/annotation/
TestAnnotation3.java 24 public enum Value {
30 Value value(); method in interface:TestAnnotation3
  /frameworks/native/libs/binder/include/binder/
Value.h 56 class Value {
58 Value();
59 virtual ~Value();
61 Value& swap(Value &);
73 bool operator==(const Value& rhs) const;
74 bool operator!=(const Value& rhs) const { return !this->operator==(rhs); }
76 Value(const Value& value);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
MacroBuilder.h 29 /// Append a \#define line for macro of the form "\#define Name Value\n".
30 void defineMacro(const Twine &Name, const Twine &Value = "1") {
31 Out << "#define " << Name << ' ' << Value << '\n';
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 31 void writeUInt8(uint8_t Value);
32 void writeInt16(int16_t Value);
33 void writeUInt16(uint16_t Value);
34 void writeInt32(int32_t Value);
35 void writeUInt32(uint32_t Value);
36 void writeInt64(int64_t Value);
37 void writeUInt64(uint64_t Value);
40 void writeEncodedInteger(int64_t Value);
41 void writeEncodedSignedInteger(int64_t Value);
42 void writeEncodedUnsignedInteger(uint64_t Value);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
MacroBuilder.h 29 /// Append a \#define line for macro of the form "\#define Name Value\n".
30 void defineMacro(const Twine &Name, const Twine &Value = "1") {
31 Out << "#define " << Name << ' ' << Value << '\n';
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 31 void writeUInt8(uint8_t Value);
32 void writeInt16(int16_t Value);
33 void writeUInt16(uint16_t Value);
34 void writeInt32(int32_t Value);
35 void writeUInt32(uint32_t Value);
36 void writeInt64(int64_t Value);
37 void writeUInt64(uint64_t Value);
40 void writeEncodedInteger(int64_t Value);
41 void writeEncodedSignedInteger(int64_t Value);
42 void writeEncodedUnsignedInteger(uint64_t Value);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
ConstantPools.h 35 : Label(L), Value(Val), Size(Sz), Loc(Loc_) {}
38 const MCExpr *Value;
55 // \param Value is the new entry to put in the constant pool.
58 // \returns a MCExpr that references the newly inserted value
59 const MCExpr *addEntry(const MCExpr *Value, MCContext &Context,
74 // constant pool is a vector of (label, value) pairs. When the ldr
75 // pseudo is parsed we insert a new (label, value) pair into the constant pool
78 // output the (label, value) pairs in each constant pool at the end of the
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Testing/Support/
SupportHelpers.h 25 Optional<T *> Value;
38 *Out << "succeeded with value \"" << ::testing::PrintToString(**Item.Value)
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
MacroBuilder.h 29 /// Append a \#define line for macro of the form "\#define Name Value\n".
30 void defineMacro(const Twine &Name, const Twine &Value = "1") {
31 Out << "#define " << Name << ' ' << Value << '\n';
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 31 void writeUInt8(uint8_t Value);
32 void writeInt16(int16_t Value);
33 void writeUInt16(uint16_t Value);
34 void writeInt32(int32_t Value);
35 void writeUInt32(uint32_t Value);
36 void writeInt64(int64_t Value);
37 void writeUInt64(uint64_t Value);
40 void writeEncodedInteger(int64_t Value);
41 void writeEncodedSignedInteger(int64_t Value);
42 void writeEncodedUnsignedInteger(uint64_t Value);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
ConstantPools.h 35 : Label(L), Value(Val), Size(Sz), Loc(Loc_) {}
38 const MCExpr *Value;
55 // \param Value is the new entry to put in the constant pool.
58 // \returns a MCExpr that references the newly inserted value
59 const MCExpr *addEntry(const MCExpr *Value, MCContext &Context,
74 // constant pool is a vector of (label, value) pairs. When the ldr
75 // pseudo is parsed we insert a new (label, value) pair into the constant pool
78 // output the (label, value) pairs in each constant pool at the end of the
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Testing/Support/
SupportHelpers.h 25 Optional<T *> Value;
38 *Out << "succeeded with value \"" << ::testing::PrintToString(**Item.Value)
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
MacroBuilder.h 29 /// Append a \#define line for macro of the form "\#define Name Value\n".
30 void defineMacro(const Twine &Name, const Twine &Value = "1") {
31 Out << "#define " << Name << ' ' << Value << '\n';
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 31 void writeUInt8(uint8_t Value);
32 void writeInt16(int16_t Value);
33 void writeUInt16(uint16_t Value);
34 void writeInt32(int32_t Value);
35 void writeUInt32(uint32_t Value);
36 void writeInt64(int64_t Value);
37 void writeUInt64(uint64_t Value);
40 void writeEncodedInteger(int64_t Value);
41 void writeEncodedSignedInteger(int64_t Value);
42 void writeEncodedUnsignedInteger(uint64_t Value);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
ConstantPools.h 35 : Label(L), Value(Val), Size(Sz), Loc(Loc_) {}
38 const MCExpr *Value;
55 // \param Value is the new entry to put in the constant pool.
58 // \returns a MCExpr that references the newly inserted value
59 const MCExpr *addEntry(const MCExpr *Value, MCContext &Context,
74 // constant pool is a vector of (label, value) pairs. When the ldr
75 // pseudo is parsed we insert a new (label, value) pair into the constant pool
78 // output the (label, value) pairs in each constant pool at the end of the
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Testing/Support/
SupportHelpers.h 25 Optional<T *> Value;
38 *Out << "succeeded with value \"" << ::testing::PrintToString(**Item.Value)
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
MacroBuilder.h 29 /// Append a \#define line for macro of the form "\#define Name Value\n".
30 void defineMacro(const Twine &Name, const Twine &Value = "1") {
31 Out << "#define " << Name << ' ' << Value << '\n';
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 31 void writeUInt8(uint8_t Value);
32 void writeInt16(int16_t Value);
33 void writeUInt16(uint16_t Value);
34 void writeInt32(int32_t Value);
35 void writeUInt32(uint32_t Value);
36 void writeInt64(int64_t Value);
37 void writeUInt64(uint64_t Value);
40 void writeEncodedInteger(int64_t Value);
41 void writeEncodedSignedInteger(int64_t Value);
42 void writeEncodedUnsignedInteger(uint64_t Value);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
ConstantPools.h 35 : Label(L), Value(Val), Size(Sz), Loc(Loc_) {}
38 const MCExpr *Value;
55 // \param Value is the new entry to put in the constant pool.
58 // \returns a MCExpr that references the newly inserted value
59 const MCExpr *addEntry(const MCExpr *Value, MCContext &Context,
74 // constant pool is a vector of (label, value) pairs. When the ldr
75 // pseudo is parsed we insert a new (label, value) pair into the constant pool
78 // output the (label, value) pairs in each constant pool at the end of the
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Testing/Support/
SupportHelpers.h 25 Optional<T *> Value;
38 *Out << "succeeded with value \"" << ::testing::PrintToString(**Item.Value)
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
MacroBuilder.h 29 /// Append a \#define line for macro of the form "\#define Name Value\n".
30 void defineMacro(const Twine &Name, const Twine &Value = "1") {
31 Out << "#define " << Name << ' ' << Value << '\n';
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 31 void writeUInt8(uint8_t Value);
32 void writeInt16(int16_t Value);
33 void writeUInt16(uint16_t Value);
34 void writeInt32(int32_t Value);
35 void writeUInt32(uint32_t Value);
36 void writeInt64(int64_t Value);
37 void writeUInt64(uint64_t Value);
40 void writeEncodedInteger(int64_t Value);
41 void writeEncodedSignedInteger(int64_t Value);
42 void writeEncodedUnsignedInteger(uint64_t Value);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
ConstantPools.h 35 : Label(L), Value(Val), Size(Sz), Loc(Loc_) {}
38 const MCExpr *Value;
55 // \param Value is the new entry to put in the constant pool.
58 // \returns a MCExpr that references the newly inserted value
59 const MCExpr *addEntry(const MCExpr *Value, MCContext &Context,
74 // constant pool is a vector of (label, value) pairs. When the ldr
75 // pseudo is parsed we insert a new (label, value) pair into the constant pool
78 // output the (label, value) pairs in each constant pool at the end of the
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Testing/Support/
SupportHelpers.h 25 Optional<T *> Value;
38 *Out << "succeeded with value \"" << ::testing::PrintToString(**Item.Value)
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
MacroBuilder.h 29 /// Append a \#define line for macro of the form "\#define Name Value\n".
30 void defineMacro(const Twine &Name, const Twine &Value = "1") {
31 Out << "#define " << Name << ' ' << Value << '\n';

Completed in 770 milliseconds

1 2 3 45 6 7 8 91011>>