HomeSort by relevance Sort by last modified time
    Searched refs:REFERENCE (Results 1 - 25 of 38) 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,
86 : ClipPathOperation(REFERENCE)
RenderLayerFilterInfo.cpp 119 if (filterOperation->getOperationType() != FilterOperation::REFERENCE)
126 // Reference is external; wait for notifyFinished().
130 // Reference is internal; add layer as a client so we can trigger
FilterEffectRenderer.cpp 117 // Inverse zoom the pre-zoomed CSS shorthand filters, so that they are in the same zoom as the unzoomed reference filters.
128 case FilterOperation::REFERENCE: {
284 if (filterOperation->getOperationType() != FilterOperation::REFERENCE) {
347 // reference any pixel and we cannot control that.
  /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/core/platform/graphics/filters/
FilterOperations.cpp 101 if (m_operations.at(i)->getOperationType() == FilterOperation::REFERENCE)
111 if (operationType == FilterOperation::BLUR || operationType == FilterOperation::DROP_SHADOW || operationType == FilterOperation::REFERENCE)
143 case FilterOperation::REFERENCE: {
FilterOperation.h 51 REFERENCE, // url(#somefilter)
SkiaImageFilterBuilder.cpp 219 case FilterOperation::REFERENCE: {
234 // 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)
XmlPropertyEditor.java 455 } else if (format == Format.REFERENCE) {
462 // just use a reference chooser
  /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/
StyleResourceLoader.cpp 63 if (filterOperation->getOperationType() == FilterOperation::REFERENCE) {
73 // Stash the DocumentResource on the reference filter.
FilterOperationResolver.cpp 61 return FilterOperation::REFERENCE;
227 // FIXME: Implement style resolution for the custom filter at-rule reference syntax.
396 if (operationType == FilterOperation::REFERENCE) {
  /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...]
  /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 
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsLayer.cpp 414 // Empty filters match anything, so find the first non-empty entry as the reference
458 // Empty transforms match anything, so find the first non-empty entry as the reference.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseLayoutRule.java 523 * transform the value of all attributes of Format.REFERENCE. If filter is
536 if (attrInfo.getFormats().contains(IAttributeInfo.Format.REFERENCE)) {
    [all...]
BaseViewRule.java 303 * Input the custom value for the given attribute. This will use the Reference
304 * Chooser if it is a reference value, otherwise a plain text editor.
311 && attributeInfo.getFormats().contains(Format.REFERENCE)) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DescriptorsUtils.java 82 public static final String MANIFEST_SDK_URL = "/reference/android/R.styleable.html#"; //$NON-NLS-1$
198 if (formats_set.contains(Format.REFERENCE)) {
199 // This is either a multi-type reference or a generic reference.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
apitooling-ant.jar 

Completed in 646 milliseconds

1 2