HomeSort by relevance Sort by last modified time
    Searched refs:add_data (Results 1 - 21 of 21) sorted by null

  /external/oprofile/libutil/
op_growable_buffer.h 27 * when add_data() with a non zero len param will be called.
38 * add_data - add data to this buffer
43 void add_data(struct growable_buffer * b, void const * data, size_t len);
op_growable_buffer.c 39 void add_data(struct growable_buffer * b, void const * data, size_t len) function
  /external/oprofile/opjitconv/
debug_line.c 155 add_data(b, &data, sizeof(uword));
161 add_data(b, s, strlen(s) + 1);
173 add_data(b, &cur, 1);
193 add_data(b, &cur, 1);
201 add_data(b, "", 1);
203 add_data(b, &opcode, 1);
204 add_data(b, data, data_len);
210 add_data(b, &opcode, 1);
217 add_data(b, &opcode, 1);
225 add_data(b, &opcode, 1)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 21 from msilib import Directory, Feature, Dialog, add_data namespace
256 add_data(self.db, 'Property', props)
320 add_data(self.db, "DuplicateFile",
353 add_data(self.db, "RegLocator",
356 add_data(self.db, "AppSearch",
359 add_data(self.db, "CustomAction",
364 add_data(self.db, "InstallExecuteSequence",
369 add_data(self.db, "InstallUISequence",
374 add_data(self.db, "Condition",
385 add_data(self.db, "CustomAction"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 21 from msilib import Directory, Feature, Dialog, add_data namespace
256 add_data(self.db, 'Property', props)
320 add_data(self.db, "DuplicateFile",
353 add_data(self.db, "RegLocator",
356 add_data(self.db, "AppSearch",
359 add_data(self.db, "CustomAction",
364 add_data(self.db, "InstallExecuteSequence",
369 add_data(self.db, "InstallUISequence",
374 add_data(self.db, "Condition",
385 add_data(self.db, "CustomAction"
    [all...]
  /external/chromium_org/remoting/host/
audio_capturer_linux.cc 70 packet->add_data(data->data());
audio_capturer_win.cc 250 packet->add_data(data, frames * wave_format_ex_->nBlockAlign);
  /external/chromium_org/remoting/codec/
audio_decoder_opus.cc 107 std::string* decoded_data = decoded_packet->add_data();
audio_encoder_opus_unittest.cc 78 packet->add_data(reinterpret_cast<char*>(&(data[0])),
audio_encoder_opus.cc 193 std::string* data = encoded_packet->add_data();
  /external/chromium_org/third_party/icu/source/test/perf/perldriver/
Dataset.pm 27 $stats->add_data(@{$self->{_data}});
  /external/icu/icu4c/source/test/perf/perldriver/
Dataset.pm 27 $stats->add_data(@{$self->{_data}});
  /external/chromium_org/components/password_manager/core/browser/
password_syncable_service_unittest.cc 394 SyncData add_data = CreateSyncData(kSignonRealm3); local
396 GetPasswordSpecifics(add_data));
401 add_data));
  /external/chromium_org/remoting/client/
audio_player_unittest.cc 103 packet->add_data(data);
  /external/chromium_org/third_party/jinja2/
parser.py     [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
wire_format_unittest.cc     [all...]
  /external/pdfium/core/src/fxge/agg/agg23/
agg_array.h 193 template<class DataAccessor> void add_data(DataAccessor& data) function in class:agg::pod_deque
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib2.py 239 def add_data(self, data): member in class:Request
393 req.add_data(data)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib2.py 239 def add_data(self, data): member in class:Request
393 req.add_data(data)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2.py     [all...]

Completed in 674 milliseconds