OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:representation
(Results
176 - 200
of
7593
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/v8/test/mjsunit/regress/
regress-2717.js
29
// having double
representation
.
39
// map that tracks it as having double
representation
.
/external/easymock/src/org/easymock/
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/libsepol/man/man8/
chkcon.8
30
This utility validates (the string
representation
of) a security context
34
representation
file specified by the argument
/external/llvm/docs/HistoricalNotes/
2001-02-13-Reference-Memory.txt
24
representation
.
33
when we don't want the "pinned"
representation
. This is not
/external/smack/src/org/xbill/DNS/
DClass.java
75
* @return The canonical string
representation
of the class
84
* Converts a String
representation
of a DClass into its numeric value
/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 */
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
spectrum_ar_model_tables.c
45
/*
representation
levels for quantized reflection coefficient 1 */
50
/*
representation
levels for quantized reflection coefficient 2 */
55
/*
representation
levels for quantized reflection coefficient 3 */
60
/*
representation
levels for quantized reflection coefficient 4 */
65
/*
representation
levels for quantized reflection coefficient 5 */
70
/*
representation
levels for quantized reflection coefficient 6 */
90
/* pointers to AR
representation
levels tables */
103
/*
representation
levels for quantized squared Gain coefficient */
spectrum_ar_model_tables.h
52
/* pointers to AR
representation
levels tables */
60
/*
representation
levels for quantized Gain coefficient */
/libcore/luni/src/main/java/java/security/cert/
CRL.java
61
* Returns the string
representation
of this instance.
63
* @return the string
representation
of this instance.
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterRedEye.java
53
public void useRepresentation(FilterRepresentation
representation
) {
54
FilterRedEyeRepresentation parameters = (FilterRedEyeRepresentation)
representation
;
/external/chromium_org/chrome/browser/extensions/api/preference/
preference_api.h
157
// Converts the
representation
of a preference as seen by the extension
158
// into a
representation
that is used in the pref stores of the browser.
159
// Returns the pref store
representation
in case of success or sets
168
// Converts the
representation
of the preference as stored in the browser
169
// into a
representation
that is used by the extension.
170
// Returns the extension
representation
in case of success or NULL otherwise.
/libcore/luni/src/main/java/java/lang/
StringBuilder.java
99
* Appends the string
representation
of the specified {@code boolean} value.
114
* Appends the string
representation
of the specified {@code char} value.
129
* Appends the string
representation
of the specified {@code int} value. The
144
* Appends the string
representation
of the specified {@code long} value.
159
* Appends the string
representation
of the specified {@code float} value.
174
* Appends the string
representation
of the specified {@code double} value.
189
* Appends the string
representation
of the specified {@code Object}.
239
* Appends the string
representation
of the specified {@code char[]}.
254
* Appends the string
representation
of the specified subset of the {@code
276
* Appends the string
representation
of the specified {@code CharSequence}
[
all
...]
/external/libvorbis/doc/
vorbis.html
120
to determine an optimal compact
representation
; this phase of encoding
122
the encoder then packs an efficient
representation
of the signal, as
129
stream of octets is a physical
representation
of a true logical
134
decomposition</em>), reconstructing the signal
representation
from the
136
audio signal from the decoded
representation
(<em>synthesis</em>).</p>
153
then transformed into an alternate
representation
, seeking to
161
representation
.</p>
183
<p>Coding and decoding converts the transform-domain
representation
of
189
of the audio
representation
in as few physical bits as possible;
206
<p>Vorbis packets contain the raw, bitwise-compressed
representation
of
[
all
...]
/external/chromium_org/content/renderer/media/
media_stream_dependency_factory.h
89
// Creates a libjingle
representation
of a MediaStream and stores
94
// Creates a libjingle
representation
of a MediaStream and stores
102
// Creates a libjingle
representation
of a MediaStreamTrack and stores
106
// Adds a libjingle
representation
of a MediaStreamTrack to |stream| based
111
// Creates and adds libjingle
representation
of a MediaStreamTrack to |stream|
130
// Creates a libjingle
representation
of a Session description. Used by a
137
// Creates a libjingle
representation
of an ice candidate.
/external/chromium_org/v8/test/cctest/
test-bignum-dtoa.cc
46
static void TrimRepresentation(Vector<char>
representation
) {
47
int len = StrLength(
representation
.start());
50
if (
representation
[i] != '0') break;
52
representation
[i + 1] = '\0';
270
CHECK_EQ(current_test.
representation
, buffer.start());
291
CHECK_EQ(current_test.
representation
, buffer.start());
313
CHECK_EQ(current_test.
representation
, buffer.start());
test-fast-dtoa.cc
46
static void TrimRepresentation(Vector<char>
representation
) {
47
int len = StrLength(
representation
.start());
50
if (
representation
[i] != '0') break;
52
representation
[i + 1] = '\0';
249
CHECK_EQ(current_test.
representation
, buffer.start());
284
CHECK_EQ(current_test.
representation
, buffer.start());
288
// success rate than for the shortest
representation
.
/external/elfutils/libebl/
ebl-hooks.h
53
/* Return symbolic
representation
of relocation type. */
68
/* Return symbolic
representation
of segment type. */
71
/* Return symbolic
representation
of section type. */
92
/* Return symbolic
representation
of symbol type. */
95
/* Return symbolic
representation
of symbol binding. */
98
/* Return symbolic
representation
of dynamic tag. */
107
/* Return symbolic
representation
of OS ABI. */
/external/v8/test/cctest/
test-bignum-dtoa.cc
46
static void TrimRepresentation(Vector<char>
representation
) {
47
int len = StrLength(
representation
.start());
50
if (
representation
[i] != '0') break;
52
representation
[i + 1] = '\0';
270
CHECK_EQ(current_test.
representation
, buffer.start());
291
CHECK_EQ(current_test.
representation
, buffer.start());
313
CHECK_EQ(current_test.
representation
, buffer.start());
test-fast-dtoa.cc
21
static void TrimRepresentation(Vector<char>
representation
) {
22
int len = StrLength(
representation
.start());
25
if (
representation
[i] != '0') break;
27
representation
[i + 1] = '\0';
224
CHECK_EQ(current_test.
representation
, buffer.start());
259
CHECK_EQ(current_test.
representation
, buffer.start());
263
// success rate than for the shortest
representation
.
/frameworks/base/core/java/android/webkit/
WebStorage.java
86
* Gets the string
representation
of this origin.
88
* @return the string
representation
of this origin
138
*
representation
of the origin to a {@link WebStorage.Origin} object.
147
* in bytes and the origin is specified using its string
representation
.
158
*
representation
. This method operates asynchronously, with the result
169
*
representation
. Note that a quota is not enforced on a per-origin basis
181
* its string
representation
.
/external/guava/guava/src/com/google/common/base/
Joiner.java
104
* Appends the string
representation
of each of {@code parts}, using the previously configured
112
* Appends the string
representation
of each of {@code parts}, using the previously configured
131
* Appends the string
representation
of each of {@code parts}, using the previously configured
139
* Appends to {@code appendable} the string
representation
of each of the remaining arguments.
163
* Appends the string
representation
of each of {@code parts}, using the previously configured
172
* Appends the string
representation
of each of {@code parts}, using the previously configured
189
* Appends the string
representation
of each of {@code parts}, using the previously configured
198
* Appends to {@code builder} the string
representation
of each of the remaining arguments.
222
* Returns a string containing the string
representation
of each of {@code parts}, using the
230
* Returns a string containing the string
representation
of each of {@code parts}, using th
[
all
...]
/external/chromium_org/net/tools/testserver/
echo_message.py
80
The string
representation
of EchoRequest or EchoResponse objects.
111
"""String
representation
of the self (EchoHeader).
114
A string
representation
of self (EchoHeader).
143
The string
representation
of EchoRequest object.
166
"""String
representation
of the self (EchoRequest).
169
A string
representation
of self (EchoRequest).
210
The string
representation
of EchoResponse object.
242
"""String
representation
of the self (EchoResponse).
245
A string
representation
of self (EchoResponse).
290
representation
of the EchoRequest object
[
all
...]
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/
sunspider-date-format-tofte.html
80
// A textual
representation
of a day, three letters
84
// A full textual
representation
of a month
122
// A full textual
representation
of the day of the week
139
// Numeric
representation
of a month, with leading zeros
145
// A short textual
representation
of a month, three letters
149
// Numeric
representation
of a month, without leading zeros
231
// Numeric
representation
of the day of the week
236
// A full numeric
representation
of a year, 4 digits
258
// A two-digit
representation
of a year
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
date-format-tofte.js
76
// A textual
representation
of a day, three letters
80
// A full textual
representation
of a month
118
// A full textual
representation
of the day of the week
135
// Numeric
representation
of a month, with leading zeros
141
// A short textual
representation
of a month, three letters
145
// Numeric
representation
of a month, without leading zeros
227
// Numeric
representation
of the day of the week
232
// A full numeric
representation
of a year, 4 digits
254
// A two-digit
representation
of a year
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js
76
// A textual
representation
of a day, three letters
80
// A full textual
representation
of a month
118
// A full textual
representation
of the day of the week
135
// Numeric
representation
of a month, with leading zeros
141
// A short textual
representation
of a month, three letters
145
// Numeric
representation
of a month, without leading zeros
227
// Numeric
representation
of the day of the week
232
// A full numeric
representation
of a year, 4 digits
254
// A two-digit
representation
of a year
Completed in 420 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>