/external/autotest/site_utils/ |
D | chromeos_test_config.json | 65 "control": "server/site_tests/suites/control.au"} string 70 "control": "server/site_tests/suites/control.audio"} string 75 "control": "server/site_tests/suites/control.bvt"} string 80 "control": "server/site_tests/suites/control.bvt", string 87 "control": "server/site_tests/suites/control.security"} string 92 "control": "server/site_tests/suites/control.desktopui_browsertest"}, string 95 "control": "server/site_tests/suites/control.desktopui_pyautofunctionaltests"}, string 98 "control": "server/site_tests/suites/control.desktopui_pyauto_basic"}, string 101 "control": "server/site_tests/suites/control.desktopui_syncintegrationtests"} string 106 "control": "server/site_tests/suites/control.desktopui_pyauto_perf"} string [all …]
|
D | seed_test_attr.py | 7 """Method to add or modify ATTRIBUTES in the test control files whose 21 """main scripts to seed attributes in test control files. 28 description='Seed ATTRIBUTES in test control files.') 31 'test control files.') 34 # When execute is True, run the script to seed attributes in control files. 40 # Go through all control file, check whether attribute matches suite. Return 41 # a changelist which contains the paths to the control files not match. 47 logging.info('Starting to seed attributes in %d control files...' % count) 48 # Modify attributes based on suite for the control files not match. 57 # When not specify 'execute' in cmd, not modify control files. [all …]
|
D | control_file_preprocessor.py | 7 """Tool for preprocessing control files to build a suite to control files map. 12 {'suite1': ['path/to/test1/control', 'path/to/test2/control'], 13 'suite2': ['path/to/test4/control', 'path/to/test5/control']} 17 at build time to generate said suite to control files map, which dynamic_suite 35 """Find all control files in autotest_dir that have 'SUITE=' 37 @param autotest_dir: The directory to search for control files. 38 @return: All control files in autotest_dir that have a suite attribute. 48 Partition all control files in autotest_dir based on suite. 50 @param autotest_dir: Directory to walk looking for control files. 51 @return suite_control_files: A dictionary mapping suite->[control files] [all …]
|
/external/autotest/client/profilers/lttng/ |
D | ltt-control-0.51-12082008.tar.gz | ... -control-0.51-12082008/AUTHORS
ltt-control-0.51-12082008/missing
ltt-control- ... |
/external/llvm/test/Transforms/SCCP/ |
D | undef-resolve.ll | 18 br label %control.outer.outer 20 control.outer.loopexit.us-lcssa: ; preds = %control 21 br label %control.outer.loopexit 23 control.outer.loopexit: ; preds = %control.outer.loopexit.us-lcssa.us, %c… 24 br label %control.outer.outer.backedge 26 control.outer.outer: ; preds = %control.outer.outer.backedge, %init 27 %switchCond.0.ph.ph = phi i32 [ 2, %init ], [ 3, %control.outer.outer.backedge ] ; <i32> [#uses=2] 28 …%i.0.ph.ph = phi i32 [ undef, %init ], [ %i.0.ph.ph.be, %control.outer.outer.backedge ] ; <i32> [#… 30 …br i1 %tmp4, label %control.outer.outer.split.us, label %control.outer.outer.control.outer.outer.s… 32 control.outer.outer.control.outer.outer.split_crit_edge: ; preds = %control.outer.outer [all …]
|
/external/autotest/server/cros/dynamic_suite/ |
D | control_file_getter.py | 16 Interface for classes that can list and fetch known control files. 25 Gather a list of paths to control files. 27 @param suite_name: The name of a suite we would like control files for. 36 Given a path to a control file, return its contents. 38 @param test_path: the path to the control file. 39 @return the contents of the control file specified by the path. 47 Given the name of a control file, return its contents. 49 @param test_name: the name of the test whose control file is desired. 50 @return the contents of the control file specified by the name. 57 """Wraps ControlFileGetter to cache the retrieved control file list and [all …]
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/ |
D | ButtonPropertyEditorPresentationImpl.java | 18 import org.eclipse.swt.widgets.Control; 54 Control control = m_propertyToControl.remove(propertyTable, property); in hide() local 55 if (control != null) { in hide() 56 control.dispose(); in hide() 67 // prepare control in show() 68 Control control = m_propertyToControl.get(propertyTable, property); in show() local 69 if (control == null) { in show() 70 control = createControl(propertyTable, property); in show() 75 setBounds(control, controlX, y, controlWidth, height); in show() 80 * Finds and select the appropriate {@link Control} belonging to given property. [all …]
|
/external/libvpx/libvpx/vpx/ |
D | vp8cx.h | 136 /*!\brief VPx encoder control functions 138 * This set of macros define the control functions available for VPx 144 /*!\brief Codec control function to pass an ROI map to encoder. 150 /*!\brief Codec control function to pass an Active map to encoder. 156 /*!\brief Codec control function to set encoder scaling mode. 162 /*!\brief Codec control function to set encoder internal speed settings. 175 /*!\brief Codec control function to enable automatic set and use alf frames. 181 /*!\brief control function to set noise sensitivity 190 /*!\brief Codec control function to set sharpness. 196 /*!\brief Codec control function to set the threshold for MBs treated static. [all …]
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
D | GridDataFactory.java | 15 import org.eclipse.swt.widgets.Control; 64 * // Example 3: Typical grid data for a scrollable control (a list box, tree, table, etc.) 95 * IMPORTANT: WHEN ASSIGNING LAYOUT DATA TO A CONTROL, BE SURE TO USE 96 * gridDataFactory.applyTo(control) AND NEVER control.setLayoutData(gridDataFactory). 102 private final Control m_control; 111 private GridDataFactory(Control control, GridData gridData) { in GridDataFactory() argument 112 m_control = control; in GridDataFactory() 124 public static GridDataFactory create(Control control) { in create() argument 125 return new GridDataFactory(control, new GridData()); in create() 130 * control. [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationThreadTest.java | 165 private static class Control { class in CollationThreadTest 193 private Control control; field in CollationThreadTest.Test 196 Test(String name, String[] data, Collator collator, Random r, Control control) { in Test() argument 200 this.control = control; in Test() 206 synchronized (control) { in run() 207 while (!control.go()) { in run() 208 control.wait(); in run() 212 while (control.go()) { in run() 216 control.fail(name + ": incorrect sort"); in run() 222 control.fail(name + " " + e.getMessage()); in run() [all …]
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationThreadTest.java | 161 private static class Control { class in CollationThreadTest 189 private Control control; field in CollationThreadTest.Test 192 Test(String name, String[] data, Collator collator, Random r, Control control) { in Test() argument 196 this.control = control; in Test() 202 synchronized (control) { in run() 203 while (!control.go()) { in run() 204 control.wait(); in run() 208 while (control.go()) { in run() 212 control.fail(name + ": incorrect sort"); in run() 218 control.fail(name + " " + e.getMessage()); in run() [all …]
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_disasm.c | 448 static int control (FILE *file, char *name, char *ctrl[], GLuint id, int *space) in control() function 522 err |= control (file, "src reg file", reg_file, _reg_file, NULL); in reg() 543 err |= control (file, "horiz stride", horiz_stride, inst->bits1.da1.dest_horiz_stride, NULL); in dest() 545 err |= control (file, "dest reg encoding", reg_encoding, inst->bits1.da1.dest_reg_type, NULL); in dest() 556 err |= control (file, "horiz stride", horiz_stride, inst->bits1.ia1.dest_horiz_stride, NULL); in dest() 558 err |= control (file, "dest reg encoding", reg_encoding, inst->bits1.ia1.dest_reg_type, NULL); in dest() 572 err |= control (file, "writemask", writemask, inst->bits1.da16.dest_writemask, NULL); in dest() 573 err |= control (file, "dest reg encoding", reg_encoding, inst->bits1.da16.dest_reg_type, NULL); in dest() 601 err |= control (file, "writemask", writemask, inst->bits1.da3src.dest_writemask, NULL); in dest_3src() 602 err |= control (file, "dest reg encoding", reg_encoding, BRW_REGISTER_TYPE_F, NULL); in dest_3src() [all …]
|
/external/rmi4utils/f54test/ |
D | f54test.cpp | 548 /* control 0 */ in SetupF54Controls() 551 /* control 1 */ in SetupF54Controls() 556 /* control 2 */ in SetupF54Controls() 559 /* control 3 */ in SetupF54Controls() 568 /* control 7 */ in SetupF54Controls() 579 /* control 10 */ in SetupF54Controls() 583 /* control 11 */ in SetupF54Controls() 605 /* control 20 */ in SetupF54Controls() 608 /* control 21 */ in SetupF54Controls() 616 /* control 27 */ in SetupF54Controls() [all …]
|
/external/icu/icu4c/source/test/testdata/ |
D | GraphemeBreakTest.txt | 29 ÷ 0020 ÷ 0001 ÷ # ÷ [0.2] SPACE (Other) ÷ [5.0] <START OF HEADING> (Control) ÷ [0.3] 30 ….2] SPACE (Other) × [9.0] COMBINING DIAERESIS (Extend) ÷ [5.0] <START OF HEADING> (Control) ÷ [0.3] 49 ÷ 0020 ÷ D800 ÷ # ÷ [0.2] SPACE (Other) ÷ [5.0] <surrogate-D800> (Control) ÷ [0.3] 50 …[0.2] SPACE (Other) × [9.0] COMBINING DIAERESIS (Extend) ÷ [5.0] <surrogate-D800> (Control) ÷ [0.3] 57 ÷ 000D ÷ 0001 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] <START OF HEADING> (Control) ÷ [0.3] 58 …RETURN (CR)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend) ÷ [5.0] <START OF HEADING> (Control) ÷ [0.3] 77 ÷ 000D ÷ D800 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] <surrogate-D800> (Control) ÷ [0.3] 78 …E RETURN (CR)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend) ÷ [5.0] <surrogate-D800> (Control) ÷ [0.3] 85 ÷ 000A ÷ 0001 ÷ # ÷ [0.2] <LINE FEED (LF)> (LF) ÷ [4.0] <START OF HEADING> (Control) ÷ [0.3] 86 …E FEED (LF)> (LF) ÷ [4.0] COMBINING DIAERESIS (Extend) ÷ [5.0] <START OF HEADING> (Control) ÷ [0.3] [all …]
|
/external/v8/test/unittests/compiler/ |
D | js-intrinsic-lowering-unittest.cc | 70 Node* const control = graph()->start(); in TEST_F() local 73 input1, context, effect, control)); in TEST_F() 90 Node* const control = graph()->start(); in TEST_F() local 93 input, context, effect, control)); in TEST_F() 107 Node* const control = graph()->start(); in TEST_F() local 110 input, context, effect, control)); in TEST_F() 124 Node* const control = graph()->start(); in TEST_F() local 127 input, context, effect, control)); in TEST_F() 141 Node* const control = graph()->start(); in TEST_F() local 144 input, context, effect, control)); in TEST_F() [all …]
|
D | js-typed-lowering-unittest.cc | 337 Node* const control = graph()->start(); in TEST_F() local 340 EmptyFrameState(), effect, control)); in TEST_F() 343 graph()->start(), control)); in TEST_F() 356 Node* const control = graph()->start(); in TEST_F() local 358 context, frame_state, effect, control)); in TEST_F() 369 Node* const control = graph()->start(); in TEST_F() local 371 context, frame_state, effect, control)); in TEST_F() 386 Node* const control = graph()->start(); in TEST_F() local 388 context, frame_state, effect, control)); in TEST_F() 436 Node* const control = graph()->start(); in TEST_F() local [all …]
|
D | js-context-relaxation-unittest.cc | 85 Node* const control = graph()->start(); in TEST_F() local 88 context, frame_state, frame_state, effect, control); in TEST_F() 103 Node* const control = graph()->start(); in TEST_F() local 106 context, frame_state, frame_state, effect, control); in TEST_F() 121 Node* const control = graph()->start(); in TEST_F() local 124 context, frame_state, frame_state, effect, control); in TEST_F() 139 Node* const control = graph()->start(); in TEST_F() local 142 context, frame_state, frame_state, effect, control); in TEST_F() 156 Node* const control = graph()->start(); in TEST_F() local 158 op, graph()->start(), graph()->start(), outer_context, effect, control); in TEST_F() [all …]
|
/external/autotest/utils/ |
D | site_whitelist_tests | 1 /usr/local/autotest/client/tests/compilebench/control 2 /usr/local/autotest/client/tests/dbench/control 3 /usr/local/autotest/client/tests/disktest/control 4 /usr/local/autotest/client/tests/fsx/control 5 /usr/local/autotest/client/tests/hackbench/control 6 /usr/local/autotest/client/tests/unixbench/control 7 /usr/local/autotest/client/tests/sleeptest/control 8 /usr/local/autotest/server/tests/netperf2/control.srv 9 /usr/local/autotest/server/tests/netperf2/control.stress.srv 10 /usr/local/autotest/server/tests/netpipe/control.srv [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ctrl_iface.h | 2 * WPA Supplicant / UNIX domain socket -based control interface 23 * Control interface backends call this function when receiving a message that 41 * Control interface backends call this function when receiving a message from 55 * wpa_supplicant_ctrl_iface_init - Initialize control interface 59 * Initialize the control interface and start receiving commands from external 62 * Required to be implemented in each control interface backend. 68 * wpa_supplicant_ctrl_iface_deinit - Deinitialize control interface 71 * Deinitialize the control interface that was initialized with 74 * Required to be implemented in each control interface backend. 82 * Wait until the first message from an external program using the control [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/swf/ |
D | layer1_decisions.py | 21 control=None, argument 61 if control is not None: 62 attrs['control'] = control 178 control=None): argument 189 if control is not None: 190 attrs['control'] = control 208 control=None, argument 222 if control is not None: 223 attrs['control'] = control 230 control=None, argument [all …]
|
/external/tcpdump/ |
D | print-llc.c | 148 uint16_t control; in llc_print() local 165 * of the control field depends on that - I frames in llc_print() 166 * have a two-byte control field, and U frames have in llc_print() 167 * a one-byte control field. in llc_print() 169 control = *(p + 2); in llc_print() 170 if ((control & LLC_U_FMT) == LLC_U_FMT) { in llc_print() 177 * The control field in I and S frames is in llc_print() 189 control = EXTRACT_LE_16BITS(p + 2); in llc_print() 229 ND_PRINT((ndo, ", ctrl 0x%02x: ", control)); in llc_print() 231 ND_PRINT((ndo, ", ctrl 0x%04x: ", control)); in llc_print() [all …]
|
/external/wpa_supplicant_8/src/common/ |
D | wpa_ctrl.h | 2 * wpa_supplicant/hostapd control interface library 16 /* wpa_supplicant control interface - fixed message prefixes */ 237 /* hostapd control interface - fixed message prefixes */ 326 /* wpa_supplicant/hostapd control interface access */ 329 * wpa_ctrl_open - Open a control interface to wpa_supplicant/hostapd 331 * Returns: Pointer to abstract control interface data or %NULL on failure 333 * This function is used to open a control interface to wpa_supplicant/hostapd. 335 * is configured in wpa_supplicant/hostapd and other programs using the control 341 * wpa_ctrl_open2 - Open a control interface to wpa_supplicant/hostapd 345 * Returns: Pointer to abstract control interface data or %NULL on failure [all …]
|
/external/clang/test/Sema/ |
D | return.c | 20 } // expected-warning {{control reaches end of non-void function}} in test1() 29 } // expected-warning {{control reaches end of non-void function}} in test3() 57 } // expected-warning {{control reaches end of non-void function}} in test7() 61 } // expected-warning {{control reaches end of non-void function}} in test8() 71 } // expected-warning {{control may reach end of non-void function}} in test10() 75 } // expected-warning {{control may reach end of non-void function}} in test11() 87 } // expected-warning {{control reaches end of non-void function}} in test14() 91 } // expected-warning {{control reaches end of non-void function}} in test15() 95 } // expected-warning {{control reaches end of non-void function}} in test16() 99 } // expected-warning {{control reaches end of non-void function}} in test17() [all …]
|
/external/v8/src/compiler/ |
D | control-builders.h | 15 // Base class for all control builders. Also provides a common interface for 16 // control builders to handle 'break' statements when they are used to model 39 // Tracks control flow for a conditional statement. 47 // Primitive control commands. 59 // Tracks control flow for an iteration statement. 68 // Primitive control commands. 77 // Compound control commands for conditional break. 88 // Tracks control flow for a switch statement. 98 // Primitive control commands. 121 // Tracks control flow for a block statement. [all …]
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | AbstractMapEntryTest.java | 47 private static <K, V> Entry<K, V> control(K key, V value) { 64 assertEquals(control("foo", 1), foo1); 65 assertEquals(control("bar", 2), entry("bar", 2)); 66 assertFalse(control("foo", 1).equals(entry("foo", 2))); 67 assertFalse(foo1.equals(control("bar", 1))); 73 assertEquals(control(NK, 1), entry(NK, 1)); 74 assertEquals(control("bar", NV), entry("bar", NV)); 75 assertFalse(control(NK, 1).equals(entry(NK, 2))); 76 assertFalse(entry(NK, 1).equals(control("bar", 1))); 82 assertEquals(control("foo", 1).hashCode(), entry("foo", 1).hashCode()); [all …]
|