Searched refs:Value (Results 1 - 25 of 3761) sorted by last modified time

1234567891011>>

/external/zlib/src/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs53 public uint Value { get { return _current; } } property in class:DotZLib.ChecksumGeneratorBase
H A DDotZLib.cs119 uint Value { get; } property in interface:DotZLib.ChecksumGenerator
H A DUnitTests.cs88 Assert.AreEqual( 0, crc32.Value );
91 Assert.AreEqual( 1, crc32.Value );
94 Assert.AreEqual( 556, crc32.Value );
103 Assert.AreEqual( 0x70e46888, crc32.Value );
107 Assert.AreEqual( 0x0e5c1a120, crc32.Value );
111 Assert.AreEqual(0x43b6aa94, crc32.Value);
122 Assert.AreEqual(0, adler.Value);
125 Assert.AreEqual( 1, adler.Value );
128 Assert.AreEqual( 556, adler.Value );
137 Assert.AreEqual( 0x5b001d, adler.Value );
[all...]
/external/webrtc/src/system_wrappers/interface/
H A Datomic32.h46 WebRtc_Word32 Value() const;
/external/webrtc/src/system_wrappers/source/
H A Datomic32_mac.cc56 WebRtc_Word32 Atomic32::Value() const function in class:webrtc::Atomic32
H A Datomic32_posix.cc60 WebRtc_Word32 Atomic32::Value() const function in class:webrtc::Atomic32
H A Datomic32_win.cc68 WebRtc_Word32 Atomic32::Value() const function in class:webrtc::Atomic32
/external/vixl/test/examples/
H A Dtest-examples.cc366 #define CHECKBOUNDS_DOTEST(Value, Low, High) \
369 simulator.set_xreg(0, Value); \
373 assert(regs.xreg(0) == ((Low <= Value) && (Value <= High))); \
396 #define GETTING_STARTED_DOTEST(Value) \
399 simulator.set_xreg(0, Value); \
401 assert(regs.xreg(0) == (Value & 0x1122334455667788)); \
/external/valgrind/main/gdbserver_tests/
H A Dmcclean_after_fork.stdoutB.exp10 Value = 0
H A Dmcwatchpoints.stdoutB.exp13 Value = 117 'u'
18 Value = 102 'f'
/external/valgrind/main/memcheck/
H A Dmc_errors.c97 } Value; member in union:_MC_Error::__anon33008
413 extra->Err.Value.szB );
415 if (extra->Err.Value.origin_ec)
416 mc_pp_origin( extra->Err.Value.origin_ec,
417 extra->Err.Value.otag & 3 );
422 extra->Err.Value.szB );
424 if (extra->Err.Value.origin_ec)
425 mc_pp_origin( extra->Err.Value.origin_ec,
426 extra->Err.Value.otag & 3 );
718 extra.Err.Value
[all...]
/external/tinyxml/
H A Dtinyxml.h449 const char *Value() const { return value.c_str (); } function in class:TiXmlNode
452 /** Return Value() as a std::string. If you only use STL,
453 this is more efficient than calling Value().
727 const char* Value() const { return value.c_str (); } ///< Return the value of this attribute. function in class:TiXmlAttribute
H A Dtinyxmlparser.cpp1122 node->SetValue( attrib->Value() );
1541 version = attrib.Value();
1547 encoding = attrib.Value();
1553 standalone = attrib.Value();
H A Dxmltest.cpp131 printf( "Error in %s: %s\n", doc.Value(), doc.ErrorDesc() );
258 XmlTest ( "Root element value is 'ToDo'.", "ToDo", node->Value());
264 XmlTest ( "Value is 'Item'.", "Item", node->Value() );
268 XmlTest ( "Value is 'Go to the'.", "Go to the", node->Value() );
341 XmlTest ( "Element parsed, value is 'Element0'.", "Element0", element0.Value() );
525 text->Value(),
570 XmlTest( "Legacy encoding: Verify text element.", "r\x82sum\x82", text->Value() );
587 XmlTest( "Copy/Assign: element copy #1.", "element", elementCopy.Value() );
[all...]
/external/tinyxml2/
H A Dtinyxml2.cpp707 && (!value || XMLUtil::StringEqual( value, element->Value() )))
720 && (!value || XMLUtil::StringEqual( value, element->Value() )))
781 document->SetError( XML_ERROR_MISMATCHED_ELEMENT, node->Value(), 0 );
785 document->SetError( XML_ERROR_MISMATCHED_ELEMENT, node->Value(), 0 );
789 if ( !XMLUtil::StringEqual( endTag.GetStr(), node->Value() )) {
790 document->SetError( XML_ERROR_MISMATCHED_ELEMENT, node->Value(), 0 );
835 XMLText* text = doc->NewText( Value() ); // fixme: this will always allocate memory. Intern?
843 return ( compare->ToText() && XMLUtil::StringEqual( compare->ToText()->Value(), Value() ));
883 XMLComment* comment = doc->NewComment( Value() ); // fixm
[all...]
H A Dtinyxml2.h467 const char* Value() const { return value.GetStr(); } function in class:tinyxml2::XMLNode
468 /** Set the Value of an XML node.
469 @sa Value()
774 const char* Value() const { return value.GetStr(); } ///< The value of the attribute. function in class:tinyxml2::XMLAttribute
845 /// Get the name of an element (which is the Value() of the node.)
846 const char* Name() const { return Value(); }
/external/tremolo/Tremolo/
H A DmdctARM.s506 MOV r2, r3, LSL #1 @ r2 = r3<<1 = Value for x2[0]
511 MOV r4, r4, LSL #1 @ r4 = r4<<1 = Value for x2[2]
515 MOV r3, r3, LSL #1 @ r3 = r3<<1 = Value for x2[1]
518 MOV r11,r11,LSL #1 @ r11= r11<<1 = Value for x2[3]
571 MOV r9, r11,LSL #1 @ r9 = r11<<1 = Value for x2[2]
576 MOV r2, r2, LSL #1 @ r2 = r2<<1 = Value for x2[0]
580 MOV r11,r11,LSL #1 @ r11= r11<<1 = Value for x2[3]
583 MOV r3, r3, LSL #1 @ r3 = r3<<1 = Value for x2[1]
H A DmdctLARM.s490 MLA r4, r2, r10,r4 @ r4 += s0*T[0] = Value for x2[2]
491 MOV r2, r3 @ r2 = r3 = Value for x2[0]
496 MLA r3, r14,r8, r3 @ r3 += s3*T[1] = Value for x2[1]
499 MLA r11,r9, r8, r11 @ r11 -= s2*T[1] = Value for x2[3]
556 MLA r2, r9, r8, r2 @ r2 += -s1*T[1] = Value for x2[0]
557 MOV r9, r11 @ r9 = r11 = Value for x2[2]
562 MLA r11,r14,r8, r11 @ r11 += s3*T[1] = Value for x2[3]
565 MLA r3, r4, r8, r3 @ r3 -= s2*T[1] = Value for x2[1]
/external/stlport/stlport/stl/config/
H A D_watcom.h138 long __stl_InterlockedExchange( long *Destination, long Value );
/external/stlport/test/eh/
H A DLeakCheck.h64 template <class Value, class Operation>
65 void WeakCheck(const Value& v, const Operation& op, long max_iters = 2000000) {
72 Value dup = v;
102 template <class Value, class Operation>
103 void ConstCheck(const Value& v, const Operation& op, long max_iters = 2000000) {
144 template <class Value, class Operation>
145 void StrongCheck(const Value& v, const Operation& op, long max_iters = 2000000) {
153 Value dup = v;
171 typedef typename Value::value_type value_type;
H A Dtest_insert.h292 template <class C, class Value>
294 const Value& val, size_t insPos )
/external/srec/tools/grxmlcompile/
H A Dfst-io.h68 StateId s = siter.Value();
112 Arc arc = aiter.Value();
H A Dgrxmlcompile.cpp362 s = siter.Value();
366 fst::StdArc arc = aiter.Value();
385 for(fst::MutableArcIterator<fst::StdVectorFst> aiter(&fst_, siter.Value());
387 if( aiter.Value().ilabel > max_ilabel)
388 max_ilabel = aiter.Value().ilabel;
402 s = siter.Value();
406 fst::StdArc arc = aiter.Value();
425 s = siter.Value();
429 fst::StdArc arc = aiter.Value();
454 s = siter.Value();
[all...]
H A Dgrxmldoc.cpp160 const char* text = node.Value();
186 std::string name = node.Value();
192 const char* cc_name = node.Parent()->Value();
279 std::string name = node.Value();
488 const char* cc_name = node.Parent()->Value();
490 // std::string name = node.Parent()->Value(); // getName
495 std::string cdata = node.Value(); // getCData()
757 std::string name = node.Value();
781 c_data = node.Value(); // getCdata();
806 std::cout << attr->Name() << ": " << attr->Value() << st
[all...]
/external/srec/tools/make_cfst/
H A Dmake_cfst.cpp251 int value = (int)syms_iter.Value();

Completed in 206 milliseconds

1234567891011>>