HomeSort by relevance Sort by last modified time
    Searched full:representation (Results 101 - 125 of 5493) sorted by null

1 2 3 45 6 7 8 91011>>

  /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/
FilterCurvesRepresentation.java 43 FilterCurvesRepresentation representation = (FilterCurvesRepresentation) a; local
46 Spline sp = representation.mSplines[i];
ImageFilterParametricBorder.java 32 public void useRepresentation(FilterRepresentation representation) {
33 FilterColorBorderRepresentation parameters = (FilterColorBorderRepresentation) representation;
ImageFilterRedEye.java 53 public void useRepresentation(FilterRepresentation representation) {
54 FilterRedEyeRepresentation parameters = (FilterRedEyeRepresentation) representation;
  /packages/apps/Dialer/res/values/
strings.xml 30 This is especially valuable for views without textual representation like ImageView.
38 This is especially valuable for views without textual representation like ImageView.
193 This is especially valuable for views without textual representation like ImageView.
200 This is especially valuable for views without textual representation like ImageView.
207 This is especially valuable for views without textual representation like ImageView.
214 This is especially valuable for views without textual representation like ImageView.
221 This is especially valuable for views without textual representation like ImageView.
228 This is especially valuable for views without textual representation like ImageView.
235 This is especially valuable for views without textual representation like ImageView.
242 This is especially valuable for views without textual representation like ImageView
    [all...]
  /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/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 89 * Gets the string representation of this origin.
91 * @return the string representation of this origin
141 * representation of the origin to a {@link WebStorage.Origin} object.
150 * in bytes and the origin is specified using its string representation.
161 * representation. This method operates asynchronously, with the result
172 * representation. Note that a quota is not enforced on a per-origin basis
184 * 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/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/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/webkit/Source/JavaScriptCore/tests/mozilla/ecma/TypeConversion/
9.8.1.js 36 the number of digits in the decimal representation
41 k digits of the decimal representation of s (in order,
46 representation of s, followed by a decimal point
48 decimal representation of s.
53 representation of s.
58 negative, followed by the decimal representation
61 digit of the decimal representation of s, followed
63 digits of the decimal representation of s, followed
67 representation of the integer abs(n1) (with no
  /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/compiler-rt/lib/ubsan/
ubsan_value.h 10 // Representation of data which is passed from the compiler-generated calls into
106 /// value. Remaining bits are log_2(bit width). The value representation is
111 /// representation is a pointer to the floating-point value.
113 /// Any other type. The value representation is unspecified.
146 /// \brief Representation of an operand value provided by the instrumented code.
  /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

Completed in 707 milliseconds

1 2 3 45 6 7 8 91011>>