Searched refs:Length (Results 51 - 75 of 915) sorted by last modified time

1234567891011>>

/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
H A Dvectorbuffer.h108 const TInt len = aData.Length();
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
H A DSDL_epocevents.cpp326 if(token.Length() == 0)
/external/protobuf/gtest/samples/
H A Dsample2.h77 size_t Length() const { function in class:MyString
H A Dsample2_unittest.cc74 EXPECT_EQ(0, s.Length());
84 s.Length());
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc1297 TEST(StringTest, Length) {
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/pcre/dist/
H A Dpcregexp.pas773 pcGrepMatch:=PpcRE^.Search(pchar(AStr),Length(AStr));
782 if PpcRE^.Search(pchar(AStr),Length(AStr)) then
794 pcFastGrepMatch:=PpcRE^.Search(pchar(AStr),Length(AStr));
802 if PpcRE^.Search(pchar(AStr),Length(AStr)) then
/external/pdfium/core/include/fxcrt/
H A Dfx_coordinates.h152 baseType Length() const function in class:CFX_VTemplate
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dtttypes.h128 /* Length :: The table length (in bytes). */
135 FT_ULong Length; /* table length */ member in struct:TT_TableRec_
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmstypes.c1604 Byte Position Field Length (bytes) Content Encoded as...
4843 cmsBool AllocArray(cmsContext ContextID, _cmsDICarray* a, cmsUInt32Number Count, cmsUInt32Number Length) argument
4852 if (Length > 16) {
4856 if (Length > 24) {
4881 cmsBool ReadOffsetArray(cmsIOHANDLER* io, _cmsDICarray* a, cmsUInt32Number Count, cmsUInt32Number Length, cmsUInt32Number BaseOffset) argument
4891 if (Length > 16) {
4897 if (Length > 24) {
4917 cmsBool WriteOffsetArray(cmsIOHANDLER* io, _cmsDICarray* a, cmsUInt32Number Count, cmsUInt32Number Length) argument
4926 if (Length > 16) {
4931 if (Length > 2
5050 cmsUInt32Number i, Count, Length; local
5135 cmsUInt32Number i, Count, Length; local
[all...]
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusTypes.h809 Length (length)
812 CharacterRange() : First(0), Length(0)
818 Length = rhs.Length;
823 INT Length; member in class:CharacterRange
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dtttypes.h128 /* Length :: The table length (in bytes). */
135 FT_ULong Length; /* table length */ member in struct:TT_TableRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dsfdriver.c133 *length = face->dir_tables[idx].Length;
H A Dttload.c62 if (entry->Offset + entry->Length <= first->Offset){
98 if ( entry->Length != 0 )
102 if (next && entry->Offset + entry->Length < next->Offset)
103 entry->Length = next->Offset - entry->Offset;
160 *length = table->Length;
207 FT_FRAME_ULONG( Length ),
231 if ( table.Offset + table.Length > stream->size )
257 * its `Length' field!
260 if ( table.Length < 0x36 )
421 entry->Length
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttobjs.c232 face->dir_tables[i].Length );
239 FT_ULong Length; member in struct:tt_sfnt_id_rec_
383 if ( face->dir_tables[i].Length == sfnt_id[j][k].Length )
398 if ( !has_cvt && !sfnt_id[j][TRICK_SFNT_ID_cvt].Length )
400 if ( !has_fpgm && !sfnt_id[j][TRICK_SFNT_ID_fpgm].Length )
402 if ( !has_prep && !sfnt_id[j][TRICK_SFNT_ID_prep].Length )
/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Define.h204 for (unsigned int i = 0; i<(unsigned int)info.Length(); i++)\
605 for (unsigned int i = 0; i<(unsigned int)info.Length(); i++)\
658 for (unsigned int i = 0; i<(unsigned int)info.Length(); i++)\
/external/pdfium/fpdfsdk/src/javascript/
H A Dglobal.cpp333 int nObjElements = pKeyList->Length();
/external/pdfium/fpdfsdk/src/jsapi/
H A Dfxjs_v8.cpp637 return pArray->Length();
/external/openfst/src/include/fst/
H A Dtuple-weight.h79 static unsigned int Length() { function in class:fst::TupleWeight
/external/oprofile/events/i386/nehalem/
H A Devents67 event:0x87 counters:0,1,2,3 um:ild_stall minimum:6000 name:ILD_STALL : Cycles Instruction Length Decoder stalls
/external/oprofile/events/i386/westmere/
H A Dunit_masks95 0x01 lcp Length Change Prefix stall cycles
99 0x0f any Any Instruction Length Decoder stall cycles
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_bufferobjects.c298 obj->Length = length;
317 assert(offset + length <= obj->Length);
337 if (obj->Length)
343 obj->Length = 0;
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp142 uint64_t Length; member in class:BufferMemoryObject
145 Bytes(bytes), Length(length)
156 return Length;
/external/mesa3d/src/gallium/auxiliary/util/
H A Ddbghelp.h946 ULONG32 Length; member in struct:_MINIDUMP_STRING
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c27 int Length; member in struct:match_info
107 tokens.Negate.Length = match_length(matches, 1);
109 tokens.Abs.Length = match_length(matches, 2);
111 tokens.File.Length = match_length(matches, 3);
113 tokens.Index.Length = match_length(matches, 4);
115 tokens.Swizzle.Length = match_length(matches, 5);
118 if (tokens.Negate.Length > 0) {
123 if (tokens.Abs.Length > 0) {
128 if (!strncmp(tokens.File.String, "temp", tokens.File.Length)) {
130 } else if (!strncmp(tokens.File.String, "input", tokens.File.Length)) {
[all...]

Completed in 5064 milliseconds

1234567891011>>