HomeSort by relevance Sort by last modified time
    Searched refs:isType (Results 26 - 50 of 132) sorted by null

12 3 4 5 6

  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3Channel.cpp 138 * @isType : type of image stabilization required on the stream
150 cam_is_type_t isType,
177 NULL, minStreamBufNum, postprocessMask, isType, batchSize,
772 * PARAMETERS : isType : type of image stabilization on the buffer
778 int32_t QCamera3ProcessingChannel::initialize(cam_is_type_t isType)
803 * @isType : image stabilization type on the stream
810 cam_is_type_t isType)
814 mIsType = isType;
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3Channel.cpp 138 * @isType : type of image stabilization required on the stream
150 cam_is_type_t isType,
177 NULL, minStreamBufNum, postprocessMask, isType, batchSize,
772 * PARAMETERS : isType : type of image stabilization on the buffer
778 int32_t QCamera3ProcessingChannel::initialize(cam_is_type_t isType)
803 * @isType : image stabilization type on the stream
810 cam_is_type_t isType)
814 mIsType = isType;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
UnicodeLocaleExtension.java 109 public static boolean isType(String s) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
UnicodeLocaleExtension.java 105 public static boolean isType(String s) {
  /external/skia/samplecode/
OverView.cpp 57 if (evt->isType(gIsOverview)) {
SamplePictFile.cpp 102 if (evt.isType("PictFileView::toggleBBox")) {
SampleXfer.cpp 187 if (evt.isType("push-button")) {
SampleApp.cpp 445 return evt.isType(view_inval_msg);
    [all...]
  /external/skia/src/sksl/
SkSLParser.h 110 * Returns true if the 'name' identifier refers to a type name. For instance, isType("int") will
113 bool isType(String name);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SelectedConversationsActionMenu.java 172 if (mFolder.isType(UIProvider.FolderType.STARRED)) {
414 final boolean showRemoveFolder = mFolder != null && mFolder.isType(FolderType.DEFAULT)
465 boolean shouldShowDiscardOutbox = mFolder != null && mFolder.isType(FolderType.OUTBOX);
470 final boolean showDelete = mFolder != null && !mFolder.isType(FolderType.OUTBOX)
  /external/swiftshader/third_party/LLVM/lib/Analysis/
DebugInfo.cpp 197 /// isType - Return true if the specified tag is legal for DIType.
198 bool DIDescriptor::isType() const {
564 if (isType())
585 if (isType())
1008 if (D.isType())
    [all...]
  /frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/ext/
element_ext.kt 110 return MoreTypes.isType(this)
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ActionBarController.java 240 && mFolder.isType(FolderType.SPAM) && mFolder.totalCount > 0
398 final boolean isOutbox = mFolder.isType(FolderType.OUTBOX);
FolderDisplayer.java 93 if (ignoreFolderType >= 0 && folder.isType(ignoreFolderType)) {
RecentFolderList.java 204 if (folder.isProviderFolder() || folder.isType(FolderType.SEARCH)) {
  /external/skia/include/views/
SkView.h 146 bool isType(const char type[]) const;
  /external/clang/include/clang/Serialization/
ASTWriter.h 151 DeclOrType(Decl *D) : Stored(D), IsType(false) { }
152 DeclOrType(QualType T) : Stored(T.getAsOpaquePtr()), IsType(true) { }
154 bool isType() const { return IsType; }
155 bool isDecl() const { return !IsType; }
158 assert(isType() && "Not a type!");
169 bool IsType;
    [all...]
  /frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/processor/
CustomConverterProcessor.kt 60 MoreTypes.isType(it)
  /cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/
DeviceEvent.java 217 public static Predicate<DeviceEvent> isType(final DeviceEventType type) {
  /external/skia/src/views/
SkWindow.cpp 220 if (evt.isType(SK_EventDelayInval)) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Dwarf.h 65 inline bool isType(Tag T) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Dwarf.h 65 inline bool isType(Tag T) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Dwarf.h 65 inline bool isType(Tag T) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Dwarf.h 65 inline bool isType(Tag T) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Dwarf.h 65 inline bool isType(Tag T) {

Completed in 3481 milliseconds

12 3 4 5 6