Searched refs:base_offset (Results 1 – 7 of 7) sorted by relevance
/system/update_engine/payload_consumer/ |
D | download_action.h | 107 void set_base_offset(int64_t base_offset) { base_offset_ = base_offset; } in set_base_offset() argument
|
/system/core/liblog/tests/ |
D | liblog_test.cpp | 1421 static const size_t base_offset = 8; /* skip "persist." */ in TEST() local 1444 property_get(key + base_offset, hold[1], ""); in TEST() 1445 property_set(key + base_offset, ""); in TEST() 1451 property_set(key + base_offset, ""); in TEST() 1528 key + base_offset, buf); in TEST() 1529 property_set(key + base_offset, buf); in TEST() 1553 property_set(key + base_offset, ""); in TEST() 1586 key + base_offset, buf); in TEST() 1587 property_set(key + base_offset, buf); in TEST() 1611 property_set(key + base_offset, ""); in TEST() [all …]
|
/system/core/liblog/ |
D | properties.cpp | 95 static const size_t base_offset = 8; /* skip "persist." */ in __android_log_level() local 200 kp = key + base_offset; in __android_log_level() 241 kp = key + base_offset; in __android_log_level()
|
/system/media/camera/docs/ |
D | metadata_helpers.py | 646 base_offset = 0 652 base_offset += 1 660 return "0x%X" %(base_value + base_offset) 662 return "%d" %(base_value + base_offset)
|
/system/core/libpixelflinger/codeflinger/ |
D | GGLAssembler.h | 369 void base_offset(const pointer_t& d, const pointer_t& b, const reg_t& o);
|
D | GGLAssembler.cpp | 395 base_offset(parts.cbPtr, parts.cbPtr, Rs); in build_scanline_prolog() 991 void GGLAssembler::base_offset( in base_offset() function in android::GGLAssembler
|
D | texturing.cpp | 355 base_offset(txPtr, txPtr, Rx); in init_textures() 624 base_offset(txPtr, txPtr, u); in build_textures()
|