HomeSort by relevance Sort by last modified time
    Searched defs:load (Results 1 - 25 of 2074) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
ANTLRFileStream.as 11 load(file, encoding);
14 public function load(file:File, encoding:String = null):void { function
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/delegation/
import.rb 8 def load( grammar ) method in class:TestImportedGrammars
27 load inline_grammar( <<-'END' )
59 load inline_grammar( <<-'END' )
94 load inline_grammar( <<-'END' )
137 load inline_grammar( <<-'END' )
181 load inline_grammar( <<-'END' )
216 load inline_grammar( <<-'END' )
244 load inline_grammar( <<-'END' )
271 load inline_grammar( <<-'END' )
299 load inline_grammar( <<-'END'
    [all...]
  /external/jsilver/src/org/clearsilver/
CSFileLoader.java 34 public String load(HDF hdf, String filename) throws IOException; method in interface:CSFileLoader
  /prebuilts/go/darwin-x86/src/cmd/go/internal/load/
path.go 5 package load package
  /prebuilts/go/linux-x86/src/cmd/go/internal/load/
path.go 5 package load package
  /external/glide/library/src/main/java/com/bumptech/glide/load/
ResourceEncoder.java 1 package com.bumptech.glide.load;
3 import com.bumptech.glide.load.engine.Resource;
Encoder.java 1 package com.bumptech.glide.load;
ResourceDecoder.java 1 package com.bumptech.glide.load;
3 import com.bumptech.glide.load.engine.Resource;
Transformation.java 1 package com.bumptech.glide.load;
3 import com.bumptech.glide.load.engine.Resource;
  /external/v8/tools/
ic-processor-driver.js 18 // Overwrite the load function to load scripts synchronously.
19 SourceMap.load = function(sourceMapURL) {
30 sourceMap = SourceMap.load(params.sourceMap);
  /frameworks/base/test-runner/src/junit/runner/
StandardTestSuiteLoader.java 7 * The standard test suite loader. It can only load the same class once.
12 * Uses the system class loader to load the test class
14 public Class load(String suiteClassName) throws ClassNotFoundException { method in class:StandardTestSuiteLoader
18 * Uses the system class loader to load the test class
TestSuiteLoader.java 9 abstract public Class load(String suiteClassName) throws ClassNotFoundException; method in interface:TestSuiteLoader
  /development/vndk/tools/sourcedr/sourcedr/
pattern_db.py 36 def load(self): member in class:PatternDB
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
grammar.py 31 The load() method reads the tables from a pickle file, which is
93 def load(self, filename): member in class:Grammar
94 """Load the grammar tables from a pickle file."""
96 d = pickle.load(f)
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
ANTLRInputStream.java 68 load(isr, size, readBufferSize); method
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
ANTLRFileStream.pm 48 sub load { subroutine
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/
EngineKeyFactory.java 1 package com.bumptech.glide.load.engine;
3 import com.bumptech.glide.load.Encoder;
4 import com.bumptech.glide.load.Key;
5 import com.bumptech.glide.load.ResourceDecoder;
6 import com.bumptech.glide.load.ResourceEncoder;
7 import com.bumptech.glide.load.Transformation;
8 import com.bumptech.glide.load.resource.transcode.ResourceTranscoder;
  /external/glide/library/src/main/java/com/bumptech/glide/load/model/
ModelLoader.java 1 package com.bumptech.glide.load.model;
3 import com.bumptech.glide.load.data.DataFetcher;
24 * @param <Y> The type of the data that can be used by a {@link com.bumptech.glide.load.ResourceDecoder} to decode a
36 * exception during the load process.
43 * cached, or null if no valid {@link com.bumptech.glide.load.data.DataFetcher} could be constructed.
  /external/glide/library/src/main/java/com/bumptech/glide/load/model/file_descriptor/
FileDescriptorModelLoader.java 1 package com.bumptech.glide.load.model.file_descriptor;
5 import com.bumptech.glide.load.model.ModelLoader;
  /external/glide/library/src/main/java/com/bumptech/glide/load/model/stream/
StreamModelLoader.java 1 package com.bumptech.glide.load.model.stream;
3 import com.bumptech.glide.load.model.ModelLoader;
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/file/
FileResource.java 1 package com.bumptech.glide.load.resource.file;
3 import com.bumptech.glide.load.resource.SimpleResource;
8 * A simple {@link com.bumptech.glide.load.engine.Resource} that wraps a {@link File}.
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
LocaleMatcherShim.java 21 public static LanguageMatcherData load() { method in class:LocaleMatcherShim
  /external/lisa/libs/utils/
conf.py 41 # Load the specified logfile using an absolute path
67 def load(self): member in class:JsonConf
  /external/skia/tools/viewer/
ImageSlide.cpp 27 void ImageSlide::load(SkScalar, SkScalar) { function in class:ImageSlide
  /external/skqp/tools/viewer/
ImageSlide.cpp 27 void ImageSlide::load(SkScalar, SkScalar) { function in class:ImageSlide

Completed in 1414 milliseconds

1 2 3 4 5 6 7 8 91011>>