Home
last modified time | relevance | path

Searched full:selecting (Results 1 – 25 of 985) sorted by relevance

12345678910>>...40

/external/chromium-trace/catapult/third_party/polymer/components/neon-animation/test/
Dneon-animated-pages-descendant-selection.html40 <test-fixture id="selecting-item">
43 <x-selecting-element></x-selecting-element>
49 <dom-module id="x-selecting-element">
68 Polymer({ is: 'x-selecting-element' });
108 var pages = fixture('selecting-item');
110 var selecting = Polymer.dom(pages).querySelector('x-selecting-element');
111 selecting.$.selector.selected = 1;
/external/autotest/server/site_tests/firmware_MenuModeTransition/
Dfirmware_MenuModeTransition.py70 self.menu_select('Selecting "Developer Options"...')
72 self.menu_select('Selecting "Boot From Internal Disk"...')
96 self.menu_select('Selecting "Enable OS Verification"...')
151 self.menu_select('Selecting "Advanced options"...')
153 self.menu_select('Selecting "Enable developer mode"...')
178 self.menu_select('Selecting "Boot from internal disk"...')
207 self.menu_select('Selecting "Return to secure mode"...')
/external/arm-trusted-firmware/plat/nxp/soc-lx2160a/
Dsoc.mk25 # Selecting dependent module,
26 # Selecting dependent drivers, and
54 # Selecting Drivers for SoC
68 # Selecting PSCI & SIP_SVC support
73 # Selecting Boot Source for the TFA images.
/external/iproute2/man/man8/
Dip-mroute.838 the prefix selecting the destination multicast addresses to list.
46 the prefix selecting the IP source addresses of the multicast route.
50 the table id selecting the multicast table. It can be
/external/chromium-trace/catapult/third_party/polymer/components/iron-selector/test/
Dattr-for-selected.html95 test('selecting value programatically selects correct item', function() {
100 test('selecting item sets the correct selected value', function(done) {
120 test('selecting value programatically selects correct item', function() {
125 test('selecting item sets the correct selected value', function(done) {
145 test('selecting value programatically selects correct item', function() {
152 test('selecting item sets the correct selected value', function(done) {
/external/pdfium/fpdfsdk/
Dfpdf_formfill_embeddertest.cpp1107 // Test selecting first character in forward direction. in TEST_F()
1111 // Test selecting entire long string in backwards direction. in TEST_F()
1115 // Test selecting middle section in backwards direction. in TEST_F()
1119 // Test selecting middle selection in forward direction. in TEST_F()
1123 // Test selecting last character in backwards direction. in TEST_F()
1132 // Test selecting first character in forward direction. in TEST_F()
1136 // Test selecting entire long string in backwards direction. in TEST_F()
1140 // Test selecting middle section in backwards direction. in TEST_F()
1144 // Test selecting middle selection in forward direction. in TEST_F()
1148 // Test selecting last character in backwards direction. in TEST_F()
[all …]
/external/rust/crates/android_log-sys/patches/
D0001-Add-support-for-selecting-log-buffers.patch4 Subject: [PATCH] Add support for selecting log buffers
7 it did not exist before API version 30. To allow selecting a log buffer
/external/tensorflow/tensorflow/python/kernel_tests/
Dcudnn_deterministic_base.py39 # selecting determinitic operation will lead to only the deterministic
40 # algorithms being chosen. Additionally, selecting deterministic operation will
49 # Even though selecting determinitic operation should ensure that the same
/external/chromium-trace/catapult/third_party/polymer/components/paper-menu/test/
Dpaper-submenu.html105 test('selecting an item expands the submenu', function() {
117 test('selecting a different item closes the previously opened submenu', function() {
147 test('selecting an item styles it and the parent', function() {
173 test('selecting a new item de-styles the previous one', function() {
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelect.h9 /// responsible for selecting (possibly generic) machine instructions to
20 /// This pass is responsible for selecting generic machine instructions to
/external/clang/test/SemaCXX/
Dconversion-delete-expr.cpp77 void f5(X1 x) { delete x; } // OK. In selecting a conversion to pointer function, template convesi… in f5()
107 // OK. In selecting a conversion to pointer function, template convesions are skipped. in foo7()
/external/gfxstream-protocols/include/vulkan/include/vk_video/
Dvulkan_video_codec_h264std_decode.h39 uint8_t seq_parameter_set_id; // Selecting SPS from the Picture Parameters
40 uint8_t pic_parameter_set_id; // Selecting PPS from the Picture Parameters and the SPS
/external/deqp/external/vulkancts/scripts/src/vk_video/
Dvulkan_video_codec_h264std_decode.h29 uint8_t seq_parameter_set_id; // Selecting SPS from the Picture Parameters
30 uint8_t pic_parameter_set_id; // Selecting PPS from the Picture Parameters and the SPS
/external/gfxstream-protocols/registry/vulkan/include/vk_video/
Dvulkan_video_codec_h264std_decode.h39 uint8_t seq_parameter_set_id; // Selecting SPS from the Picture Parameters
40 uint8_t pic_parameter_set_id; // Selecting PPS from the Picture Parameters and the SPS
/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
DTournamentSelection.java25 * chromosomes without replacement from the population, and then selecting the
50 * population, and then selecting the fittest chromosome among them.
/external/angle/doc/
DDevSetupAndroid.md102 ## Selecting ANGLE as the OpenGL ES driver
113 There are multiple values you can use for selecting which OpenGL ES driver is loaded by the platfor…
131 Similar to selecting a single app, you can select multiple applications by listing their package
/external/guava/android/guava/src/com/google/common/util/concurrent/
DFluentFuture.java165 * <p>When selecting an executor, note that {@code directExecutor} is dangerous in some cases. See
226 * <p>When selecting an executor, note that {@code directExecutor} is dangerous in some cases. See
288 * <p>When selecting an executor, note that {@code directExecutor} is dangerous in some cases. See
327 * <p>When selecting an executor, note that {@code directExecutor} is dangerous in some cases. See
377 * <p>When selecting an executor, note that {@code directExecutor} is dangerous in some cases. See
/external/autotest/server/cros/faft/utils/
Dmode_switcher.py276 self.set_button('volume_up_hold', 100, ('Selecting power as'
302 logging.info('Selecting power as enter key to accept the default'
372 self.set_button('volume_up_hold', 100, ('Selecting power '
394 self.set_button('volume_up_hold', 100, ('Selecting power as '
418 self.set_button('volume_up_hold', 100, ('Selecting '
424 logging.info('Selecting Confirm Enabling Verified '
446 self.set_button('volume_up_hold', 100, ('Selecting '
/external/guava/guava/src/com/google/common/util/concurrent/
DFluentFuture.java167 * <p>When selecting an executor, note that {@code directExecutor} is dangerous in some cases. See
228 * <p>When selecting an executor, note that {@code directExecutor} is dangerous in some cases. See
306 * <p>When selecting an executor, note that {@code directExecutor} is dangerous in some cases. See
345 * <p>When selecting an executor, note that {@code directExecutor} is dangerous in some cases. See
395 * <p>When selecting an executor, note that {@code directExecutor} is dangerous in some cases. See
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DInstructionSelect.cpp72 LLVM_DEBUG(dbgs() << "Selecting function: " << MF.getName() << '\n'); in runOnMachineFunction()
125 LLVM_DEBUG(dbgs() << "Selecting: \n " << MI); in runOnMachineFunction()
245 dbgs() << "Rules covered by selecting function: " << MF.getName() << ":"; in runOnMachineFunction()
/external/clang/tools/clang-format/
Dclang-format-diff.py44 help='custom pattern selecting file paths to reformat '
49 help='custom pattern selecting file paths to reformat '
/external/perfetto/ui/src/frontend/
Dpivot_table_helper_unittest.ts123 test('Selecting a column with invalid attributes results in an error', () => {
131 test('Selecting stack column sets isStackPivot', () => {
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DAbstractFutureFallbackAtomicHelperTest.java53 * This classloader disallows {@link sun.misc.Unsafe}, which will prevent us from selecting our
61 * which will prevent us from selecting our {@code SafeAtomicHelper} strategy.
/external/sonivox/jet_tools/JetCreator/
DJetCreatorhlp.dat98 delete empty tracks = Selecting this will delete any empty MIDI tracks.
107 omit empty tracks = Selecting this will delete any empty MIDI tracks.
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractFutureFallbackAtomicHelperTest.java53 * This classloader disallows {@link sun.misc.Unsafe}, which will prevent us from selecting our
61 * which will prevent us from selecting our {@code SafeAtomicHelper} strategy.

12345678910>>...40