Searched refs:linked (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/cmds/app_process/
H A DAndroid.mk18 # Build a variant of app_process binary linked with ASan runtime.
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp263 // Make sure we haven't compiled and linked already
361 GLint linked = 0; local
362 glGetProgramiv(program, GL_LINK_STATUS, &linked);
363 if (linked != GL_TRUE) {

Completed in 51 milliseconds