HomeSort by relevance Sort by last modified time
    Searched full:down (Results 101 - 125 of 9227) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeIterator.cs 39 * Emit navigation nodes (DOWN, UP, and EOF) to let show tree structure.
49 public object down; field in class:Antlr.Runtime.Tree.TreeIterator
52 /** If we emit UP/DOWN nodes, we need to spit out multiple nodes per
66 down = adaptor.Create(TokenTypes.Down, "DOWN");
110 nodes.Enqueue(tree); // real node is next after DOWN
111 Current = down;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeIterator.cs 40 * Emit navigation nodes (DOWN, UP, and EOF) to let show tree structure.
52 public object down; field in class:Antlr.Runtime.Tree.TreeIterator
55 /** If we emit UP/DOWN nodes, we need to spit out multiple nodes per
71 down = adaptor.Create( TokenTypes.Down, "DOWN" );
129 nodes.Enqueue( tree ); // real node is next after DOWN
130 Current = down;
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeIterator.java 39 * Emit navigation nodes (DOWN, UP, and EOF) to let show tree structure.
49 public Object down; field in class:TreeIterator
52 /** If we emit UP/DOWN nodes, we need to spit out multiple nodes per
66 down = adaptor.create(Token.DOWN, "DOWN");
103 nodes.add(tree); // real node is next after DOWN
104 return down;
  /external/autotest/client/site_tests/power_BacklightControl/
control 11 - The backlight cannot be turned all the way down to minimum and zero using
24 down over the full range, as well as turn screen on/off.
  /external/autotest/server/site_tests/firmware_ECPowerButton/
control 25 - Long press (6s) to shut down system
26 - Longer press (10s) to shut down system when kernel 'powerd' is disabled
  /external/chromium-trace/catapult/third_party/polymer/components/paper-dropdown-menu/
paper-dropdown-menu.html 13 implement a drop-down menu. The currently selected item is displayed in the
16 The child element with the class `dropdown` will be used as the drop-down
19 in the drop-down. You should apply the class `menu` to the selector element.
34 This example renders a drop-down menu with 4 options.
134 * The icon to display when the drop-down is opened.
143 * The icon to display when the drop-down is closed.
147 * @default 'arrow-drop-down'
149 closedIcon: 'arrow-drop-down'
  /external/clang/test/CodeGen/
ubsan-type-blacklist.cpp 1 // Verify ubsan vptr does not check down-casts on blacklisted types.
19 Foo* foo = static_cast<Foo*>(&bar); // down-casting
  /external/dhcpcd-6.8.2/dhcpcd-hooks/
50-dhcpcd-compat 26 r="down"
32 if [ "$r" != "down" ]; then
  /external/e2fsprogs/debugfs/
extent_cmds.ct 43 request do_down, "Down node",
44 down_node, down, d;
  /external/google-breakpad/src/testing/gtest/test/
gtest_environment_test.cc 78 ADD_FAILURE() << "Expected non-fatal failure in global tear-down.";
149 "RUN_ALL_TESTS() should return non-zero, as the global tear-down "
155 "The global tear-down should run, as the global set-up was run.");
161 "and the global tear-down should generate a non-fatal failure.");
166 "The global tear-down should run, as the global set-up was run.");
177 "The global tear-down should run, as the global set-up was run.");
180 // tear-down when there is no test to run.
187 "The global tear-down should not run, "
  /external/gtest/test/
gtest_environment_test.cc 78 ADD_FAILURE() << "Expected non-fatal failure in global tear-down.";
149 "RUN_ALL_TESTS() should return non-zero, as the global tear-down "
155 "The global tear-down should run, as the global set-up was run.");
161 "and the global tear-down should generate a non-fatal failure.");
166 "The global tear-down should run, as the global set-up was run.");
177 "The global tear-down should run, as the global set-up was run.");
180 // tear-down when there is no test to run.
187 "The global tear-down should not run, "
  /external/junit/src/org/junit/rules/
ExternalResource.java 9 * and guarantee to tear it down afterward:
63 * Override to tear down your specific external resource.
  /external/llvm/test/CodeGen/X86/
2011-03-09-Physreg-Coalescing.ll 6 ; The 'call fastcc' ties down %ebx, %ecx, and %edx.
7 ; A MUL8r ties down %al, leaving no GR32_ABCD registers available.
  /external/protobuf/gtest/test/
gtest_environment_test.cc 74 ADD_FAILURE() << "Expected non-fatal failure in global tear-down.";
143 "RUN_ALL_TESTS() should return non-zero, as the global tear-down "
149 "The global tear-down should run, as the global set-up was run.");
155 "and the global tear-down should generate a non-fatal failure.");
160 "The global tear-down should run, as the global set-up was run.");
171 "The global tear-down should run, as the global set-up was run.");
174 // tear-down when there is no test to run.
181 "The global tear-down should not run, "
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_environment_test.cc 78 ADD_FAILURE() << "Expected non-fatal failure in global tear-down.";
149 "RUN_ALL_TESTS() should return non-zero, as the global tear-down "
155 "The global tear-down should run, as the global set-up was run.");
161 "and the global tear-down should generate a non-fatal failure.");
166 "The global tear-down should run, as the global set-up was run.");
177 "The global tear-down should run, as the global set-up was run.");
180 // tear-down when there is no test to run.
187 "The global tear-down should not run, "
  /frameworks/base/core/java/android/widget/
ResourceCursorAdapter.java 51 * define both the item views and the drop down views.
71 * define both the item views and the drop down views.
90 * define both the item views and the drop down views.
103 * Sets the {@link android.content.res.Resources.Theme} against which drop-down views are
106 * By default, drop-down views are inflated against the theme of the
109 * @param theme the theme against which to inflate drop-down views or
153 * <p>Sets the layout resource of the drop down views.</p>
155 * @param dropDownLayout the layout resources used to create drop down views
  /ndk/sources/third_party/googletest/googletest/test/
gtest_environment_test.cc 78 ADD_FAILURE() << "Expected non-fatal failure in global tear-down.";
149 "RUN_ALL_TESTS() should return non-zero, as the global tear-down "
155 "The global tear-down should run, as the global set-up was run.");
161 "and the global tear-down should generate a non-fatal failure.");
166 "The global tear-down should run, as the global set-up was run.");
177 "The global tear-down should run, as the global set-up was run.");
180 // tear-down when there is no test to run.
187 "The global tear-down should not run, "
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
MediaPickerGridView.java 30 * Returns if the grid view can be swiped down further. It cannot be swiped down
  /packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
ImsFrameworkReceiver.java 38 Log.d(TAG, "received ACTION_SHUTDOWN, shutting down IMS");
39 // System is shutting down immediately: perform cleanup here
  /frameworks/base/core/tests/coretests/src/android/widget/espresso/
DragAction.java 60 * Starts a drag with a mouse down.
69 .down;
84 return "mouse down and drag";
135 .down;
170 .down;
187 uiController, coordinates, precision).down;
222 .down;
367 .down;
381 .down;
394 return MotionEvents.sendDown(uiController, coordinates, precision).down;
    [all...]
  /external/autotest/database/
migrate_unittest.py 50 self.do_migration(self.version, 'down')
90 [(3, 'down'), (2, 'down'), (1, 'down')])
108 (version + 1, 'down'))
  /external/chromium-trace/catapult/dashboard/dashboard/models/
anomaly.py 5 """The database model for an "Anomaly", which represents a step up or down."""
17 # direction of UP or DOWN, but a test's improvement direction can be UNKNOWN.
18 UP, DOWN, UNKNOWN = (0, 1, 4)
54 # Whether this anomaly recovered (i.e. if this is a step down, whether there
71 return DOWN
  /libcore/luni/src/main/java/java/math/
RoundingMode.java 39 DOWN(BigDecimal.ROUND_DOWN),
44 * {@link #DOWN}.
52 * this rounding mode behaves as {@link #DOWN}, for negative values as
67 * are broken by rounding down.
105 return DOWN;
  /prebuilts/go/darwin-x86/src/syscall/
asm_darwin_386.s 19 // slide args down on top of system call number
43 // slide args down on top of system call number
70 // slide args down on top of system call number
99 // slide args down on top of system call number
120 // slide args down on top of system call number
asm_freebsd_386.s 22 // slide args down on top of system call number
46 // slide args down on top of system call number
73 // slide args down on top of system call number
102 // slide args down on top of system call number
123 // slide args down on top of system call number

Completed in 1580 milliseconds

1 2 3 45 6 7 8 91011>>