OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ResStringPool
(Results
1 - 10
of
10
) sorted by null
/frameworks/base/core/jni/
android_util_StringBlock.cpp
50
ResStringPool
* osb = new
ResStringPool
(b+off, len, true);
64
ResStringPool
* osb = (
ResStringPool
*)token;
76
ResStringPool
* osb = (
ResStringPool
*)token;
100
ResStringPool
* osb = (
ResStringPool
*)token;
143
ResStringPool
* osb = (
ResStringPool
*)token
[
all
...]
android_util_AssetManager.cpp
[
all
...]
/frameworks/base/tools/aapt/
StringPool.h
31
void printStringPool(const
ResStringPool
* pool);
36
*
ResStringPool
in include/utils/ResourceTypes.h.
68
* lookup with
ResStringPool
::indexOfString() (O(log n)), at the expense
printapk.cpp
105
const
ResStringPool
* strings = res.getTableStringBlock(tableIndex);
ResourceTable.h
484
const
ResStringPool
& getTypeStrings() const { return mTypeStrings; }
489
const
ResStringPool
& getKeyStrings() const { return mKeyStrings; }
501
ResStringPool
* strings,
510
ResStringPool
mTypeStrings;
511
ResStringPool
mKeyStrings;
StringPool.cpp
31
void printStringPool(const
ResStringPool
* pool)
Resource.cpp
424
const
ResStringPool
* pool = &parser.getStrings();
[
all
...]
ResourceTable.cpp
[
all
...]
/frameworks/base/include/utils/
ResourceTypes.h
432
* Convenience class for accessing data in a
ResStringPool
resource.
434
class
ResStringPool
437
ResStringPool
();
438
ResStringPool
(const void* data, size_t size, bool copyData=false);
439
~
ResStringPool
();
636
const
ResStringPool
& getStrings() const;
733
ResStringPool
mStrings;
[
all
...]
/frameworks/base/libs/utils/
ResourceTypes.cpp
310
ResStringPool
::
ResStringPool
()
315
ResStringPool
::
ResStringPool
(const void* data, size_t size, bool copyData)
321
ResStringPool
::~
ResStringPool
()
326
status_t
ResStringPool
::setTo(const void* data, size_t size, bool copyData)
502
status_t
ResStringPool
::getError() const
507
void
ResStringPool
::uninit()
570
const uint16_t*
ResStringPool
::stringAt(size_t idx, size_t* u16len) cons
[
all
...]
Completed in 38 milliseconds