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

1 2 3 4 5 6 78 91011>>

  /external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
DirectXHelper.h 36 auto fileData = ref new Platform::Array<byte>(fileBuffer->Length);
  /external/protobuf/python/google/protobuf/pyext/
repeated_composite_container.h 106 static Py_ssize_t Length(RepeatedCompositeContainer* self);
  /external/sfntly/cpp/src/sfntly/data/
font_data.h 62 // @param length the number of bytes in the bounded array
64 virtual bool Bound(int32_t offset, int32_t length);
77 // @param length the number of bytes in the slice
79 virtual CALLER_ATTACH FontData* Slice(int32_t offset, int32_t length) = 0;
87 // Gets the length of the data.
88 virtual int32_t Length() const;
98 // @param length the length of the data wrapped
99 FontData(FontData* data, int32_t offset, int32_t length);
115 // Gets the length in the underlying data taking into account any bounds o
    [all...]
readable_font_data.cc 85 int32_t length) {
86 return array_->Get(BoundOffset(index), b, offset, BoundLength(index, length));
155 return array_->CopyTo(os, BoundOffset(0), Length());
162 Length());
166 return array_->CopyTo(ba, BoundOffset(0), Length());
173 int32_t length,
177 int32_t top = length;
203 int32_t length,
207 int32_t top = length;
228 int32_t length,
    [all...]
  /external/sfntly/cpp/src/sfntly/table/bitmap/
bitmap_glyph.cc 90 return InternalReadData()->Length();
  /external/skia/src/core/
SkPoint3.cpp 26 SkScalar SkPoint3::Length(SkScalar x, SkScalar y, SkScalar z) {
  /external/v8/src/ast/
modules.h 46 int Length() {
  /external/webrtc/webrtc/libjingle/xmpp/
xmppsocket.cc 84 while (buffer_.Length() != 0) {
85 int written = cricket_socket_->Send(buffer_.Data(), buffer_.Length());
134 while (buffer_.Length() != 0) {
138 result = stream_->Write(buffer_.Data(), buffer_.Length(),
  /external/webrtc/webrtc/modules/audio_coding/neteq/
dtmf_buffer.h 83 virtual size_t Length() const;
  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
pli_unittest.cc 51 ASSERT_EQ(kPacketLength, packet->Length());
  /external/webrtc/webrtc/modules/video_coding/
encoded_frame.h 60 * Get frame length
62 size_t Length() const { return _length; }
  /frameworks/base/media/mca/filterfw/native/core/
geometry.h 36 float Length() const;
87 bool ExpandToMinLength(float length);
  /frameworks/base/media/mca/filterpacks/native/base/
geometry.h 36 float Length() const;
104 bool ExpandToMinLength(float length);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvreader.cpp 80 int MkvReader::Length(long long* total, long long* available)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddpsch.h 23 ULONG Length;
  /prebuilts/misc/common/swig/include/2.0.11/csharp/
enumtypesafe.swg 95 if (swigValue < swigValues.Length && swigValue >= 0 && swigValues[swigValue].swigValue == swigValue)
97 for (int i = 0; i < swigValues.Length; i++)
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
bitstream_io.cpp 108 /* Function : BitstreamPutBits(BitstreamEncVideo *stream, Int Length,
111 /* Purpose : put Length (1-16) number of bits to the stream */
115 /* Length bits length (should belong to 1 to 16) */
120 PV_STATUS BitstreamPutBits(BitstreamEncVideo *stream, Int Length, UInt Value)
124 if (stream->bitLeft > Length)
126 stream->word <<= Length;
127 stream->word |= Value; /* assuming Value is not larger than Length */
128 stream->bitLeft -= Length;
135 Length -= stream->bitLeft
    [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFUnit.cpp 43 return SOS.slice(C->Offset, C->Offset + C->Length);
77 Length = debug_info.getU32(offset_ptr);
84 if (!UnitContrib || UnitContrib->Length != (Length + 4))
131 Length = 0;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
video.h 87 while (byteOffset >= scatterList->Length) { \
88 byteOffset -= scatterList->Length; \
91 *pLength = scatterList->Length - byteOffset; \
167 ULONG Length;
242 ULONG Length;
391 IN ULONG Length);
398 IN ULONG Length);
423 IN ULONG Length);
430 IN ULONG Length,
455 IN OUT PULONG Length);
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BaseRecognizer.cs 119 for ( int i = 0; state.ruleMemo != null && i < state.ruleMemo.Length; i++ )
393 if (prefix.Length > 0)
    [all...]
  /external/eigen/Eigen/src/Core/
Redux.h 76 template<typename Func, typename Derived, int Start, int Length>
80 HalfLength = Length/2
88 redux_novec_unroller<Func, Derived, Start+HalfLength, Length-HalfLength>::run(mat,func));
110 // for 0 length run() will never be called at all.
120 template<typename Func, typename Derived, int Start, int Length>
125 HalfLength = Length/2
135 redux_vec_unroller<Func, Derived, Start+HalfLength, Length-HalfLength>::run(mat,func) );
  /external/llvm/tools/llvm-dwp/
llvm-dwp.cpp 109 InfoData.getU32(&Offset); // Length
158 // Length of the unit, including the 4 byte length field.
159 C.Length = Data.getU32(&Offset) + 4;
165 Offset = PrevOffset + C.Length;
172 Out.EmitBytes(Types.substr(PrevOffset, C.Length));
173 TypesOffset += C.Length;
235 &DWARFUnitIndex::Entry::SectionContribution::Length);
292 (CurEntry.Contributions[Index].Length = Contents.size());
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
micromips@loc-swap.d 14 Length: 67
16 Prologue Length: 33
17 Minimum Instruction Length: 1
  /external/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 121 Value *Length;
127 Value *&Length);
134 Offset(nullptr), Scale(nullptr), Length(nullptr), Branch(nullptr) { }
139 Value *getLength() const { return Length; }
148 OS << " Length: ";
149 if (Length)
150 Length->print(OS);
259 /// `Index` and `Length` to `nullptr`. Otherwise set `Index` to the value
261 /// range checked, and set `Length` to the upper limit `Index` is being range
268 Value *&Length) {
    [all...]
  /external/v8/src/
d8-posix.cc 26 // the length of the string up to but not including the incomplete UTF-8
183 int len = prog.length() + 3;
188 for (unsigned j = 0; j < command_args->Length(); i++, j++) {
202 int len = utf8_arg.length() + 1;
232 if (args.Length() > 3) {
245 if (args.Length() > 2) {
348 int length = bytes_read == 0 ? local
352 String::NewFromUtf8(isolate, buffer, NewStringType::kNormal, length)
355 fullness = bytes_read + fullness - length;
356 memcpy(buffer, buffer + length, fullness)
    [all...]

Completed in 2421 milliseconds

1 2 3 4 5 6 78 91011>>