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

1 2

  /external/proguard/src/proguard/ant/
ConfigurationElement.java 41 if (!isReference())
KeepSpecificationElement.java 51 KeepSpecificationElement keepSpecificationElement = isReference() ?
FilterElement.java 48 FilterElement filterElement = isReference() ?
ClassPathElement.java 64 if (isReference())
ClassSpecificationElement.java 57 ClassSpecificationElement classSpecificationElement = isReference() ?
MemberSpecificationElement.java 61 MemberSpecificationElement memberSpecificationElement = isReference() ?
  /external/emma/ant/ant15/com/vladium/emma/ant/
XFileSet.java 49 if (isReference ()) throw tooManyAttributes ();
  /external/dexmaker/src/dx/java/com/android/dx/cf/code/
Merger.java 44 } else if (type1.isReference() && type2.isReference()) {
  /frameworks/rs/
rsComponent.h 51 bool isReference() const;
rsComponent.cpp 188 bool Component::isReference() const {
rsElement.cpp 173 mHasReference = mComponent.isReference();
323 if (mComponent.isReference()) {
345 if (mComponent.isReference()) {
  /dalvik/dx/src/com/android/dx/cf/code/
Merger.java 162 } else if (type1.isReference() && type2.isReference()) {
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
dpb.cpp 92 dpb->fs[num_fs]->IsReference = 0;
98 dpb->fs[num_fs]->frame.isReference = 0;
126 dpb->fs[ii]->IsReference = 0;
246 if (dpb->fs[ii]->IsReference == 0 && dpb->fs[ii]->IsOutputted == 3)
278 video->currFS->IsReference = 0;
280 video->currFS->frame.isReference = FALSE;
358 dpb->fs[ii]->IsReference = 0; /* mark as unused for reference */
370 video->currPic->isReference = TRUE;
371 video->currFS->IsReference = 3;
403 if (video->currPic->isReference == TRUE
    [all...]
reflist.cpp 42 if ((dpb->fs[i]->IsReference == 3) && (!dpb->fs[i]->IsLongTerm))
66 if ((dpb->fs[i]->IsReference == 3) && (!dpb->fs[i]->IsLongTerm))
84 dpb->fs[0]->IsReference = 3;
362 if (dpb->fs[i]->IsReference == 3)
383 if (dpb->fs[i]->IsReference == 3)
397 return ((s->isReference) && !(s->isLongTerm));
402 return ((s->isReference) && (s->isLongTerm));
  /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 585 if (!isReference()) {
708 public boolean isReference() {
817 if (!isReference()) {
  /external/dexmaker/src/dx/java/com/android/dx/rop/type/
Type.java 586 if (!isReference()) {
709 public boolean isReference() {
818 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 57 boolean reference = dest.getType().isReference();
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
DalvInsn.java 58 boolean reference = dest.getType().isReference();
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 495 uint isReference;
518 int IsReference; /* 0=not used for ref; 1=top used; 2=bottom used; 3=both fields (or frame) used */
520 /* if IsLongTerm is true, IsReference can be ignored. */
521 /* if IsReference is true, IsLongterm will be checked for short-term or long-term. */
522 /* IsUsed must be true to enable the validity of IsReference and IsLongTerm */
    [all...]
  /prebuilts/devtools/tools/lib/
asm-analysis-4.0.jar 

Completed in 742 milliseconds

1 2