HomeSort by relevance Sort by last modified time
    Searched refs:Length (Results 201 - 225 of 660) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/webrtc/webrtc/p2p/base/
stun_unittest.cc 29 ASSERT_EQ(expected_length, msg.length());
33 const unsigned char* expectedID, size_t length) {
34 ASSERT_EQ(length, msg.transaction_id().size());
35 ASSERT_EQ(length == kStunTransactionIdLength + 4, msg.IsLegacy());
36 ASSERT_EQ(length == kStunTransactionIdLength, !msg.IsLegacy());
37 ASSERT_EQ(0, memcmp(msg.transaction_id().c_str(), expectedID, length));
86 0x00, 0x01, 0x00, 0x14, // Address type (mapped), length
95 0x01, 0x01, 0x00, 0x0c, // binding response, length 12
100 0x00, 0x01, 0x00, 0x08, // Mapped, 8 byte length
112 0x00, 0x20, 0x00, 0x14, // Address Type (XOR), length
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BaseRecognizer.cs 110 for (int i = 0; state.ruleMemo != null && i < state.ruleMemo.Length; i++) { // wipe cache
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DotTreeGenerator.cs 209 if ( text.Length > 20 )
210 text = text.Substring( 0, 8 ) + "..." + text.Substring( text.Length - 8 );
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/Antlr.Utility.Tree/
DOTTreeGenerator.cs 192 if (text.Length > 20)
193 text = text.Substring(0, 8) + "..." + text.Substring(text.Length - 8);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DotTreeGenerator.cs 209 if ( text.Length > 20 )
210 text = text.Substring( 0, 8 ) + "..." + text.Substring( text.Length - 8 );
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugTreeGrammar.g3 57 Console.Out.WriteLine($expr.value + " (about " + result[0] + "*10^" + (result.Length-1) + ")");
ProfileTreeGrammar.g3 57 Console.Out.WriteLine($expr.value + " (about " + result[0] + "*10^" + (result.Length-1) + ")");
  /external/avahi/avahi-ui-sharp/
ServiceDialog.cs 103 types = new IntPtr[value.Length + 1];
105 for (int i = 0; i < value.Length; i++) {
109 types[value.Length] = IntPtr.Zero;
218 for (int i = 0; i < buttonData.Length - 1; i += 2) {
  /external/clang/lib/AST/
APValue.cpp 50 void resizePath(unsigned Length) {
51 if (Length == PathLength)
55 PathLength = Length;
57 PathPtr = new LValuePathEntry[Length];
88 void resizePath(unsigned Length) {
89 if (Length == PathLength)
93 PathLength = Length;
95 PathPtr = new PathElem[Length];
  /external/clang/lib/Parse/
ParseAST.cpp 79 unsigned Length = Tok.getLength();
85 OS << ": current parser token '" << StringRef(Spelling, Length) << "'\n";
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 28 FileNameEntry() : Name(nullptr), DirIdx(0), ModTime(0), Length(0) {}
33 uint64_t Length;
74 // Length of the prologue in bytes.
79 // Length of the line table data in bytes (not including the prologue).
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugLoc.cpp 97 E.Length = data.getU32(&Offset);
119 OS.indent(Indent) << " Length: " << E.Length << '\n';
  /external/llvm/unittests/Support/
SourceMgrTest.cpp 36 SMRange getRange(unsigned Offset, unsigned Length) {
37 return SMRange(getLoc(Offset), getLoc(Offset + Length));
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_bufferobj.c 127 GLsizeiptr length, GLbitfield access,
148 obj->Length = length;
161 obj->Length = 0;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_buffer_objects.c 176 GLintptr offset, GLsizeiptr length,
193 obj->Length = length;
218 obj->Length = 0;
  /external/protobuf/python/google/protobuf/pyext/
repeated_composite_container.cc 201 static Py_ssize_t Length(RepeatedCompositeContainer* self) {
222 Py_ssize_t message_length = Length(self);
360 Py_ssize_t length = Length(self); local
368 length, &from, &to, &step, &slicelength) == -1) {
375 from = to = length + from;
411 Py_ssize_t length = Length(self); local
419 length, &from, &to, &step, &slicelength) == -1) {
426 from = to = length + from
507 const Py_ssize_t length = Length(self); local
572 Py_ssize_t length = Length(self); local
    [all...]
  /external/v8/test/mjsunit/es6/
typedarray-sort.js 19 // Don't test value.length because we mess with that;
20 // instead in certain callsites we check that length
22 for (var i = 0; i < expected.length; ++i) {
33 assertEquals(a.length, 3);
40 assertEquals(b.length, 6);
48 // Length field is ignored
49 Object.defineProperty(a, 'length', {value: 1});
52 assertEquals(a.length, 1);
  /external/webrtc/talk/app/webrtc/
sctputils.cc 100 LOG(LS_WARNING) << "Could not read OPEN message label length.";
105 LOG(LS_WARNING) << "Could not read OPEN message protocol length.";
186 NULL, 20 + label.length() + config.protocol.length(),
192 buffer.WriteUInt16(static_cast<uint16_t>(label.length()));
193 buffer.WriteUInt16(static_cast<uint16_t>(config.protocol.length()));
196 payload->SetData(buffer.Data(), buffer.Length());
203 payload->SetData(buffer.Data(), buffer.Length());
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
rgn-over3.d 10 Name\s+Origin\s+Length\s+Attributes
rgn-over6.d 10 Name\s+Origin\s+Length\s+Attributes
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
Stats.cs 65 int m = X.Length;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Misc/
Stats.cs 71 int m = X.Length;
  /external/clang/test/SemaCXX/
references.cpp 104 unsigned Length;
  /external/clang/tools/clang-format/
ClangFormat.cpp 42 "several -offset and -length pairs.\n"
46 Lengths("length",
47 cl::desc("Format a range of this length (in bytes).\n"
49 "several -offset and -length pairs.\n"
51 "-length, clang-format will format up to the end\n"
60 "Can't be used with -offset and -length.\n"
143 errs() << "error: cannot use -lines with -offset/-length\n";
162 unsigned Length = Sources.getFileOffset(End) - Offset;
163 Ranges.push_back(tooling::Range(Offset, Length));
172 errs() << "error: number of -offset and -length arguments must match.\n"
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.h 47 SDValue Src, SDValue Char, SDValue Length,

Completed in 911 milliseconds

1 2 3 4 5 6 7 891011>>