OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:representation
(Results
151 - 175
of
7513
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/v8/src/
fast-dtoa.h
35
// Computes the shortest
representation
of the given input. The returned
39
// Computes a
representation
where the precision (number of digits) is
48
// Provides a decimal
representation
of v.
61
// The digits in the buffer are the shortest
representation
possible. E.g.
/external/easymock/src/org/easymock/
AbstractMatcher.java
59
* @return a <code>String</code>
representation
of the argument.
116
* Returns a string
representation
of the matcher. This convenience
122
* the arguments to be used in the string
representation
.
123
* @return a string
representation
of the matcher.
IArgumentMatcher.java
40
* Appends a string
representation
of this matcher to the given buffer. In case
44
* @param buffer the buffer to which the string
representation
is appended.
/external/llvm/docs/HistoricalNotes/
2000-12-06-MeetingSummary.txt
4
We met to discuss the LLVM instruction format and bytecode
representation
:
21
common case and inflate the instruction
representation
with another
39
representation
. This is one example of an analysis result that may be
43
to the order of occurrence in the bytecode
representation
.
2001-02-13-Reference-Memory.txt
24
representation
.
33
when we don't want the "pinned"
representation
. This is not
/external/skia/include/core/
SkFloatBits.h
39
/** Given the bit
representation
of a float, return its value cast to an int.
44
/** Given the bit
representation
of a float, return its floor as an int.
49
/** Given the bit
representation
of a float, return it rounded to an int.
54
/** Given the bit
representation
of a float, return its ceiling as an int.
/external/smack/src/org/xbill/DNS/
ExtendedFlags.java
37
* Converts a textual
representation
of an extended flag into its numeric
DClass.java
75
* @return The canonical string
representation
of the class
84
* Converts a String
representation
of a DClass into its numeric value
/external/v8/src/
fast-dtoa.h
35
// Computes the shortest
representation
of the given input. The returned
39
// Computes a
representation
where the precision (number of digits) is
48
// Provides a decimal
representation
of v.
61
// The digits in the buffer are the shortest
representation
possible. E.g.
/packages/apps/Exchange/src/com/android/exchange/adapter/
patent_disclaimer.txt
4
Google makes no
representation
or warranty that the source code made available hereunder is
/packages/apps/Exchange/src/com/android/exchange/
patent_disclaimer.txt
4
Google makes no
representation
or warranty that the source code made available hereunder is
/packages/apps/Exchange/src/com/android/exchange/utility/
patent_disclaimer.txt
4
Google makes no
representation
or warranty that the source code made available hereunder is
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterRotateRepresentation.java
128
protected void copyAllParameters(FilterRepresentation
representation
) {
129
if (!(
representation
instanceof FilterRotateRepresentation)) {
132
super.copyAllParameters(
representation
);
133
representation
.useParametersFrom(this);
FilterStraightenRepresentation.java
96
protected void copyAllParameters(FilterRepresentation
representation
) {
97
if (!(
representation
instanceof FilterStraightenRepresentation)) {
100
super.copyAllParameters(
representation
);
101
representation
.useParametersFrom(this);
FiltersManagerInterface.java
20
ImageFilter getFilterForRepresentation(FilterRepresentation
representation
);
/system/core/include/cutils/
cpu_info.h
24
/* returns a string contiaining an ASCII
representation
of the CPU serial number,
/art/compiler/sea_ir/ir/
sea_node.h
35
// - an id and corresponding string
representation
.
36
// - a .dot graph language
representation
for .dot output.
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/
TagVerifier.java
45
/** @return {@link CharSequence}
representation
of the data written to the tag */
50
/** @return {@link CharSequence}
representation
of the data read back from the tag */
/development/ndk/sources/android/libportable/arch-arm/
unwind.c
46
_Unwind_VRS_DataRepresentation
representation
,
52
_Unwind_VRS_DataRepresentation
representation
,
/external/chromium_org/chrome/browser/metrics/
compression_utils_unittest.cc
17
// The data to be compressed by gzip. This is the hex
representation
of "hello
23
// This is the string
representation
of gzip compressed string above. It was
/external/chromium_org/media/tools/layout_tests/
bug.py
56
"""Get a string
representation
of a bug object.
59
a string for HTML link
representation
of a bug.
/external/chromium_org/third_party/WebKit/ManualTests/
input-number-localization.html
15
<p>Output test 1: The following text field should have a localized
representation
for "-1234.5678".
24
<p>Input test 1: Type a localized
representation
of a number (e.g. -1,234.5678 for en_US locale,
/external/chromium_org/v8/test/mjsunit/regress/
regress-2717.js
29
// having double
representation
.
39
// map that tracks it as having double
representation
.
/external/libsepol/man/man8/
chkcon.8
30
This utility validates (the string
representation
of) a security context
34
representation
file specified by the argument
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
spectrum_ar_model_tables.c
60
/*
representation
levels for quantized reflection coefficient 1 */
65
/*
representation
levels for quantized reflection coefficient 2 */
70
/*
representation
levels for quantized reflection coefficient 3 */
75
/*
representation
levels for quantized reflection coefficient 4 */
80
/*
representation
levels for quantized reflection coefficient 5 */
85
/*
representation
levels for quantized reflection coefficient 6 */
111
/* pointers to AR
representation
levels tables */
130
/*
representation
levels for quantized squared Gain coefficient */
Completed in 735 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>