OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:numbers
(Results
476 - 500
of
6415
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/system/core/libutils/
primes.py
19
# Generates a table of prime
numbers
for use in BasicHashtable.cpp.
/system/core/logcat/
event.logtags
1
# The entries in this file map a sparse set of log tag
numbers
to tag names.
4
# Tag
numbers
are decimal integers, from 0 to 2^31. (Let's leave the
7
# Tag names are one or more ASCII letters and
numbers
or underscores, i.e.
11
# Tag
numbers
and names are separated by whitespace. Blank lines and lines
/external/bison/src/
gram.h
31
Numbers
0 to NTOKENS - 1 are for tokens, and NTOKENS to NSYMS - 1
36
The rules receive rule
numbers
1 to NRULES in the order they are
40
presented to the user, we subtract 1, so *displayed* rule
numbers
44
instance RITEM stores both symbol (the RHS) and rule
numbers
: the
81
The right hand side is stored as symbol
numbers
in a portion of
93
Item
numbers
are used in the finite state machine to represent
146
/* Rule
numbers
. */
/external/chromium_org/chrome/browser/extensions/
PRESUBMIT.py
40
"""Represents a range of line
numbers
(1-based)"""
61
HistogramValue enum members in |contents|. The line
numbers
are 1-based,
62
compatible with line
numbers
returned by AffectedFile.ChangeContents().
71
line_num = 1 # Line
numbers
are 1-based
186
"""Return a list of of line
numbers
(1-based) corresponding to lines
190
return deleted line
numbers
*only* from diff chunks which decrease the size
212
# Return line
numbers
only from diff chunks decreasing the size of the
/frameworks/ex/common/java/com/android/common/contacts/
DataUsageStatUpdater.java
146
* Update usage statistics information using a list of phone
numbers
.
155
public boolean updateWithPhoneNumber(Collection<String>
numbers
) {
157
Log.d(TAG, "updateWithPhoneNumber: " + Arrays.toString(
numbers
.toArray()));
159
if (
numbers
!= null && !
numbers
.isEmpty()) {
162
final String[] questionMarks = new String[
numbers
.size()];
164
whereArgs.addAll(
numbers
);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
FASerializer.java
47
* purposes. This is the variable that tracks state
numbers
.
52
* serializing machines, map old state
numbers
to new state
numbers
73
* state
numbers
inside the state are not used; instead, a new number
75
* machines using the same specific algorithm, then the state
numbers
/external/chromium_org/chrome/common/extensions/docs/server2/
branch_utility.py
167
numbers
= {}
178
if number not in
numbers
:
179
numbers
[number] = 0
181
numbers
[number] += 1
183
sorted_numbers = sorted(
numbers
.iteritems(),
/external/chromium_org/chrome/renderer/spellchecker/
spellcheck_worditerator_unittest.cc
168
// Vertify our SpellcheckWordIterator can treat ASCII
numbers
as word characters
169
// on LTR languages. On the other hand, it should not treat ASCII
numbers
as
175
//
numbers
and an alphabet of the language, into words. When ASCII
numbers
are
177
// Otherwise, the split word does not include ASCII
numbers
.
/external/chromium_org/components/autofill/core/browser/
phone_number_unittest.cc
100
// Unformatted
numbers
should be formatted.
106
// Differently formatted
numbers
should be re-formatted.
112
// Invalid
numbers
should not be stored. In the US, phone
numbers
cannot
119
// Test that cached phone
numbers
are correctly invalidated and updated.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
InboundSmsTracker.java
89
* Create a tracker for a multi-part SMS. Sequence
numbers
start at 1 for 3GPP and regular
90
* concatenated 3GPP2 messages, but CDMA WAP push sequence
numbers
start at 0. The caller
162
// GSM sequence
numbers
start at 1; CDMA WDP datagram sequence
numbers
start at 0
271
* Sequence
numbers
for concatenated messages start at 1. The exception is CDMA WAP PDU
/external/chromium_org/ui/base/strings/
ui_strings.grd
217
desc="This is necessary for every language. This is the default for all the
numbers
NOT covered by special cases (singular, dual/two, few, many) some languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only string necessary. For languages with singular-plural distinction, this is the generic plural. For Lithuanian, NUMBER_DEFAULT is 11 .. 19.">
223
desc="NUMBER_ONE is one or one-like
numbers
: 1 (many European and most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1,21,31, .. (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 101, 201, .. (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and Kannada">
249
desc="NUMBER_TWO is two or two-like/dual
numbers
: 2 (Arabic and Irish) or 2, 102, 202 ... (Slovenian). For other languages, do NOT translated.">
262
desc="NUMBER_FEW is few or few-like
numbers
in Arabic, Russian, Polish, Croatian, Serbian, Ukrainian, Czech, Slovak, Slovenian, Latvian. For other languages, do NOT translate.">
287
desc="This is necessary for every language. This is the default for all the
numbers
NOT covered by special cases (singular, dual/two, few, many) some languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only string necessary. For languages with singular-plural distinction, this is the generic plural. For Lithuanian, NUMBER_DEFAULT is 11 .. 19.">
293
desc="NUMBER_ONE is one or one-like
numbers
: 1 (many European and most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1,21,31, .. (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 101, 201, .. (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and Kannada">
319
desc="NUMBER_TWO is two or two-like/dual
numbers
: 2 (Arabic and Irish) or 2, 102, 202 ... (Slovenian). For other languages, do NOT translated.">
332
desc="NUMBER_FEW is few or few-like
numbers
in Arabic, Russian, Polish, Croatian, Serbian, Ukrainian, Czech, Slovak, Slovenian, Latvian. For other languages, do NOT translate.">
358
desc="This is necessary for every language. This is the default for all the
numbers
NOT covered by special cases (singular, dual/two, few, many) some languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only string necessary. For languages with singular-plural distinction, this is the generic plural. For Lithuanian, NUMBER_DEFAULT is 11 .. 19.">
364
desc="NUMBER_ONE is one or one-like
numbers
: 1 (many European and most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1 (…)
[
all
...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
Collections2Test.java
289
String[]
numbers
= new String[] { "0", "1", "2" };
local
290
Arrays.sort(
numbers
, roc);
292
Arrays.equals(fixtureDesc,
numbers
));
307
String[]
numbers
= new String[] { "0", "1", "2" };
local
308
Arrays.sort(
numbers
, roc);
310
Arrays.equals(fixtureDesc,
numbers
));
318
numbers
= new String[] { "0", "1", "2" };
319
Arrays.sort(
numbers
, roc);
321
Arrays.equals(fixtureDesc,
numbers
));
/external/guava/guava-tests/test/com/google/common/primitives/
DoublesTest.java
52
private static final double[]
NUMBERS
= new double[] {
59
= Doubles.concat(
NUMBERS
, new double[] {NaN});
68
for (double value :
NUMBERS
) {
93
for (double value :
NUMBERS
) {
113
for (double value :
NUMBERS
) {
153
for (double value :
NUMBERS
) {
174
for (double value :
NUMBERS
) {
198
assertEquals(GREATEST, Doubles.max(
NUMBERS
));
219
assertEquals(LEAST, Doubles.min(
NUMBERS
));
FloatsTest.java
52
private static final float[]
NUMBERS
= new float[] {
59
= Floats.concat(
NUMBERS
, new float[] {NaN});
68
for (float value :
NUMBERS
) {
93
for (float value :
NUMBERS
) {
112
for (float value :
NUMBERS
) {
152
for (float value :
NUMBERS
) {
173
for (float value :
NUMBERS
) {
197
assertEquals(GREATEST, Floats.max(
NUMBERS
));
218
assertEquals(LEAST, Floats.min(
NUMBERS
));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
hash.cpp
77
// these
numbers
are not divisible by 2, 3, 5 or 7
137
// potential primes. All prime
numbers
are potential prime
numbers
. However
138
// some potential prime
numbers
are not prime. In an ideal world, all potential
139
// prime
numbers
would be prime. Candiate prime
numbers
are chosen as the next
141
// by all potential prime
numbers
less than the sqrt of the candidate.
143
// This implementation defines potential primes as those
numbers
not divisible
148
// primes more closely approximates the set of prime
numbers
. And thus there
/external/apache-xml/src/main/java/org/apache/xpath/objects/
XNodeSet.java
746
* Compare two
numbers
752
* @return Whether the
numbers
are equal or not
758
* Compare strings or
numbers
for less than.
779
* Compare two
numbers
for less than.
794
* Compare strings or
numbers
for less than or equal.
815
* Compare two
numbers
for less than or equal.
830
* Compare strings or
numbers
for greater than.
851
* Compare two
numbers
for greater than.
866
* Compare strings or
numbers
for greater than or equal.
887
* Compare two
numbers
for greater than or equal
[
all
...]
/cts/suite/cts/deviceTests/browserbench/assets/octane/
base.js
56
// Automatically convert results to
numbers
. Used by the geometric
152
// Computes the geometric mean of a set of
numbers
.
153
BenchmarkSuite.GeometricMean = function(
numbers
) {
155
for (var i = 0; i <
numbers
.length; i++) {
156
log += Math.log(
numbers
[i]);
158
return Math.pow(Math.E, log /
numbers
.length);
/external/chromium_org/chrome/common/extensions/api/
events.json
285
"description": "Matches if the URL (without fragment identifier) contains a specified string. Port
numbers
are stripped from the URL if they match the default port number.",
290
"description": "Matches if the URL (without fragment identifier) is equal to a specified string. Port
numbers
are stripped from the URL if they match the default port number.",
295
"description": "Matches if the URL (without fragment identifier) matches a specified regular expression. Port
numbers
are stripped from the URL if they match the default port number. The regular expressions use the <a href=\"http://code.google.com/p/re2/wiki/Syntax\">RE2 syntax</a>.",
300
"description": "Matches if the URL without query segment and fragment identifier matches a specified regular expression. Port
numbers
are stripped from the URL if they match the default port number. The regular expressions use the <a href=\"http://code.google.com/p/re2/wiki/Syntax\">RE2 syntax</a>.",
305
"description": "Matches if the URL (without fragment identifier) starts with a specified string. Port
numbers
are stripped from the URL if they match the default port number.",
310
"description": "Matches if the URL (without fragment identifier) ends with a specified string. Port
numbers
are stripped from the URL if they match the default port number.",
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLParserIdioms.cpp
94
// See HTML5 2.5.4.3 `Real
numbers
.' and parseToDoubleForNumberType
105
//
Numbers
are considered finite IEEE 754 single-precision floating point values.
106
// See HTML5 2.5.4.3 `Real
numbers
.'
118
// See HTML5 2.5.4.3 `Real
numbers
.'
134
//
Numbers
are considered finite IEEE 754 single-precision floating point values.
135
// See HTML5 2.5.4.3 `Real
numbers
.'
/external/chromium_org/v8/benchmarks/
base.js
55
// Automatically convert results to
numbers
. Used by the geometric
147
// Computes the geometric mean of a set of
numbers
.
148
BenchmarkSuite.GeometricMean = function(
numbers
) {
150
for (var i = 0; i <
numbers
.length; i++) {
151
log += Math.log(
numbers
[i]);
153
return Math.pow(Math.E, log /
numbers
.length);
/external/llvm/lib/Support/
FileUtilities.cpp
80
/// CompareNumbers - compare two
numbers
, returning true if they are different.
95
// If we stop on
numbers
, compare their difference.
101
// Note that some ugliness is built into this to permit support for
numbers
161
// Otherwise, advance our read pointers to the end of the
numbers
.
229
// Now that we are at the start of the
numbers
, compare them, exiting if
248
// Now that we are at the start of the
numbers
, compare them, exiting if
/external/strace/linux/
syscall.h
189
* IA64 syscall
numbers
(the only ones available from standard header
190
* files) are disjoint from IA32 syscall
numbers
. We need to define
251
* IA64 syscall
numbers
(the only ones available from standard
252
* header files) are disjoint from IA32 syscall
numbers
. We need
298
* IA64 syscall
numbers
(the only ones available from standard header
299
* files) are disjoint from IA32 syscall
numbers
. We need to define
/external/v8/benchmarks/
base.js
55
// Automatically convert results to
numbers
. Used by the geometric
147
// Computes the geometric mean of a set of
numbers
.
148
BenchmarkSuite.GeometricMean = function(
numbers
) {
150
for (var i = 0; i <
numbers
.length; i++) {
151
log += Math.log(
numbers
[i]);
153
return Math.pow(Math.E, log /
numbers
.length);
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
conv.py
12
Note that the token
numbers
are constants determined by the standard
13
Python tokenizer. The standard token module defines these
numbers
and
14
their names (the names are not used much). The token
numbers
are
19
On the other hand, symbol
numbers
(representing the grammar's
57
nonterminals of the grammar as
numbers
. We build two tables
58
mapping the
numbers
to names and back.
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
conv.py
12
Note that the token
numbers
are constants determined by the standard
13
Python tokenizer. The standard token module defines these
numbers
and
14
their names (the names are not used much). The token
numbers
are
19
On the other hand, symbol
numbers
(representing the grammar's
57
nonterminals of the grammar as
numbers
. We build two tables
58
mapping the
numbers
to names and back.
Completed in 2163 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>