HomeSort by relevance Sort by last modified time
    Searched full:basetypes (Results 1 - 25 of 52) sorted by null

1 2 3

  /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
  /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.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
minwindef.h 22 #ifndef BASETYPES
23 #define BASETYPES
sqltypes.h 84 #ifndef BASETYPES
85 #define BASETYPES
fci.h 29 #ifndef BASETYPES
30 #define BASETYPES
fdi.h 29 #ifndef BASETYPES
30 #define BASETYPES
winsmcrd.h 15 #ifndef BASETYPES
16 #define BASETYPES
mapidbg.h 24 #ifndef BASETYPES
25 #define BASETYPES
  /external/deqp/framework/randomshaders/
rsgUtils.cpp 157 static const VariableType::Type baseTypes[] =
166 state.getRandom().choose(baseTypes, baseTypes + DE_LENGTH_OF_ARRAY(baseTypes), &baseType, 1);
rsgBinaryOps.cpp 122 vector<VariableType::Type> baseTypes;
124 if (Float) baseTypes.push_back(VariableType::TYPE_FLOAT);
125 if (Int) baseTypes.push_back(VariableType::TYPE_INT);
126 if (Bool) baseTypes.push_back(VariableType::TYPE_BOOL);
128 VariableType::Type baseType = state.getRandom().choose<VariableType::Type>(baseTypes.begin(), baseTypes.end());
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
UefiBaseTypes.h 19 #include <Common/BaseTypes.h>
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
MyAlloc.h 22 #include <Common/BaseTypes.h>
  /external/swiftshader/src/OpenGL/compiler/
Compiler.vcxproj.filters 91 <ClInclude Include="BaseTypes.h">
Compiler.vcxproj 324 <ClInclude Include="BaseTypes.h" />
Types.h 18 #include "BaseTypes.h"
  /external/tpm2/
CryptoEngine.h 12 #include "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;

Completed in 2388 milliseconds

1 2 3