HomeSort by relevance Sort by last modified time
    Searched full:interaction (Results 126 - 150 of 1168) sorted by null

1 2 3 4 56 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gold/testsuite/
exception_test_1.cc 25 // interaction with the compiler support libraries. This is file 1,
  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
trace_event_stats.py 101 if not any(interaction.start <= event.start <= interaction.end
102 for interaction in interactions):
  /developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/
FullscreenActivity.java 40 * status bar and navigation/system bar) with user interaction.
55 * user interaction before hiding the system UI.
60 * If set, will toggle the system UI visibility upon interaction. Otherwise,
61 * will show the system UI visibility upon interaction.
193 // Set up the user interaction to manually show or hide the system UI.
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionService.java 50 * an actual voice interaction is taking place, and that service should run in a
68 * android.R.styleable#VoiceInteractionService voice-interaction-service}&gt;</code> tag.
218 * to receive interaction from it. You should generally do initialization here
234 // This helps with cases where the voice interaction implementation is changed
306 pw.println("VOICE INTERACTION");
  /frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
VoiceInteractionManagerServiceImpl.java 123 Slog.w(TAG, "Voice interaction service not found: " + service, e);
132 Slog.w(TAG, "Bad voice interaction service: " + mInfo.getParseError());
304 Slog.w(TAG, "Failed binding to voice interaction service " + mComponent);
310 Slog.w(TAG, "Not bound to voice interaction service " + mComponent);
346 Slog.w(TAG, "Not bound to voice interaction service " + mComponent);
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
RemoteDebugger.py 64 def interaction(self, message, frame, info=None): member in class:GUIProxy
67 self.conn.remotecall(self.oid, "interaction",
281 def interaction(self, message, fid, modified_info): member in class:GUIAdapter
282 ##print "interaction: (%s, %s, %s)" % (message, fid, modified_info)
284 self.gui.interaction(message, frame, modified_info)
346 interaction requests coming from the subprocess debugger via the GUIProxy.
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
RemoteDebugger.py 64 def interaction(self, message, frame, info=None): member in class:GUIProxy
67 self.conn.remotecall(self.oid, "interaction",
281 def interaction(self, message, fid, modified_info): member in class:GUIAdapter
282 ##print "interaction: (%s, %s, %s)" % (message, fid, modified_info)
284 self.gui.interaction(message, frame, modified_info)
346 interaction requests coming from the subprocess debugger via the GUIProxy.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
RemoteDebugger.py 64 def interaction(self, message, frame, info=None): member in class:GUIProxy
67 self.conn.remotecall(self.oid, "interaction",
281 def interaction(self, message, fid, modified_info): member in class:GUIAdapter
282 ##print "interaction: (%s, %s, %s)" % (message, fid, modified_info)
284 self.gui.interaction(message, frame, modified_info)
346 interaction requests coming from the subprocess debugger via the GUIProxy.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
RemoteDebugger.py 64 def interaction(self, message, frame, info=None): member in class:GUIProxy
67 self.conn.remotecall(self.oid, "interaction",
281 def interaction(self, message, fid, modified_info): member in class:GUIAdapter
282 ##print "interaction: (%s, %s, %s)" % (message, fid, modified_info)
284 self.gui.interaction(message, frame, modified_info)
346 interaction requests coming from the subprocess debugger via the GUIProxy.
  /external/chromium-trace/catapult/telemetry/docs/pydoc/
telemetry.web_perf.timeline_interaction_record.html 182 <td colspan=2><tt>Represents&nbsp;an&nbsp;interaction&nbsp;that&nbsp;took&nbsp;place&nbsp;during&nbsp;a&nbsp;timeline&nbsp;recording.<br>
190 From&nbsp;the&nbsp;point&nbsp;of&nbsp;view&nbsp;of&nbsp;the&nbsp;page,&nbsp;each&nbsp;interaction&nbsp;might&nbsp;have&nbsp;a&nbsp;different<br>
193 the&nbsp;performance&nbsp;expectations&nbsp;are&nbsp;for&nbsp;that&nbsp;interaction:&nbsp;was&nbsp;it&nbsp;loading<br>
202 label&nbsp;and&nbsp;flags&nbsp;indicating&nbsp;the&nbsp;semantics&nbsp;of&nbsp;that&nbsp;interaction.&nbsp;This<br>
206 &nbsp;&nbsp;&nbsp;var&nbsp;str&nbsp;=&nbsp;'Interaction.SendEmail';<br>
216 The&nbsp;valid&nbsp;interaction&nbsp;flags&nbsp;are:<br>
292 <td width="100%"><dl><dt><a name="-GetJavaScriptMarker"><strong>GetJavaScriptMarker</strong></a>(label, flags)</dt><dd><tt>Computes&nbsp;the&nbsp;marker&nbsp;string&nbsp;of&nbsp;an&nbsp;interaction&nbsp;record.<br>
296 interaction&nbsp;record..<br>
299 &nbsp;&nbsp;label:&nbsp;The&nbsp;label&nbsp;used&nbsp;to&nbsp;identify&nbsp;the&nbsp;interaction&nbsp;record.<br>
300 &nbsp;&nbsp;flags:&nbsp;the&nbsp;flags&nbsp;for&nbsp;the&nbsp;interaction&nbsp;record&nbsp;see&nbsp;FLAGS&nbsp;above.<br
    [all...]
  /frameworks/support/design/tests/src/android/support/design/widget/
SnackbarTest.java 125 private void verifyDismissCallback(final ViewInteraction interaction,
143 // Now perform the UI interaction
145 interaction.perform(action);
  /frameworks/volley/src/test/java/com/android/volley/
RequestQueueIntegrationTest.java 139 * Needs to be an integration test because relies on Request -> dispatcher -> RequestQueue interaction
167 * Needs to be an integration test because relies on Request -> dispatcher -> RequestQueue interaction
190 * Needs to be an integration test because relies on Request -> dispatcher -> RequestQueue interaction
  /external/deqp/android/cts/master/
gles3-565-no-depth-no-stencil.txt     [all...]
  /cts/tests/tests/hardware/src/android/hardware/fingerprint/cts/
FingerprintManagerTest.java 114 // We should never get out of this state without user interaction
  /developers/build/prebuilts/gradle/BasicMediaRouter/Application/src/main/java/com/example/android/basicmediarouter/
SamplePresentation.java 28 * A {@link android.app.Presentation} used to demonstrate interaction between primary and
  /developers/samples/android/media/BasicMediaRouter/Application/src/main/java/com/example/android/basicmediarouter/
SamplePresentation.java 28 * A {@link android.app.Presentation} used to demonstrate interaction between primary and
  /developers/samples/android/ui/Interpolator/
template-params.xml 67 Material design is a comprehensive guide for visual, motion, and interaction
  /development/samples/TicTacToeLib/
_index.html 20 renders the UI of the game and manages interaction events during game play.</li>
  /development/samples/browseable/BasicMediaRouter/src/com.example.android.basicmediarouter/
SamplePresentation.java 28 * A {@link android.app.Presentation} used to demonstrate interaction between primary and
  /docs/source.android.com/src/devices/tech/config/
voicemail.jd 142 <p>The VVM service can be disabled or deactivated by user interaction, removal of
143 a valid SIM, or replacement by a carrier VVM app. <em>Disabled</em> means that the local device no longer displays visual voicemail. <em>Deactivated</em> means that the service is turned off for the subscriber. User interaction can
147 <h4 id=user_interaction>User interaction</h4>
167 <p>The VVM client can still be enabled through user interaction.</p>
  /external/apache-http/android/src/android/net/http/
HttpConnection.java 82 * Restart a secure connection suspended waiting for user interaction.
  /external/clang/test/SemaObjC/
conditional-expr-4.m 33 // Check interaction with qualified id
  /external/compiler-rt/test/asan/TestCases/Posix/
halt_on_error-signals.c 1 // Test interaction of Asan recovery mode with asynch signals.
  /external/curl/packages/Linux/RPM/
curl.spec.in 23 interaction or any kind of interactivity.
  /external/deqp/doc/testspecs/GLES3/
functional.transform_feedback.txt 40 + Interaction with primitive restart

Completed in 1413 milliseconds

1 2 3 4 56 7 8 91011>>