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

1 2 3 45 6 7 8 91011>>

  /external/avahi/avahi-sharp/
Utility.cs 77 IntPtr buf = Stdlib.malloc ((uint) bytes.Length + 1);
78 Marshal.Copy (bytes, 0, buf, bytes.Length);
79 Marshal.WriteByte (buf, bytes.Length, 0);
  /external/dng_sdk/source/
dng_iptc.cpp 188 uint32 length = stream.Get_uint16 (); local
190 dng_memory_data buffer (length + 1);
194 stream.Get (c, length);
196 c [length] = 0;
248 while (nextOffset + 5 < stream.Length ())
334 while (nextOffset + 5 < stream.Length ())
431 uint32 length = stream.Get_uint16 (); local
433 if (length == 8)
453 uint32 length = stream.Get_uint16 (); local
455 if (length >= 4 && length <= 11
475 uint32 length = stream.Get_uint16 (); local
497 uint32 length = stream.Get_uint16 (); local
    [all...]
dng_stream.cpp 105 void dng_stream::DoSetLength (uint64 /* length */)
164 uint64 len64 = Length ();
195 if (fPosition > Length ())
276 if (fPosition + count > Length ())
306 fBufferEnd = Min_uint64 (fBufferStart + fBufferSize, Length ());
362 void dng_stream::SetLength (uint64 length)
367 if (Length () != length)
370 DoSetLength (length);
372 fLength = length;
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
tmmbn_unittest.cc 32 parser.Parse(packet->Buffer(), packet->Length());
45 parser.Parse(packet->Buffer(), packet->Length());
62 parser.Parse(packet->Buffer(), packet->Length());
tmmbr_unittest.cc 35 parser.Parse(packet->Buffer(), packet->Length());
  /frameworks/base/media/mca/filterfw/native/core/
geometry.cpp 26 float Point::Length() const {
31 float length = Length(); local
32 if (length == 0.0f) {
35 x_ *= new_length / length;
36 y_ *= new_length / length;
42 return diff.Length();
90 bool Rect::ExpandToMinLength(float length) {
91 if (width <= 0.0f || height <= 0.0f || length <= 0.0f) {
96 if (length > current_length)
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_receiver_unittest.cc 159 EXPECT_EQ(0, InjectRtcpPacket(packet->Buffer(), packet->Length()));
173 EXPECT_EQ(0, InjectRtcpPacket(packet->Buffer(), packet->Length()));
183 EXPECT_EQ(0, InjectRtcpPacket(packet->Buffer(), packet->Length()));
202 EXPECT_EQ(0, InjectRtcpPacket(packet->Buffer(), packet->Length()));
225 EXPECT_EQ(0, InjectRtcpPacket(packet->Buffer(), packet->Length()));
262 EXPECT_EQ(0, InjectRtcpPacket(p1->Buffer(), p1->Length()));
285 EXPECT_EQ(0, InjectRtcpPacket(p2->Buffer(), p2->Length()));
324 EXPECT_EQ(0, InjectRtcpPacket(p1->Buffer(), p1->Length()));
346 EXPECT_EQ(0, InjectRtcpPacket(p2->Buffer(), p2->Length()));
380 EXPECT_EQ(0, InjectRtcpPacket(packet->Buffer(), packet->Length()));
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ANTLRReaderStream.cs 75 base.n = data.Length;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ANTLRFileStream.cs 77 n = data.Length;
ANTLRReaderStream.cs 85 base.n = data.Length;
  /external/clang/tools/libclang/
CXString.h 104 return StringRef(UF.Contents, UF.Length);
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLoc.h 62 uint32_t Length;
  /external/llvm/test/MC/ELF/
compression.s 27 // INFO: 0x00000000: Compile Unit: length = 0x0000000c version = 0x0004 abbr_offset = 0x0000 addr_size = 0x08 (next unit at 0x00000010)
48 .long 12 # Length of Unit
  /external/lzma/CS/7zip/Common/
CommandLineParser.cs 72 int len = srcString.Length;
85 for (int switchIndex = 0; switchIndex < _switches.Length; switchIndex++)
87 int switchLen = switchForms[switchIndex].IDString.Length;
173 int numCommandStrings = commandStrings.Length;
194 for (int i = 0; i < commandForms.Length; i++)
201 postString = commandString.Substring(id.Length);
225 int len = charsSet.Chars.Length;
244 return (numUsedChars == commandString.Length);
  /external/sfntly/cpp/src/sfntly/table/
byte_array_table_builder.cc 53 return data->Length();
  /frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/
AAC_E_SAMPLES.c 227 inData.Length = bytesLeft;
229 outData.Length = 1024*8;
237 outData.Length = 1024*8;
249 fwrite(outData.Buffer, 1, outData.Length, outfile);
  /frameworks/av/media/libstagefright/codecs/common/include/
voType.h 167 VO_U32 Length; /*!< Buffer size in byte */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
miniport.h 154 ULONG Length;
161 ULONG Length;
181 ULONG Length;
196 ULONG Length;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
icrsint.h 41 #define ADO_VARIABLE_LENGTH_ENTRY(Ordinal,DataType,Buffer,Size,Status,Length,Modify) {Ordinal,DataType,0,0,Size,offsetof(ADORowClass,Buffer),offsetof(ADORowClass,Status),offsetof(ADORowClass,Length),classoffset(CADORecordBinding,ADORowClass),Modify},
43 #define ADO_VARIABLE_LENGTH_ENTRY3(Ordinal,DataType,Buffer,Size,Length,Modify) {Ordinal,DataType,0,0,Size,offsetof(ADORowClass,Buffer),0,offsetof(ADORowClass,Length),classoffset(CADORecordBinding,ADORowClass),Modify},
adtgen.h 52 ULONG Length;
75 ULONG Length;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
eh4.s 31 .long .LECIE1-.LSCIE1 # Length of Common Information Entry
49 .long .LEFDE1-.LASFDE1 # FDE Length
62 .long .LECIE2-.LSCIE2 # Length of Common Information Entry
80 .long .LEFDE2-.LASFDE2 # FDE Length
  /external/clang/unittests/Format/
FormatTestProto.cpp 23 unsigned Length, const FormatStyle &Style) {
26 std::vector<tooling::Range> Ranges(1, tooling::Range(Offset, Length));
  /external/libnfc-nxp/src/
phFriNfc_IntNdefMap.c 120 uint16_t Length)
123 if(Length == PH_FRINFC_NDEFMAP_MFUL_VAL0)
  /external/v8/test/cctest/
profiler-extension.cc 63 cpu_profiler->StartProfiling((args.Length() > 0)
71 last_profile = cpu_profiler->StopProfiling((args.Length() > 0)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
dwarf2-1.d 9 Length: 0x4e \(32-bit\)
38 Length: 62
40 Prologue Length: 35
41 Minimum Instruction Length: 1

Completed in 4655 milliseconds

1 2 3 45 6 7 8 91011>>