/prebuilts/go/linux-x86/src/runtime/ |
mgcmark.go | 140 // allowAssist is true, may assist GC scanning in proportion to the 141 // allocations performed by this mutator since the last assist. 148 // Find the G responsible for this assist. 161 // Don't assist in non-preemptible contexts. These are 162 // generally fragile and won't allow the assist to block. 170 // Compute the amount of assist scan work we need to do. 172 // scanWork can be negative if the last assist scanned a large 173 // object and we're still ahead of our assist goal. 203 // Perform assist work 211 // stack to determine if we should preform an assist [all...] |
mgc.go | 300 // utilization between assist and background marking to be 25% of 447 print("pacer: assist ratio=", c.assistRatio, 456 // revise updates the assist ratio during the GC cycle to account for 466 // mutator utilization, heap size, or assist time and it 471 // Compute the mutator assist ratio so by the time the mutator 479 // to GOGC. We don't want to set the assist negative 518 // Add assist utilization; avoid divide by zero. 534 // mutator assist ratio isn't infinity. 697 // gcAssistTimeSlack is the nanoseconds of mutator assist time that [all...] |
extern.go | 73 for mark are broken down in to assist time (GC performed in
|
/cts/tests/tests/assist/common/src/android/assist/common/ |
Utils.java | 16 package android.assist.common; 69 /** Two second timeout for getting back assist context */ 102 /** Extra data to add to assist data and assist content */ 171 "android.assist.testapp", "android.assist.testapp.TestApp"); 174 "android.assist.testapp", "android.assist.testapp.TestApp"); 177 "android.assist.testapp", "android.assist.testapp.SecureActivity") [all...] |
/external/fec/ |
sumsq_mmx_assist.s | 1 # MMX assist routines for sumsq
|
/external/javassist/sample/preproc/ |
Compiler.java | 258 CtClass[] imports = a.assist(classPool, importname, args);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
SystemUIFactory.java | 27 import com.android.systemui.assist.AssistManager;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ |
AssistDisclosure.java | 17 package com.android.systemui.assist;
|
AssistOrbView.java | 17 package com.android.systemui.assist;
|
AssistManager.java | 1 package com.android.systemui.assist; 39 * Class to manage everything related to assist in SystemUI.
|
/frameworks/base/core/java/android/app/assist/ |
AssistStructure.java | 1 package android.app.assist; 28 * Assist data automatically created by the platform's implementation 131 Log.i(TAG, "Flattened " + (more ? "partial" : "final") + " assist data: " 148 if (DEBUG_PARCEL) Log.d(TAG, "Assist data size is " + out.dataSize() 392 * Describes a window in the assist data. 403 WindowNode(AssistStructure assist, ViewRootImpl root) { 414 ViewNodeBuilder builder = new ViewNodeBuilder(assist, mRoot, false); 500 * Describes a single view in the assist data. 833 * Returns true if assist data has been blocked starting at this node in the hierarchy. [all...] |
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/ |
VoiceInteractionSessionConnection.java | 23 import android.app.assist.AssistContent; 24 import android.app.assist.AssistStructure;
|
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
MainInteractionSession.java | 21 import android.app.assist.AssistContent; 22 import android.app.assist.AssistStructure; 185 Log.i(TAG, "Assist intent: " + content.getIntent()); 186 Log.i(TAG, "Assist clipdata: " + content.getClipData()); 199 Log.i(TAG, "Got secondary activity assist data " + index + " of " + count); 200 Log.i(TAG, "Showing assist structure after a few seconds...");
|
AssistVisualizer.java | 20 import android.app.assist.AssistStructure;
|
/prebuilts/go/darwin-x86/src/runtime/ |
mgc.go | 300 // utilization between assist and background marking to be 25% of 447 print("pacer: assist ratio=", c.assistRatio, 456 // revise updates the assist ratio during the GC cycle to account for 466 // mutator utilization, heap size, or assist time and it 471 // Compute the mutator assist ratio so by the time the mutator 479 // to GOGC. We don't want to set the assist negative 518 // Add assist utilization; avoid divide by zero. 534 // mutator assist ratio isn't infinity. 697 // gcAssistTimeSlack is the nanoseconds of mutator assist time that [all...] |
extern.go | 73 for mark are broken down in to assist time (GC performed in
|
malloc.go | 707 // Assist garbage collector. We delay this until the 714 // assist, but we also can't allocate unabated. Slow
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
KeyguardBottomAreaView.java | 63 import com.android.systemui.assist.AssistManager;
|
/frameworks/base/core/java/android/service/voice/ |
VoiceInteractionSession.java | 24 import android.app.assist.AssistContent; 25 import android.app.assist.AssistStructure; 84 * assist data from the currently focused activity. 96 * system assist gesture. [all...] |
/frameworks/base/core/java/android/app/ |
IActivityManager.java | 23 import android.app.assist.AssistContent; 24 import android.app.assist.AssistStructure; [all...] |
/build/tools/droiddoc/templates-ndk/assets/js/ |
docs.js | [all...] |
/external/llvm/test/MC/SystemZ/ |
insn-bad-z196.s | 559 #CHECK: error: {{(instruction requires: processor-assist)?}}
|
/external/pdfium/xfa/src/fxfa/src/app/ |
xfa_ffwidget.cpp | 90 if (CXFA_Assist assist = m_pDataAcc->GetAssist()) {
91 if (CXFA_ToolTip toolTip = assist.GetToolTip()) {
[all...] |
/external/llvm/test/MC/PowerPC/ |
ppc64-encoding.s | 282 # FIXME: Fixed-point move assist instructions [all...] |
/frameworks/base/ |
Android.mk | [all...] |