HomeSort by relevance Sort by last modified time
    Searched refs:sourceType (Results 1 - 25 of 26) sorted by null

1 2

  /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/
AlbumLabelMaker.java 66 private Bitmap getOverlayAlbumIcon(int sourceType) {
67 switch (sourceType) {
118 String title, String count, int sourceType) {
119 return new AlbumLabelJob(title, count, sourceType);
137 public AlbumLabelJob(String title, String count, int sourceType) {
140 mSourceType = sourceType;
AlbumSetSlidingWindow.java 83 public int sourceType;
240 AlbumSetEntry entry, String title, int totalCount, int sourceType) {
243 || entry.sourceType != sourceType;
258 int sourceType = DataSourceType.identifySourceType(album);
259 if (isLabelChanged(entry, title, totalCount, sourceType)) {
262 entry.sourceType = sourceType;
270 slotIndex, title, totalCount, sourceType);
486 int slotIndex, String title, int totalCount, int sourceType) {
    [all...]
ManageCacheDrawer.java 73 boolean available = isLocal(entry.sourceType) || chooseToCache;
87 entry.sourceType, isCaching, chooseToCache, width, height);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java 35 import com.android.ide.eclipse.adt.internal.assetstudio.CreateAssetSetWizardState.SourceType;
156 private SourceType mShowingType;
417 setSourceType(mValues.sourceType);
427 if (mValues.sourceType != mShowingType) {
428 mShowingType = mValues.sourceType;
433 showGroup(type.needsColors() && mValues.sourceType != SourceType.IMAGE,
521 setSourceType(mValues.sourceType);
531 if (mValues.sourceType == SourceType.CLIPAR
    [all...]
CreateAssetSetWizardState.java 70 public SourceType sourceType = SourceType.TEXT;
72 /** If {@link #sourceType} is a {@link SourceType#CLIPART}, the name of the clipart image */
75 /** If {@link #sourceType} is a {@link SourceType#IMAGE}, the path to the input image */
78 /** If {@link #sourceType} is a {@link SourceType#TEXT}, the text to render */
99 /** If {@link #sourceType} is a {@link SourceType#TEXT}, the font of the text to render *
    [all...]
  /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 }
  /external/dexmaker/src/main/java/com/google/dexmaker/
Code.java 751 private Rop getCastRop(com.android.dx.rop.type.Type sourceType,
753 if (sourceType.getBasicType() == BT_INT) {
763 return Rops.opConv(targetType, sourceType);
    [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewProjectWizard.java 132 //iconState.sourceType = CreateAssetSetWizardState.SourceType.CLIPART;
137 iconState.sourceType = CreateAssetSetWizardState.SourceType.IMAGE;
TemplateMetadata.java 45 import com.android.ide.eclipse.adt.internal.assetstudio.CreateAssetSetWizardState.SourceType;
264 for (SourceType type : SourceType.values()) {
266 mIconState.sourceType = type;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.core.databinding_1.3.100.I20100601-0800.jar 
  /external/dexmaker/src/test/java/com/google/dexmaker/
DexMakerTest.java 651 TypeId<?> sourceType = TypeId.get(source);
653 MethodId<?, ?> methodId = GENERATED.getMethod(targetType, "call", sourceType);
655 Local<?> localSource = code.getParameter(0, sourceType);
    [all...]
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /prebuilts/tools/common/m2/internal/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 

Completed in 4369 milliseconds

1 2