HomeSort by relevance Sort by last modified time
    Searched refs:hasType (Results 1 - 21 of 21) 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 269 hasInitializer(hasType(recordDecl(isDerivedFrom("Base1")))))));
273 hasInitializer(hasType(recordDecl(isDerivedFrom("Base2")))))));
277 hasInitializer(hasType(recordDecl(isDerivedFrom("Base1"),
294 hasInitializer(hasType(recordDecl(isDerivedFrom("Base1")))))));
298 hasInitializer(hasType(recordDecl(isDerivedFrom("Base2")))))));
302 hasInitializer(hasType(recordDecl(isDerivedFrom("Base1"),
401 hasArgument(1, hasType(pointsTo(
406 hasArgument(1, hasType(pointsTo(
412 hasArgument(1, hasType(pointsTo(
738 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/AArch64/
AArch64InstrInfo.cpp 386 if (RC->hasType(MVT::i64) || RC->hasType(MVT::i32)) {
394 assert((RC->hasType(MVT::f32) || RC->hasType(MVT::f64) ||
395 RC->hasType(MVT::f128))
432 if (RC->hasType(MVT::i64) || RC->hasType(MVT::i32)) {
440 assert((RC->hasType(MVT::f32) || RC->hasType(MVT::f64)
441 || RC->hasType(MVT::f128)
    [all...]
  /external/llvm/lib/CodeGen/
TargetRegisterInfo.cpp 111 if ((VT == MVT::Other || RC->hasType(VT)) && RC->contains(reg) &&
  /external/chromium_org/v8/src/
object-observe.js 394 var hasType = !IS_UNDEFINED(type);
395 var newRecord = hasType ?
400 if (prop === 'object' || (hasType && prop === 'type')) continue;
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /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 192 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/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/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 1463 milliseconds