HomeSort by relevance Sort by last modified time
    Searched defs:sourceType (Results 1 - 4 of 4) 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,
  /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...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 55 milliseconds