HomeSort by relevance Sort by last modified time
    Searched defs:REFERENCE (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
ClipPathOperation.h 45 REFERENCE,
83 : ClipPathOperation(REFERENCE)
93 DEFINE_TYPE_CASTS(ReferenceClipPathOperation, ClipPathOperation, op, op->type() == ClipPathOperation::REFERENCE, op.type() == ClipPathOperation::REFERENCE);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FilterOperation.h 46 REFERENCE, // url(#somefilter)
74 case REFERENCE:
144 : FilterOperation(REFERENCE)
155 DEFINE_FILTER_OPERATION_TYPE_CASTS(ReferenceFilterOperation, REFERENCE);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
RegisterType.java 47 assert ((category == REFERENCE || category == UNINIT_REF || category == UNINIT_THIS) && type != null) ||
48 ((category != REFERENCE && category != UNINIT_REF && category != UNINIT_THIS) && type == null);
80 // These require strict reference equality. Every instance represents a unique
81 // reference that can't be merged with a different one, even if they have the same type.
119 public static final byte REFERENCE = 18;
121 // example if the register's type is an Integer on one incoming code path, but is a Reference type on another
122 // incomming code path. There is no register type that can hold either an Integer or a Reference.
144 "Reference",
153 /* UNKNOWN UNINIT NULL ONE, BOOLEAN BYTE POS_BYTE SHORT POS_SHORT CHAR INTEGER, FLOAT, LONG_LO LONG_HI DOUBLE_LO DOUBLE_HI UNINIT_REF UNINIT_THIS REFERENCE CONFLICTED*/
154 /*UNKNOWN*/ {UNKNOWN, UNINIT, NULL, ONE, BOOLEAN, BYTE, POS_BYTE, SHORT, POS_SHORT, CHAR, INTEGER, FLOAT, LONG_LO, LONG_HI, DOUBLE_LO, DOUBLE_HI, UNINIT_REF, UNINIT_THIS,REFERENCE, CONFLICTED}
    [all...]
  /external/chromium_org/cc/output/
filter_operation.h 39 REFERENCE,
53 DCHECK_NE(type_, REFERENCE);
73 DCHECK_EQ(type_, REFERENCE);
144 return FilterOperation(REFERENCE, image_filter);
173 DCHECK_NE(type_, REFERENCE);
193 DCHECK_EQ(type_, REFERENCE);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar 
org.eclipse.core.expressions_3.4.200.v20100505.jar 
  /prebuilts/devtools/tools/lib/
rule-api.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ndis.h 323 } REFERENCE, *PREFERENCE;
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
apitooling-ant.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 

Completed in 314 milliseconds