Searched refs:load (Results 1 – 12 of 12) sorted by relevance
/system/extras/perfprofd/ |
D | perf_profile.proto | 11 // Address here is the offset of the instruction address to the load address 43 // A load module. 92 // List of all load modules. 98 // system load at point when profile is collected; corresponds
|
D | perfprofdcore.cc | 490 std::string load; in annotate_encoded_perf_profile() local 492 if (android::base::ReadFileToString("/proc/loadavg", &load) && in annotate_encoded_perf_profile() 493 sscanf(load.c_str(), "%lf", &fload) == 1) { in annotate_encoded_perf_profile()
|
/system/core/include/utils/ |
D | PropertyMap.h | 81 static status_t load(const String8& filename, PropertyMap** outMap);
|
/system/core/logd/ |
D | LogBufferElement.h | 95 static uint64_t getCurrentSequence(void) { return sequence.load(memory_order_relaxed); } in getCurrentSequence()
|
/system/core/libutils/ |
D | PropertyMap.cpp | 118 status_t PropertyMap::load(const String8& filename, PropertyMap** outMap) { in load() function in android::PropertyMap
|
D | README | 191 to load a list of packages. This list includes overlay packages, if
|
/system/core/libpixelflinger/codeflinger/ |
D | texturing.cpp | 116 int load = 0; in init_iterated_color() local 120 load |= 1; in init_iterated_color() 127 if (load || parts.packed) { in init_iterated_color() 450 load(txPtr, texel, WRITE_BACK); in build_textures() 635 load(txPtr, texel, 0); in build_textures() 884 load(txPtr, texel, 0); in filter24() 1001 load(parts.coords[i].ptr, texel, WRITE_BACK); in build_texture_environment()
|
D | load_store.cpp | 61 void GGLAssembler::load(const pointer_t& addr, const pixel_t& s, uint32_t flags) in load() function in android::GGLAssembler
|
D | GGLAssembler.h | 382 void load(const pointer_t& addr, const pixel_t& dest, uint32_t flags=0);
|
D | GGLAssembler.cpp | 247 load(parts.cbPtr, mDstPixel); in scanline_core()
|
/system/core/init/ |
D | readme.txt | 286 Internal implementation detail used to load dm-verity state.
|
/system/core/rootdir/ |
D | init.rc | 228 # this in another action so that the load will be scheduled after the prior
|