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

<<11121314151617181920>>

  /external/clang/test/CodeGenObjCXX/
exceptions-legacy.mm 16 // Enter the @synchronized block.
56 // Enter the @try block.
  /external/dnsmasq/contrib/webmin/
README 6 1) There's only basic error checking - if you enter some bad
12 netmasks are logical (you could enter a netmask of 255.0.255.0
  /external/jemalloc/msvc/projects/vc2015/test_threads/
test_threads.cpp 37 printf("\nPress Enter to start threads...\n");
86 printf("\nPress Enter to continue...\n");
  /external/llvm/test/CodeGen/X86/
tailcall-largecode.ll 17 ; Adjust the stack to enter the function. (The amount of the
46 ; Adjust the stack to enter the function. (The amount of the
  /external/lzma/CPP/Windows/
Synchronization.h 149 void Enter() { CriticalSection_Enter(&_object); }
158 CCriticalSectionLock(CCriticalSection &object): _object(&object) {_object->Enter(); }
  /external/opencv3/doc/tutorials/core/adding_images/
adding_images.markdown 44 /// Ask the user enter alpha
47 std::cout<<"* Enter alpha [0-1]: ";
  /external/selinux/libsemanage/src/
database.c 45 ERR(handle, "could not enter read-only section");
78 ERR(handle, "could not enter read-write section");
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format11x/
Format11x.smali 104 monitor-enter v0
112 #TODO: need to write a multi-threaded test to test monitor-enter and monitor-exit
  /external/webrtc/webrtc/base/
criticalsection.cc 39 void CriticalSection::Enter() EXCLUSIVE_LOCK_FUNCTION() {
118 CritScope::CritScope(CriticalSection* cs) : cs_(cs) { cs_->Enter(); }
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/animations/
HomeRecentsEnterExitAnimationHolder.java 78 * Sets the initial values Recents enter animation
94 * Sets the initial values Recents enter animation
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
DataBinder.java 69 Scope.enter(layoutBinder);
92 Scope.enter(layoutBinder);
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test_surfacetexture.h 22 # define LOG_FUNCTION_NAME ALOGD("%d: %s() ENTER", __LINE__, __FUNCTION__);
28 # define LOG_FUNCTION_NAME LOGD("%d: %s() ENTER", __LINE__, __FUNCTION__);
  /packages/apps/LegacyCamera/
AndroidManifest.xml 64 <!-- Suppose users enter panorama from launcher, turn off the screen,
65 turn on the screen, and enter the camera from the lock screen.
  /packages/apps/Nfc/nci/jni/
NativeLlcpServiceSocket.cpp 59 ALOGD ("%s: enter", __FUNCTION__);
118 ALOGD ("%s: enter", __FUNCTION__);
Pn544Interop.cpp 62 ALOGD ("%s: enter", __FUNCTION__);
86 ALOGD ("%s: enter", __FUNCTION__);
  /packages/apps/TV/res/values-en-rAU/
strings.xml 125 <string name="pin_enter_unlock_channel" msgid="4797922378296393173">"Enter your PIN to watch this channel"</string>
126 <string name="pin_enter_unlock_program" msgid="7311628843209871203">"Enter your PIN to watch this programme"</string>
127 <string name="pin_enter_pin" msgid="249314665028035038">"Enter your PIN"</string>
129 <string name="pin_enter_new_pin" msgid="1739471585849790384">"Enter new PIN"</string>
131 <string name="pin_enter_old_pin" msgid="4588282612931041919">"Enter your current PIN"</string>
149 <string name="tvview_channel_locked" msgid="6486375335718400728">"To watch this channel, press Right and enter your PIN"</string>
150 <string name="tvview_content_locked" msgid="391823084917017730">"To watch this program, press Right and enter your PIN"</string>
151 <string name="tvview_content_locked_format" msgid="3741874636031338247">"This programme is rated <xliff:g id="RATING">%1$s</xliff:g>.\nTo watch this programme, press Right and enter your PIN."</string>
  /packages/apps/TV/res/values-en-rGB/
strings.xml 125 <string name="pin_enter_unlock_channel" msgid="4797922378296393173">"Enter your PIN to watch this channel"</string>
126 <string name="pin_enter_unlock_program" msgid="7311628843209871203">"Enter your PIN to watch this programme"</string>
127 <string name="pin_enter_pin" msgid="249314665028035038">"Enter your PIN"</string>
129 <string name="pin_enter_new_pin" msgid="1739471585849790384">"Enter new PIN"</string>
131 <string name="pin_enter_old_pin" msgid="4588282612931041919">"Enter your current PIN"</string>
149 <string name="tvview_channel_locked" msgid="6486375335718400728">"To watch this channel, press Right and enter your PIN"</string>
150 <string name="tvview_content_locked" msgid="391823084917017730">"To watch this program, press Right and enter your PIN"</string>
151 <string name="tvview_content_locked_format" msgid="3741874636031338247">"This programme is rated <xliff:g id="RATING">%1$s</xliff:g>.\nTo watch this programme, press Right and enter your PIN."</string>
  /packages/apps/TV/res/values-en-rIN/
strings.xml 125 <string name="pin_enter_unlock_channel" msgid="4797922378296393173">"Enter your PIN to watch this channel"</string>
126 <string name="pin_enter_unlock_program" msgid="7311628843209871203">"Enter your PIN to watch this programme"</string>
127 <string name="pin_enter_pin" msgid="249314665028035038">"Enter your PIN"</string>
129 <string name="pin_enter_new_pin" msgid="1739471585849790384">"Enter new PIN"</string>
131 <string name="pin_enter_old_pin" msgid="4588282612931041919">"Enter your current PIN"</string>
149 <string name="tvview_channel_locked" msgid="6486375335718400728">"To watch this channel, press Right and enter your PIN"</string>
150 <string name="tvview_content_locked" msgid="391823084917017730">"To watch this program, press Right and enter your PIN"</string>
151 <string name="tvview_content_locked_format" msgid="3741874636031338247">"This programme is rated <xliff:g id="RATING">%1$s</xliff:g>.\nTo watch this programme, press Right and enter your PIN."</string>
  /packages/apps/TV/src/com/android/tv/ui/
FullscreenDialogView.java 132 * Called when an enter animation starts. Sub-view specific animation can be implemented.
145 if (DEBUG) Log.d(TAG, "start an enter animation");
  /packages/inputmethods/LatinIME/java/res/xml-sw600dp/
key_styles_enter.xml 82 <!-- Enter key style -->
106 <!-- Shift + Enter in textMultiLine field. -->
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
HardwareKeyboardEventDecoder.java 63 // The Enter key. If the Shift key is not being pressed, this should send a
74 // If not Enter, then this is just a regular keypress event for a normal character
  /packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
IncomingCallFilter.java 76 // synchronized to prevent a race on mResult and to enter into Telecom.
97 // synchronized to enter into Telecom.
  /packages/services/Telephony/src/com/android/phone/
IccPanel.java 51 // needing to enter the lock pattern or dismiss the keyguard first.)
59 // So for now, we'll live with the fact that the user has to enter the
  /prebuilts/gdb/darwin-x86/lib/python2.7/
contextlib.py 111 enter = mgr.__enter__
112 vars.append(enter())
  /prebuilts/gdb/linux-x86/lib/python2.7/
contextlib.py 111 enter = mgr.__enter__
112 vars.append(enter())

Completed in 1272 milliseconds

<<11121314151617181920>>