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

<<11121314151617181920>>

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
ForceEarlyReturn003Test.java 24 import org.apache.harmony.jpda.tests.framework.jdwp.Value;
44 * the returned value of the called method. The returned value should be
45 * equal to the value which is used in ForceEarlyReturn Command. In this
46 * testcase, an Float value is returned.
83 forceEarlyReturnPacket.setNextValueAsValue(Value.createFloat(EXPECTED_FLOAT));
100 // Check the early returned value
103 + "returned value is not set by ForceEarlyReturn command"
108 .println("==> CHECK: PASSED: returned value does set by ForceEarlyReturn command.");
109 logWriter.println("==> Returned value: " + actualValue)
    [all...]
ForceEarlyReturn004Test.java 24 import org.apache.harmony.jpda.tests.framework.jdwp.Value;
44 * the returned value of the called method. The returned value should be
45 * equal to the value which is used in ForceEarlyReturn Command. In this
46 * testcase, an Double value is returned.
83 forceEarlyReturnPacket.setNextValueAsValue(Value.createDouble(EXPECTED_DOUBLE));
100 // Check the early returned value
103 + "returned value is not set by ForceEarlyReturn command"
108 .println("==> CHECK: PASSED: returned value does set by ForceEarlyReturn command.");
109 logWriter.println("==> Returned value: " + actualValue)
    [all...]
ForceEarlyReturn005Test.java 24 import org.apache.harmony.jpda.tests.framework.jdwp.Value;
42 * the returned value of the called method. The returned value should be
43 * equal to the value which is used in ForceEarlyReturn Command. In this
44 * testcase, an Void value is returned.
82 forceEarlyReturnPacket.setNextValueAsValue(Value.createVoidValue());
99 // Check the early returned value
102 + "returned value is not void set by ForceEarlyReturn command");
105 .println("==> CHECK: PASSED: returned value does set by ForceEarlyReturn command.");
106 logWriter.println("==> Returned value: " + "void")
    [all...]
  /external/caliper/examples/src/main/java/examples/
DoubleToStringBenchmark.java 67 enum Value {
73 final double value; field in class:DoubleToStringBenchmark.Value
75 Value(double value) {
76 this.value = value;
80 @Param Value value; field in class:DoubleToStringBenchmark
83 double d = value.value;
    [all...]
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/
p1-cxx11.cpp 5 struct Value {
7 void set(T value) {}
10 Value v;
16 Value v;
23 Value v;
p1.cpp 30 struct Value {
32 void set(T value) {}
34 // expected-note@-2 {{lookup in the object type 'Value' refers here}}
38 Value v;
44 Value v;
49 // expected-warning@-2 {{lookup of 'set' in member access expression is ambiguous; using member of 'Value'}}
54 Value v;
  /external/clang/test/SemaCXX/
compound-literal.cpp 86 template<unsigned> struct Value { };
88 int &check_narrowed(Value<sizeof((T){1.1})>);
vtable-instantiation.cpp 27 virtual T Value() const
  /external/llvm/lib/Object/
SymbolSize.cpp 65 uint64_t Value = Sym.getValue();
66 Addresses.push_back({I, Value, SymNum, getSymbolSectionID(O, Sym)});
  /external/llvm/tools/llvm-mc/
Disassembler.cpp 111 StringRef Value = Str.substr(0, Next);
115 if (Value.getAsInteger(0, ByteVal) || ByteVal > 255) {
117 SM.PrintMessage(SMLoc::getFromPointer(Value.data()), SourceMgr::DK_Error,
126 ByteArray.second.push_back(Value.data());
  /external/pdfium/core/fxcrt/css/
cfx_cssnumbervalue.h 28 CFX_CSSNumberValue(CFX_CSSNumberType type, float value);
31 float Value() const { return value_; }
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFFormValue.h 44 uint16_t Form; // Form for this value.
45 ValueType Value; // Contains all data for the form.
50 const ValueType& value() const { return Value; } function in class:llvm::DWARFFormValue
55 return Value.data != NULL && Value.data == (uint8_t*)Value.cstr;
62 /// value.
64 uint64_t getUnsigned() const { return Value.uval; }
65 int64_t getSigned() const { return Value.sval;
    [all...]
  /external/swiftshader/third_party/subzero/crosstest/
test_bitmanip_main.cpp 67 Type Value = static_cast<Type>(Values[i]);
69 Type ResultSz = Funcs[f].FuncSz(Value);
70 Type ResultLlc = Funcs[f].FuncLlc(Value);
76 << "(" << static_cast<uint64>(Value)
97 Type Value = static_cast<Type>(Values[i]);
99 Type ResultSz = Funcs[f].FuncSz(Value);
100 Type ResultLlc = Funcs[f].FuncLlc(Value);
106 << "(" << static_cast<uint64>(Value)
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 31 AttributeSpec(dwarf::Attribute A, dwarf::Form F, int64_t Value)
32 : Attr(A), Form(F), Value(Value) {
48 /// attributes and as value for implicit_const ones, indicated by
56 /// that it is contained in or the value size varies and must be
59 /// Value contains value for the implicit_const attribute.
66 int64_t Value;
76 return Value;
124 /// Extract a DWARF form value from a DIE specified by DIE offset
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 31 AttributeSpec(dwarf::Attribute A, dwarf::Form F, int64_t Value)
32 : Attr(A), Form(F), Value(Value) {
48 /// attributes and as value for implicit_const ones, indicated by
56 /// that it is contained in or the value size varies and must be
59 /// Value contains value for the implicit_const attribute.
66 int64_t Value;
76 return Value;
124 /// Extract a DWARF form value from a DIE specified by DIE offset
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 31 AttributeSpec(dwarf::Attribute A, dwarf::Form F, int64_t Value)
32 : Attr(A), Form(F), Value(Value) {
48 /// attributes and as value for implicit_const ones, indicated by
56 /// that it is contained in or the value size varies and must be
59 /// Value contains value for the implicit_const attribute.
66 int64_t Value;
76 return Value;
124 /// Extract a DWARF form value from a DIE specified by DIE offset
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 31 AttributeSpec(dwarf::Attribute A, dwarf::Form F, int64_t Value)
32 : Attr(A), Form(F), Value(Value) {
48 /// attributes and as value for implicit_const ones, indicated by
56 /// that it is contained in or the value size varies and must be
59 /// Value contains value for the implicit_const attribute.
66 int64_t Value;
76 return Value;
124 /// Extract a DWARF form value from a DIE specified by DIE offset
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 31 AttributeSpec(dwarf::Attribute A, dwarf::Form F, int64_t Value)
32 : Attr(A), Form(F), Value(Value) {
48 /// attributes and as value for implicit_const ones, indicated by
56 /// that it is contained in or the value size varies and must be
59 /// Value contains value for the implicit_const attribute.
66 int64_t Value;
76 return Value;
124 /// Extract a DWARF form value from a DIE specified by DIE offset
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 31 AttributeSpec(dwarf::Attribute A, dwarf::Form F, int64_t Value)
32 : Attr(A), Form(F), Value(Value) {
48 /// attributes and as value for implicit_const ones, indicated by
56 /// that it is contained in or the value size varies and must be
59 /// Value contains value for the implicit_const attribute.
66 int64_t Value;
76 return Value;
124 /// Extract a DWARF form value from a DIE specified by DIE offset
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 31 AttributeSpec(dwarf::Attribute A, dwarf::Form F, int64_t Value)
32 : Attr(A), Form(F), Value(Value) {
48 /// attributes and as value for implicit_const ones, indicated by
56 /// that it is contained in or the value size varies and must be
59 /// Value contains value for the implicit_const attribute.
66 int64_t Value;
76 return Value;
124 /// Extract a DWARF form value from a DIE specified by DIE offset
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 31 AttributeSpec(dwarf::Attribute A, dwarf::Form F, int64_t Value)
32 : Attr(A), Form(F), Value(Value) {
48 /// attributes and as value for implicit_const ones, indicated by
56 /// that it is contained in or the value size varies and must be
59 /// Value contains value for the implicit_const attribute.
66 int64_t Value;
76 return Value;
124 /// Extract a DWARF form value from a DIE specified by DIE offset
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2def.h 34 ULONG Value;
  /prebuilts/go/darwin-x86/test/interface/
embed2.go 13 const Value = 1e12
23 var t = T(Value)
41 if v != Value {
  /prebuilts/go/linux-x86/test/interface/
embed2.go 13 const Value = 1e12
23 var t = T(Value)
41 if v != Value {
  /bootable/recovery/edify/include/edify/
expr.h 37 // uses this value.
62 struct Value {
66 Value(ValueType type, const std::string& str) :
73 using Function = Value* (*)(const char* name, State* state,
89 // Evaluate the input expr, return the resulting Value.
90 Value* EvaluateValue(State* state, const std::unique_ptr<Expr>& expr);
98 Value* Literal(const char* name, State* state, const std::vector<std::unique_ptr<Expr>>& argv);
103 Value* ConcatFn(const char* name, State* state, const std::vector<std::unique_ptr<Expr>>& argv);
104 Value* LogicalAndFn(const char* name, State* state, const std::vector<std::unique_ptr<Expr>>& argv);
105 Value* LogicalOrFn(const char* name, State* state, const std::vector<std::unique_ptr<Expr>>& argv)
    [all...]

Completed in 655 milliseconds

<<11121314151617181920>>