OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sourceType
(Results
1 - 12
of
12
) sorted by null
/external/webkit/Source/WebKit2/Platform/mac/
WorkQueueMac.cpp
114
dispatch_source_type_t
sourceType
= 0;
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);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumSetSlidingWindow.java
73
public int
sourceType
;
238
item.
sourceType
= identifySourceType(set);
272
original.
sourceType
= identifySourceType(set);
388
int
sourceType
= SelectionDrawer.DATASOURCE_TYPE_NOT_CATEGORIZED;
394
sourceType
= set.
sourceType
;
400
getRotation(), path,
sourceType
, mMediaType,
/build/tools/zipalign/
ZipFile.h
225
const char* storageName, int
sourceType
, int compressionMethod,
ZipFile.cpp
359
const char* storageName, int
sourceType
, int compressionMethod,
414
if (
sourceType
== ZipEntry::kCompressStored) {
459
} else if (
sourceType
== ZipEntry::kCompressDeflated) {
[
all
...]
/frameworks/base/tools/aapt/
ZipFile.h
225
const char* storageName, int
sourceType
, int compressionMethod,
ZipFile.cpp
359
const char* storageName, int
sourceType
, int compressionMethod,
414
if (
sourceType
== ZipEntry::kCompressStored) {
459
} else if (
sourceType
== ZipEntry::kCompressDeflated) {
[
all
...]
/external/chromium/chrome/browser/resources/net_internals/
dataview.js
421
var
sourceType
= eventList[0].source.type;
426
out.push(getKeyWithValue(LogSourceType,
sourceType
) +
sourceentry.js
111
var
sourceType
= this.getSourceTypeString().toLowerCase();
112
if (filter.type.indexOf(
sourceType
) == -1)
/external/icu4c/test/perf/perldriver/
Output.pm
101
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 }
/dalvik/dx/src/com/android/dx/gen/
Code.java
316
private Rop getCastRop(com.android.dx.rop.type.Type
sourceType
,
318
if (
sourceType
.getBasicType() == BT_INT) {
328
return Rops.opConv(targetType,
sourceType
);
/prebuilt/common/ecj/
ecj.jar
/dalvik/dx/junit-tests/com/android/dx/gen/
DexGeneratorTest.java
591
Type<?>
sourceType
= Type.get(source);
593
MethodId<?, ?> methodId = GENERATED.getMethod(targetType, "call",
sourceType
);
595
Local<?> localSource = code.getParameter(0,
sourceType
);
[
all
...]
Completed in 3804 milliseconds