HomeSort by relevance Sort by last modified time
    Searched refs:read_data (Results 26 - 50 of 56) sorted by null

12 3

  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_zipfile.py 127 read_data = zipopen1.read(256)
128 if not read_data:
130 zipdata1.append(read_data)
135 read_data = zipopen2.read(256)
136 if not read_data:
138 zipdata2.append(read_data)
173 read_data = zipopen1.read(randint(1, 1024))
174 if not read_data:
176 zipdata1.append(read_data)
    [all...]
test_shutil.py 148 def read_data(path): function in function:TestShutil.test_copytree_simple
168 actual = read_data(os.path.join(dst_dir, 'test.txt'))
170 actual = read_data(os.path.join(dst_dir, 'test_dir', 'test.txt'))
194 def read_data(path): function in function:TestShutil.test_copytree_with_exclude
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_zipfile.py 127 read_data = zipopen1.read(256)
128 if not read_data:
130 zipdata1.append(read_data)
135 read_data = zipopen2.read(256)
136 if not read_data:
138 zipdata2.append(read_data)
173 read_data = zipopen1.read(randint(1, 1024))
174 if not read_data:
176 zipdata1.append(read_data)
    [all...]
test_shutil.py 148 def read_data(path): function in function:TestShutil.test_copytree_simple
168 actual = read_data(os.path.join(dst_dir, 'test.txt'))
170 actual = read_data(os.path.join(dst_dir, 'test_dir', 'test.txt'))
194 def read_data(path): function in function:TestShutil.test_copytree_with_exclude
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zipfile.py 127 read_data = zipopen1.read(256)
128 if not read_data:
130 zipdata1.append(read_data)
135 read_data = zipopen2.read(256)
136 if not read_data:
138 zipdata2.append(read_data)
173 read_data = zipopen1.read(randint(1, 1024))
174 if not read_data:
176 zipdata1.append(read_data)
    [all...]
test_shutil.py 148 def read_data(path): function in function:TestShutil.test_copytree_simple
168 actual = read_data(os.path.join(dst_dir, 'test.txt'))
170 actual = read_data(os.path.join(dst_dir, 'test_dir', 'test.txt'))
194 def read_data(path): function in function:TestShutil.test_copytree_with_exclude
  /packages/experimental/procstatlog/
procstatlog.c 72 static void read_data(struct data *data, const char *filename) { function
290 read_data(next++, filename);
292 read_data(next++, filename);
  /device/google/contexthub/util/stm32_flash/
spi.c 162 handle->read_data = spi_read_data;
  /external/curl/lib/
security.c 190 static CURLcode read_data(struct connectdata *conn, function
252 if(read_data(conn, fd, &conn->in_buffer))
  /hardware/qcom/msm8994/original-kernel-headers/media/
msm_cam_sensor.h 286 struct eeprom_read_t read_data; member in union:msm_eeprom_cfg_data::__anon34033
372 struct eeprom_read_t32 read_data; member in union:msm_eeprom_cfg_data32::__anon34035
  /system/connectivity/shill/
connectivity_trial_unittest.cc 200 void AppendReadData(const string& read_data) {
201 response_data_.Append(ByteString(read_data, false));
  /external/autotest/client/profilers/powertop/src/
powertop.c 423 static void read_data(uint64_t * usage, uint64_t * duration) function
825 read_data(&start_usage[0], &start_duration[0]);
876 read_data(&cur_usage[0], &cur_duration[0]);
1166 read_data(&cur_usage[0], &cur_duration[0]);
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
stress_iio.c 708 static void *read_data(void *param) function
734 printf("read_data Thread: %s\n", dev_dir_name);
897 pthread_create(&thread_read_data, NULL, &read_data, (void *)dev_dir_name);
  /system/bt/hci/src/
hci_layer.c 555 while (hal->read_data(type, &byte, 1) != 0) {
598 size_t bytes_read = hal->read_data(type, (incoming->buffer->data + incoming->index), incoming->bytes_remaining);
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPActivity.java 94 mStatusMessage.setText(mRes.getString(R.string.read_data));
  /hardware/qcom/msm8994/kernel-headers/media/
msm_cam_sensor.h 316 struct eeprom_read_t read_data; member in union:msm_eeprom_cfg_data::__anon33926
  /hardware/qcom/msm8996/kernel-headers/media/
msm_cam_sensor.h 329 struct eeprom_read_t read_data; member in union:msm_eeprom_cfg_data::__anon34174
  /hardware/qcom/msm8996/original-kernel-headers/media/
msm_cam_sensor.h 294 struct eeprom_read_t read_data; member in union:msm_eeprom_cfg_data::__anon34325
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_shutil.py 148 def read_data(path): function in function:TestShutil.test_copytree_simple
168 actual = read_data(os.path.join(dst_dir, 'test.txt'))
170 actual = read_data(os.path.join(dst_dir, 'test_dir', 'test.txt'))
194 def read_data(path): function in function:TestShutil.test_copytree_with_exclude
  /external/dbus/dbus/
dbus-spawn.c 353 read_data (DBusBabysitter *sitter, function
512 if (read_data (sitter, sitter->socket_to_babysitter) != READ_STATUS_OK)
528 if (read_data (sitter, sitter->error_pipe_from_child) != READ_STATUS_OK)
    [all...]
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
inode.c 172 c_buffer = compressed ? msblk->read_data : buffer;
194 c_buffer = compressed ? msblk->read_data : buffer;
1028 /* Allocate read_data block */
1033 if (!(msblk->read_data = kmalloc(msblk->read_size, GFP_KERNEL))) {
1034 ERROR("Failed to allocate read_data block\n");
1114 kfree(msblk->read_data);
    [all...]
  /external/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc 327 ReadableFontDataPtr read_data = InternalReadData(); local
328 if (!read_data)
330 return read_data->Length();
    [all...]
  /external/v8/build/android/
emma_coverage_stats_test.py 555 mock_open.side_effect = [mock.mock_open(read_data=side_effect).return_value
  /hardware/qcom/msm8x84/kernel-headers/media/
msm_cam_sensor.h 557 struct eeprom_read_t read_data; member in union:msm_eeprom_cfg_data::__anon34594
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msm_cam_sensor.h 514 struct eeprom_read_t read_data; member in union:msm_eeprom_cfg_data::__anon34691

Completed in 2234 milliseconds

12 3