Searched refs:gc (Results 1 – 7 of 7) sorted by relevance
/system/bt/build/config/ |
D | BUILDCONFIG.gn | 22 "//build:gc", 30 "//build:gc", 38 "//build:gc", 46 "//build:gc",
|
/system/bt/build/ |
D | BUILD.gn | 83 config("gc") { 84 ldflags = [ "-Wl,--gc-sections" ]
|
/system/core/logd/ |
D | LogBuffer.cpp | 599 bool gc = pruneRows <= 1; in prune() local 600 if (!gc && (worst != (uid_t) -1)) { in prune() 691 && ((!gc && (element->getPid() == worstPid)) in prune() 696 if ((!gc && !worstPid && (element->getUid() == worst)) in prune() 732 if (worstPid && (!gc in prune() 737 if ((!gc && !worstPid) || (mLastWorstUid[id].find(worst) in prune()
|
/system/update_engine/ |
D | update_engine.gyp | 47 '-Wl,--gc-sections',
|
D | Android.mk | 59 -Wl,--gc-sections
|
/system/tpm/trunks/generator/ |
D | raw_commands.txt | 2628 NvReadReserved(NV_STATE_CLEAR, &gc); 2922 NvWriteReserved(NV_STATE_CLEAR, &gc); 17958 gc.pcrAuthValues.auth[groupIndex] = in->auth; 25587 gc.shEnable == FALSE && in->state == YES 25601 gc.ehEnable == FALSE && in->state == YES 25689 selected = &gc.shEnable; 25692 selected = &gc.ehEnable; 25698 selected = &gc.phEnableNV; 25959 gc.platformAlg = in->hashAlg; 25960 gc.platformPolicy = in->authPolicy; [all …]
|
D | raw_commands_fixed.txt | 2628 NvReadReserved(NV_STATE_CLEAR, &gc); 2922 NvWriteReserved(NV_STATE_CLEAR, &gc); 17969 gc.pcrAuthValues.auth[groupIndex] = in->auth; 25598 gc.shEnable == FALSE && in->state == YES 25612 gc.ehEnable == FALSE && in->state == YES 25700 selected = &gc.shEnable; 25703 selected = &gc.ehEnable; 25709 selected = &gc.phEnableNV; 25970 gc.platformAlg = in->hashAlg; 25971 gc.platformPolicy = in->authPolicy; [all …]
|