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

1 2 3 4 5 6 7

  /external/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolTypePointer.h 35 FORWARD_SYMBOL_METHOD(isReference)
PDBSymbolTypeTypedef.h 43 FORWARD_SYMBOL_METHOD(isReference)
IPDBRawSymbol.h 190 virtual bool isReference() const = 0;
  /external/emma/ant/ant15/com/vladium/emma/ant/
XFileSet.java 49 if (isReference ()) throw tooManyAttributes ();
  /external/proguard/src/proguard/ant/
KeepSpecificationElement.java 52 KeepSpecificationElement keepSpecificationElement = isReference() ?
FilterElement.java 48 FilterElement filterElement = isReference() ?
ConfigurationElement.java 48 if (isReference())
ClassPathElement.java 66 if (isReference())
ClassSpecificationElement.java 57 ClassSpecificationElement classSpecificationElement = isReference() ?
MemberSpecificationElement.java 61 MemberSpecificationElement memberSpecificationElement = isReference() ?
  /frameworks/rs/
rsComponent.h 51 bool isReference() const;
rsComponent.cpp 195 bool Component::isReference() const {
rsElement.cpp 180 mHasReference = mComponent.isReference();
352 if (mComponent.isReference()) {
374 if (mComponent.isReference()) {
  /external/llvm/tools/llvm-pdbdump/
TypedefDumper.cpp 62 if (Symbol.isReference())
68 Printer << ((Symbol.isReference()) ? "&" : "*");
VariableDumper.cpp 107 Symbol.isReference() ? FunctionDumper::PointerType::Reference
116 Printer << (Symbol.isReference() ? "&" : "*");
163 if (PointerType->isReference())
FunctionDumper.cpp 243 Symbol.isReference() ? PointerType::Reference : PointerType::Pointer;
251 Printer << (Symbol.isReference() ? "&" : "*");
  /dalvik/dx/src/com/android/dx/cf/code/
Merger.java 162 } else if (type1.isReference() && type2.isReference()) {
  /external/javassist/src/main/javassist/bytecode/analysis/
MultiArrayType.java 78 public boolean isReference() {
Type.java 176 public boolean isReference() {
252 if ((type == UNINIT && isReference()) || this == UNINIT && type.isReference())
295 if (! type.isReference() || ! this.isReference())
MultiType.java 170 public boolean isReference() {
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
Type.java 652 if (!isReference()) {
775 public boolean isReference() {
884 if (!isReference()) {
  /dalvik/dx/src/com/android/dx/rop/type/
Type.java 633 if (!isReference()) {
756 public boolean isReference() {
865 if (!isReference()) {
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvInsn.java 56 boolean reference = dest.getType().isReference();
  /dalvik/dx/src/com/android/dx/dex/code/
DalvInsn.java 59 boolean reference = dest.getType().isReference();
  /external/llvm/include/llvm/DebugInfo/PDB/DIA/
DIARawSymbol.h 181 bool isReference() const override;

Completed in 790 milliseconds

1 2 3 4 5 6 7