OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ignores
(Results
26 - 50
of
1117
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p5.cpp
91
S0<ci> s0c; // expected-error{{reference binding of non-type template parameter of type 'int &' to template argument of type 'const int'
ignores
qualifiers}}
92
S0<vi> s0v; // expected-error{{reference binding of non-type template parameter of type 'int &' to template argument of type 'volatile int'
ignores
qualifiers}}
93
S0<cvi> s0cv; // expected-error{{reference binding of non-type template parameter of type 'int &' to template argument of type 'const volatile int'
ignores
qualifiers}}
97
S1<vi> s1v; // expected-error{{reference binding of non-type template parameter of type 'const int &' to template argument of type 'volatile int'
ignores
qualifiers}}
98
S1<cvi> s1cv; // expected-error{{reference binding of non-type template parameter of type 'const int &' to template argument of type 'const volatile int'
ignores
qualifiers}}
101
S2<ci> s2c; // expected-error{{reference binding of non-type template parameter of type 'volatile int &' to template argument of type 'const int'
ignores
qualifiers}}
103
S2<cvi> s2cv; // expected-error{{reference binding of non-type template parameter of type 'volatile int &' to template argument of type 'const volatile int'
ignores
qualifiers}}
/external/chromium_org/third_party/WebKit/Source/testing/runner/
TestRunner.h
318
//
ignores
any that may be present.
332
// scroll offsets of the child frames. It
ignores
all.
337
// It takes no arguments, and
ignores
any that may be present.
349
//
ignores
any that may be present.
354
//
ignores
any that may be present.
359
// arguments, and
ignores
any that may be present.
366
// It takes no arguments, and
ignores
any that may be present.
372
// line for each resource load callback. It takes no arguments, and
ignores
378
// arguments, and
ignores
any that may be present.
382
// for each resource that was loaded. It takes no arguments, and
ignores
an
[
all
...]
/external/chromium_org/net/base/
address_tracker_linux_unittest.cc
294
//
Ignores
loopback.
301
//
Ignores
not IFF_LOWER_UP.
306
//
Ignores
deletion.
317
//
Ignores
redundant enables.
342
//
Ignores
redundant disables.
347
//
Ignores
deleting down interfaces.
/external/chromium_org/ppapi/utility/websocket/
websocket_api.cc
41
// in DidConnect. DidConnect
ignores
this invocation and doesn't call
55
// in DidConnect. DidConnect
ignores
this invocation and doesn't call
/external/proguard/docs/manual/
limitations.html
18
<li>For efficiency, ProGuard always
ignores
any <b>private or package visible
32
wouldn't have any effect. It
ignores
the possibility that
/frameworks/av/media/libmedia/
IMediaLogService.cpp
49
// FIXME
ignores
status
57
// FIXME
ignores
status
/bionic/libc/stdlib/
strtoll.c
42
*
Ignores
`locale' stuff. Assumes that the upper and lower case
strtoull.c
42
*
Ignores
`locale' stuff. Assumes that the upper and lower case
/external/chromium/base/win/
wrapped_window_proc.h
7
// dependent, but it is possible that the OS just
ignores
the exception and
/external/chromium/chrome/browser/history/
download_database.h
50
// to do an unbounded delete in either direction. This function
ignores
/external/chromium/chrome/browser/ui/webui/
html_dialog_tab_contents_delegate.h
14
// This class implements (and mostly
ignores
) most of TabContentsDelegate for
/external/chromium_org/base/metrics/
histogram_delta_serialization.h
35
// them if necessary. Silently
ignores
errors in |serialized_deltas|.
/external/chromium_org/build/linux/unbundle/
README
39
The script
ignores
flags other than -D for convenience. This makes it
/external/chromium_org/chrome/browser/ui/gtk/
chrome_browser_main_extra_parts_gtk.cc
35
// locale appropriate string. Note that the GTK implementation
ignores
the
/external/chromium_org/google_apis/gaia/
gaia_auth_util.h
17
//
ignores
everything after a '+'. For example, c.masone+abc@gmail.com ==
/external/chromium_org/net/dns/
record_parsed.h
42
// Check if two records have the same data.
Ignores
time_created and ttl.
/external/chromium_org/net/quic/
quic_spdy_compressor.cc
31
// CompressHeadersInternal
ignores
priority when write_priority is false.
/external/chromium_org/skia/ext/
platform_canvas.cc
54
// so we don't draw anything on a device that
ignores
xfermodes
/external/chromium_org/third_party/skia/include/core/
SkColorShader.h
27
/** Create a ColorShader that
ignores
the color in the paint, and uses the
/external/chromium_org/tools/gyp/test/mac/
gyptest-xcode-gcc.py
43
# clang doesn't warn on invalid offsetofs, it silently
ignores
/external/chromium_org/v8/test/webkit/fast/js/
string-split-ignore-case-expected.txt
24
This test checks for a regression against split() function
ignores
case insensitive modifier.
string-split-ignore-case.js
25
'This test checks for a regression against <a href="https://bugs.webkit.org/show_bug.cgi?id=6119">split() function
ignores
case insensitive modifier</a>.'
/external/droiddriver/src/com/google/android/droiddriver/actions/
Action.java
44
* this value. InstrumentationDriver
ignores
this value because it
/external/skia/bench/
GradientBench.cpp
46
///
Ignores
scale
65
///
Ignores
scale
76
///
Ignores
scale
91
///
Ignores
scale
/external/skia/include/core/
SkColorShader.h
27
/** Create a ColorShader that
ignores
the color in the paint, and uses the
Completed in 505 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>