Home
last modified time | relevance | path

Searched defs:control (Results 1 – 25 of 217) sorted by relevance

123456789

/external/autotest/site_utils/
Dchromeos_test_config.json65 "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 …]
Ddaily_test_config.json45 "control": "server/site_tests/suites/control.benchmarks", string
50 "control": "server/site_tests/suites/control.hwqual_auto"} string
55 "control": "server/site_tests/suites/control.kernel_daily_regression"}, string
58 "control": "server/site_tests/suites/control.kernel_daily_benchmarks"} string
63 "control": "server/site_tests/suites/control.power_daily", string
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
DButtonPropertyEditorPresentationImpl.java54 Control control = m_propertyToControl.remove(propertyTable, property); in hide() local
68 Control control = m_propertyToControl.get(propertyTable, property); in show() local
98 Control control = createControlImpl(propertyTable, property); in createControl() local
167 private static void setBounds(Control control, int newX, int newY, int newWidth, int newHeight) { in setBounds()
212 void put(PropertyTable propertyTable, Property property, Control control) { in put()
213 m_map.put(Pair.create(propertyTable, property), control); in put() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationThreadTest.java188 private Control control; field in CollationThreadTest.Test
191 Test(String name, String[] data, Collator collator, Random r, Control control) { in Test()
222 private void runThreads(Thread[] threads, Control control) { in runThreads()
253 final Control control = new Control(); in testThreads() local
278 Control control = new Control(); in testFrozen() local
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationThreadTest.java187 private Control control; field in CollationThreadTest.Test
190 Test(String name, String[] data, Collator collator, Random r, Control control) { in Test()
221 private void runThreads(Thread[] threads, Control control) { in runThreads()
252 final Control control = new Control(); in testThreads() local
277 Control control = new Control(); in testFrozen() local
/external/easymock/src/org/easymock/internal/
DMockInvocationHandler.java26 private final MocksControl control; field in MockInvocationHandler
28 public MockInvocationHandler(MocksControl control) { in MockInvocationHandler()
/external/v8/src/compiler/
Deffect-control-linearizer.cc96 Node* control = block->NodeAt(0); in UpdateBlockControl() local
230 Node* control = NodeProperties::GetControlInput(edge.from()); in TryCloneBranch() local
280 Node* control = NodeProperties::GetControlInput(edge.from()); in TryCloneBranch() local
315 Node* control = block->NodeAt(instr); in Run() local
488 void TryScheduleCallIfSuccess(Node* node, Node** control) { in TryScheduleCallIfSuccess()
503 Node** effect, Node** control) { in ProcessNode()
598 Node** control) { in TryWireInStateEffect()
810 Node* control) { in LowerChangeFloat64ToTagged()
818 Node* control) { in LowerChangeFloat64ToTaggedPointer()
825 Node* control) { in LowerChangeBitToTagged()
[all …]
Djs-intrinsic-lowering.cc98 Node* const control = NodeProperties::GetControlInput(node); in ReduceDeoptimizeNow() local
115 Node* const control = NodeProperties::GetControlInput(node); in ReduceGeneratorClose() local
129 Node* const control = NodeProperties::GetControlInput(node); in ReduceGeneratorGetInputOrDebugPos() local
139 Node* const control = NodeProperties::GetControlInput(node); in ReduceGeneratorGetResumeMode() local
155 Node* control = NodeProperties::GetControlInput(node); in ReduceIsInstanceType() local
210 Node* control = NodeProperties::GetControlInput(node); in ReduceFixedArrayGet() local
222 Node* control = NodeProperties::GetControlInput(node); in ReduceFixedArraySet() local
287 Node* control = NodeProperties::GetControlInput(node); in ReduceGetSuperConstructor() local
Ddead-code-elimination.cc137 Node* control = NodeProperties::GetControlInput(node, 0); in RemoveLoopExit() local
148 Node* control = NodeProperties::GetControlInput(node); in ReduceNode() local
154 Node* control = NodeProperties::GetControlInput(node, 0); in ReduceLoopExit() local
Dcommon-operator-reducer.cc109 Node* const control = node->InputAt(1); in ReduceBranch() local
133 Node* control = NodeProperties::GetControlInput(node); in ReduceDeoptimizeConditional() local
185 Node* const control = branch->InputAt(1); in ReduceMerge() local
289 Node* const control = NodeProperties::GetControlInput(node); in ReduceReturn() local
Djs-create-lowering.cc32 AllocationBuilder(JSGraph* jsgraph, Node* effect, Node* control) in AllocationBuilder()
289 Node* const control = graph()->start(); in ReduceJSCreateArguments() local
456 Node* control = NodeProperties::GetControlInput(node); in ReduceNewArray() local
541 Node* control = NodeProperties::GetControlInput(node); in ReduceNewArrayToStubCall() local
671 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateClosure() local
761 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateLiteral() local
795 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateFunctionContext() local
824 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateWithContext() local
854 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateCatchContext() local
892 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateBlockContext() local
[all …]
Dtail-call-optimization.cc27 Node* const control = NodeProperties::GetControlInput(node); in Reduce() local
Djs-native-context-specialization.h90 ValueEffectControl(Node* value, Node* effect, Node* control) in ValueEffectControl()
95 Node* control() const { return control_; } in control() function
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_CTRL.c39 struct v4l2_control control; in do_get_control() local
148 struct v4l2_control control; in test_VIDIOC_G_CTRL_NULL() local
191 struct v4l2_control control; in do_set_control() local
526 struct v4l2_control control; in do_set_control_value() local
601 struct v4l2_control control; in do_set_control_invalid() local
/external/skia/tests/
DPackedConfigsTextureTest.cpp25 static void check_component(skiatest::Reporter* reporter, uint8_t control, uint8_t test) { in check_component()
47 uint16_t control = controlData[i + j * DEV_H]; in check_4444() local
78 uint16_t control = controlData[i + j * DEV_H]; in check_565() local
/external/syslinux/gpxe/src/include/gpxe/
Dscsi.h67 uint8_t control; member
89 uint8_t control; member
111 uint8_t control; member
133 uint8_t control; member
150 uint8_t control; member
180 uint8_t control; member
/external/mockftpserver/tags/1.0/src/test/java/org/mockftpserver/test/
DAbstractTest.java74 MockControl control = MockControl.createControl(interfaceToMock); in createMock() local
126 protected MockControl control(Object mock) { in control() method in AbstractTest
128 MockControl control = (MockControl) mocks.get(mock); in control() local
/external/autotest/client/tools/
Dautotest19 control = os.path.join(autodir, 'control') variable
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/binding/editors/controls/
DDefaultControlActionsManager.java31 public DefaultControlActionsManager(final Control control) { in DefaultControlActionsManager()
/external/clang/test/SemaObjC/
Dobjc-container-subscripting-attr.m15 id control(Subscriptable *obj) { function
/external/compiler-rt/lib/builtins/
Demutls.c73 static __inline void *emutls_allocate_object(__emutls_control *control) { in emutls_allocate_object()
123 static __inline uintptr_t emutls_get_index(__emutls_control *control) { in emutls_get_index()
183 void* __emutls_get_address(__emutls_control* control) { in __emutls_get_address()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
DPropertyTableTooltipHelper.java150 Control control = provider.createTooltipControl(m_property, m_tooltip, endX - startX, this); in showTooltip() local
186 private void configureColors(Control control) { in configureColors()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/
D2-1.c77 int control; variable
D1-2.c78 int control; variable
/external/icu/icu4c/source/test/intltest/
Dpluralmaptest.cpp142 PluralMapForPluralMapTest control; in TestEqual() local
166 PluralMapForPluralMapTest control; in TestCopyAndAssign() local

123456789