HomeSort by relevance Sort by last modified time
    Searched defs:handle_data (Results 26 - 50 of 74) sorted by null

12 3

  /external/python/cpython2/Lib/test/
test_sgmllib.py 46 def handle_data(self, data): member in class:EventCollector
  /external/wpa_supplicant_8/src/drivers/
driver_wired.c 80 static void handle_data(void *ctx, unsigned char *buf, size_t len) function
91 wpa_printf(MSG_MSGDUMP, "handle_data: too short (%lu)",
131 handle_data(eloop_ctx, buf, len);
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3Mem.cpp 309 struct ion_handle_data handle_data; local
348 memset(&handle_data, 0, sizeof(handle_data));
349 handle_data.handle = ion_info_fd.handle;
350 ioctl(main_ion_fd, ION_IOC_FREE, &handle_data);
368 struct ion_handle_data handle_data; local
376 memset(&handle_data, 0, sizeof(handle_data));
377 handle_data.handle = memInfo.handle;
378 ioctl(main_ion_fd, ION_IOC_FREE, &handle_data);
    [all...]
  /hardware/qcom/keymaster/
keymaster_qcom.cpp 203 struct ion_handle_data handle_data; local
276 handle_data.handle = ion_alloc_data.handle;
279 iret = ioctl(ion_fd, ION_IOC_FREE, &handle_data);
296 struct ion_handle_data handle_data; local
305 handle_data.handle = handle->ion_alloc_handle.handle;
307 ret = ioctl(handle->ion_fd, ION_IOC_FREE, &handle_data);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
HTMLParser.py 84 by calling self.handle_data() with the data as argument (the data
152 if i < j: self.handle_data(rawdata[i:j])
168 self.handle_data("<")
182 self.handle_data(rawdata[i:k])
196 self.handle_data(rawdata[0:2])
219 self.handle_data("&")
227 self.handle_data(rawdata[i:n])
318 self.handle_data(rawdata[i:endpos])
373 self.handle_data(rawdata[i:gtpos])
395 self.handle_data(rawdata[i:gtpos]
424 def handle_data(self, data): member in class:HTMLParser
    [all...]
sgmllib.py 55 # between tags is passed to the parser by calling self.handle_data()
122 self.handle_data(rawdata[i:n])
129 self.handle_data(rawdata[i:j])
135 self.handle_data(rawdata[i])
150 self.handle_data("<")
180 self.handle_data(rawdata[i])
203 self.handle_data(rawdata[i])
209 self.handle_data(rawdata[i:j])
213 self.handle_data(rawdata[i:n])
326 self.handle_data(data
439 def handle_data(self, data): member in class:SGMLParser
467 def handle_data(self, data): member in class:TestSGMLParser
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_htmlparser.py 50 def handle_data(self, data): member in class:EventCollector
368 # make sure that HTMLParser calls handle_data only once for each CDATA.
test_sgmllib.py 46 def handle_data(self, data): member in class:EventCollector
  /prebuilts/gdb/linux-x86/lib/python2.7/
HTMLParser.py 84 by calling self.handle_data() with the data as argument (the data
152 if i < j: self.handle_data(rawdata[i:j])
168 self.handle_data("<")
182 self.handle_data(rawdata[i:k])
196 self.handle_data(rawdata[0:2])
219 self.handle_data("&")
227 self.handle_data(rawdata[i:n])
318 self.handle_data(rawdata[i:endpos])
373 self.handle_data(rawdata[i:gtpos])
395 self.handle_data(rawdata[i:gtpos]
424 def handle_data(self, data): member in class:HTMLParser
    [all...]
sgmllib.py 55 # between tags is passed to the parser by calling self.handle_data()
122 self.handle_data(rawdata[i:n])
129 self.handle_data(rawdata[i:j])
135 self.handle_data(rawdata[i])
150 self.handle_data("<")
180 self.handle_data(rawdata[i])
203 self.handle_data(rawdata[i])
209 self.handle_data(rawdata[i:j])
213 self.handle_data(rawdata[i:n])
326 self.handle_data(data
439 def handle_data(self, data): member in class:SGMLParser
467 def handle_data(self, data): member in class:TestSGMLParser
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_htmlparser.py 50 def handle_data(self, data): member in class:EventCollector
368 # make sure that HTMLParser calls handle_data only once for each CDATA.
test_sgmllib.py 46 def handle_data(self, data): member in class:EventCollector
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
HTMLParser.py 84 by calling self.handle_data() with the data as argument (the data
152 if i < j: self.handle_data(rawdata[i:j])
168 self.handle_data("<")
182 self.handle_data(rawdata[i:k])
196 self.handle_data(rawdata[0:2])
219 self.handle_data("&")
227 self.handle_data(rawdata[i:n])
318 self.handle_data(rawdata[i:endpos])
373 self.handle_data(rawdata[i:gtpos])
395 self.handle_data(rawdata[i:gtpos]
424 def handle_data(self, data): member in class:HTMLParser
    [all...]
sgmllib.py 55 # between tags is passed to the parser by calling self.handle_data()
122 self.handle_data(rawdata[i:n])
129 self.handle_data(rawdata[i:j])
135 self.handle_data(rawdata[i])
150 self.handle_data("<")
180 self.handle_data(rawdata[i])
203 self.handle_data(rawdata[i])
209 self.handle_data(rawdata[i:j])
213 self.handle_data(rawdata[i:n])
326 self.handle_data(data
439 def handle_data(self, data): member in class:SGMLParser
467 def handle_data(self, data): member in class:TestSGMLParser
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_htmlparser.py 50 def handle_data(self, data): member in class:EventCollector
368 # make sure that HTMLParser calls handle_data only once for each CDATA.
test_sgmllib.py 46 def handle_data(self, data): member in class:EventCollector
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
HTMLParser.py 84 by calling self.handle_data() with the data as argument (the data
152 if i < j: self.handle_data(rawdata[i:j])
168 self.handle_data("<")
182 self.handle_data(rawdata[i:k])
196 self.handle_data(rawdata[0:2])
219 self.handle_data("&")
227 self.handle_data(rawdata[i:n])
318 self.handle_data(rawdata[i:endpos])
373 self.handle_data(rawdata[i:gtpos])
395 self.handle_data(rawdata[i:gtpos]
424 def handle_data(self, data): member in class:HTMLParser
    [all...]
sgmllib.py 55 # between tags is passed to the parser by calling self.handle_data()
122 self.handle_data(rawdata[i:n])
129 self.handle_data(rawdata[i:j])
135 self.handle_data(rawdata[i])
150 self.handle_data("<")
180 self.handle_data(rawdata[i])
203 self.handle_data(rawdata[i])
209 self.handle_data(rawdata[i:j])
213 self.handle_data(rawdata[i:n])
326 self.handle_data(data
439 def handle_data(self, data): member in class:SGMLParser
467 def handle_data(self, data): member in class:TestSGMLParser
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_htmlparser.py 50 def handle_data(self, data): member in class:EventCollector
368 # make sure that HTMLParser calls handle_data only once for each CDATA.
test_sgmllib.py 46 def handle_data(self, data): member in class:EventCollector
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraMem.cpp 470 struct ion_handle_data handle_data; local
524 memset(&handle_data, 0, sizeof(handle_data));
525 handle_data.handle = ion_info_fd.handle;
526 ioctl(main_ion_fd, ION_IOC_FREE, &handle_data);
545 struct ion_handle_data handle_data; local
553 memset(&handle_data, 0, sizeof(handle_data));
554 handle_data.handle = memInfo.handle;
555 ioctl(memInfo.main_ion_fd, ION_IOC_FREE, &handle_data);
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraMem.cpp 470 struct ion_handle_data handle_data; local
524 memset(&handle_data, 0, sizeof(handle_data));
525 handle_data.handle = ion_info_fd.handle;
526 ioctl(main_ion_fd, ION_IOC_FREE, &handle_data);
545 struct ion_handle_data handle_data; local
553 memset(&handle_data, 0, sizeof(handle_data));
554 handle_data.handle = memInfo.handle;
555 ioctl(memInfo.main_ion_fd, ION_IOC_FREE, &handle_data);
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCameraMem.cpp 464 struct ion_handle_data handle_data; local
518 memset(&handle_data, 0, sizeof(handle_data));
519 handle_data.handle = ion_info_fd.handle;
520 ioctl(main_ion_fd, ION_IOC_FREE, &handle_data);
539 struct ion_handle_data handle_data; local
547 memset(&handle_data, 0, sizeof(handle_data));
548 handle_data.handle = memInfo.handle;
549 ioctl(memInfo.main_ion_fd, ION_IOC_FREE, &handle_data);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
xmllib.py 88 # parser by calling self.handle_data() with some data as argument (the
251 self.handle_data(data)
269 self.handle_data(data)
277 self.handle_data(data)
296 self.handle_data(data)
336 self.handle_data(data)
355 self.handle_data(data)
389 self.handle_data(data)
396 self.handle_data(rawdata[i])
412 self.handle_data(data)
778 def handle_data(self, data): member in class:XMLParser
819 def handle_data(self, data): member in class:TestXMLParser
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
htmllib.py 63 def handle_data(self, data): member in class:HTMLParser
123 self.handle_data("[%d]" % len(self.anchorlist))
132 handle_data() method.
135 self.handle_data(alt)

Completed in 1564 milliseconds

12 3