HomeSort by relevance Sort by last modified time
    Searched refs:write_data (Results 1 - 25 of 31) sorted by null

1 2

  /external/curl/docs/examples/
sepheaders.c 28 static size_t write_data(void *ptr, size_t size, size_t nmemb, void *stream) function
54 curl_easy_setopt(curl_handle, CURLOPT_WRITEFUNCTION, write_data);
url2file.c 28 static size_t write_data(void *ptr, size_t size, size_t nmemb, void *stream) function
60 curl_easy_setopt(curl_handle, CURLOPT_WRITEFUNCTION, write_data);
externalsocket.c 54 static size_t write_data(void *ptr, size_t size, size_t nmemb, void *stream) function
132 curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, write_data);
  /external/webrtc/webrtc/common_audio/
ring_buffer_unittest.cc 61 rtc::scoped_ptr<int[]> write_data(new int[buffer_size]);
77 write_element = SetIncrementingData(write_data.get(), expected_elements,
80 WebRtc_WriteBuffer(buffer.get(), write_data.get(),
117 int write_data[kDataSize]; local
125 SetIncrementingData(write_data, kDataSize, 0);
126 EXPECT_EQ(kDataSize, WebRtc_WriteBuffer(buffer.get(), write_data, kDataSize));
134 EXPECT_EQ(kDataSize, WebRtc_WriteBuffer(buffer.get(), write_data, kDataSize));
  /device/google/contexthub/util/stm32_flash/
i2c.c 45 return handle->write_data(handle, buffer, sizeof(uint8_t));
76 handle->write_data = i2c_write_data;
stm32_bl.c 49 return handle->write_data(handle, buffer, sizeof(uint8_t));
59 return handle->write_data(handle, buffer, sizeof(uint16_t));
71 return handle->write_data(handle, buffer, sizeof(uint32_t));
85 return handle->write_data(handle, buffer, sizeof(uint8_t)+len);
stm32_bl.h 23 * write_data - write length bytes of data
36 uint8_t (*write_data)(struct handle *, uint8_t *buffer, int length); member in struct:handle
spi.c 160 handle->write_data = spi_write_data;
  /external/libmicrohttpd/src/testcurl/
test_termination.c 84 write_data (void *ptr, size_t size, size_t nmemb, void *stream) function
110 curl_easy_setopt (curl, CURLOPT_WRITEFUNCTION, write_data);
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wps-nfc.py 320 global write_data
321 tag.ndef.message = str(write_data)
334 global write_data, write_wait_remove
336 write_data = wpas_get_config_token(id)
337 if write_data == None:
347 global write_data, write_wait_remove
349 write_data = wpas_get_er_config_token(uuid)
350 if write_data == None:
360 global write_data, write_wait_remove
362 write_data = wpas_get_password_token(
    [all...]
  /external/wpa_supplicant_8/hostapd/
wps-ap-nfc.py 193 global write_data
194 tag.ndef.message = str(write_data)
207 global write_data, write_wait_remove
209 write_data = wpas_get_config_token()
210 if write_data == None:
220 global write_data, write_wait_remove
222 write_data = wpas_get_password_token()
223 if write_data == None:
  /system/core/mkbootimg/
mkbootimg 158 def write_data(args): function
167 write_data(args)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_shutil.py 143 def write_data(path, data): function in function:TestShutil.test_copytree_simple
157 write_data(os.path.join(src_dir, 'test.txt'), '123')
160 write_data(os.path.join(src_dir, 'test_dir', 'test.txt'), '456')
189 def write_data(path, data): function in function:TestShutil.test_copytree_with_exclude
206 write_data(join(src_dir, 'test.txt'), '123')
207 write_data(join(src_dir, 'test.tmp'), '123')
209 write_data(join(src_dir, 'test_dir', 'test.txt'), '456')
211 write_data(join(src_dir, 'test_dir2', 'test.txt'), '456')
214 write_data(join(src_dir, 'test_dir2', 'subdir', 'test.txt'), '456')
215 write_data(join(src_dir, 'test_dir2', 'subdir2', 'test.py'), '456'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_shutil.py 143 def write_data(path, data): function in function:TestShutil.test_copytree_simple
157 write_data(os.path.join(src_dir, 'test.txt'), '123')
160 write_data(os.path.join(src_dir, 'test_dir', 'test.txt'), '456')
189 def write_data(path, data): function in function:TestShutil.test_copytree_with_exclude
206 write_data(join(src_dir, 'test.txt'), '123')
207 write_data(join(src_dir, 'test.tmp'), '123')
209 write_data(join(src_dir, 'test_dir', 'test.txt'), '456')
211 write_data(join(src_dir, 'test_dir2', 'test.txt'), '456')
214 write_data(join(src_dir, 'test_dir2', 'subdir', 'test.txt'), '456')
215 write_data(join(src_dir, 'test_dir2', 'subdir2', 'test.py'), '456'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_shutil.py 143 def write_data(path, data): function in function:TestShutil.test_copytree_simple
157 write_data(os.path.join(src_dir, 'test.txt'), '123')
160 write_data(os.path.join(src_dir, 'test_dir', 'test.txt'), '456')
189 def write_data(path, data): function in function:TestShutil.test_copytree_with_exclude
206 write_data(join(src_dir, 'test.txt'), '123')
207 write_data(join(src_dir, 'test.tmp'), '123')
209 write_data(join(src_dir, 'test_dir', 'test.txt'), '456')
211 write_data(join(src_dir, 'test_dir2', 'test.txt'), '456')
214 write_data(join(src_dir, 'test_dir2', 'subdir', 'test.txt'), '456')
215 write_data(join(src_dir, 'test_dir2', 'subdir2', 'test.py'), '456'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_shutil.py 143 def write_data(path, data): function in function:TestShutil.test_copytree_simple
157 write_data(os.path.join(src_dir, 'test.txt'), '123')
160 write_data(os.path.join(src_dir, 'test_dir', 'test.txt'), '456')
189 def write_data(path, data): function in function:TestShutil.test_copytree_with_exclude
206 write_data(join(src_dir, 'test.txt'), '123')
207 write_data(join(src_dir, 'test.tmp'), '123')
209 write_data(join(src_dir, 'test_dir', 'test.txt'), '456')
211 write_data(join(src_dir, 'test_dir2', 'test.txt'), '456')
214 write_data(join(src_dir, 'test_dir2', 'subdir', 'test.txt'), '456')
215 write_data(join(src_dir, 'test_dir2', 'subdir2', 'test.py'), '456'
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/paste/debug/
doctest_webapp.py 188 write_data(path, data)
220 write_data(resource_filename('%s.%s.gen.html' % (path, version)),
234 def write_data(path, data): function
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/glacier/
test_writer.py 102 for write_data in write_list:
103 self.writer.write(write_data)
  /hardware/qcom/msm8994/original-kernel-headers/media/
msm_cam_sensor.h 287 struct eeprom_write_t write_data; member in union:msm_eeprom_cfg_data::__anon33596
373 struct eeprom_write_t32 write_data; member in union:msm_eeprom_cfg_data32::__anon33598
  /external/e2fsprogs/ext2ed/
ext2ed.h 268 extern void write_data (char *command_line);
  /hardware/qcom/msm8994/kernel-headers/media/
msm_cam_sensor.h 317 struct eeprom_write_t write_data; member in union:msm_eeprom_cfg_data::__anon33489
  /hardware/qcom/msm8996/kernel-headers/media/
msm_cam_sensor.h 330 struct eeprom_write_t write_data; member in union:msm_eeprom_cfg_data::__anon33737
  /hardware/qcom/msm8996/original-kernel-headers/media/
msm_cam_sensor.h 295 struct eeprom_write_t write_data; member in union:msm_eeprom_cfg_data::__anon33887
  /toolchain/binutils/binutils-2.25/bfd/
peXXigen.c 4066 rsrc_write_data write_data; local
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/media/
msm_cam_sensor.h 559 struct eeprom_write_t write_data; member in union:msm_eeprom_cfg_data::__anon34156

Completed in 2454 milliseconds

1 2