Searched refs:sourceType (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebKit2/Platform/mac/
H A DWorkQueueMac.cpp114 dispatch_source_type_t sourceType = 0; local
117 sourceType = DISPATCH_SOURCE_TYPE_MACH_RECV;
120 sourceType = DISPATCH_SOURCE_TYPE_MACH_SEND;
124 dispatch_source_t dispatchSource = dispatch_source_create(sourceType, machPort, 0, m_dispatchQueue);
/external/chromium/chrome/browser/resources/net_internals/
H A Dsourceentry.js111 var sourceType = this.getSourceTypeString().toLowerCase();
112 if (filter.type.indexOf(sourceType) == -1)
H A Ddataview.js421 var sourceType = eventList[0].source.type;
426 out.push(getKeyWithValue(LogSourceType, sourceType) +
/external/icu4c/test/perf/perldriver/
H A DOutput.pm101 print HTML "<th colspan=".((4*($#headers+1))-2)." class=\"sourceType\">Per Operation</th>\n";
103 print HTML "<th colspan=".((2*($#headers+1))-2)." class=\"sourceType\">Per Operation</th>\n";
104 print HTML "<th colspan=".((5*($#headers+1))-2)." class=\"sourceType\">Per Event</th>\n";
218 th.sourceType { border-right-width: 1; border-top-width: 1; border-bottom-width: 1 }
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DCode.java748 private Rop getCastRop(com.android.dx.rop.type.Type sourceType, argument
750 if (sourceType.getBasicType() == BT_INT) {
760 return Rops.opConv(targetType, sourceType);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding_1.3.100.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dexmaker/src/test/java/com/google/dexmaker/
H A DDexMakerTest.java651 TypeId<?> sourceType = TypeId.get(source);
653 MethodId<?, ?> methodId = GENERATED.getMethod(targetType, "call", sourceType);
655 Local<?> localSource = code.getParameter(0, sourceType);

Completed in 144 milliseconds