Searched defs:ignore (Results 1 - 25 of 149) sorted by path

123456

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeParser.cs110 public override void MatchAny(IIntStream ignore) { argument
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTreeParser.java100 public void matchAny(IntStream ignore) { // ignore stream, copy of input argument
/external/bison/lib/
H A Dcloseout.c49 - If ignore = true, it shall be ignored.
50 - If ignore = false, it shall evoke a diagnostic, along with a nonzero
52 The default is ignore = false.
56 temporarily ignore SIGPIPE. If SIGPIPE is ignored or blocked because
65 The ignore = false setting is suitable for a scenario where it is normally
70 The ignore = true setting is suitable for a scenario where you don't know
78 close_stdout_set_ignore_EPIPE (bool ignore) argument
80 ignore_EPIPE = ignore;
/external/bluetooth/bluedroid/stack/gap/
H A Dgap_ble.c334 BOOLEAN ignore = FALSE; local
348 ignore = TRUE;
354 ignore = TRUE;
360 ignore = TRUE;
368 if (!ignore)
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_attr.c185 BOOLEAN ignore = FALSE; local
201 ignore = TRUE;
207 ignore = TRUE;
215 if (!ignore)
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/
H A DBase64Encoder.java116 private boolean ignore( method in class:Base64Encoder
142 if (!ignore((char)data[end - 1]))
192 while ((i < finish) && ignore((char)data[i]))
217 if (!ignore(data.charAt(end - 1)))
322 while ((i < finish) && ignore(data.charAt(i)))
H A DHexEncoder.java68 private static boolean ignore( method in class:HexEncoder
94 if (!ignore((char)data[end - 1]))
105 while (i < end && ignore((char)data[i]))
112 while (i < end && ignore((char)data[i]))
150 if (!ignore(data.charAt(end - 1)))
161 while (i < end && ignore(data.charAt(i)))
168 while (i < end && ignore(data.charAt(i)))
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwContentsClientBridge.java87 public void ignore() { method in class:AwContentsClientBridge.ClientCertificateRequestCallback
/external/chromium_org/ash/wm/
H A Dmru_window_tracker.cc155 void MruWindowTracker::SetIgnoreActivations(bool ignore) { argument
156 ignore_window_activations_ = ignore;
160 if (!ignore)
H A Dwindow_positioner.cc277 // We ignore the saved show state, but look instead for the top level
287 // For a maximized window ignore the real bounds of the top level window
322 bool WindowPositioner::DisableAutoPositioning(bool ignore) { argument
324 disable_auto_positioning = ignore;
582 // If the alignment was pushing the window out of the screen, we ignore the
/external/chromium_org/base/process/
H A Dprocess_info_win.cc17 FILETIME ignore = {}; local
18 if (::GetProcessTimes(::GetCurrentProcess(), &creation_time, &ignore,
19 &ignore, &ignore) == false)
/external/chromium_org/base/test/
H A Dtrace_event_analyzer.h566 void SetIgnoreMetadataEvents(bool ignore) { ignore_metadata_events_ = true; } argument
/external/chromium_org/base/win/
H A Devent_trace_consumer_unittest.cc88 EtwTraceProperties ignore; local
89 EtwTraceController::Stop(session_name_.c_str(), &ignore);
97 EtwTraceProperties ignore; local
98 EtwTraceController::Stop(session_name_.c_str(), &ignore);
H A Devent_trace_controller.cc55 EtwTraceProperties ignore; local
57 prop = &ignore;
107 EtwTraceProperties ignore; local
109 properties = &ignore;
122 EtwTraceProperties ignore; local
124 properties = &ignore;
H A Devent_trace_controller_unittest.cc118 EtwTraceProperties ignore; local
119 EtwTraceController::Stop(session_name_.c_str(), &ignore);
/external/chromium_org/cc/base/
H A Dtiling_data_unittest.cc1078 // Make sure this also works with a difference iterator and an empty ignore.
1079 // The difference iterator never includes borders, so ignore it otherwise.
1245 gfx::Rect ignore,
1251 if (bounds.Intersects(consider) && !bounds.Intersects(ignore))
1259 for (TilingData::DifferenceIterator iter(&data, consider, ignore); iter;
1277 // ignore rects relative to the consider rect. The consider rect indices
1340 // Overlap all tiles with ignore rect.
1374 const gfx::Rect& ignore,
1379 &tiling_data, consider, ignore, center);
1398 gfx::Rect ignore; local
1243 TestDiff(const TilingData& data, gfx::Rect consider, gfx::Rect ignore, size_t num_tiles) argument
1371 TestSpiralIterate(int source_line_number, const TilingData& tiling_data, const gfx::Rect& consider, const gfx::Rect& ignore, const gfx::Rect& center, const std::vector<std::pair<int, int> >& expected) argument
1509 gfx::Rect ignore; local
1645 gfx::Rect ignore; local
1768 gfx::Rect ignore; local
[all...]
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest.cc3381 scoped_ptr<base::AutoReset<bool> > ignore = variable
/external/chromium_org/chrome/browser/extensions/api/permissions/
H A Dpermissions_api.cc121 bool ignore) {
122 ignore_user_gesture_for_tests = ignore;
120 SetIgnoreUserGestureForTests( bool ignore) argument
/external/chromium_org/chrome/browser/hang_monitor/
H A Dhung_plugin_action.cc120 // If the user choses to ignore the hung window warning, the
163 BOOL CALLBACK HungPluginAction::DismissMessageBox(HWND window, LPARAM ignore) { argument
/external/chromium_org/chrome/browser/infobars/
H A Dinfobar_service.cc110 const bool ignore = ignore_next_reload_ && IsReload(load_details); local
112 if (!ignore)
/external/chromium_org/chrome/browser/renderer_context_menu/
H A Drender_view_context_menu.cc1193 bool ignore; local
1195 ui::CLIPBOARD_TYPE_COPY_PASTE, &types, &ignore);
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dwindow_finder_ash.cc16 const std::set<gfx::NativeView>& ignore,
18 if (ignore.find(window) != ignore.end())
35 GetLocalProcessWindowAtPointImpl(screen_point, ignore, *i);
46 const std::set<aura::Window*>& ignore) {
48 screen_point, ignore, ::ash::wm::GetRootWindowAt(screen_point));
14 GetLocalProcessWindowAtPointImpl( const gfx::Point& screen_point, const std::set<gfx::NativeView>& ignore, aura::Window* window) argument
44 GetLocalProcessWindowAtPointAsh( const gfx::Point& screen_point, const std::set<aura::Window*>& ignore) argument
H A Dwindow_finder_chromeos.cc12 const std::set<aura::Window*>& ignore);
17 const std::set<aura::Window*>& ignore) {
18 return GetLocalProcessWindowAtPointAsh(screen_point, ignore);
14 GetLocalProcessWindowAtPoint( chrome::HostDesktopType host_desktop_type, const gfx::Point& screen_point, const std::set<aura::Window*>& ignore) argument

Completed in 4894 milliseconds

123456