HomeSort by relevance Sort by last modified time
    Searched refs:hasType (Results 1 - 22 of 22) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForCommonDataKind.java 68 final boolean hasType = !TextUtils.isEmpty(augmented.getAsString(mTypeColumn));
71 if (hasLabel && !hasType) {
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 285 hasInitializer(hasType(recordDecl(isDerivedFrom("Base1")))))));
289 hasInitializer(hasType(recordDecl(isDerivedFrom("Base2")))))));
293 hasInitializer(hasType(recordDecl(isDerivedFrom("Base1"),
310 hasInitializer(hasType(recordDecl(isDerivedFrom("Base1")))))));
314 hasInitializer(hasType(recordDecl(isDerivedFrom("Base2")))))));
318 hasInitializer(hasType(recordDecl(isDerivedFrom("Base1"),
417 hasArgument(1, hasType(pointsTo(
422 hasArgument(1, hasType(pointsTo(
428 hasArgument(1, hasType(pointsTo(
768 varDecl(hasName("i"), hasType(qualType(has(builtinType()))))))
    [all...]
  /external/smack/src/org/xbill/DNS/
NSECRecord.java 94 hasType(int type) {
NSEC3Record.java 221 hasType(int type)
  /external/llvm/lib/Target/Mips/
MipsSEInstrInfo.cpp 211 else if (RC->hasType(MVT::v16i8))
213 else if (RC->hasType(MVT::v8i16) || RC->hasType(MVT::v8f16))
215 else if (RC->hasType(MVT::v4i32) || RC->hasType(MVT::v4f32))
217 else if (RC->hasType(MVT::v2i64) || RC->hasType(MVT::v2f64))
252 else if (RC->hasType(MVT::v16i8))
254 else if (RC->hasType(MVT::v8i16) || RC->hasType(MVT::v8f16)
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/llvm/lib/CodeGen/
TargetRegisterInfo.cpp 119 if ((VT == MVT::Other || RC->hasType(VT)) && RC->contains(reg) &&
  /external/chromium_org/v8/src/
object-observe.js 434 var hasType = !IS_UNDEFINED(type);
435 var newRecord = hasType ?
440 if (prop === 'object' || (hasType && prop === 'type')) continue;
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 102 /// hasType - return true if this TargetRegisterClass has the ValueType vt.
104 bool hasType(EVT vt) const {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java     [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 88 REGISTER_OVERLOADED_2(hasType);
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java     [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java     [all...]
  /frameworks/base/services/core/java/com/android/server/content/
SyncStorageEngine.java     [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactModifier.java     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 163 assert(UseRC->hasType(VT) && "Incompatible phys register def and uses!");
    [all...]
TargetLowering.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 897 milliseconds