Searched defs:second (Results 1 - 25 of 320) sorted by last modified time

1234567891011>>

/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.h396 unsigned second; /*0-60 (to allow for leap seconds)*/ member in struct:LodePNGTime
1308 of 7 pixels, the first pixel of the second scanline will the the 8th bit of the first byte,
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPDateTime.java27 * <li> nanoSecond - The nano seconds within a second. <em>Note:</em> if the XMPDateTime is
67 /** @return Returns the second in the range 0..59. */
70 /** @param second Sets the second in the range 0..59. */
71 void setSecond(int second); argument
75 * Nanoseconds within a second, often left as zero?
92 * @return Returns a <code>Calendar</code> (only with milli second precision). <br>
H A DXMPDateTimeFactory.java60 * @param second seconds
65 int hour, int minute, int second, int nanoSecond)
73 dt.setSecond(second);
64 create(int year, int month, int day, int hour, int minute, int second, int nanoSecond) argument
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPDateTimeImpl.java25 * seconds. The <code>nanoSeconds</code> convers only the resolution beyond a milli second.
42 private int second = 0; field in class:XMPDateTimeImpl
85 this.second = intCalendar.get(Calendar.SECOND);
107 this.second = calendar.get(Calendar.SECOND);
242 return second;
249 public void setSecond(int second) argument
251 this.second = Math.min(Math.abs(second), 59);
324 calendar.set(Calendar.SECOND, second);
/external/vixl/src/a64/
H A Ddebugger-a64.cc1454 Token* second = args[2]; local
1455 if (!second->IsFormat()) {
1458 format = FormatToken::Cast(second);
1517 Token* second = args[2]; local
1518 if (second->IsFormat()) {
1519 format = FormatToken::Cast(second);
1522 } else if (second->IsInteger()) {
1524 count = IntegerToken::Cast(second);
1532 Token* second = args[2]; local
1534 if (!second
[all...]
/external/valgrind/main/coregrind/m_demangle/
H A Dcp-demangle.c2613 the second type. Given the grammar, a plain reading of the ABI
2949 struct demangle_component *second; local
2952 second = d_expression (di);
2959 second,
/external/valgrind/main/include/vki/
H A Dvki-linux.h1848 __vki_u8 second; member in struct:vki_cdrom_msf0
1861 __vki_u8 cdmsf_sec0; /* start second */
1864 __vki_u8 cdmsf_sec1; /* end second */
/external/stlport/src/
H A Dtime_facets.cpp466 char first, second, third; local
475 second = *++fmt;
483 return (second == 'm' && third == 'y') ? time_base::dmy
486 return (second == 'd' && third == 'y') ? time_base::mdy
489 switch (second) {
/external/stlport/stlport/stl/
H A D_pair.h56 _T2 second; member in struct:pair
60 pair() : first(_T1()), second(_T2()) {}
62 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
66 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {}
68 pair(const pair<_T1,_T2>& __o) : first(__o.first), second(__o.second) {}
73 second(_STLP_PRIV _AsMoveSource(src.get().second))
82 { return __x.first == __y.first && __x.second
[all...]
/external/srec/tools/grxmlcompile/
H A Dsub_grph.h67 void AddEntry (int comb, int first, int second) { argument
78 dataPack[3*num+1]= second;
84 int QueryEntry (int first, int second) { argument
88 if (dataPack[3*ii] == first && dataPack[3*ii+1] == second)
/external/skia/samplecode/
H A DSampleApp.cpp730 static bool compareSampleTitle(const SkViewFactory* first, const SkViewFactory* second) { argument
731 return strcmp(getSampleTitle(first).c_str(), getSampleTitle(second).c_str()) < 0;
/external/skia/src/core/
H A DSkRecordPattern.h100 // - first, second, and third return the data stored by their respective matchers in the pattern.
125 // Once either match or search has succeeded, access the stored data of the first, second,
129 template <typename T> T* second() { return fTail.fHead.get(); } function in class:SkRecords::Cons
159 // All Cons are friends with each other. This lets first, second, and third work.
/external/skia/src/effects/
H A DSkMergeImageFilter.cpp43 SkMergeImageFilter::SkMergeImageFilter(SkImageFilter* first, SkImageFilter* second, argument
45 const CropRect* cropRect) : INHERITED(first, second, cropRect) {
/external/skia/src/pathops/
H A DSkPathOpsCubic.h17 const SkDCubic& second() const { return (const SkDCubic&) pts[3]; } function in struct:SkDCubicPair
H A DSkPathOpsQuad.h15 const SkDQuad& second() const { return (const SkDQuad&) pts[2]; } function in struct:SkDQuadPair
/external/skia/src/ports/
H A DSkFontConfigInterface_android.cpp227 "font %s, skipping the second occurrence", filename.c_str());
860 const TypefaceLookupStruct& second) {
861 if (first.script != second.script) {
862 return (first.script > second.script) ? 1 : -1;
864 if (first.style != second.style) {
865 return (first.style > second.style) ? 1 : -1;
867 if (first.fontVariant != second.fontVariant) {
868 return (first.fontVariant > second.fontVariant) ? 1 : -1;
859 typefaceLookupCompare(const TypefaceLookupStruct& first, const TypefaceLookupStruct& second) argument
/external/skia/tests/
H A DBlurTest.cpp315 static bool match(int* first, int* second, int count, int tol) { argument
318 delta = first[i] - second[i];
/external/skia/third_party/etc1/
H A Detc1.cpp176 etc1_uint32 low, bool second, bool flipped) {
179 if (second) {
256 etc1_byte* pColors, bool flipped, bool second) {
263 if (second) {
280 if (second) {
344 etc_compressed* pCompressed, bool flipped, bool second,
349 if (second) {
364 if (second) {
175 decode_subblock(etc1_byte* pOut, int r, int g, int b, const int* table, etc1_uint32 low, bool second, bool flipped) argument
255 etc_average_colors_subblock(const etc1_byte* pIn, etc1_uint32 inMask, etc1_byte* pColors, bool flipped, bool second) argument
343 etc_encode_subblock_helper(const etc1_byte* pIn, etc1_uint32 inMask, etc_compressed* pCompressed, bool flipped, bool second, const etc1_byte* pBaseColors, const int* pModifierTable) argument
/external/skia/bench/
H A DMergeBench.cpp48 SkImageFilter* second = SkBitmapSource::Create(fBitmap); local
50 SkAutoUnref aur1(second);
51 return SkMergeImageFilter::Create(first, second);
/external/skia/experimental/Intersection/
H A DCubicParameterization_Test.cpp31 Cubic whole, first, second, mid; local
34 quad_to_cubic(split.second(), second);
39 if (!implicit_matches(whole, second)) {
45 if (!implicit_matches(mid, second)) {
48 if (!implicit_matches(first, second)) {
H A DDataTypes.h396 const Cubic& second() const { return (const Cubic&) pts[3]; } function in struct:CubicPair
402 const Quadratic& second() const { return (const Quadratic&) pts[2]; } function in struct:QuadraticPair
/external/skia/experimental/PdfViewer/
H A DSkPdfUtils.cpp10 bool operator !=(const SkString& first, const char* second) { argument
11 return !first.equals(second);
/external/skia/gm/
H A Dtestimagefilters.cpp45 SkImageFilter* second = SkDownSampleImageFilter::Create(SK_Scalar1 / 5); local
47 SkAutoUnref aur1(second);
48 return SkMergeImageFilter::Create(first, second);
/external/skia/include/core/
H A DSkPathEffect.h212 (e.g. first(path) + second(path))
213 The reference counts for first and second are both incremented in the constructor,
216 static SkSumPathEffect* Create(SkPathEffect* first, SkPathEffect* second) { argument
217 return SkNEW_ARGS(SkSumPathEffect, (first, second));
226 SkSumPathEffect(SkPathEffect* first, SkPathEffect* second) argument
227 : INHERITED(first, second) {}
/external/skia/include/effects/
H A DSkMergeImageFilter.h19 static SkMergeImageFilter* Create(SkImageFilter* first, SkImageFilter* second, argument
22 return SkNEW_ARGS(SkMergeImageFilter, (first, second, mode, cropRect));
33 SkMergeImageFilter(SkImageFilter* first, SkImageFilter* second,

Completed in 474 milliseconds

1234567891011>>