HomeSort by relevance Sort by last modified time
    Searched full:enter (Results 76 - 100 of 3517) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webrtc/webrtc/test/
run_loop.cc 18 puts(">> Press ENTER to continue...");
run_loop.h 16 // Blocks until the user presses enter.
  /hardware/ti/omap4-aah/libtiutils/
Android.mk 40 # Enable function enter/exit logging
  /packages/apps/Camera2/src/com/android/camera/ui/focus/
FocusRingRenderer.java 30 * Base class for defining the focus ring states, enter and exit durations, and
123 Log.v(TAG, "FOCUS STATE ENTER VIA setRadius(" + tMs + ", " + value + ")");
148 * returns true if the renderer is in an enter state.
173 * dynamic transition. If the animation is currently in an enter state
175 * up with the enter time at the current transition value.
190 * dynamic transition. If the animation is currently in an enter state
192 * up with the enter time at the current transition value.
210 // Compute the current progress on the enter animation.
227 // Compute the current progress on the enter animation.
  /art/test/800-smali/smali/
b_23502994.smali 7 monitor-enter v2 # Lock on parameter
33 monitor-enter v2 # Lock on parameter
  /device/google/dragon/power/
timed_qos_manager.h 24 virtual void enter() = 0;
33 virtual void enter();
  /external/autotest/client/site_tests/network_3GFailedConnect/
control 10 service to enter the Failed state.
21 service to enter the Failed state. It requires a machine with a modem
control.pseudomodem 10 service to enter the Failed state.
23 service to enter the Failed state. It requires a machine with a modem
  /external/autotest/client/site_tests/security_Minijail0/src/
mountns-enter.py 11 child_path = os.path.join(sys.argv[1], "mountns-enter-child.py")
20 # Exec child and enter existing mount namespace.
  /external/autotest/client/tests/kvm/autoit/
notepad1.au3 27 Send("Hello from Notepad.{ENTER}1 2 3 4 5 6 7 8 9 10{ENTER}")
  /external/autotest/server/site_tests/firmware_DevTriggerRecovery/
control 10 CRITERIA = "This test will fail if firmware does not enter recovery mode"
21 switch and reboot. It then presses the enter key at dev warning screen to
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/samples/
oauth2_for_devices.py 19 print("Enter the following code at {0}: {1}".format(flow_info.verification_url,
21 print("Then press Enter.")
  /external/opencv3/samples/cpp/tutorial_code/ImgProc/
AddingImages.cpp 24 /// Ask the user enter alpha
27 std::cout<<"* Enter alpha [0-1]: ";
  /external/skia/include/private/
GrSingleOwner.h 23 AutoEnforce(GrSingleOwner* so) : fSO(so) { fSO->enter(); }
30 void enter() { function in class:GrSingleOwner
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wps-ap-cli 16 echo "Enter a PIN from a station to be enrolled to the network."
51 echo "2: Enter Enrollee PIN"
  /packages/apps/Dialer/InCallUI/res/values/
config.xml 21 <!-- Determines video calls will automatically enter fullscreen mode after the start of the
24 <!-- The number of milliseconds after which a video call will automatically enter fullscreen
  /packages/apps/Nfc/nci/jni/
NativeLlcpSocket.cpp 41 ALOGD ("%s: enter; sap=%d", __FUNCTION__, nSap);
65 ALOGD ("%s: enter", __FUNCTION__);
94 ALOGD ("%s: enter", __FUNCTION__);
118 ALOGD_IF ((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: enter", __FUNCTION__);
145 ALOGD_IF ((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: enter", __FUNCTION__);
179 ALOGD ("%s: enter", __FUNCTION__);
202 ALOGD ("%s: enter", __FUNCTION__);
  /packages/apps/TV/src/com/android/tv/ui/
TvTransitionManager.java 191 // Enter transitions
192 TransitionSet enter = new TransitionSet() local
193 .addTransition(new SceneTransition(SceneTransition.ENTER))
195 setTransition(mEmptyScene, mChannelBannerScene, enter);
196 setTransition(mEmptyScene, mInputBannerScene, enter);
197 setTransition(mEmptyScene, mKeypadChannelSwitchScene, enter);
198 setTransition(mEmptyScene, mSelectInputScene, enter);
287 static final int ENTER = 0;
293 mAnimator = mode == ENTER ? mEnterAnimator : mExitAnimator;
  /developers/build/prebuilts/androidtv/sample-inputs/
README.md 21 + Click ENTER to bring out Recent Channels
22 + Click DOWN to enter TV options
24 + Click DOWN to select Rich Input and hit ENTER
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
HalAdaptation.cpp 84 ALOGD ("%s: enter", __FUNCTION__);
229 ALOGD ("%s: enter", __FUNCTION__);
244 ALOGD ("%s: enter", __FUNCTION__);
262 ALOGD ("%s: enter; event=0x%X", __FUNCTION__, event);
314 ALOGD ("%s: enter; len=%u", __FUNCTION__, data_len);
321 ALOGD ("%s: enter", __FUNCTION__);
335 ALOGD ("%s: enter", __FUNCTION__);
349 ALOGD ("%s: enter; len=%u", __FUNCTION__, dataLen);
361 ALOGD ("%s: enter", __FUNCTION__);
375 ALOGD ("%s: enter", __FUNCTION__)
    [all...]
  /external/llvm/test/Transforms/GlobalOpt/
invariant.group.barrier.ll 21 enter:
28 enter:
53 enter:
  /external/v8/src/parsing/
func-name-inferrer.h 33 // To enter function name inference state, put a FuncNameInferrer::State
38 if (fni_ != nullptr) fni_->Enter();
94 void Enter() { entries_stack_.Add(names_stack_.length(), zone()); }
  /external/webrtc/tools/python_charts/
README 27 4. Enter a project name. We'll assume PythonCharts in the examples below.
34 10. As Main Module, enter the path to your dev_appserver.py, which is a part
37 11. At the Arguments tab, enter the location of your project root.
  /frameworks/wilhelm/src/android/
CallbackProtector.h 30 * Indicates whether the CallbackProtector is non-NULL and it's safe to enter the callback.
35 * Indicates whether it's safe to enter the callback. It would typically return false
42 * only it returned that it is safe enter the callback;
  /frameworks/base/core/tests/utiltests/src/com/android/internal/util/
StateMachineTest.java 44 private static final String ENTER = "enter";
287 * Test enter/exit can use transitionTo
308 public void enter() { method in class:StateMachineTest.StateMachineEnterExitTransitionToTest.S1
309 // Test transitions in enter on the initial state work
310 addLogRec(ENTER);
312 log("S1.enter");
323 public void enter() { method in class:StateMachineTest.StateMachineEnterExitTransitionToTest.S2
324 addLogRec(ENTER);
325 log("S2.enter");
349 public void enter() { method in class:StateMachineTest.StateMachineEnterExitTransitionToTest.S3
362 public void enter() { method in class:StateMachineTest.StateMachineEnterExitTransitionToTest.S4
580 public void enter() { method in class:StateMachineTest.StateMachine1.S1
681 public void enter() { method in class:StateMachineTest.StateMachine2.S1
977 public void enter() { method in class:StateMachineTest.StateMachine5.ParentState1
992 public void enter() { method in class:StateMachineTest.StateMachine5.ChildState1
1023 public void enter() { method in class:StateMachineTest.StateMachine5.ChildState2
1054 public void enter() { method in class:StateMachineTest.StateMachine5.ParentState2
1085 public void enter() { method in class:StateMachineTest.StateMachine5.ChildState3
1116 public void enter() { method in class:StateMachineTest.StateMachine5.ChildState4
1147 public void enter() { method in class:StateMachineTest.StateMachine5.ChildState5
1304 public void enter() { method in class:StateMachineTest.StateMachine6.S1
1403 public void enter() { method in class:StateMachineTest.StateMachine7.S2
1672 public void enter() { method in class:StateMachineTest.Hsm1.P1
1702 public void enter() { method in class:StateMachineTest.Hsm1.S1
1725 public void enter() { method in class:StateMachineTest.Hsm1.S2
1756 public void enter() { method in class:StateMachineTest.Hsm1.P2
    [all...]

Completed in 1221 milliseconds

1 2 34 5 6 7 8 91011>>