/external/chromium-trace/catapult/telemetry/telemetry/value/ |
histogram_unittest.py | 9 from telemetry import value namespace 10 from telemetry.value import histogram as histogram_module 11 from telemetry.value import improvement_direction 61 histogram.GetBuildbotDataType(value.SUMMARY_RESULT_OUTPUT_CONTEXT)) 65 histogram.GetBuildbotDataType(value.SUMMARY_RESULT_OUTPUT_CONTEXT)) 96 v = value.Value.FromDict(d, {}) 111 v = value.Value.FromDict(d, {}) 133 v0, v1 = value.Value.FromDict(d1, {}), value.Value.FromDict(d2, {} [all...] |
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/ |
p7-0x.cpp | 12 char c3{y}; // expected-error {{ cannot be narrowed }} expected-note {{silence}} expected-warning {{changes value}} 66 // the source is a constant expression and the actual value after conversion 112 // except where the source is a constant expression and the actual value after 114 // value when converted back to the original type, or 134 // source is a constant expression and the actual value after conversion will 135 // fit into the target type and will produce the original value when converted 156 Agg<char> c3 = {300}; // expected-error {{ cannot be narrowed }} expected-note {{silence}} expected-warning {{changes value}} 172 Agg<short> ce1 = { Convert<int>(100000) }; // expected-error {{constant expression evaluates to 100000 which cannot be narrowed to type 'short'}} expected-note {{silence}} expected-warning {{changes value from 100000 to -31072}} 183 Agg<unsigned long long> ll8 = { __int128(18446744073709551615ULL) + 1 }; // expected-error {{ 18446744073709551616 which cannot be narrowed}} expected-note {{silence}} expected-warning {{changes value}} 190 // Be sure that type- and value-dependent expressions in templates get the erro [all...] |
p7-cxx11-nowarn.cpp | 13 char c3{y}; // expected-warning {{ cannot be narrowed }} expected-note {{silence}} expected-warning {{changes value}} 64 // the source is a constant expression and the actual value after conversion 110 // except where the source is a constant expression and the actual value after 112 // value when converted back to the original type, or 132 // source is a constant expression and the actual value after conversion will 133 // fit into the target type and will produce the original value when converted 154 Agg<char> c3 = {300}; // expected-warning {{ cannot be narrowed }} expected-note {{silence}} expected-warning {{changes value}} 170 Agg<short> ce1 = { Convert<int>(100000) }; // expected-warning {{constant expression evaluates to 100000 which cannot be narrowed to type 'short'}} expected-note {{silence}} expected-warning {{changes value from 100000 to -31072}} 174 // Be sure that type- and value-dependent expressions in templates get the warning 180 Agg<short> s2 = {I}; // expected-warning {{ cannot be narrowed }} expected-note {{silence}} expected-warning {{changes value}} [all...] |
/external/clang/test/SemaCXX/ |
PR11358.cpp | 22 template <typename Key, typename Value>
|
vtable-instantiation.cpp | 27 virtual T Value() const
|
/external/clang/test/SemaTemplate/ |
instantiate-non-type-template-parameter.cpp | 9 void Case(const char (&S)[N], const int & Value) {
|
/external/deqp/framework/opengl/ |
gluShaderLibrary.hpp | 60 struct Value 76 std::vector<Value> inputs; 77 std::vector<Value> outputs; 78 std::vector<Value> uniforms;
|
/external/libbrillo/brillo/ |
value_conversion_unittest.cc | 30 std::unique_ptr<base::Value> ParseValue(std::string json) { 33 std::unique_ptr<base::Value> value{ 37 CHECK(value) << "Failed to load JSON: " << message << ", " << json; 38 return value; 41 inline bool IsEqualValue(const base::Value& val1, const base::Value& val2) {
|
/external/libchrome/base/process/ |
process_metrics.h | 159 // calls. On Windows, the CPU usage value is for all CPUs. So if you have 169 // (cancelling the Windows exception mentioned above) by returning a value in 265 // Serializes the platform specific fields to value. 266 scoped_ptr<Value> ToValue() const; 340 // Serializes the platform specific fields to value. 341 scoped_ptr<Value> ToValue() const; 377 // Serializes the platform specific fields to value. 378 scoped_ptr<Value> ToValue() const; 401 // Serializes the system metrics to value. 402 scoped_ptr<Value> ToValue() const [all...] |
/external/libweave/include/weave/ |
device.h | 76 // Sets value of multiple properties of the state. 90 // Returns value of the single property. 92 virtual const base::Value* GetStateProperty(const std::string& component, 96 // Sets value of the single property. 100 const base::Value& value, 176 // Invalid value is fatal. 195 // Invalid value is fatal. 202 // Sets value of multiple properties of the state. 217 // Returns value of the single property [all...] |
/external/libweave/src/commands/ |
command_instance_unittest.cc | 82 auto json = CreateDictionaryValue("{'param': 'value'}"); 131 EXPECT_PRED2([](const base::Value& val1, 132 const base::Value& val2) { return val1.Equals(&val2); }, 158 EXPECT_PRED2([](const base::Value& val1, 159 const base::Value& val2) { return val1.Equals(&val2); },
|
/external/libweave/src/ |
device_manager.h | 57 const base::Value* GetStateProperty(const std::string& component, 62 const base::Value& value, 91 const base::Value* GetStateProperty(const std::string& name) const override; 93 const base::Value& value,
|
/external/llvm/include/llvm/Analysis/ |
ScalarEvolutionAliasAnalysis.h | 38 Value *GetBaseValue(const SCEV *S);
|
/external/llvm/include/llvm/IR/ |
BasicBlock.h | 52 class BasicBlock : public Value, // Basic blocks are data objects also 126 /// be added before the returned value, not before the first instruction, 252 static inline bool classof(const Value *V) { 253 return V->getValueID() == Value::BasicBlockVal; 329 /// \brief Shadow Value::setValueSubclassData with a private forwarding method 332 Value::setValueSubclassData(D);
|
InlineAsm.h | 10 // This class represents the inline asm strings, which are Value*'s that are 20 #include "llvm/IR/Value.h" 32 class InlineAsm : public Value { 76 return reinterpret_cast<PointerType*>(Value::getType()); 103 /// input constraint is required to match it (e.g. "0"). The value is the 105 /// constraint #0 and constraint #4 has the value "0", this will be 4). 128 /// input constraint is required to match it (e.g. "0"). The value is the 130 /// constraint #0 and constraint #4 has the value "0", this will be 4). 186 static inline bool classof(const Value *V) { 187 return V->getValueID() == Value::InlineAsmVal [all...] |
/external/llvm/include/llvm/Transforms/Utils/ |
BasicBlockUtils.h | 53 /// if possible. The return value indicates success or failure. 59 // with a value, then remove and delete the original instruction. 62 BasicBlock::iterator &BI, Value *V); 236 /// the return instruction returns a value defined by a PHI, propagate the 237 /// right value into the return. It returns the new return instruction in the 246 /// (with value of Cmp being the condition). 263 TerminatorInst *SplitBlockAndInsertIfThen(Value *Cond, Instruction *SplitBefore, 282 void SplitBlockAndInsertIfThenElse(Value *Cond, Instruction *SplitBefore, 293 Value *GetIfCondition(BasicBlock *BB, BasicBlock *&IfTrue,
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
RuntimeDyldCOFFX86_64.h | 55 // to Target memory contents if they are required for value calculations. 57 // The Value parameter here is the load address of the symbol for the 59 // current object Value will be the LoadAddress of the section in which 61 // symbol location). For external symbols, Value will be the address of the 63 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { 79 Value -= FinalAddress + Delta; 80 uint64_t Result = Value + RE.Addend; 99 writeBytesUnaligned(Value + RE.Addend, Target, 8); 123 // Determine the Addend used to adjust the relocation value.
|
/external/llvm/lib/Object/ |
RecordStreamer.h | 34 void EmitAssignment(MCSymbol *Symbol, const MCExpr *Value) override;
|
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
R600MCCodeEmitter.cpp | 56 void Emit(uint32_t value, raw_ostream &OS) const; 57 void Emit(uint64_t value, raw_ostream &OS) const; 149 void R600MCCodeEmitter::Emit(uint32_t Value, raw_ostream &OS) const { 150 support::endian::Writer<support::little>(OS).write(Value); 153 void R600MCCodeEmitter::Emit(uint64_t Value, raw_ostream &OS) const { 154 support::endian::Writer<support::little>(OS).write(Value);
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
MipsELFStreamer.h | 63 void EmitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override;
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
X86MachObjectWriter.cpp | 110 int64_t Value = 0; 116 Value = Target.getConstant(); 124 Value += 1LL << Log2Size; 192 Value += Writer->getSymbolAddress(*A, Layout) - 194 Value -= Writer->getSymbolAddress(*B, Layout) - 214 if (Symbol->isTemporary() && Value) { 238 Value += Layout.getSymbolOffset(*Symbol) - 243 Value += Writer->getSymbolAddress(*Symbol, Layout); 246 Value -= FixupAddress + (1 << Log2Size); 248 const MCExpr *Value = Symbol->getVariableValue() [all...] |
/external/llvm/lib/Transforms/Utils/ |
DemoteRegToStack.cpp | 22 /// invalidating the SSA information for the value. It returns the pointer to 31 // Create a stack slot to hold the value. 59 // If this is a PHI node, we can't insert a load of the value before the 61 // to the incoming value. 68 DenseMap<BasicBlock*, Value*> Loads; 71 Value *&V = Loads[PN->getIncomingBlock(i)]; 82 Value *V = new LoadInst(Slot, I.getName()+".reload", VolatileLoads, U); 87 // Insert stores of the computed value into the stack slot. We have to be 113 // Create a stack slot to hold the value. 140 Value *V = new LoadInst(Slot, P->getName() + ".reload", &*InsertPt) [all...] |
/external/llvm/test/MC/PowerPC/ |
ppc64-localentry.s | 60 # CHECK-NEXT: Value: 67 # CHECK-NEXT: Value: 76 # CHECK-NEXT: Value: 83 # CHECK-NEXT: Value:
|
/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/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_target_nv50.h | 53 virtual bool mayPredicate(const Instruction *, const Value *) const;
|