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

1 2

  /external/chromium-trace/catapult/third_party/WebOb/docs/comment-example-code/
example.py 30 comments = self.get_data(req.url)
37 def get_data(self, url): member in class:Commenter
108 data = self.get_data(url)
  /external/toybox/toys/posix/
cut.c 104 static void get_data(void) function
270 get_data();
  /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))
  /prebuilts/gdb/darwin-x86/lib/python2.7/
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)
urllib2.py 245 def get_data(self): member in class:Request
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
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)
urllib2.py 245 def get_data(self): member in class:Request
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
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)
urllib2.py 245 def get_data(self): member in class:Request
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
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)
urllib2.py 245 def get_data(self): member in class:Request
    [all...]
  /external/libpng/contrib/pngminus/
pnm2png.c 57 png_uint_32 get_data (FILE *pnm_file, int depth);
389 *pix_ptr++ = get_data (pnm_file, 8);
398 *pix_ptr++ = get_data (pnm_file, bit_depth);
415 *pix_ptr++ = get_data (alpha_file, alpha_depth);
552 * get_data() - takes first byte and converts into next pixel value,
557 png_uint_32 get_data (FILE *pnm_file, int depth) function
  /external/chromium-trace/catapult/third_party/coverage/coverage/
control.py 764 self.get_data()
784 self.get_data()
796 def get_data(self): member in class:Coverage
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.h 46 return get_data(NL80211_ATTR_VENDOR_DATA);
83 void *get_data(int attribute) { function in class:WifiEvent
123 void* get_data() { function in class:nl_iterator
  /hardware/qcom/wlan/qcwcn/wifi_hal/
cpp_bindings.h 63 return get_data(NL80211_ATTR_VENDOR_DATA);
100 void *get_data(int attribute) { function in class:WifiEvent
140 void* get_data() { function in class:nl_iterator
  /external/autotest/client/common_lib/cros/
dev_server.py 88 def get_data(self): member in class:MarkupStripper
152 raise DevServerException(strip.get_data())
642 raise DevServerException(strip.get_data())
    [all...]
  /system/media/camera/src/
camera_metadata.c 168 static uint8_t *get_data(const camera_metadata_t *metadata) { function
295 memcpy(get_data(metadata), get_data(src),
423 (camera_metadata_data_t*) (get_data(metadata) +
467 memcpy(get_data(dst) + dst->data_count, get_data(src),
546 memcpy(get_data(dst) + entry->data.offset, data,
609 entry->data.u8 = get_data(src) + buffer_entry->data.offset;
675 uint8_t *start = get_data(dst) + entry->data.offset;
730 uint8_t *start = get_data(dst) + entry->data.offset
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
resrc.c 191 static void get_data (FILE *, bfd_byte *, rc_uint_type, const char *);
675 get_data (FILE *e, bfd_byte *p, rc_uint_type c, const char *msg)
731 get_data (e, data, s.st_size - BITMAP_SKIP, real_filename);
811 get_data (e, data, icondirs[i].bytes, real_filename);
967 get_data (e, data, s.st_size, real_filename);
1211 get_data (e, data, icondirs[i].bytes, real_filename);
674 get_data (FILE *e, bfd_byte *p, rc_uint_type c, const char *msg) function
    [all...]
  /external/opencv/ml/src/
mltree.cpp 1260 CvDTreeTrainData* CvDTree::get_data() function in class:CvDTree
    [all...]
  /external/opencv3/apps/traincascade/
old_ml_tree.cpp 1562 CvDTreeTrainData* CvDTree::get_data() function in class:CvDTree
    [all...]
  /hardware/qcom/msm8994/kernel-headers/media/
msm_cam_sensor.h 315 struct eeprom_get_t get_data; member in union:msm_eeprom_cfg_data::__anon33489

Completed in 1087 milliseconds

1 2