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
7513
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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.
/external/chromium_org/content/renderer/media/
media_stream_dependency_factory.h
87
// Creates a libjingle
representation
of a MediaStream and stores
92
// Creates a libjingle
representation
of a MediaStream and stores
100
// Adds a libjingle
representation
of a MediaStreamTrack to |stream| based
105
// Creates and adds libjingle
representation
of a MediaStreamTrack to |stream|
124
// Creates a libjingle
representation
of a Session description. Used by a
131
// Creates a libjingle
representation
of an ice candidate.
/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/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
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
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
/dalvik/dx/src/com/android/dx/ssa/
package-info.java
23
* intermediate form. This form is a static-single-assignment
representation
of
27
* reasonably efficient register machine
representation
can be produced from a
41
* <h3>Classes related to method
representation
</h3>
71
* The
representation
of a method in SSA form obeys slightly different
87
* necessary for the ultimate SSA
representation
.
/external/chromium_org/chrome/browser/resources/ntp4/
tile_page.css
95
.tile.drag-
representation
{
102
.tile.drag-
representation
.placing > * {
108
.tile.drag-
representation
.dropped-on-other-page > * {
112
.tile.drag-
representation
.deleting > * {
118
.tile.drag-
representation
.placing {
/external/javassist/src/main/javassist/
ClassMap.java
39
* receives and returns the internal
representation
of a class name.
40
* For example, the internal
representation
of <code>java.lang.String</code>
126
* <p>This method receives and returns the internal
representation
of
156
* Converts a class name into the internal
representation
used in
164
* Converts a class name from the internal
representation
used in
/libcore/luni/src/test/java/libcore/java/lang/
OldStackTraceElementTest.java
202
assertTrue("String
representation
doesn't contain a package name",
204
assertTrue("String
representation
doesn't contain a class name",
206
assertTrue("String
representation
doesn't contain a file name",
208
assertTrue("String
representation
doesn't contain a line number",
210
assertTrue("String
representation
doesn't contain a method name",
/art/compiler/sea_ir/types/
type_inference.h
37
// Computes the types for the method with SEA IR
representation
provided by @graph.
53
// @graph provides the input method SEA IR
representation
.
59
// @graph provides the input method SEA IR
representation
.
Completed in 642 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>