Searched refs:gc (Results 1 – 7 of 7) sorted by relevance
/system/bt/build/config/ |
D | BUILDCONFIG.gn | 23 "//build:gc", 32 "//build:gc", 41 "//build:gc", 50 "//build:gc",
|
/system/bt/build/ |
D | BUILD.gn | 72 config("gc") { 73 ldflags = [ "-Wl,--gc-sections" ]
|
/system/core/logd/ |
D | LogBuffer.cpp | 763 bool gc = pruneRows <= 1; in prune() local 764 if (!gc && (worst != -1)) { in prune() 860 ((!gc && (element->getPid() == worstPid)) || in prune() 868 if ((!gc && !worstPid && (key == worst)) || in prune() 906 (!gc || (mLastWorstPidOfSystem[id].find(worstPid) == in prune() 913 if ((!gc && !worstPid) || in prune()
|
/system/update_engine/ |
D | update_engine.gyp | 47 '-Wl,--gc-sections',
|
D | Android.mk | 57 -Wl,--gc-sections
|
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/ |
D | HidlTestJava.java | 554 System.gc(); in client()
|
/system/tpm/trunks/generator/ |
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 …]
|