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

1 2 3 4 5 6 78 91011>>

  /external/selinux/gui/
domainsPage.py 78 self.load()
89 def load(self, filter=""): member in class:domainsPage
loginsPage.py 69 self.load()
74 def load(self, filter=""): member in class:loginsPage
modulesPage.py 86 self.load()
100 def load(self, filter=""): member in class:modulesPage
175 dialog = Gtk.FileChooserDialog(_("Load Policy Module"),
200 self.load()
usersPage.py 73 self.load()
78 def load(self, filter=""): member in class:usersPage
135 self.load(self.filter)
  /external/skia/src/shaders/gradients/
Sk4fGradientPriv.h 44 // - load() Load a SkPM4f value into Sk4f. Normally called once per interval
62 static Sk4f load(const SkPM4f& c) { function in struct:__anon34225::DstTraits
109 static Sk4f load(const SkPM4f& c) { function in struct:__anon34225::DstTraits
  /external/skia/tools/mdbviz/
Model.cpp 27 Model::ErrorCode Model::load(const char* filename) { function in class:Model
  /external/skia/tools/viewer/
SampleSlide.cpp 33 void SampleSlide::load(SkScalar winWidth, SkScalar winHeight) { function in class:SampleSlide
Slide.h 29 virtual void load(SkScalar winWidth, SkScalar winHeight) {} function in class:Slide
  /external/skqp/src/shaders/gradients/
Sk4fGradientPriv.h 44 // - load() Load a SkPM4f value into Sk4f. Normally called once per interval
62 static Sk4f load(const SkPM4f& c) { function in struct:__anon34893::DstTraits
109 static Sk4f load(const SkPM4f& c) { function in struct:__anon34893::DstTraits
  /external/skqp/tools/mdbviz/
Model.cpp 27 Model::ErrorCode Model::load(const char* filename) { function in class:Model
  /external/skqp/tools/viewer/
SampleSlide.cpp 33 void SampleSlide::load(SkScalar winWidth, SkScalar winHeight) { function in class:SampleSlide
Slide.h 29 virtual void load(SkScalar winWidth, SkScalar winHeight) {} function in class:Slide
  /external/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/
ExternalClassLoader.java 26 public Object load(Collection<String> dexPaths, Collection<String> nativePaths, String className) method in class:ExternalClassLoader
  /external/snakeyaml/src/test/java/org/pyyaml/
CanonicalLoader.java 28 public Object load(Reader yaml) { method in class:CanonicalLoader
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/
AbstractTest.java 28 Map<String, Object> nativeData = (Map<String, Object>) yaml.load(data);
32 protected Object load(String data) { method in class:AbstractTest
34 Object obj = yaml.load(data);
  /external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
SavedModelBundle.java 30 * Load a saved model from an export directory. The model that is being loaded should be created
35 * @param tags the tags identifying the specific metagraphdef to load.
38 public static SavedModelBundle load(String exportDir, String... tags) { method in class:SavedModelBundle
39 return load(exportDir, tags, null);
89 * <p>Invoked from the native load method. Takes ownership of the handles.
98 private static native SavedModelBundle load(String exportDir, String[] tags, byte[] runOptions); method in class:SavedModelBundle
TensorFlow.java 33 * Load the dynamic library in filename and register the operations and kernels present in that
36 * @param filename Path of the dynamic library containing operations and kernels to load.
64 /** Load the TensorFlow runtime C library. */
66 NativeLibrary.load();
  /external/testng/src/test/java/test/tmp/
DataDrivenTest.java 23 p.load(new FileInputStream(new File("c:/t/data.properties")));
  /external/v8/tools/profviz/
worker.js 29 "load scripts" : load_scripts,
  /frameworks/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/
BuildInfoUtil.java 31 public static BindingBuildInfo load(RoundEnvironment roundEnvironment) { method in class:BuildInfoUtil
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
CertificateVerifier.java 52 ks.load(null, null);
  /frameworks/rs/
rsMatrix3x3.cpp 40 void Matrix3x3::load(const float *v) { function in class:android::renderscript::Matrix3x3
44 void Matrix3x3::load(const rs_matrix3x3 *v) { function in class:android::renderscript::Matrix3x3
66 load(&temp);
  /frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/dao/
FunnyNamedDao.java 49 FunnyNamedEntity load(int id); method in interface:FunnyNamedDao
  /frameworks/support/samples/SupportEmojiDemos/src/main/java/com/example/android/support/text/emoji/
EmojiCompatApplication.java 30 EmojiRepo.load(this);
  /hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
GrallocLoader.h 41 static IAllocator* load() { function in class:android::hardware::graphics::allocator::V2_0::passthrough::GrallocLoader
53 // load the gralloc module

Completed in 1952 milliseconds

1 2 3 4 5 6 78 91011>>