HomeSort by relevance Sort by last modified time
    Searched full:delegates (Results 276 - 300 of 625) sorted by null

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_popen2.py 54 # The os.popen*() API delegates to the subprocess module (on Unix)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_popen2.py 54 # The os.popen*() API delegates to the subprocess module (on Unix)
  /system/gatekeeper/include/gatekeeper/
gatekeeper_messages.h 73 * elements like the error and user ID. Delegates specialized serialization
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Grammar.java 306 /** A pointer back into grammar tree. Needed so we can add delegates. */
2663 List<Grammar> delegates = composite.getDelegates(this); local
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
Java.stg 91 // delegates
92 <grammar.delegates:
99 return new <superClass>[] {<grammar.delegates: {g|<g:delegateName()>}; separator = ", ">};
212 // delegates
213 <grammar.delegates: {g|public <g.recognizerName> <g:delegateName()>;}; separator="\n">
215 return new <superClass>[] {<grammar.delegates: {g|<g:delegateName()>}; separator = ", ">};
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
http_wrapper.py 291 http: An httplib2.Http instance, or a http multiplexer that delegates to
336 http: An httplib2.Http instance, or a http multiplexer that delegates to
  /external/javassist/src/main/javassist/
Loader.java 110 * delegates the loading of the class <code>C</code> to <code>CL'</code>,
119 * <p>Because of the fact above, this loader delegates only the loading of
  /external/mockito/cglib-and-asm/src/org/mockito/asm/util/
TraceClassVisitor.java 99 * The {@link ClassVisitor} to which this visitor delegates calls. May be
165 * @param cv the {@link ClassVisitor} to which this visitor delegates calls.
TraceMethodVisitor.java 54 * The {@link MethodVisitor} to which this visitor delegates calls. May be
89 * @param mv the {@link MethodVisitor} to which this visitor delegates
TraceAnnotationVisitor.java 46 * The {@link AnnotationVisitor} to which this visitor delegates calls. May
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmGenerator.java 71 /** A map { FQCN => set { method names } } of methods to rewrite as delegates.
112 // Create the map/set of methods to change to delegates
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoTask.java 181 // Delegates handling the current state of the task to the PhotoManager object
  /external/ImageMagick/MagickCore/
config.h_vms 242 /* Define directory where ImageMagick/delegates.xml lives. */
image.h 472 unique[MagickPathExtent], /* unique tempory filename - delegates */
  /external/ImageMagick/PerlMagick/
Makefile.nt 134 my @DELEGATES = qw/ bzlib cgm jbig jpeg mpeg png ps tiff wmf x xfig zlib/;
  /external/autotest/site_utils/tester_feedback/
audio_query_delegate_impl.py 5 """Audio query delegates."""
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/
DesignerPlugin.java 40 * above mentioned pieces, and this class is no longer a plugin. Instead, it *delegates*
  /external/guava/guava/src/com/google/common/collect/
ForwardingSortedMultiset.java 89 * correctly delegates each of its operations to the appropriate methods of this {@code
  /external/guava/guava/src/com/google/common/hash/
AbstractStreamingHashFunction.java 129 * <p>This implementation simply pads with zeros and delegates to
  /external/guice/extensions/servlet/src/com/google/inject/servlet/
ServletDefinition.java 190 * Utility that delegates to the actual service method of the servlet wrapped with a contextual
  /external/javassist/src/main/javassist/compiler/
JvstTypeChecker.java 137 /* Delegates to a ProcHandler object if the method call is
  /external/proguard/src/proguard/classfile/attribute/visitor/
AttributeNameFilter.java 32 * This AttributeVisitor delegates its visits another AttributeVisitor, but
RequiredAttributeFilter.java 30 * This AttributeVisitor delegates its visits to one of two other
  /external/proguard/src/proguard/optimize/
ChangedCodePrinter.java 31 * This AttributeVisitor delegates its call to another AttributeVisitor, and
  /external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/impl/
SLF4JLogFactory.java 35 * Concrete subclass of {@link LogFactory} which always delegates to the

Completed in 587 milliseconds

<<11121314151617181920>>