OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:have
(Results
1326 - 1350
of
39030
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/dalvik/vm/compiler/template/armv5te/
TEMPLATE_CMP_LONG.S
13
* Leaving { <0, 0, >0 } in ip. However, we
have
to set it to a specific
15
* (set 1, set -1; if they're equal we already
have
0 in ip), giving
/dalvik/vm/mterp/armv5te/
OP_DOUBLE_TO_INT.S
2
/* EABI appears to
have
Java-style conversions of +inf/-inf/NaN */
11
* We
have
to clip values to int min/max per the specification. The
/dalvik/vm/mterp/armv6t2/
OP_DOUBLE_TO_INT.S
2
/* EABI appears to
have
Java-style conversions of +inf/-inf/NaN */
11
* We
have
to clip values to int min/max per the specification. The
/docs/source.android.com/src/about/
index.md
22
manufacturers
have
brought to market devices running Android, and they are
26
users. A number of companies
have
committed many engineers to achieve this
/external/antlr/antlr-3.4/
antlrjar.xml
60
Unpack the binary dependencies so we
have
a nice
61
uber jar that can run with java -jar and need not
have
/external/antlr/antlr-3.4/runtime/C/doxygen/
runtime.dox
33
/// email group, which you should probably
have
signed up for if you
have
read this far into the
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
FieldPositionTest.java
115
assertEquals("getBeginIndex should
have
returned 2",
127
assertEquals("getEndIndex should
have
returned 3",
137
assertEquals("FieldPosition(65) should
have
caused getField to return 65",
140
assertEquals("FieldPosition(DateFormat.Field.MINUTE) should
have
caused getField to return -1",
151
"FieldPosition(DateFormat.Field.TIME_ZONE) should
have
caused getFieldAttribute to return DateFormat.Field.TIME_ZONE",
156
"FieldPosition(DateFormat.TIMEZONE_FIELD) should
have
caused getFieldAttribute to return null",
185
assertEquals("beginIndex should
have
been set to 2",
197
assertEquals("EndIndex should
have
been set to 3",
/external/bison/
README
19
If you
have
questions about using Bison and the documentation does
38
You should
have
received a copy of the GNU General Public License
/external/bluetooth/glib/
AUTHORS
1
Below are just a few of the people who
have
contributed
3
have
with GTK+; see the README file for information about
/external/checkpolicy/
policy_define.h
7
* We need the following so we
have
a valid error return code in yacc
8
* when we
have
a parse error for a conditional rule. We can't check
/external/chromium/chrome/browser/chromeos/
browser_main_chromeos.cc
17
// with our support for context menus (the only real need we
have
).
18
// There are some inconsistent states both with what we
have
and what
/external/chromium/chrome/browser/content_settings/
content_settings_details.h
30
// The pattern whose settings
have
changed.
36
// The type of the pattern whose settings
have
changed.
/external/chromium/chrome/browser/download/
download_history.h
58
// In case we don't
have
a valid db_handle, we use |fake_db_handle_| instead.
60
// Downloads are expected to
have
unique handles, so we decrement the next
/external/chromium/chrome/browser/extensions/
extension_error_reporter.h
17
// TODO(aa): Hook this up to about:extensions, when we
have
about:extensions.
35
// Get the errors that
have
been reported so far.
/external/chromium/chrome/browser/history/
page_usage_data.h
115
// Whether we
have
an outstanding request for the thumbnail.
120
// Whether we
have
an outstanding request for the favicon.
/external/chromium/chrome/browser/metrics/
histogram_synchronizer.h
33
// To assure that all the renderers
have
responded, a counter is maintained (for
73
// changes to histograms. Return when all changes
have
been acquired, or when
79
// changes to histograms. When all changes
have
been acquired, or when the
86
// records that we
have
received histograms from a renderer process.
99
// given sequence number. If we
have
received a response from all renderers,
149
// The number of renderers that
have
not yet responded to requests (as part of
161
// The number of renderers that
have
not yet responded to requests (as part of
168
// all the other threads
have
gone away. As a result, it is ok to call it
/external/chromium/chrome/browser/net/gaia/
token_service_unittest.h
23
// We
have
to in order to read it out, or we
have
a bad ptr, since the details
/external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_instructions_view.h
62
//
Have
the colors of the child views been updated? This is initially false
63
// and set to true once we
have
a valid ThemeProvider.
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/templates/
index.html
40
You
have
<strong>no access</strong> to extra features in this app.
50
You
have
<strong>full access</strong> to the features of this app.
/external/chromium/chrome/common/safe_browsing/
csd.proto
9
// If you want to change this protocol definition or you
have
questions
39
//
have
value 1.0.
/external/chromium/testing/gmock/scripts/generator/
README
6
cppclean requires Python 2.3.5 or later. If you don't
have
Python installed
35
properly. These will also
have
to be fixed manually.
/external/chromium/webkit/glue/media/
web_data_source.h
49
// once WebMediaPlayerImpl::Proxy is fixed so it doesn't
have
to track
52
// support in Demuxers cancel pending reads, Proxy shouldn't
have
to keep
/external/clang/test/Analysis/
idempotent-operations.c
13
test(x - x); // expected-warning {{Both operands to '-' always
have
the same value}}
14
x -= x; // expected-warning {{Both operands to '-=' always
have
the same value}}
16
test(x / x); // expected-warning {{Both operands to '/' always
have
the same value}}
17
x /= x; // expected-warning {{Both operands to '/=' always
have
the same value}}
19
test(x & x); // expected-warning {{Both operands to '&' always
have
the same value}}
20
x &= x; // expected-warning {{Both operands to '&=' always
have
the same value}}
21
test(x | x); // expected-warning {{Both operands to '|' always
have
the same value}}
22
x |= x; // expected-warning {{Both operands to '|=' always
have
the same value}}
misc-ps-64.m
27
// trick is to
have
the evaluator convert the literal to an unsigned
30
// OSAtomicCompareAndSwap64Barrier, which doesn't
have
special casts
/external/clang/test/CXX/class/class.static/class.static.data/
p3.cpp
32
static constexpr NonLit h = NonLit(); // expected-error {{cannot
have
non-literal type 'const NonLit'}}
33
static constexpr T c = T(); // expected-error {{cannot
have
non-literal type}}
Completed in 2959 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>