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
7593
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/ui/gfx/
insets_f.h
23
// Returns a string
representation
of the insets.
/external/chromium_org/ui/oak/
oak_pretty_print.h
19
// converted to a pretty string
representation
.
/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.
hydrogen-infer-representation.cc
28
#include "hydrogen-infer-
representation
.h"
34
if (current->
representation
().IsTagged()) return;
159
// Lastly: any instruction that we don't have
representation
information
166
if (phi->
representation
().IsNone()) {
167
phi->ChangeRepresentation(
Representation
::Tagged());
172
if (current->
representation
().IsNone() &&
175
current->ChangeRepresentation(
Representation
::Double());
177
current->ChangeRepresentation(
Representation
::Tagged());
/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.
/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
.
/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
/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/extensions/api/proxy/
proxy_api.h
25
// Class to convert between the
representation
of proxy settings used
26
// in the Proxy Settings API and the
representation
used in the PrefStores.
/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/net/test/
ct_test_util.h
32
// Returns the binary
representation
of a test DigitallySigned
35
// Returns the binary
representation
of a test serialized SCT.
/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/cctest/
test-macro-assembler-arm.cc
159
__ Store(r2, MemOperand(sp, 0 * kPointerSize),
Representation
::UInteger8());
165
__ Load(r3, MemOperand(sp, 0 * kPointerSize),
Representation
::UInteger8());
174
__ Store(r2, MemOperand(sp, 0 * kPointerSize),
Representation
::Integer8());
180
__ Load(r3, MemOperand(sp, 0 * kPointerSize),
Representation
::Integer8());
189
__ Store(r2, MemOperand(sp, 0 * kPointerSize),
Representation
::UInteger16());
195
__ Load(r3, MemOperand(sp, 0 * kPointerSize),
Representation
::UInteger16());
204
__ Store(r2, MemOperand(sp, 0 * kPointerSize),
Representation
::Integer16());
210
__ Load(r3, MemOperand(sp, 0 * kPointerSize),
Representation
::Integer16());
Completed in 535 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>