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

1 2

  /packages/apps/Contacts/src/com/android/contacts/compat/
EventCompat.java 20 import android.provider.ContactsContract.CommonDataKinds.BaseTypes;
51 if (type == BaseTypes.TYPE_CUSTOM && !TextUtils.isEmpty(label)) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/FuzzMutate/
OpDescriptor.h 52 ArrayRef<Value *> Cur, ArrayRef<Type *> BaseTypes)>;
62 Make = [Pred](ArrayRef<Value *> Cur, ArrayRef<Type *> BaseTypes) {
65 for (Type *T : BaseTypes) {
83 ArrayRef<Type *> BaseTypes) {
84 return Make(Cur, BaseTypes);
147 // TODO: For now we only find aggregates in BaseTypes. It might be better to
157 // TODO: For now we only find vectors in BaseTypes. It might be better to
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/FuzzMutate/
OpDescriptor.h 52 ArrayRef<Value *> Cur, ArrayRef<Type *> BaseTypes)>;
62 Make = [Pred](ArrayRef<Value *> Cur, ArrayRef<Type *> BaseTypes) {
65 for (Type *T : BaseTypes) {
83 ArrayRef<Type *> BaseTypes) {
84 return Make(Cur, BaseTypes);
147 // TODO: For now we only find aggregates in BaseTypes. It might be better to
157 // TODO: For now we only find vectors in BaseTypes. It might be better to
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/FuzzMutate/
OpDescriptor.h 52 ArrayRef<Value *> Cur, ArrayRef<Type *> BaseTypes)>;
62 Make = [Pred](ArrayRef<Value *> Cur, ArrayRef<Type *> BaseTypes) {
65 for (Type *T : BaseTypes) {
83 ArrayRef<Type *> BaseTypes) {
84 return Make(Cur, BaseTypes);
147 // TODO: For now we only find aggregates in BaseTypes. It might be better to
157 // TODO: For now we only find vectors in BaseTypes. It might be better to
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/FuzzMutate/
OpDescriptor.h 52 ArrayRef<Value *> Cur, ArrayRef<Type *> BaseTypes)>;
62 Make = [Pred](ArrayRef<Value *> Cur, ArrayRef<Type *> BaseTypes) {
65 for (Type *T : BaseTypes) {
83 ArrayRef<Type *> BaseTypes) {
84 return Make(Cur, BaseTypes);
147 // TODO: For now we only find aggregates in BaseTypes. It might be better to
157 // TODO: For now we only find vectors in BaseTypes. It might be better to
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/FuzzMutate/
OpDescriptor.h 52 ArrayRef<Value *> Cur, ArrayRef<Type *> BaseTypes)>;
62 Make = [Pred](ArrayRef<Value *> Cur, ArrayRef<Type *> BaseTypes) {
65 for (Type *T : BaseTypes) {
83 ArrayRef<Type *> BaseTypes) {
84 return Make(Cur, BaseTypes);
147 // TODO: For now we only find aggregates in BaseTypes. It might be better to
157 // TODO: For now we only find vectors in BaseTypes. It might be better to
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/FuzzMutate/
OpDescriptor.h 52 ArrayRef<Value *> Cur, ArrayRef<Type *> BaseTypes)>;
62 Make = [Pred](ArrayRef<Value *> Cur, ArrayRef<Type *> BaseTypes) {
65 for (Type *T : BaseTypes) {
83 ArrayRef<Type *> BaseTypes) {
84 return Make(Cur, BaseTypes);
147 // TODO: For now we only find aggregates in BaseTypes. It might be better to
157 // TODO: For now we only find vectors in BaseTypes. It might be better to
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/FuzzMutate/
OpDescriptor.h 52 ArrayRef<Value *> Cur, ArrayRef<Type *> BaseTypes)>;
62 Make = [Pred](ArrayRef<Value *> Cur, ArrayRef<Type *> BaseTypes) {
65 for (Type *T : BaseTypes) {
83 ArrayRef<Type *> BaseTypes) {
84 return Make(Cur, BaseTypes);
147 // TODO: For now we only find aggregates in BaseTypes. It might be better to
157 // TODO: For now we only find vectors in BaseTypes. It might be better to
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/FuzzMutate/
OpDescriptor.h 52 ArrayRef<Value *> Cur, ArrayRef<Type *> BaseTypes)>;
62 Make = [Pred](ArrayRef<Value *> Cur, ArrayRef<Type *> BaseTypes) {
65 for (Type *T : BaseTypes) {
83 ArrayRef<Type *> BaseTypes) {
84 return Make(Cur, BaseTypes);
147 // TODO: For now we only find aggregates in BaseTypes. It might be better to
157 // TODO: For now we only find vectors in BaseTypes. It might be better to
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
MyAlloc.h 22 #include <Common/BaseTypes.h>
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForCommonDataKind.java 22 import android.provider.ContactsContract.CommonDataKinds.BaseTypes;
66 * {@link BaseTypes#TYPE_CUSTOM}. Exception is thrown otherwise.
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
UefiBaseTypes.h 19 #include <Common/BaseTypes.h>
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
FallbackSource.java 26 import android.provider.ContactsContract.CommonDataKinds.BaseTypes;
501 return type == BaseTypes.TYPE_CUSTOM;
  /packages/apps/Contacts/src/com/android/contacts/model/
RawContactModifier.java 25 import android.provider.ContactsContract.CommonDataKinds.BaseTypes;
    [all...]
  /prebuilts/go/darwin-x86/src/debug/dwarf/
const.go 124 AttrBaseTypes: "BaseTypes",
  /prebuilts/go/linux-x86/src/debug/dwarf/
const.go 124 AttrBaseTypes: "BaseTypes",
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/account/
BaseAccountType.java 22 import android.provider.ContactsContract.CommonDataKinds.BaseTypes;
503 return type == BaseTypes.TYPE_CUSTOM;
    [all...]
  /packages/apps/Dialer/java/com/android/contacts/common/model/account/
BaseAccountType.java 22 import android.provider.ContactsContract.CommonDataKinds.BaseTypes;
645 return type == BaseTypes.TYPE_CUSTOM;
    [all...]
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /frameworks/base/config/
preloaded-classes     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 1890 milliseconds

1 2