OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ResourceData
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/common/
uresdata.h
396
}
ResourceData
;
402
res_read(
ResourceData
*pResData,
408
* The
ResourceData
structure must be allocated externally.
411
res_load(
ResourceData
*pResData,
416
* This does not release the
ResourceData
structure itself.
419
res_unload(
ResourceData
*pResData);
430
res_getString(const
ResourceData
*pResData, Resource res, int32_t *pLength);
433
res_getAlias(const
ResourceData
*pResData, Resource res, int32_t *pLength);
436
res_getBinary(const
ResourceData
*pResData, Resource res, int32_t *pLength);
439
res_getIntVector(const
ResourceData
*pResData, Resource res, int32_t *pLength)
[
all
...]
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/
ResourceData.java
23
* as an {@link Array} within the {@link
ResourceData
}, while the global {@link SaveData} instances can be accessed in any order because
26
public class
ResourceData
<T> implements Json.Serializable{
30
public void save(AssetManager manager,
ResourceData
<T> resources);
31
public void load(AssetManager manager,
ResourceData
<T> resources);
37
* {@link com.badlogic.gdx.graphics.g3d.particles.
ResourceData
.AssetData} in the {@link
ResourceData
} */
42
protected
ResourceData
resources;
50
public SaveData(
ResourceData
resources){
131
public
ResourceData
(){
138
public
ResourceData
(T resource)
[
all
...]
Completed in 49 milliseconds