HomeSort by relevance Sort by last modified time
    Searched refs:Value (Results 776 - 800 of 2613) sorted by null

<<31323334353637383940>>

  /external/llvm/test/tools/llvm-readobj/ARM/
attribute-S.s 7 @CHECK-OBJ-NEXT: Value: 83
attribute-conformance-1.s 8 @CHECK-OBJ-NEXT: Value: 0
attribute-conformance-2.s 8 @CHECK-OBJ-NEXT: Value: A.long--non numeric oddity...!!
  /external/llvm/tools/llvm-cov/
CoverageReport.cpp 35 Column &set(TrimKind Value) {
36 Trim = Value;
40 Column &set(AlignmentKind Value) {
41 Alignment = Value;
48 raw_ostream &operator<<(raw_ostream &OS, const Column &Value) {
49 Value.render(OS);
87 static Column column(StringRef Str, unsigned Width, const T &Value) {
88 return Column(Str, Width).set(Value);
  /external/lzma/CPP/7zip/UI/Common/
SetProperties.cpp 49 if (property.Value.IsEmpty())
63 ParseNumberString(property.Value, propVariant);
  /external/lzma/CPP/7zip/UI/FileManager/
ComboDialog.cpp 35 _comboBox.SetText(Value);
62 _comboBox.GetText(Value);
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUAsmBackend.cpp 49 uint64_t Value) const { assert(!"Not implemented"); }
50 virtual bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
  /external/pdfium/fpdfsdk/src/javascript/
JS_Value.h 34 CJS_Value(CJS_Runtime* pRuntime, v8::Local<v8::Value> pValue, Type t);
49 void Attach(v8::Local<v8::Value> pValue, Type t);
63 v8::Local<v8::Value> ToV8Value() const;
76 void operator=(CJS_Value value);
87 v8::Local<v8::Value> m_pValue;
121 operator v8::Local<v8::Value>() const;
135 void GetElement(unsigned index, CJS_Value& value);
136 void SetElement(unsigned index, CJS_Value value);
162 void Attach(v8::Local<v8::Value> pDate);
182 operator v8::Local<v8::Value>();
    [all...]
  /external/v8/src/
cancelable-task.h 81 bool IsRunning() { return status_.Value() == kRunning; }
82 intptr_t CancelAttempts() { return cancel_counter_.Value(); }
  /external/v8/src/compiler/
graph-replay.cc 47 IrOpcode::Value opcode = static_cast<IrOpcode::Value>(op->opcode());
  /external/v8/test/cctest/
profiler-extension.cc 66 const v8::FunctionCallbackInfo<v8::Value>& args) {
76 const v8::FunctionCallbackInfo<v8::Value>& args) {
  /external/valgrind/gdbserver_tests/
mcclean_after_fork.stdoutB.exp 10 Value = 0
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
bitstream_io.h 32 PV_STATUS BitstreamPutBits(BitstreamEncVideo *stream, Int Length, UInt Value);
33 PV_STATUS BitstreamPutGT16Bits(BitstreamEncVideo *stream, Int Length, ULong Value);
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
ieee754.h 29 double Value() const { return d_; }
34 return Double(u_ + 1).Value();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dde.h 39 BYTE Value[1];
45 BYTE Value[1];
  /system/webservd/libwebserv/
response.h 29 class Value;
44 const std::string& value) = 0;
61 virtual void ReplyWithJson(int status_code, const base::Value* json) = 0;
64 // list of key-value pairs of string type.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
thumbver.d 7 +Num: +Value +Size +Type +Bind +Vis +Ndx +Name
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64-localpic.d 6 Offset Info Type Sym.Value Sym. Name \+ Addend
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
elf-rel13-mips16.d 6 *Offset * Info * Type * Sym\.Value * Sym\. Name
elf-rel13.d 6 *Offset * Info * Type * Sym\.Value * Sym\. Name
elf-rel20.d 6 *Offset * Info * Type * Sym\.Value * Sym\. Name
elf-rel26.d 10 *Offset * Info * Type * Sym\.Value * Sym\. Name
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68k/
tls-ld-2.d 7 Tag Type Name/Value
tls-main-1.d 3 * Tag * Type * Name/Value
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
rel32-n32.d 8 Offset Info Type Sym.Value Sym. Name

Completed in 1607 milliseconds

<<31323334353637383940>>