Searched defs:second (Results 51 - 75 of 320) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSValueList.h86 CSSValue* second() const { return item(1); } function in class:blink::CSSValueListInspector
H A DPair.h39 static PassRefPtrWillBeRawPtr<Pair> create(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> first, PassRefPtrWillBeRawPtr<CSSPrimitiveValue> second, argument
42 return adoptRefWillBeNoop(new Pair(first, second, identicalValuesPolicy));
46 CSSPrimitiveValue* second() const { return m_second.get(); } function in class:blink::FINAL
50 void setSecond(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> second) { m_second = second; } argument
55 return generateCSSString(first()->cssText(), second()->cssText(), m_identicalValuesPolicy);
73 Pair(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> first, PassRefPtrWillBeRawPtr<CSSPrimitiveValue> second, IdenticalValuesPolicy identicalValuesPolicy) argument
75 , m_second(second)
78 static String generateCSSString(const String& first, const String& second, IdenticalValuesPolicy identicalValuesPolicy) argument
80 if (identicalValuesPolicy == DropIdenticalValues && first == second)
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBFactory.cpp167 IDBKey* second = scriptValueToIDBKey(scriptState->isolate(), secondValue); local
170 ASSERT(second);
172 if (!first->isValid() || !second->isValid()) {
177 return static_cast<short>(first->compare(second));
/external/chromium_org/third_party/flot/
H A Djquery.flot.time.min.js9 */(function(e){function n(e,t){return t*Math.floor(e/t)}function r(e,t,n,r){if(typeof e.strftime=="function")return e.strftime(t);var i=function(e,t){return e=""+e,t=""+(t==null?"0":t),e.length==1?t+e:e},s=[],o=!1,u=e.getHours(),a=u<12;n==null&&(n=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]),r==null&&(r=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]);var f;u>12?f=u-12:u==0?f=12:f=u;for(var l=0;l<t.length;++l){var c=t.charAt(l);if(o){switch(c){case"a":c=""+r[e.getDay()];break;case"b":c=""+n[e.getMonth()];break;case"d":c=i(e.getDate());break;case"e":c=i(e.getDate()," ");break;case"h":case"H":c=i(u);break;case"I":c=i(f);break;case"l":c=i(f," ");break;case"m":c=i(e.getMonth()+1);break;case"M":c=i(e.getMinutes());break;case"q":c=""+(Math.floor(e.getMonth()/3)+1);break;case"S":c=i(e.getSeconds());break;case"y":c=i(e.getFullYear()%100);break;case"Y":c=""+e.getFullYear();break;case"p":c=a?"am":"pm";break;case"P":c=a?"AM":"PM";break;case"w":c=""+e.getDay()}s.push(c),o=!1}else c=="%"?o=!0:s.push(c)}return s.join("")}function i(e){function t(e,t,n,r){e[t]=function(){return n[r].apply(n,arguments)}}var n={date:e};e.strftime!=undefined&&t(n,"strftime",e,"strftime"),t(n,"getTime",e,"getTime"),t(n,"setTime",e,"setTime");var r=["Date","Day","FullYear","Hours","Milliseconds","Minutes","Month","Seconds"];for(var i=0;i<r.length;i++)t(n,"get"+r[i],e,"getUTC"+r[i]),t(n,"set"+r[i],e,"setUTC"+r[i]);return n}function s(e,t){if(t.timezone=="browser")return new Date(e);if(!t.timezone||t.timezone=="utc")return i(new Date(e));if(typeof timezoneJS!="undefined"&&typeof timezoneJS.Date!="undefined"){var n=new timezoneJS.Date;return n.setTimezone(t.timezone),n.setTime(e),n}return i(new Date(e))}function l(t){t.hooks.processOptions.push(function(t,i){e.each(t.getAxes(),function(e,t){var i=t.options;i.mode=="time"&&(t.tickGenerator=function(e){var t=[],r=s(e.min,i),u=0,l=i.tickSize&&i.tickSize[1]==="quarter"||i.minTickSize&&i.minTickSize[1]==="quarter"?f:a;i.minTickSize!=null&&(typeof i.tickSize=="number"?u=i.tickSize:u=i.minTickSize[0]*o[i.minTickSize[1]]);for(var c=0;c<l.length-1;++c)if(e.delta<(l[c][0]*o[l[c][1]]+l[c+1][0]*o[l[c+1][1]])/2&&l[c][0]*o[l[c][1]]>=u)break;var h=l[c][0],p=l[c][1];if(p=="year"){if(i.minTickSize!=null&&i.minTickSize[1]=="year")h=Math.floor(i.minTickSize[0]);else{var d=Math.pow(10,Math.floor(Math.log(e.delta/o.year)/Math.LN10)),v=e.delta/o.year/d;v<1.5?h=1:v<3?h=2:v<7.5?h=5:h=10,h*=d}h<1&&(h=1)}e.tickSize=i.tickSize||[h,p];var m=e.tickSize[0];p=e.tickSize[1];var g=m*o[p];p=="second"?r.setSeconds(n(r.getSeconds(),m)):p=="minute"?r.setMinutes(n(r.getMinutes(),m)):p=="hour"?r.setHours(n(r.getHours(),m)):p=="month"?r.setMonth(n(r.getMonth(),m)):p=="quarter"?r.setMonth(3*n(r.getMonth()/3,m)):p=="year"&&r.setFullYear(n(r.getFullYear(),m)),r.setMilliseconds(0),g>=o.minute&&r.setSeconds(0),g>=o.hour&&r.setMinutes(0),g>=o.day&&r.setHours(0),g>=o.day*4&&r.setDate(1),g>=o.month*2&&r.setMonth(n(r.getMonth(),3)),g>=o.quarter*2&&r.setMonth(n(r.getMonth(),6)),g>=o.year&&r.setMonth(0);var y=0,b=Number.NaN,w;do{w=b,b=r.getTime(),t.push(b);if(p=="month"||p=="quarter")if(m<1){r.setDate(1);var E=r.getTime();r.setMonth(r.getMonth()+(p=="quarter"?3:1));var S=r.getTime();r.setTime(b+y*o.hour+(S-E)*m),y=r.getHours(),r.setHours(0)}else r.setMonth(r.getMonth()+m*(p=="quarter"?3:1));else p=="year"?r.setFullYear(r.getFullYear()+m):r.setTime(b+g)}while(b<e.max&&b!=w);return t},t.tickFormatter=function(e,t){var n=s(e,t.options);if(i.timeformat!=null)return r(n,i.timeformat,i.monthNames,i.dayNames);var u=t.options.tickSize&&t.options.tickSize[1]=="quarter"||t.options.minTickSize&&t.options.minTickSize[1]=="quarter",a=t.tickSize[0]*o[t.tickSize[1]],f=t.max-t.min,l=i.twelveHourClock?" %p":"",c=i.twelveHourClock?"%I":"%H",h;a<o.minute?h=c+":%M:%S"+l:a<o.day?f<2*o.day?h=c+":%M"+l:h="%b %d "+c+":%M"+l:a<o.month?h="%b %d":u&&a<o.quarter||!u&&a<o.year?f<o.year?h="%b":h="%b %Y":u&&a<o.year?f<o.year?h="Q%q":h="Q%q %Y":h="%Y";var p=r(n,h,i.monthNames,i.dayNames);return p})})})}var t={xaxis:{timezone:null,timeformat:null,twelveHourClock:!1,monthNames:null}},o={second:1e3,minute:6e4,hour:36e5,day:864e5,month:2592e6,quarter:7776e6,year:525949.2*60*1e3},u=[[1,"second"],[2,"second"],[5,"second"],[10,"second"],[30,"second"],[1,"minute"],[2,"minute"],[5,"minute"],[10,"minute"],[30,"minute"],[1,"hour"],[2,"hour"],[4,"hou (…) property
/external/chromium_org/third_party/skia/bench/
H A DMergeBench.cpp48 SkImageFilter* second = SkBitmapSource::Create(fBitmap); local
50 SkAutoUnref aur1(second);
51 return SkMergeImageFilter::Create(first, second);
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsCubic.h17 const SkDCubic& second() const { return (const SkDCubic&) pts[3]; } function in struct:SkDCubicPair
/external/chromium_org/tools/relocation_packer/src/
H A Drun_length_encoder.cc26 const ELF::Rel* second = &relocations[i + 1]; local
27 CHECK(ELF_R_TYPE(second->r_info) == ELF::kRelativeRelocationCode);
31 CHECK(second->r_offset > first->r_offset);
32 deltas->push_back(second->r_offset - first->r_offset);
136 // The first packed vector element is the pairs count and the second the
/external/chromium_org/ui/gfx/
H A Dsequential_id_generator.cc11 // Removes |key| from |first|, and |first[key]| from |second|.
13 void Remove(uint32 key, T* first, T* second) { argument
18 uint32 second_key = iter->second;
21 iter = second->find(second_key);
22 DCHECK(iter != second->end());
23 second->erase(iter);
41 return find->second;
/external/chromium_org/v8/src/
H A Ddateparser.cc73 int& second = comp_[2]; local
83 !IsSecond(second) || !IsMillisecond(millisecond)) return false;
87 output->set(SECOND, Smi::FromInt(second));
/external/clang/test/Index/
H A Dindex-templates.cpp78 U second; member in struct:Pair
/external/guava/guava/src/com/google/common/base/
H A DObjects.java162 * this can be accomplished with {@code first.or(second)}. That approach also
167 * {@code second} if {@code first} is {@code null} and {@code second} is
169 * @throws NullPointerException if both {@code first} and {@code second} were
173 public static <T> T firstNonNull(@Nullable T first, @Nullable T second) { argument
174 return first != null ? first : checkNotNull(second);
/external/guava/guava/src/com/google/common/collect/
H A DObjectArrays.java62 * @param second the second array of elements to concatenate
66 public static <T> T[] concat(T[] first, T[] second, Class<T> type) { argument
67 T[] result = newArray(type, first.length + second.length);
69 Platform.unsafeArrayCopy(second, 0, result, first.length, second.length);
/external/guava/guava-tests/test/com/google/common/collect/
H A DTreeMultimapExplicitTest.java47 public int compare(String first, String second) { argument
48 if (first == second) {
52 } else if (second == null) {
54 } else if (first.length() != second.length()) {
55 return first.length() - second.length();
57 return first.compareTo(second);
/external/lldb/test/lang/c/stepping/
H A Dmain.c43 int complex (int first, int second, int third) argument
45 return first + second + third; // Step in targetting complex should stop here
/external/mockito/src/org/mockito/
H A DAdditionalMatchers.java571 * @param second
572 * placeholder for the second argument matcher.
575 public static boolean and(boolean first, boolean second) { argument
586 * @param second
587 * placeholder for the second argument matcher.
590 public static byte and(byte first, byte second) { argument
601 * @param second
602 * placeholder for the second argument matcher.
605 public static char and(char first, char second) { argument
616 * @param second
620 and(double first, double second) argument
635 and(float first, float second) argument
650 and(int first, int second) argument
665 and(long first, long second) argument
680 and(short first, short second) argument
697 and(T first, T second) argument
712 or(boolean first, boolean second) argument
729 or(T first, T second) argument
744 or(short first, short second) argument
759 or(long first, long second) argument
774 or(int first, int second) argument
789 or(float first, float second) argument
804 or(double first, double second) argument
819 or(char first, char second) argument
834 or(byte first, byte second) argument
[all...]
/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/src/pathops/
H A DSkPathOpsCubic.h17 const SkDCubic& second() const { return (const SkDCubic&) pts[3]; } function in struct:SkDCubicPair
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
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/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DCheck.cs88 public static void FirstAndSecond (object first, object second) argument
92 if (second == null)
93 throw new ArgumentNullException ("second");
/external/chromium_org/athena/wm/
H A Dwindow_list_provider_impl_unittest.cc99 scoped_ptr<aura::Window> second = local
104 container->AddChild(second.get());
124 scoped_ptr<aura::Window> second = local
131 container->AddChild(second.get());
139 EXPECT_EQ(list.end(), std::find(list.begin(), list.end(), second.get()));
/external/chromium_org/cc/layers/
H A Dlayer_iterator_unittest.cc105 scoped_refptr<TestLayer> second = TestLayer::Create(); local
110 root_layer->AddChild(second);
126 EXPECT_COUNT(second, -1, -1, 2);
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Dlast_download_finder.cc31 // Returns true if |first| is more recent than |second|, preferring opened over
35 const history::DownloadRow& second) {
36 if (first.end_time < second.end_time)
44 return (first.end_time != second.end_time ||
45 (first.opened && !second.opened));
34 IsMoreInterestingThan(const history::DownloadRow& first, const history::DownloadRow& second) argument
/external/chromium_org/chrome/renderer/plugins/
H A Dplugin_uma.cc87 bool PluginUMAReporter::CompareCStrings(const char* first, const char* second) { argument
88 return strcmp(first, second) < 0;
/external/chromium_org/chrome/service/cloud_print/
H A Dprinter_job_queue_handler.cc42 bool JobDetails::ordering(const JobDetails& first, const JobDetails& second) { argument
43 return first.time_remaining_ < second.time_remaining_;
90 job_location->second.retries_) + 0.5);
92 job_location->second.last_retry_ + backoff_time;
153 if (!job_found.second) {
154 if (job_found.first->second.retries_ >= kNumRetriesBeforeAbandonJob) {
159 job_found.first->second.retries_ += 1;
160 job_found.first->second.last_retry_ = time_provider_->GetNow();
/external/chromium_org/content/common/media/
H A Dmedia_stream_options.cc125 const StreamDeviceInfo& second) {
126 return first.device.IsEqual(second.device) &&
127 first.session_id == second.session_id;
124 IsEqual(const StreamDeviceInfo& first, const StreamDeviceInfo& second) argument

Completed in 2583 milliseconds

1234567891011>>