/external/libxkbcommon/xkbcommon/test/ |
rulescomp.c | 126 KEY_RIGHTMETA, BOTH, XKB_KEY_Multi_key, FINISH)); 133 KEY_A, BOTH, KS("U094b"), FINISH)); 135 KEY_GRAVE, BOTH, XKB_KEY_dead_grave, FINISH)); 137 KEY_GRAVE, BOTH, XKB_KEY_dead_grave, FINISH)); 141 KEY_A, BOTH, XKB_KEY_a, FINISH)); 155 KEY_APOSTROPHE, BOTH, XKB_KEY_dead_grave, FINISH)); 158 KEY_A, BOTH, XKB_KEY_a, FINISH)); 161 KEY_A, BOTH, XKB_KEY_a, FINISH)); 164 KEY_A, BOTH, XKB_KEY_a, FINISH)); 166 KEY_CAPSLOCK, BOTH, XKB_KEY_Control_L, FINISH)); [all...] |
keyseq.c | 44 KEY_O, BOTH, XKB_KEY_o, FINISH)); 54 KEY_O, BOTH, XKB_KEY_o, FINISH)); 68 KEY_H, BOTH, XKB_KEY_h, FINISH)); 78 KEY_O, BOTH, XKB_KEY_O, FINISH)); 88 KEY_O, BOTH, XKB_KEY_O, FINISH)); 103 KEY_O, BOTH, XKB_KEY_o, FINISH)); 118 KEY_H, BOTH, XKB_KEY_h, FINISH)); 132 KEY_H, BOTH, XKB_KEY_h, FINISH)); 144 KEY_O, BOTH, XKB_KEY_o, FINISH)); 150 KEY_LEFTSHIFT, UP, XKB_KEY_Shift_L, FINISH)); [all...] |
test.h | 47 FINISH,
|
common.c | 53 * <KEY_*> <DOWN | UP | BOTH> <XKB_KEY_* (zero or more)> <NEXT | FINISH> 98 if (keysym == FINISH || keysym == NEXT) { 127 if (keysym == FINISH)
|
/external/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/helpers/ |
SnackbarHelper.java | 32 private enum DismissBehavior {HIDE, SHOW, FINISH} 55 * Shows a snackbar with a given error message. When dismissed, will finish the activity. Useful 59 show(activity, errorMessage, DismissBehavior.FINISH); 100 if (dismissBehavior == DismissBehavior.FINISH) { 106 activity.finish();
|
/external/skqp/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/helpers/ |
SnackbarHelper.java | 32 private enum DismissBehavior {HIDE, SHOW, FINISH} 55 * Shows a snackbar with a given error message. When dismissed, will finish the activity. Useful 59 show(activity, errorMessage, DismissBehavior.FINISH); 100 if (dismissBehavior == DismissBehavior.FINISH) { 106 activity.finish();
|
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/ |
LockTaskUtilityActivity.java | 29 public static final String FINISH = "finish"; 79 if (intent.getBooleanExtra(FINISH, false)) { 80 finish(); method
|
LockTaskTest.java | 239 // This results in onDestroy not being called until stopLockTask is called before finish. 391 // An activity locked via manifest argument cannot finish without calling stopLockTask. 468 * Call stopLockTask and finish on the LockTaskUtilityActivity. 483 * Call finish on the LockTaskUtilityActivity and wait for 488 finish(className); 535 * Calls finish on the LockTaskUtilityActivity 537 private void finish(String className) throws InterruptedException { method in class:LockTaskTest 539 intent.putExtra(LockTaskUtilityActivity.FINISH, true); 559 // Give 20 secs to finish.
|
/external/grpc-grpc/examples/cpp/helloworld/ |
greeter_async_server.cc | 96 // part of its FINISH state. 106 status_ = FINISH; 107 responder_.Finish(reply_, Status::OK, this); 109 GPR_ASSERT(status_ == FINISH); 110 // Once in the FINISH state, deallocate ourselves (CallData). 135 enum CallStatus { CREATE, PROCESS, FINISH };
|
/external/brotli/java/org/brotli/wrapper/enc/ |
Encoder.java | 149 encode(EncoderJNI.Operation.FINISH); 171 encoder.push(EncoderJNI.Operation.FINISH, data.length); 182 encoder.push(EncoderJNI.Operation.FINISH, 0);
|
EncoderJNI.java | 24 FINISH
|
/external/llvm/test/MC/ARM/ |
eh-directive-text-section-multiple-func.s | 52 @ word is filled with FINISH opcode (0xB0).
|
eh-directive-text-section.s | 66 @ word is filled with FINISH opcode (0xB0).
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
eh-directive-text-section-multiple-func.s | 52 @ word is filled with FINISH opcode (0xB0).
|
eh-directive-text-section.s | 66 @ word is filled with FINISH opcode (0xB0).
|
/device/google/contexthub/contexthubhal/ |
system_comms.h | 247 FINISH,
|
system_comms.cpp | 476 case FINISH: 561 setState(FINISH); [all...] |
/external/scapy/scapy/layers/ |
eap.py | 184 6: "Finish" 223 FINISH = 6
|
/external/ImageMagick/coders/ |
wpg.c | 795 goto FINISH; 909 FINISH: [all...] |