Home
last modified time | relevance | path

Searched refs:CONTROL (Results 1 – 25 of 148) sorted by relevance

123456

/external/llvm-project/llvm/test/tools/llvm-rc/Inputs/
Dtag-accelerators.rc43 42, 4, VIRTKEY, CONTROL
46 42, 7, VIRTKEY, NOINVERT, CONTROL
49 42, 10, VIRTKEY, CONTROL, SHIFT
50 42, 11, VIRTKEY, CONTROL, ALT
52 42, 13, VIRTKEY, NOINVERT, CONTROL, SHIFT
53 42, 14, VIRTKEY, NOINVERT, CONTROL, ALT
55 42, 16, VIRTKEY, CONTROL, SHIFT, ALT
56 42, 17, VIRTKEY, NOINVERT, CONTROL, SHIFT, ALT
61 "f", 22, VIRTKEY, CONTROL
64 "f", 25, VIRTKEY, NOINVERT, CONTROL
[all …]
Dparser-correct-everything.rc28 1, 1, VIRTKEY, CONTROL
29 2, 2, CONTROL, VIRTKEY
30 3, 3, ALT, CONTROL, SHIFT, NOINVERT, ASCII, VIRTKEY
/external/zstd/contrib/linux-kernel/test/
Dtest.c17 #define CONTROL(x) \ macro
37 CONTROL(data.data != NULL); in create_test_data()
39 CONTROL(data.data2 != NULL); in create_test_data()
42 CONTROL(data.comp != NULL); in create_test_data()
61 CONTROL(params.cparams.window_log <= 17); in test_btrfs()
66 CONTROL(workspace != NULL); in test_btrfs()
74 CONTROL(cctx != NULL); in test_btrfs()
93 CONTROL(!zstd_is_error(zstd_compress_stream(cctx, &out, &in))); in test_btrfs()
96 CONTROL(!zstd_is_error(ret)); in test_btrfs()
111 CONTROL(dctx != NULL); in test_btrfs()
[all …]
Dstatic_test.c18 #define CONTROL(x) \ macro
36 CONTROL(wksp != NULL); in test_decompress_unzstd()
38 CONTROL(dctx != NULL); in test_decompress_unzstd()
40 CONTROL(!zstd_is_error(dSize)); in test_decompress_unzstd()
41 CONTROL(dSize == 0); in test_decompress_unzstd()
/external/python/cpython2/Tools/unicode/python-mappings/
DCP1140.TXT39 0x04 0x009C #CONTROL
41 0x06 0x0086 #CONTROL
43 0x08 0x0097 #CONTROL
44 0x09 0x008D #CONTROL
45 0x0A 0x008E #CONTROL
52 0x11 0x0011 #DEVICE CONTROL ONE
53 0x12 0x0012 #DEVICE CONTROL TWO
54 0x13 0x0013 #DEVICE CONTROL THREE
55 0x14 0x009D #CONTROL
56 0x15 0x0085 #CONTROL
[all …]
/external/python/cpython3/Tools/unicode/python-mappings/
DCP1140.TXT39 0x04 0x009C #CONTROL
41 0x06 0x0086 #CONTROL
43 0x08 0x0097 #CONTROL
44 0x09 0x008D #CONTROL
45 0x0A 0x008E #CONTROL
52 0x11 0x0011 #DEVICE CONTROL ONE
53 0x12 0x0012 #DEVICE CONTROL TWO
54 0x13 0x0013 #DEVICE CONTROL THREE
55 0x14 0x009D #CONTROL
56 0x15 0x0085 #CONTROL
[all …]
/external/cldr/tools/java/org/unicode/cldr/draft/keyboard/test/
DModifierKeyCombinationTest.java15 ImmutableSet<ModifierKey> offKeys = ImmutableSet.of(ModifierKey.CONTROL, ModifierKey.OPTION, in testOfOnKeysForSimpleCombination()
23 ModifierKey.SHIFT, ModifierKey.CONTROL, ModifierKey.ALT_RIGHT, ModifierKey.CAPSLOCK)); in testOfOnKeysForComplexCombination()
25 ModifierKey.CAPSLOCK, ModifierKey.CONTROL); in testOfOnKeysForComplexCombination()
39 … ImmutableSet<ModifierKey> offKeys = ImmutableSet.of(ModifierKey.CONTROL, ModifierKey.ALT_LEFT, in testOfOnKeysForComplexCombinationWithVariant()
50 ImmutableSet<ModifierKey> offKeys = ImmutableSet.of(ModifierKey.CONTROL, ModifierKey.ALT, in testOfOnAndDontCareKeysForSimpleCombination()
51 ModifierKey.CONTROL, ModifierKey.OPTION_RIGHT, ModifierKey.SHIFT, ModifierKey.CAPSLOCK); in testOfOnAndDontCareKeysForSimpleCombination()
58 ImmutableSet.of(ModifierKey.CONTROL, ModifierKey.SHIFT, ModifierKey.CAPSLOCK), in testOfOnAndDontCareKeys_complex()
60 ImmutableSet<ModifierKey> onKeys = ImmutableSet.of(ModifierKey.CONTROL, ModifierKey.SHIFT, in testOfOnAndDontCareKeys_complex()
70 ImmutableSet.of(ModifierKey.CONTROL, ModifierKey.SHIFT, ModifierKey.CAPSLOCK), in testOfOnAndDontCareKeysForComplexCombinationWithVariant()
72 ImmutableSet<ModifierKey> onKeys = ImmutableSet.of(ModifierKey.CONTROL, ModifierKey.SHIFT, in testOfOnAndDontCareKeysForComplexCombinationWithVariant()
[all …]
DModifierKeyCombinationSetTest.java24 ImmutableSet.of(ModifierKey.CONTROL)); in testOfWithMultipleCombinations()
26 ImmutableSet.of(ModifierKey.OPTION_RIGHT, ModifierKey.CONTROL), in testOfWithMultipleCombinations()
60 ModifierKey.CONTROL, ModifierKey.ALT_LEFT)); in testOfWithMultipleSimplifications()
65 ModifierKey.CONTROL, ModifierKey.ALT_LEFT, ModifierKey.ALT_RIGHT)); in testOfWithMultipleSimplifications()
74 ImmutableSet.of(ModifierKey.CONTROL, ModifierKey.ALT_LEFT), in testOfWithMultipleSimplifications()
100 ImmutableSet.of(ModifierKey.CONTROL)); in testCombine()
102 ImmutableSet.of(ModifierKey.OPTION_RIGHT, ModifierKey.CONTROL), in testCombine()
108 ImmutableSet.of(ModifierKey.CONTROL)); in testCombine()
128 ImmutableSet.of(ModifierKey.CONTROL)); in testCompareToWithComplexCombinations()
135 ImmutableSet.of(ModifierKey.OPTION_RIGHT, ModifierKey.CONTROL), in testCompareToWithComplexCombinations()
[all …]
DModifierKeySimplifierTest.java29 ImmutableSet<ModifierKey> offKeys = ImmutableSet.of(ModifierKey.CONTROL, ModifierKey.ALT, in testSimplifyInputWithBase()
39 ImmutableSet<ModifierKey> offKeys = ImmutableSet.of(ModifierKey.CONTROL, ModifierKey.OPTION, in testSimplifyInputWithParentOn()
49 ImmutableSet<ModifierKey> offKeys = ImmutableSet.of(ModifierKey.ALT, ModifierKey.CONTROL, in testSimplifyInputWithChildOn()
60 ImmutableSet<ModifierKey> offKeys = ImmutableSet.of(ModifierKey.ALT, ModifierKey.CONTROL, in testSimplifyInputWithBothChildrenOn()
69 ImmutableSet<ModifierKey> offKeys = ImmutableSet.of(ModifierKey.ALT, ModifierKey.CONTROL, in testSimplifyInputWithParentDontCare()
79 ImmutableSet<ModifierKey> offKeys = ImmutableSet.of(ModifierKey.SHIFT, ModifierKey.CONTROL, in testSimplifyInputWithParentDontCareAndChildOn()
96 ImmutableSet.of(ModifierKey.CONTROL, ModifierKey.CONTROL_LEFT), in testSimplifyInputWithAllThreeKeysPresent()
148 ImmutableSet.of(ModifierKey.CONTROL, ModifierKey.ALT_RIGHT, ModifierKey.COMMAND), in testSimplifyToStringWithComplexCombination()
156 ImmutableSet.of(ModifierKey.CONTROL, ModifierKey.CAPSLOCK), in testSimplifySetWithIdentical()
159 ImmutableSet.of(ModifierKey.CONTROL, ModifierKey.CAPSLOCK), in testSimplifySetWithIdentical()
[all …]
DKeyMapTest.java22 ImmutableSet.of(ModifierKey.CONTROL), ImmutableSet.of(ModifierKey.OPTION_RIGHT)); in createKeyMap()
34 EnumSet.of(ModifierKey.CONTROL), EnumSet.of(ModifierKey.OPTION_RIGHT)); in testModifierKeyCombinationSet()
52 ImmutableSet.of(ModifierKey.CONTROL), ImmutableSet.of(ModifierKey.OPTION_RIGHT)); in testEqualsFalse()
64 ImmutableSet.of(ModifierKey.CONTROL), ImmutableSet.of(ModifierKey.OPTION_RIGHT)); in testEqualsTrue()
92 EnumSet.of(ModifierKey.CONTROL), EnumSet.of(ModifierKey.OPTION_RIGHT)); in testCompareTo_equals()
/external/zstd/contrib/largeNbDicts/
DlargeNbDicts.c54 #define CONTROL(c) { if (!(c)) abort(); } macro
116 CONTROL(buff.ptr != NULL); in createBuffer_fromFile()
119 CONTROL(buff.size == buff.capacity); in createBuffer_fromFile()
143 CONTROL(dictBuffer != NULL); in createDictionaryBuffer()
149 CONTROL(!ZSTD_isError(dictSize)); in createDictionaryBuffer()
324 CONTROL(buffer.ptr != NULL); in createBufferCollection_fromSliceCollectionSizes()
328 CONTROL(slices != NULL); in createBufferCollection_fromSliceCollectionSizes()
331 CONTROL(capacities != NULL); in createBufferCollection_fromSliceCollectionSizes()
355 CONTROL(buffer.ptr != NULL); in createBufferCollection_fromSliceCollection()
359 CONTROL(slices != NULL); in createBufferCollection_fromSliceCollection()
[all …]
/external/lzma/CPP/7zip/UI/GUI/
DExtractDialog.rc35 CONTROL "", IDX_EXTRACT_NAME_ENABLE, MY_CHECKBOX, m, m + 34, 12, 10
41 CONTROL "Eliminate duplication of root folder", IDX_EXTRACT_ELIM_DUP, MY_CHECKBOX,
50 CONTROL "Show Password", IDX_PASSWORD_SHOW, MY_CHECKBOX, g2x2, m + 72, g2xs2, 10
52 // CONTROL "Restore alternate data streams", IDX_EXTRACT_ALT_STREAMS, MY_CHECKBOX,
54 CONTROL "Restore file security", IDX_EXTRACT_NT_SECUR, MY_CHECKBOX,
93 CONTROL "Show Password", IDX_PASSWORD_SHOW, MY_CHECKBOX, m, m + 92, xc, 10
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dempty-main.mlir1 // RUN: tf-opt -tf-executor-graph-pruning %s | FileCheck %s --check-prefix=CONTROL
3 // CONTROL-LABEL: func @main
4 // CONTROL-NEXT: return
Dtf-functional-to-executor.mlir27 // CHECK: %[[CONTROL:.*]] = tf_executor.island {
30 // CHECK: tf_executor.fetch %[[CONTROL]] : !tf_executor.control
47 // CHECK: %[[CONTROL:.*]] = tf_executor.island {
50 // CHECK: tf_executor.fetch %[[CONTROL]] : !tf_executor.control
/external/python/cpython3/PC/bdist_wininst/
Dinstall.rc27 CONTROL 110,IDC_BITMAP,"Static",SS_BITMAP | SS_CENTERIMAGE,6,8,
43 CONTROL 110,IDC_BITMAP,"Static",SS_BITMAP | SS_CENTERIMAGE,6,8,
59 CONTROL "Progress1",IDC_PROGRESS,"msctls_progress32",WS_BORDER,
62 CONTROL 110,IDC_BITMAP,"Static",SS_BITMAP | SS_CENTERIMAGE,6,8,
73 CONTROL 110,IDC_BITMAP,"Static",SS_BITMAP | SS_CENTERIMAGE,6,8,
/external/icu/icu4c/source/samples/layout/
DLayoutSample.rc69 "N", IDM_FILE_NEWSAMPLE, VIRTKEY, CONTROL, NOINVERT
70 "O", IDM_FILE_OPEN, VIRTKEY, CONTROL, NOINVERT
71 "Q", IDM_FILE_EXIT, VIRTKEY, CONTROL, NOINVERT
72 "W", IDM_FILE_CLOSE, VIRTKEY, CONTROL, NOINVERT
/external/libpng/contrib/visupng/
DVisualPng.rc85 "N", IDM_FILE_NEXT, VIRTKEY, CONTROL, NOINVERT
86 "O", IDM_FILE_OPEN, VIRTKEY, CONTROL, NOINVERT
87 "P", IDM_FILE_PREVIOUS, VIRTKEY, CONTROL, NOINVERT
88 "V", IDM_FILE_PREVIOUS, VIRTKEY, CONTROL, NOINVERT
/external/python/cpython2/PC/bdist_wininst/
Dinstall.rc104 CONTROL 110,IDC_BITMAP,"Static",SS_BITMAP | SS_CENTERIMAGE,6,8,
120 CONTROL 110,IDC_BITMAP,"Static",SS_BITMAP | SS_CENTERIMAGE,6,8,
136 CONTROL "Progress1",IDC_PROGRESS,"msctls_progress32",WS_BORDER,
139 CONTROL 110,IDC_BITMAP,"Static",SS_BITMAP | SS_CENTERIMAGE,6,8,
150 CONTROL 110,IDC_BITMAP,"Static",SS_BITMAP | SS_CENTERIMAGE,6,8,
/external/rust/crates/regex-syntax/src/unicode_tables/
Dgrapheme_cluster_break.rs11 ("Control", CONTROL),
27 pub const CONTROL: &'static [(char, char)] = &[ constant
/external/googletest/googlemock/scripts/generator/cpp/
Dkeywords.py42 CONTROL = set('case switch default if else return goto'.split()) variable
46 ALL = TYPES | TYPE_MODIFIERS | ACCESS | CASTS | OTHERS | OTHER_TYPES | CONTROL | EXCEPTION | LOOP
/external/llvm/test/Transforms/ForcedFunctionAttrs/
Dforced.ll1 ; RUN: opt < %s -S -forceattrs | FileCheck %s --check-prefix=CHECK-CONTROL
5 ; CHECK-CONTROL: define void @foo() {
/external/zstd/programs/
Dutil.c58 #define CONTROL(c) { \ macro
317 CONTROL( fgets(buf, (int) len, file) ); in readLineFromFile()
356 CONTROL( fclose(inputFile) == 0 ); in readLinesFromFile()
381 CONTROL( buf != NULL ); in UTIL_createFileNamesTable_fromFileName()
393 CONTROL(filenamesTable != NULL); in UTIL_createFileNamesTable_fromFileName()
410 CONTROL(table != NULL); in UTIL_assembleFileNamesTable2()
467 CONTROL( newTable != NULL ); in UTIL_mergeFileNamesTable()
472 CONTROL ( buf != NULL ); in UTIL_mergeFileNamesTable()
477 CONTROL ( newTable->fileNames != NULL ); in UTIL_mergeFileNamesTable()
789 CONTROL(outDirBuffer != NULL); in mallocAndJoin2Dir()
[all …]
/external/llvm-project/llvm/test/tools/llvm-readobj/COFF/Inputs/resources/
Dtest_resource.rc8 "D", 1100, VIRTKEY, CONTROL, SHIFT
34 "H", 5678, VIRTKEY, CONTROL, SHIFT
/external/llvm-project/llvm/test/tools/llvm-cvtres/Inputs/
Dtest_resource.rc8 "D", 1100, VIRTKEY, CONTROL, SHIFT
34 "H", 5678, VIRTKEY, CONTROL, SHIFT
/external/llvm-project/lld/test/COFF/Inputs/
Dcombined-resources.rc8 "D", 1100, VIRTKEY, CONTROL, SHIFT
34 "H", 5678, VIRTKEY, CONTROL, SHIFT

123456