Home
last modified time | relevance | path

Searched refs:source_data (Results 1 – 9 of 9) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
Dblockhash.cc28 BlockHash::BlockHash(const char* source_data, in BlockHash() argument
31 : source_data_(source_data), in BlockHash()
226 const char* block_ptr = source_data() + NextIndexToAdd(); in AddAllBlocksThroughIndex()
227 const char* const end_ptr = source_data() + end_limit; in AddAllBlocksThroughIndex()
Dblockhash.h123 BlockHash(const char* source_data, size_t source_size, int starting_offset);
356 const char* source_data() { return source_data_; } in source_data() function
/external/v8/test/cctest/
Dtest-parsing.cc830 const SourceData source_data[] = { in TEST() local
999 for (int i = 0; source_data[i].outer_prefix; i++) { in TEST()
1000 int kPrefixLen = Utf8LengthHelper(source_data[i].outer_prefix); in TEST()
1001 int kInnerLen = Utf8LengthHelper(source_data[i].inner_source); in TEST()
1002 int kSuffixLen = Utf8LengthHelper(source_data[i].outer_suffix); in TEST()
1003 int kPrefixByteLen = i::StrLength(source_data[i].outer_prefix); in TEST()
1004 int kInnerByteLen = i::StrLength(source_data[i].inner_source); in TEST()
1005 int kSuffixByteLen = i::StrLength(source_data[i].outer_suffix); in TEST()
1010 source_data[i].outer_prefix, in TEST()
1011 source_data[i].inner_source, in TEST()
[all …]
/external/chromium/chrome/common/extensions/docs/build/
Ddirectory.py277 source_data = self._parse_source_data(api_methods)
278 self['api_calls'] = source_data['api_calls']
279 self['source_files'] = source_data['source_files']
280 self['source_hash'] = source_data['source_hash']
/external/bluetooth/bluez/src/
Dsdpd-service.c182 sdp_data_t *sdp_data, *primary_data, *source_data; in register_device_id() local
228 source_data = sdp_data_alloc(SDP_UINT16, &source); in register_device_id()
229 sdp_attr_add(record, 0x0205, source_data); in register_device_id()
/external/webkit/Source/WebCore/plugins/gtk/
Dgtk2xtbin.c130 xt_event_prepare (GSource* source_data, in xt_event_prepare() argument
143 xt_event_check (GSource* source_data) in xt_event_check() argument
159 xt_event_dispatch (GSource* source_data, in xt_event_dispatch() argument
/external/bluetooth/glib/docs/reference/glib/
Dchanges.sgml94 <structname>GSource</structname>, so the <literal>source_data</literal>
/external/bluetooth/glib/
DChangeLog.pre-1-2466 we always invoke the destroy notifiers for user_data and source_data
488 which marshalls the user_data and source_data destructors of sources
491 as source_data directly.
DChangeLog.pre-2-04889 * gmain.c (g_idle_dispatch): `func = (GSourceFunc) source_data'.