HomeSort by relevance Sort by last modified time
    Searched refs:assist (Results 26 - 50 of 88) sorted by null

12 3 4

  /cts/tests/tests/assist/src/android/assist/cts/
AssistStructureTest.java 17 package android.assist.cts;
19 import android.assist.common.Utils;
84 Log.d(TAG, "Not running assist tests on low-RAM device.");
FlagSecureTest.java 17 package android.assist.cts;
19 import android.assist.common.Utils;
30 * Test we receive proper assist data (root assistStructure with no children) when the assistant is
81 Log.d(TAG, "Not running assist tests on low-RAM device.");
LargeViewHierarchyTest.java 17 package android.assist.cts;
19 import android.assist.common.Utils;
83 Log.d(TAG, "Not running assist tests on low-RAM device.");
ExtraAssistDataTest.java 16 package android.assist.cts;
18 import android.assist.common.Utils;
70 Log.d(TAG, "Not running assist tests on low-RAM device.");
81 Log.i(TAG, "assist bundle is: " + Utils.toBundleString(mAssistBundle));
83 // tests that the assist content's structured data is the expected
86 // tests the assist data. EXTRA_ASSIST_CONTEXT is what's expected.
90 assertTrue("Assist bundle does not contain expected extra context key: " + key,
92 assertEquals("Extra assist context bundle values do not match for key: " + key,
TextViewTest.java 17 package android.assist.cts;
19 import android.assist.common.Utils;
83 Log.d(TAG, "Not running assist tests on low-RAM device.");
WebViewTest.java 17 package android.assist.cts;
19 import android.assist.common.Utils;
94 Log.d(TAG, "Not running assist tests on low-RAM device.");
ScreenshotTest.java 17 package android.assist.cts;
19 import android.assist.common.Utils;
74 Log.d(TAG, "Not running assist tests on low-RAM device.");
89 Log.d(TAG, "Not running assist tests on low-RAM device.");
104 Log.d(TAG, "Not running assist tests on low-RAM device.");
135 Log.i(ScreenshotTest.TAG, "Received assist receiver is registered.");
AssistTestBase.java 17 package android.assist.cts;
19 import android.assist.cts.TestStartActivity;
20 import android.assist.common.Utils;
23 import android.app.assist.AssistContent;
24 import android.app.assist.AssistStructure;
25 import android.app.assist.AssistStructure.ViewNode;
26 import android.app.assist.AssistStructure.WindowNode;
246 * Verifies the view hierarchy of the backgroundApp matches the assist structure.
269 * Recursively traverse and compare properties in the View hierarchy with the Assist Structure.
392 * Compare view properties of the view hierarchy with that reported in the assist structure
    [all...]
  /cts/tests/tests/assist/service/src/android/voiceinteraction/service/
MainInteractionSession.java 17 package android.assist.service;
19 import android.app.assist.AssistContent;
20 import android.app.assist.AssistStructure;
21 import android.assist.service.R;
43 import android.assist.common.Utils;
190 Log.i(TAG, "waiting for assist data before broadcasting results");
MainInteractionService.java 17 package android.assist.service;
22 import android.assist.common.Utils;
  /cts/tests/tests/assist/testapp/src/android/voiceinteraction/testapp/
TextViewActivity.java 17 package android.assist.testapp;
19 import android.assist.common.Utils;
  /frameworks/base/tests/Assist/src/com/android/test/assist/
AssistInteractionSession.java 17 package com.android.test.assist;
35 * Sample session to show test assist transition.
74 // Simulate slowness of Assist app
87 View v = getLayoutInflater().inflate(R.layout.assist, null);
  /external/fec/
peak_sse2_assist.s 1 # SSE2 assist routines for peakval
peak_sse_assist.s 1 # SSE assist routines for peakval
peakval_sse2_assist.s 1 # SSE2 assist routines for peakval
peakval_sse_assist.s 1 # SSE assist routines for peakval
peak_mmx_assist.s 1 # MMX assist routines for peakval
peakval_mmx_assist.s 1 # MMX assist routines for peakval
sumsq_sse2_assist.s 1 # SSE2 assist routines for sumsq
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssistTest.java     [all...]
  /external/javassist/sample/vector/
VectorAssistant.java 21 * <p>The Javassist preprocessor calls <code>VectorAssistant.assist()</code>
38 * <p><code>VectorAssistant.assist()</code> uses
52 public CtClass[] assist(ClassPool pool, String vec, String[] args) method in class:VectorAssistant
  /frameworks/base/core/java/android/app/assist/
AssistContent.java 1 package android.app.assist;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
AssistOrbContainer.java 17 package com.android.systemui.assist;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
CompletionProposal.java 81 CompletionProposal(AndroidContentAssist assist,
91 mAssist = assist;
  /prebuilts/go/darwin-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...]

Completed in 397 milliseconds

12 3 4