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

1 2 3 4 56 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
support.py 30 widget.event_generate('<Enter>', x=0, y=0)
  /external/webrtc/webrtc/base/
httpbase_unittest.cc 119 LOG_F(LS_VERBOSE) << "Enter";
141 LOG_F(LS_VERBOSE) << "Enter";
174 LOG_F(LS_VERBOSE) << "Enter";
189 LOG_F(LS_VERBOSE) << "Enter";
198 LOG_F(LS_VERBOSE) << "Enter";
210 LOG_F(LS_VERBOSE) << "Enter";
223 LOG_F(LS_VERBOSE) << "Enter";
245 LOG_F(LS_VERBOSE) << "Enter";
259 LOG_F(LS_VERBOSE) << "Enter";
284 LOG_F(LS_VERBOSE) << "Enter";
    [all...]
  /device/google/dragon/power/
timed_qos_manager.cpp 13 void SysfsQosObject::enter() function in class:SysfsQosObject
41 mQosObject->enter();
  /external/libvorbis/doc/vorbisfile/
threads.html 23 <li>Only one thread at a time may enter a function that takes a given <a
27 <li>Multiple threads may enter
  /external/llvm/test/CodeGen/ARM/
inlineasm-switch-mode.ll 8 %2 = tail call i32 asm sideeffect "@ Enter ARM Mode \0A\09adr r3, 1f \0A\09bx r3 \0A\09.align 2 \0A\09.code 32 \0A1: push {r7} \0A\09mov r7, $4 \0A\09svc 0x0 \0A\09pop {r7} \0A\09@ Enter THUMB Mode\0A\09adr r3, 2f+1 \0A\09bx r3 \0A\09.code 16 \0A2: \0A\09", "={r0},{r0},{r1},{r2},r,~{r3}"(i32 %1, i32 %1, i32 0, i32 983042) #3
  /external/opencv3/samples/cpp/tutorial_code/ImgProc/
BasicLinearTransforms.cpp 29 std::cout<<"* Enter the alpha value [1.0-3.0]: ";std::cin>>alpha;
30 std::cout<<"* Enter the beta value [0-100]: "; std::cin>>beta;
  /external/toybox/toys/pending/
watch.c 18 -e Freeze updates on command error, and exit after enter.
59 xprintf("command exit with non-zero status, press enter to exit\n");
  /external/vboot_reference/firmware/lib/include/
vboot_kernel.h 42 * always "no", ENTER is always "yes", and we'll specify what SPACE means. We
48 * button press is needed for confirmation, instead of ENTER.
  /external/webrtc/webrtc/test/channel_transport/
udp_socket_manager_posix.cc 82 _critSect->Enter();
106 _critSect->Enter();
131 _critSect->Enter();
167 _critSect->Enter();
203 _critSectList->Enter();
303 _critSectList->Enter();
312 _critSectList->Enter();
343 _critSectList->Enter();
  /frameworks/base/core/java/com/android/internal/util/
State.java 35 * @see com.android.internal.util.IState#enter()
38 public void enter() { method in class:State
StateMachine.java 43 * <code>processMessage</code> and optionally <code>enter/exit/getName</code>.
44 * The enter/exit methods are equivalent to the construction and destruction
55 * is to the invoke <code>enter</code> for all of the initial state's hierarchy,
56 * starting at its eldest parent. The calls to enter will be done in the context
59 * state machine below, mP1.enter will be invoked and then mS1.enter. Finally,
91 * an <code>enter</code> method and <code>exit</code> method which may be overridden.</p>
97 * parent's up to but not including the common parent state and then enter all
132 * which is mP1. It will then call mS5.exit, mS1.exit, mS2.enter and then
133 * mS4.enter. The new list of active states is mP0, mP1, mS2 and mS4. S
    [all...]
  /frameworks/base/tests/HwAccelerationTest/res/layout/
form.xml 37 android:hint="Enter your first name" />
56 android:hint="Enter your last name" />
  /frameworks/native/cmds/dumpstate/
dumpstate.rc 22 # user interface (like displaying progress and allowing user to enter details).
35 # allow user to enter any details
  /hardware/intel/common/utils/ISV/omx/
isv_omxcore.cpp 62 ALOGD_IF(ISV_CORE_DEBUG, "%s: enter", __func__);
123 ALOGD_IF(ISV_CORE_DEBUG, "%s: enter", __func__);
126 ALOGV("%s: enter", __func__);
153 ALOGD_IF(ISV_CORE_DEBUG, "%s: enter", __func__);
187 ALOGD_IF(ISV_CORE_DEBUG, "%s: enter, try to get %s", __func__, cComponentName);
255 ALOGD_IF(ISV_CORE_DEBUG, "%s: enter, try to free component hanle %p", __func__, hComponent);
302 ALOGD_IF(ISV_CORE_DEBUG, "%s: enter", __func__);
311 ALOGD_IF(ISV_CORE_DEBUG, "%s: enter", __func__);
  /packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/
DialogHelper.java 52 // Enter PIN code '0000' by pressing ENTER key four times.
  /external/webrtc/webrtc/examples/androidapp/res/values/
strings.xml 8 Please enter a room name. Room names are shared with everyone, so think
41 <string name="pref_resolution_dlg">Enter AppRTC local video resolution.</string>
46 <string name="pref_fps_dlg">Enter local camera fps.</string>
61 <string name="pref_startvideobitratevalue_dlg">Enter video encoder start bitrate in kbps.</string>
92 <string name="pref_startaudiobitratevalue_dlg">Enter audio codec bitrate in kbps.</string>
120 <string name="pref_room_server_url_dlg">Enter a room server URL.</string>
  /external/selinux/libselinux/src/
query_user_context.c 23 printf("Enter number of choice: ");
92 printf("You must enter a %s\n", fieldstr);
99 /* manual_user_enter_context - provides a way for a user to manually enter a
132 printf("Would you like to enter a security context? [y]");
139 /* Allow the user to enter each field of the context individually */
  /frameworks/base/services/net/java/android/net/dhcp/
DhcpClient.java 393 // have an IP address, and we connect the UDP socket in DhcpBoundState#enter.
494 public void enter() { method in class:DhcpClient.LoggingState
529 public void enter() { method in class:DhcpClient.WaitBeforeOtherState
530 super.enter();
581 public void enter() { method in class:DhcpClient.DhcpState
582 super.enter();
654 public void enter() { method in class:DhcpClient.PacketRetransmittingState
655 super.enter();
724 public void enter() { method in class:DhcpClient.DhcpInitState
725 super.enter();
787 public void enter() { method in class:DhcpClient.DhcpHaveLeaseState
821 public void enter() { method in class:DhcpClient.ConfiguringInterfaceState
841 public void enter() { method in class:DhcpClient.DhcpBoundState
880 public void enter() { method in class:DhcpClient.DhcpReacquiringState
957 public void enter() { method in class:DhcpClient.DhcpRebindingState
    [all...]
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/processing/
Scope.java 39 public static void enter(final Location location) { method in class:Scope
40 enter(new LocationScopeProvider() { method
47 public static void enter(ScopeProvider scopeProvider) { method in class:Scope
71 Scope.enter(scopeProviders[scopeIndex]);
89 * @param scopeProviders The list of additional scope providers to enter. Null scopes are
  /hardware/qcom/audio/msm8909/hal/voice_extn/
compress_voip.c 144 ALOGV("%s: enter", __func__);
173 ALOGV("%s: enter, state=%d", __func__, state);
197 ALOGD("%s: enter, format=%d", __func__, format);
221 ALOGD("%s: enter, rate=%d", __func__, rate);
243 ALOGD("%s: enter, min_rate=%d, max_rate=%d",
266 ALOGD("%s: enter, enable=%d", __func__, enable);
286 ALOGD("%s: enter, out_stream_count=%d, in_stream_count=%d",
332 ALOGD("%s: enter", __func__);
433 ALOGV_IF(kv_pairs != NULL, "%s: enter: %s", __func__, kv_pairs);
507 ALOGD("%s: enter", __func__)
    [all...]
  /development/apps/GestureBuilder/res/values/
strings.xml 41 <!-- Label, prompt asking the user to enter the name of the gesture -->
43 <!-- Error message, informs the user he needs to enter a name before saving a gesture -->
44 <string name="error_missing_name">You must enter a name</string>
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/util/
TestFragmentTransaction.java 104 public FragmentTransaction setCustomAnimations(int enter, int exit) {
105 this.lastEnterAnimation = enter;
111 public FragmentTransaction setCustomAnimations(int enter, int exit, int popEnter, int popExit) {
  /external/webrtc/webrtc/system_wrappers/source/
critical_section_unittest.cc 83 crit_sect->Enter();
110 crit_sect->Enter(); // Make sure counter stays 0 until we wait for it.
121 crit_sect->Enter();
  /system/core/libsync/
sync_test.c 124 printf("press enter to inc to %d\n", i+1);
133 printf("press enter to close sync_timeline\n");
138 printf("press enter to end test\n");
  /tools/test/connectivity/acts/tests/google/bt/test_tools/
ToolsTest.py 107 phone_number = input("Enter a phone number: ")
108 message_size = input("Enter message size: ")
117 interval = input("Enter time interval to collect stats: ")

Completed in 2716 milliseconds

1 2 3 4 56 7 8 91011>>