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

1 2 3

  /external/devlib/devlib/instrument/
monsoon.py 108 def get_data(self, outfile): member in class:MonsoonInstrument
110 raise RuntimeError('`get_data` called before `stop`')
energy_probe.py 89 def get_data(self, outfile): # pylint: disable=R0914 member in class:EnergyProbeInstrument
gem5power.py 67 def get_data(self, outfile): member in class:Gem5PowerInstrument
acmecape.py 109 def get_data(self, outfile): member in class:AcmeCapeInstrument
daq.py 83 def get_data(self, outfile): # pylint: disable=R0914 member in class:DaqInstrument
85 self.execute('get_data', output_directory=tempdir)
frames.py 43 def get_data(self, outfile): member in class:FramesInstrument
__init__.py 336 def get_data(self, outfile): member in class:Instrument
  /external/tensorflow/tensorflow/python/keras/_impl/keras/
regularizers_test.py 30 def get_data(): function
54 (x_train, y_train), _ = get_data()
66 (x_train, y_train), _ = get_data()
  /art/test/909-attach-agent/
attach.cc 73 unsigned char* get_data = nullptr; local
74 CHECK_CALL_SUCCESS(env->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&get_data)));
75 if (get_data != local_data) {
79 CHECK_CALL_SUCCESS(env2->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&get_data)));
80 if (get_data != nullptr) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pkgutil.py 46 res1 = pkgutil.get_data(pkg, 'res.txt')
48 res2 = pkgutil.get_data(pkg, 'sub/res.txt')
73 res1 = pkgutil.get_data(pkg, 'res.txt')
75 res2 = pkgutil.get_data(pkg, 'sub/res.txt')
95 def get_data(self, path): member in class:PkgutilPEP302Tests.MyTestLoader
110 self.assertEqual(pkgutil.get_data('foo', 'dummy'), "Hello, world!")
114 # Ensure that get_data works without reloading - the "loads" module
119 self.assertEqual(pkgutil.get_data('foo', 'dummy'), "Hello, world!")
  /external/devlib/devlib/instrument/netstats/
__init__.py 125 def get_data(self, outfile): member in class:NetstatsInstrument
  /external/python/cpython2/Lib/test/
test_pkgutil.py 46 res1 = pkgutil.get_data(pkg, 'res.txt')
48 res2 = pkgutil.get_data(pkg, 'sub/res.txt')
73 res1 = pkgutil.get_data(pkg, 'res.txt')
75 res2 = pkgutil.get_data(pkg, 'sub/res.txt')
106 def get_data(self, path): member in class:PkgutilPEP302Tests.MyTestLoader
121 self.assertEqual(pkgutil.get_data('foo', 'dummy'), "Hello, world!")
125 # Ensure that get_data works without reloading - the "loads" module
130 self.assertEqual(pkgutil.get_data('foo', 'dummy'), "Hello, world!")
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pkgutil.py 46 res1 = pkgutil.get_data(pkg, 'res.txt')
48 res2 = pkgutil.get_data(pkg, 'sub/res.txt')
73 res1 = pkgutil.get_data(pkg, 'res.txt')
75 res2 = pkgutil.get_data(pkg, 'sub/res.txt')
106 def get_data(self, path): member in class:PkgutilPEP302Tests.MyTestLoader
121 self.assertEqual(pkgutil.get_data('foo', 'dummy'), "Hello, world!")
125 # Ensure that get_data works without reloading - the "loads" module
130 self.assertEqual(pkgutil.get_data('foo', 'dummy'), "Hello, world!")
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pkgutil.py 46 res1 = pkgutil.get_data(pkg, 'res.txt')
48 res2 = pkgutil.get_data(pkg, 'sub/res.txt')
73 res1 = pkgutil.get_data(pkg, 'res.txt')
75 res2 = pkgutil.get_data(pkg, 'sub/res.txt')
106 def get_data(self, path): member in class:PkgutilPEP302Tests.MyTestLoader
121 self.assertEqual(pkgutil.get_data('foo', 'dummy'), "Hello, world!")
125 # Ensure that get_data works without reloading - the "loads" module
130 self.assertEqual(pkgutil.get_data('foo', 'dummy'), "Hello, world!")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pkgutil.py 46 res1 = pkgutil.get_data(pkg, 'res.txt')
48 res2 = pkgutil.get_data(pkg, 'sub/res.txt')
73 res1 = pkgutil.get_data(pkg, 'res.txt')
75 res2 = pkgutil.get_data(pkg, 'sub/res.txt')
106 def get_data(self, path): member in class:PkgutilPEP302Tests.MyTestLoader
121 self.assertEqual(pkgutil.get_data('foo', 'dummy'), "Hello, world!")
125 # Ensure that get_data works without reloading - the "loads" module
130 self.assertEqual(pkgutil.get_data('foo', 'dummy'), "Hello, world!")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pkgutil.py 46 res1 = pkgutil.get_data(pkg, 'res.txt')
48 res2 = pkgutil.get_data(pkg, 'sub/res.txt')
73 res1 = pkgutil.get_data(pkg, 'res.txt')
75 res2 = pkgutil.get_data(pkg, 'sub/res.txt')
106 def get_data(self, path): member in class:PkgutilPEP302Tests.MyTestLoader
121 self.assertEqual(pkgutil.get_data('foo', 'dummy'), "Hello, world!")
125 # Ensure that get_data works without reloading - the "loads" module
130 self.assertEqual(pkgutil.get_data('foo', 'dummy'), "Hello, world!")
  /external/blktrace/btt/
btt_plot.py 89 def get_data(files): function
382 generate_output(t, get_data(files))
389 generate_output(t, get_data([file]))
393 generate_output(type, get_data(files))
  /external/devlib/devlib/platform/
arm.py 259 def get_data(self, output_file): member in class:JunoEnergyInstrument
  /external/python/cpython3/Lib/importlib/
abc.py 180 def get_data(self, path): member in class:ResourceLoader
297 * ResourceLoader.get_data
  /external/tensorflow/tensorflow/examples/speech_commands/
input_data.py 398 def get_data(self, how_many, offset, model_settings, background_frequency, member in class:AudioProcessor
  /art/test/901-hello-ti-agent/
basics.cc 111 unsigned char* get_data = nullptr; local
112 CHECK_CALL_SUCCESS(env->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&get_data)));
113 if (get_data != local_data) {
117 CHECK_CALL_SUCCESS(env2->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&get_data)));
118 if (get_data != nullptr) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
pkgutil.py 14 'walk_packages', 'iter_modules', 'get_data',
254 def get_data(self, pathname): member in class:ImpLoader
556 def get_data(package, resource): function
559 This is a wrapper round the PEP 302 loader get_data API. The package
575 which does not support get_data(), then None is returned.
579 if loader is None or not hasattr(loader, 'get_data'):
585 # Modify the resource name to be compatible with the loader.get_data
591 return loader.get_data(resource_name)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pkgutil.py 14 'walk_packages', 'iter_modules', 'get_data',
246 def get_data(self, pathname): member in class:ImpLoader
548 def get_data(package, resource): function
551 This is a wrapper round the PEP 302 loader get_data API. The package
567 which does not support get_data(), then None is returned.
571 if loader is None or not hasattr(loader, 'get_data'):
577 # Modify the resource name to be compatible with the loader.get_data
583 return loader.get_data(resource_name)
  /external/python/cpython2/Lib/
pkgutil.py 14 'walk_packages', 'iter_modules', 'get_data',
254 def get_data(self, pathname): member in class:ImpLoader
556 def get_data(package, resource): function
559 This is a wrapper round the PEP 302 loader get_data API. The package
575 which does not support get_data(), then None is returned.
579 if loader is None or not hasattr(loader, 'get_data'):
585 # Modify the resource name to be compatible with the loader.get_data
591 return loader.get_data(resource_name)
  /external/python/cpython3/Lib/
imp.py 142 def get_data(self, path): member in class:_HackedGetData
158 return super().get_data(path)

Completed in 602 milliseconds

1 2 3