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

1 2 3

  /external/android-mock/src/com/google/android/testing/mocking/
UsesMocksProcessor.java 28 import javax.annotation.processing.AbstractProcessor;
29 import javax.annotation.processing.RoundEnvironment;
30 import javax.annotation.processing.SupportedAnnotationTypes;
31 import javax.annotation.processing.SupportedOptions;
32 import javax.annotation.processing.SupportedSourceVersion;
68 * {@link javax.annotation.processing.AbstractProcessor} for more details.
108 * @param environment the environment for this round of processing as provided to the main
113 logger.printMessage(Kind.NOTE, "Start Processing Annotations");
134 logger.printMessage(Kind.NOTE, "Processing " + annotatedElements);
213 // Eclipse annotation processing doesn't support class creation
    [all...]
ProcessorLogger.java 30 import javax.annotation.processing.ProcessingEnvironment;
  /external/android-mock/tests/com/google/android/testing/mocking/
UsesMocksProcessorTest.java 35 import javax.annotation.processing.Filer;
36 import javax.annotation.processing.Messager;
37 import javax.annotation.processing.ProcessingEnvironment;
38 import javax.annotation.processing.RoundEnvironment;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar 
  /external/stlport/test/eh/
intel45.mak 56 #Library selection should be BEFORE debug processing!!!
intel50.mak 57 #Library selection should be BEFORE debug processing!!!
  /external/v8/tools/
logreader.js 34 * Base class for processing log files.
36 * @param {Array.<Object>} dispatchTable A table used for parsing and processing
  /external/compiler-rt/make/
subdir.mk 31 $$(info MAKE: $(Dir): Processing subdirectory)
73 $$(info MAKE: $$(Dir): Done processing subdirectory)
  /external/v8/test/mjsunit/regress/
regress-1184.js 41 // stack with catcher set while processing exception
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLInputElement04.js 79 a server processing this form will handle correctly.
HTMLScriptElement03.js 78 The defer attribute specifies the user agent can defer processing of
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLInputElement04.js 79 a server processing this form will handle correctly.
HTMLScriptElement03.js 78 The defer attribute specifies the user agent can defer processing of
  /frameworks/compile/libbcc/runtime/make/
subdir.mk 30 $$(info MAKE: $(Dir): Processing subdirectory)
72 $$(info MAKE: $$(Dir): Done processing subdirectory)
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate.js 49 * template processing attribute values on a template node.
55 * Name of the property that caches the parsed template processing
92 * processed in place. After processing, it will still be a valid
97 * information while processing the template. Only takes effect
132 * An array of logging messages. These are collected during processing
162 * aren't there. Remember: not only the processing of the js
216 * A list of attributes we use to specify jst processing instructions,
599 // processing of a new template.
827 * Caches access to and parsing of template processing attributes. If
834 * processing attribute values of the node as properties.
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 49 * template processing attribute values on a template node.
55 * Name of the property that caches the parsed template processing
92 * processed in place. After processing, it will still be a valid
97 * information while processing the template. Only takes effect
132 * An array of logging messages. These are collected during processing
162 * aren't there. Remember: not only the processing of the js
216 * A list of attributes we use to specify jst processing instructions,
599 // processing of a new template.
827 * Caches access to and parsing of template processing attributes. If
834 * processing attribute values of the node as properties
    [all...]
  /external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 165 $last_char = substr($t, -1); # Remember last char of this token before processing.
274 $last_char = substr($t, -1); # Remember last char of this token before processing.
621 # Returns: The string, with after processing the following backslash
664 '(?s:<\?.*?\?>)|'. # processing instruction
  /external/webkit/LayoutTests/dom/html/level1/core/
documentinvalidcharacterexceptioncreatepi1.js 79 Creating a processing instruction with an empty target should cause an INVALID_CHARACTER_ERR.
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
documentinvalidcharacterexceptioncreatepi1.js 79 Creating a processing instruction with an empty target should cause an INVALID_CHARACTER_ERR.
  /gdk/build/core/
build-local.mk 1 # Detect the GDK installation path by processing this Makefile's location.
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_filter_gnu.s 85 @ Start processing
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_filter_gnu.s 85 @ Start processing
  /external/webkit/Source/WebCore/xml/
XPathParser.cpp 121 nodeTypeNames.add("processing-instruction");
386 if (name == "processing-instruction")
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
handleerror01.js 109 with an error handler that stops processing. Only one of the
  /ndk/build/core/
main.mk 23 # Detect the NDK installation path by processing this Makefile's location.

Completed in 628 milliseconds

1 2 3