OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:datapack
(Results
1 - 4
of
4
) sorted by null
/external/srec/tools/grxmlcompile/
sub_grph.h
65
DetCache () { num= 0;
dataPack
= 0; };
69
dataPack
= new int [3*BLKSIZE];
73
newPack[ii]=
dataPack
[ii];
74
delete []
dataPack
;
75
dataPack
= newPack;
77
dataPack
[3*num]= first;
78
dataPack
[3*num+1]= second;
79
dataPack
[3*num+2]= comb;
85
if (!
dataPack
)
88
if (
dataPack
[3*ii] == first && dataPack[3*ii+1] == second
[
all
...]
/external/chromium/chrome/browser/themes/
browser_theme_pack.h
23
class
DataPack
;
26
// An optimized representation of a theme, backed by a mmapped
DataPack
.
98
// The type passed to base::
DataPack
::WritePack.
173
scoped_ptr<ui::
DataPack
> data_pack_;
217
// image data that needs to be written to the
DataPack
during WriteToDisk()
browser_theme_pack.cc
30
// IDs that are in the
DataPack
won't clash with the positive integer
267
// be byte-copied directly into the finished
DataPack
. This should contain the
373
pack->data_pack_.reset(new ui::
DataPack
);
390
// TODO(erg): Check endianess once
DataPack
works on the other endian.
451
return ui::
DataPack
::WritePack(path, resources);
526
<< " from saved
DataPack
.";
586
// is that ui::
DataPack
removes this same check.
593
#error
DataPack
assumes little endian
[
all
...]
/external/chromium/build/
build_config.h
79
// Use base::
DataPack
for name/value pairs.
Completed in 108 milliseconds