HomeSort by relevance Sort by last modified time
    Searched refs:entryType (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
PerformanceEntry.cpp 36 PerformanceEntry::PerformanceEntry(const String& name, const String& entryType, double startTime, double finishTime)
38 , m_entryType(entryType)
54 String PerformanceEntry::entryType() const
PerformanceEntry.idl 36 readonly attribute DOMString entryType;
PerformanceEntry.h 47 String entryType() const;
61 PerformanceEntry(const String& name, const String& entryType, double startTime, double finishTime);
Performance.idl 39 [MeasureAs=UnprefixedPerformanceTimeline] sequence<PerformanceEntry> getEntriesByType(DOMString entryType);
40 [MeasureAs=UnprefixedPerformanceTimeline] sequence<PerformanceEntry> getEntriesByName(DOMString name, [Default=NullString] optional DOMString entryType);
42 [DeprecateAs=PrefixedPerformanceTimeline,ImplementedAs=getEntriesByType] sequence<PerformanceEntry> webkitGetEntriesByType(DOMString entryType);
43 [DeprecateAs=PrefixedPerformanceTimeline,ImplementedAs=getEntriesByName] sequence<PerformanceEntry> webkitGetEntriesByName(DOMString name, [Default=NullString] optional DOMString entryType);
Performance.cpp 115 Vector<RefPtr<PerformanceEntry> > Performance::getEntriesByType(const String& entryType)
119 if (equalIgnoringCase(entryType, "resource"))
124 if (equalIgnoringCase(entryType, "mark"))
126 else if (equalIgnoringCase(entryType, "measure"))
134 Vector<RefPtr<PerformanceEntry> > Performance::getEntriesByName(const String& name, const String& entryType)
138 if (entryType.isNull() || equalIgnoringCase(entryType, "resource"))
144 if (entryType.isNull() || equalIgnoringCase(entryType, "mark"))
146 if (entryType.isNull() || equalIgnoringCase(entryType, "measure")
    [all...]
Performance.h 70 Vector<RefPtr<PerformanceEntry> > getEntriesByType(const String& entryType);
71 Vector<RefPtr<PerformanceEntry> > getEntriesByName(const String& name, const String& entryType);
  /external/oprofile/libpopt/
poptconfig.c 18 const char * entryType;
36 entryType = line;
88 if (!strcmp(entryType, "alias"))
90 else if (!strcmp(entryType, "exec"))
  /external/chromium_org/third_party/icu/source/i18n/
transreg.cpp 432 } entryType;
462 entryType = NONE;
468 if (entryType == PROTOTYPE) {
470 } else if (entryType == RBT_DATA) {
476 } else if (entryType == COMPOUND_RBT) {
485 if (entryType == PROTOTYPE) {
488 entryType = PROTOTYPE;
494 if (entryType == PROTOTYPE) {
497 entryType = FACTORY;
564 if (entry->entryType == TransliteratorEntry::RULES_FORWARD |
    [all...]
  /external/icu4c/i18n/
transreg.cpp 434 } entryType;
464 entryType = NONE;
470 if (entryType == PROTOTYPE) {
472 } else if (entryType == RBT_DATA) {
478 } else if (entryType == COMPOUND_RBT) {
487 if (entryType == PROTOTYPE) {
490 entryType = PROTOTYPE;
496 if (entryType == PROTOTYPE) {
499 entryType = FACTORY;
566 if (entry->entryType == TransliteratorEntry::RULES_FORWARD |
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEntry.java 79 private RecipientEntry(int entryType, String displayName, String destination,
82 mEntryType = entryType;
  /frameworks/base/core/java/android/content/
Intent.java     [all...]
  /cts/tests/tests/content/src/android/content/cts/
IntentTest.java     [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp     [all...]
omx_vdec_copper.cpp     [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp     [all...]
omx_vdec_hevc.cpp     [all...]
omx_vdec_msm8974.cpp     [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 736 milliseconds