Searched refs:base_offset (Results 1 – 6 of 6) sorted by relevance
/system/core/liblog/ |
D | log_is_loggable.c | 58 static const size_t base_offset = 8; /* skip "persist." */ in __android_log_level() local 123 kp = key + base_offset; in __android_log_level() 152 kp = key + base_offset; in __android_log_level()
|
/system/core/liblog/tests/ |
D | liblog_test.cpp | 697 static const size_t base_offset = 8; /* skip "persist." */ in TEST() local 720 property_get(key + base_offset, hold[1], ""); in TEST() 721 property_set(key + base_offset, ""); in TEST() 727 property_set(key + base_offset, ""); in TEST() 777 i, j, key + base_offset, buf); in TEST() 778 property_set(key + base_offset, buf); in TEST() 789 property_set(key + base_offset, ""); in TEST() 809 i, j, key + base_offset, buf); in TEST() 810 property_set(key + base_offset, buf); in TEST() 821 property_set(key + base_offset, ""); in TEST() [all …]
|
/system/media/camera/docs/ |
D | metadata_helpers.py | 561 base_offset = 0 567 base_offset += 1 575 return "0x%X" %(base_value + base_offset) 577 return "%d" %(base_value + base_offset)
|
/system/core/libpixelflinger/codeflinger/ |
D | GGLAssembler.h | 361 void base_offset(const pointer_t& d, const pointer_t& b, const reg_t& o);
|
D | GGLAssembler.cpp | 397 base_offset(parts.cbPtr, parts.cbPtr, Rs); in build_scanline_prolog() 992 void GGLAssembler::base_offset( in base_offset() function in android::GGLAssembler
|
D | texturing.cpp | 356 base_offset(txPtr, txPtr, Rx); in init_textures() 630 base_offset(txPtr, txPtr, u); in build_textures()
|