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

1 2

  /ndk/build/tools/
package-release.sh 330 # first create the reference ndk directory from the git reference
331 echo "Creating reference from source files"
332 REFERENCE=$TMPDIR/reference && rm -rf $REFERENCE/* &&
333 copy_file_list "$NDK_ROOT_DIR" "$REFERENCE" $GIT_FILES &&
334 rm -f $REFERENCE/Android.mk
335 fail_panic "Could not create reference. Aborting."
340 unpack_archive "$PREBUILT_DIR/platforms.tar.bz2" "$REFERENCE" &
    [all...]
  /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);
RenderLayerFilterInfo.cpp 119 if (filterOperation->type() != FilterOperation::REFERENCE)
126 // Reference is external; wait for notifyFinished().
130 // Reference is internal; add layer as a client so we can trigger
FilterEffectRenderer.cpp 119 // Inverse zoom the pre-zoomed CSS shorthand filters, so that they are in the same zoom as the unzoomed reference filters.
130 case FilterOperation::REFERENCE: {
276 if (filterOperation->type() != FilterOperation::REFERENCE) {
347 // reference any pixel and we cannot control that.
  /external/chromium_org/cc/output/
filter_operation.h 38 REFERENCE,
50 DCHECK_NE(type_, REFERENCE);
65 DCHECK_EQ(type_, REFERENCE);
131 return FilterOperation(REFERENCE, image_filter);
153 DCHECK_NE(type_, REFERENCE);
168 DCHECK_EQ(type_, REFERENCE);
filter_operation.cc 25 if (type_ == REFERENCE)
38 DCHECK_NE(type_, REFERENCE);
84 DCHECK_EQ(type_, REFERENCE);
134 case FilterOperation::REFERENCE:
162 case FilterOperation::REFERENCE:
188 if (to_op.type() == FilterOperation::REFERENCE) {
253 case FilterOperation::REFERENCE: {
filter_operations.cc 63 // TODO(ajuma): Add support for reference filters once SkImageFilter
65 DCHECK(op.type() != FilterOperation::REFERENCE);
88 // determine whether a reference filter really moves pixels.
93 case FilterOperation::REFERENCE:
114 // TODO(ajuma): Make this smarter for reference filters. Once SkImageFilter
121 case FilterOperation::REFERENCE:
149 if (operations_[i].type() == FilterOperation::REFERENCE)
render_surface_filters.cc 240 case FilterOperation::REFERENCE: {
  /external/clang/include/clang/AST/
StmtIterator.h 74 template <typename DERIVED, typename REFERENCE>
77 REFERENCE, ptrdiff_t,
78 REFERENCE, REFERENCE> {
112 REFERENCE operator*() const {
116 REFERENCE operator->() const { return operator*(); }
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FilterOperations.cpp 106 if (m_operations.at(i)->type() == FilterOperation::REFERENCE)
116 if (operationType == FilterOperation::BLUR || operationType == FilterOperation::DROP_SHADOW || operationType == FilterOperation::REFERENCE)
148 case FilterOperation::REFERENCE: {
FilterOperation.h 46 REFERENCE, // url(#somefilter)
78 case REFERENCE:
148 : FilterOperation(REFERENCE)
159 DEFINE_FILTER_OPERATION_TYPE_CASTS(ReferenceFilterOperation, REFERENCE);
SkiaImageFilterBuilder.cpp 104 case FilterOperation::REFERENCE: {
120 // We might have no reference to the SourceGraphic's Skia filter now, so make
  /external/markdown/markdown/extensions/
abbr.py 11 ... Some text with an ABBR and a REF. Ignore REFERENCE and ref.
14 ... *[REF]: Abbreviation Reference
17 u'<p>Some text with an <abbr title="Abbreviation">ABBR</abbr> and a <abbr title="Abbreviation Reference">REF</abbr>. Ignore REFERENCE and ref.</p>'
37 md.preprocessors.add('abbr', AbbrPreprocessor(md), '<reference')
46 Each reference is set as a new AbbrPattern in the markdown instance.
  /external/valgrind/main/VEX/switchback/
binary_switchback.pl 45 print " test_ref = reference output from test_xxx\n";
214 # Calls test script to compare current output lines with a reference.
264 # Read in reference lines
265 open(REFERENCE, "$ref_output") || die "Error: Couldn't open $ref_output\n";
266 my @ref_lines = <REFERENCE>;
267 close(REFERENCE);
269 # Compare reference lines with current:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
ValueCompleter.java 31 import static com.android.ide.common.api.IAttributeInfo.Format.REFERENCE;
77 && (formats.size() > 1 && formats.contains(REFERENCE) ||
110 if (formats.contains(REFERENCE) || contents.startsWith(PREFIX_RESOURCE_REF)
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/resources/platform/
AttributeInfoTest.java 197 Format.REFERENCE));
205 Format.REFERENCE));
213 Format.REFERENCE));
370 !info.getFormats().contains(Format.REFERENCE)) {
376 + " was passed a reference (" + value + ") in file " + file);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/properties/
ValueCompleterTest.java 60 EnumSet.of(Format.REFERENCE), null,
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FilterOperationResolver.cpp 57 return FilterOperation::REFERENCE;
210 // FIXME: Implement style resolution for the custom filter at-rule reference syntax.
389 if (operationType == FilterOperation::REFERENCE) {
StyleResourceLoader.cpp 64 if (filterOperation->type() == FilterOperation::REFERENCE) {
74 // Stash the DocumentResource on the reference filter.
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
ClassPath.java 373 //we've got two non-array reference types. Find the class depth of each, and then move up the longer one
427 //this also holds when the element classes aren't the same (but are both reference types)
    [all...]
  /external/chromium_org/content/common/
cc_messages.cc 47 case cc::FilterOperation::REFERENCE:
115 case cc::FilterOperation::REFERENCE: {
167 case cc::FilterOperation::REFERENCE:
cc_messages_unittest.cc 141 if (a->filters.at(i).type() != cc::FilterOperation::REFERENCE) {
144 EXPECT_EQ(b->filters.at(i).type(), cc::FilterOperation::REFERENCE);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 461 && !attributeInfo.getFormats().contains(Format.REFERENCE)) {
462 // Special case: If the attribute value looks like a reference to a
473 && !attributeInfo.getFormats().contains(Format.REFERENCE)) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar 
  /prebuilts/devtools/tools/lib/
rule-api.jar 

Completed in 369 milliseconds

1 2