| /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
| throw_allocator.h | 429 /// Never enter the condition. 435 /// Always enter the condition. 441 /// Enter the nth condition. 510 /// Never enter the condition. 516 /// Always enter the condition.
|
| /device/google/dragon/audio/hal/ |
| audio_hw.c | 451 ALOGV("%s: enter: output devices(%#x), mode(%d)", __func__, devices, mode); 538 ALOGV("%s: enter: out_device(%#x) in_device(%#x)", [all...] |
| /cts/tests/tests/widget/src/android/widget/cts/ |
| PopupMenuTest.java | 150 // need to synchronize with the popup window enter transition before proceeding to 178 // need to synchronize with the popup window enter transition before proceeding to 250 // need to synchronize with the popup window enter transition before proceeding to
|
| /docs/source.android.com/src/devices/sensors/ |
| batching.jd | 89 <p>As long as the SoC doesn?t enter the suspend mode, no event shall be dropped or 109 implementation are not allowed to hold a wake-lock*, the SoC can enter the 129 anyway not have the time to enter the suspend mode, as it would be awoken by
|
| /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tree_construction/ |
| tests19.dat | 99 | "This is a searchable index. Enter search keywords: " 131 | "This is a searchable index. Enter search keywords: " 148 | "This is a searchable index. Enter search keywords: "
|
| /external/clang/lib/CodeGen/ |
| CGObjCRuntime.cpp | 186 FinallyInfo.enter(CGF, Finally->getFinallyBody(), 191 // Enter the catch, if there is one. 235 // Enter the catch.
|
| /external/iproute2/man/man8/ |
| tc-cbq-details.8 | 178 If we found an upward reference to a higher level, enter the fallback 190 enter the fallback algorithm. If a valid class was found, and it is not a 195 priority yielded a class, enter the fallback algorithm.
|
| /external/skia/site/dev/testing/ |
| skialab.md | 183 hit \<enter\>. 187 12. Hit \<enter\> to continue. 215 hit \<enter\>.
|
| /external/testng/doc/ |
| selenium.html | 59 <li>Enter "admin" in the "Username" field 60 <li>Enter "demo123" in the "Password" field 78 <li>Enter valid login data
|
| /external/webrtc/webrtc/modules/audio_coding/codecs/opus/ |
| opus_unittest.cc | 132 // Test if encoder/decoder can enter DTX mode properly and do not enter DTX when 163 // If not DTX, it should never enter DTX mode. If DTX, we do not care since
|
| /frameworks/base/core/java/android/app/ |
| BackStackRecord.java | 553 public FragmentTransaction setCustomAnimations(int enter, int exit) { 554 return setCustomAnimations(enter, exit, 0, 0); 557 public FragmentTransaction setCustomAnimations(int enter, int exit, 559 mEnterAnim = enter; [all...] |
| EnterTransitionCoordinator.java | 41 * the enter scene and shared element transfer into the Scene, either during 634 * Cancels the enter transition. 635 * @return True if the enter transition is still pending capturing the target state. If so,
|
| /frameworks/base/core/java/android/transition/ |
| TransitionManager.java | 64 // TODO: how to handle enter/exit? 201 scene.enter(); 365 * current scene, followed by {@link Scene#enter()} on the scene
|
| /frameworks/base/docs/html/wear/preview/ |
| api-overview.jd | 219 This allows users to enter text on Wear using the system default IME or third party 220 IMEs. The Wear IME lets the user enter text via gesture typing as well as tapping 298 <h4>Users can enter a username and password on a watch</h4>
|
| /frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/promote/ |
| badges.jd | 99 alert("Please enter your package name or publisher name"); 104 /** Listen for Enter key */ 106 // 13 = enter
|
| /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
| GuidedActionAdapter.java | 424 Log.d(TAG, "Enter Key down"); 433 Log.d(TAG, "Enter Key up"); 435 // Sometimes we are losing ACTION_DOWN for the first ENTER after pressed
|
| /hardware/broadcom/libbt/src/ |
| bt_vendor_brcm_a2dp.c | 110 tBRCM_VND_A2DP_SST_STATES (*enter)(tBRCM_VND_A2DP_EVENT event); member in struct:__anon29595 329 if (state_table->enter) 330 next_state = state_table->enter(event);
|
| /hardware/qcom/audio/hal/ |
| voice.c | 113 ALOGD("%s: enter usecase:%s", __func__, use_case_table[usecase_id]); 164 ALOGD("%s: enter usecase:%s", __func__, use_case_table[usecase_id]); 434 ALOGV_IF(kv_pairs != NULL, "%s: enter: %s", __func__, kv_pairs);
|
| /hardware/qcom/audio/msm8909/hal/ |
| voice.c | 65 ALOGD("%s: enter usecase:%s", __func__, use_case_table[usecase_id]); 119 ALOGD("%s: enter usecase:%s", __func__, use_case_table[usecase_id]); 414 ALOGV_IF(kv_pairs != NULL, "%s: enter: %s", __func__, kv_pairs);
|
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/ |
| KeyCodeDescriptionMapper.java | 109 // regular enter cases, taking care of all modes. 214 * Returns a context-sensitive description of the "Enter" action key. 219 * @return Returns a context-sensitive description of the "Enter" action key.
|
| /external/libpng/contrib/gregbook/ |
| wpng.c | 131 /* #define FORBID_LATIN1_CTRL : this requires the user to re-enter any 446 "Enter text info (no more than 72 characters per line);\n"); 447 fprintf(stderr, "to skip a field, hit the <Enter> key.\n"); 448 /* note: just <Enter> leaves len == 1 */ 844 if (buf[count] == '\r') /* Enter key makes CR, so change to newline */ 847 fprintf(stderr, "\n"); /* Enter key does *not* cause a newline */
|
| /external/selinux/policycoreutils/sepolicy/ |
| sepolicy.py | 588 help=_("Enter interface names, you wish to query")) 601 help=_("Enter domain type which you will be extending")) 604 help=_("Enter SELinux user(s) which will transition to this domain")) 607 help=_("Enter SELinux role(s) to which the administror domain will transition")) 610 help=_("Enter domain(s) which this confined admin will administrate")) 618 help="Enter type(s) for which you will generate new definition and rule(s)")
|
| /external/webrtc/tools/valgrind-webrtc/drmemory/ |
| suppressions.txt | 147 libjingle_peerconnection_unittes!rtc::CriticalSection::Enter 180 libjingle_peerconnection_unittes!rtc::CriticalSection::Enter 202 libjingle_peerconnection_unittes!rtc::CriticalSection::Enter 222 libjingle_peerconnection_unittes!rtc::CriticalSection::Enter 234 libjingle_peerconnection_unittes!rtc::CriticalSection::Enter 291 libjingle_peerconnection_unittes!rtc::CriticalSection::Enter [all...] |
| /art/test/482-checker-loop-back-edge-use/src/ |
| Main.java | 45 System.out.println("Enter"); 178 System.out.println("Enter");
|
| /cts/hostsidetests/appsecurity/test-apps/EncryptionApp/src/com/android/cts/encryptionapp/ |
| EncryptionAppTest.java | 123 // Enter it twice to confirm 144 // Enter current PIN
|