OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:representation
(Results
326 - 350
of
7513
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/skia/src/ports/
SkFontConfigParser_android.h
26
* Skia to fold into its
representation
of font families. fNames is the list of
/external/smack/src/com/kenai/jbosh/
AttrAck.java
38
* @param str string
representation
of the attribute
AttrHold.java
39
* @param str string
representation
of the attribute
AttrInactivity.java
39
* @param str string
representation
of the attribute
AttrMaxPause.java
41
* @param str string
representation
of the attribute
AttrPause.java
41
* @param str string
representation
of the attribute
AttrPolling.java
41
* @param str string
representation
of the attribute
AttrRequests.java
39
* @param str string
representation
of the attribute
AttrSessionID.java
37
* @param str string
representation
of the attribute
AttrWait.java
39
* @param str string
representation
of the attribute
/external/smack/src/org/jivesoftware/smack/packet/
PacketExtension.java
51
* Returns the XML
representation
of the PacketExtension.
/external/smack/src/org/jivesoftware/smackx/pubsub/
SimplePayload.java
19
* The default payload
representation
for {@link Item#getPayload()}. It simply
/external/smack/src/org/xbill/DNS/
CERTRecord.java
73
* Converts a certificate type into its textual
representation
81
* Converts a textual
representation
of an certificate type into its
83
* @param s The textual
representation
of the algorithm
209
* Returns the binary
representation
of the certificate
Opcode.java
54
/** Converts a String
representation
of an Opcode into its numeric value */
/external/srec/srec/Vocabulary/include/
SR_Vocabulary.h
33
* A vocabulary maps words to their phonetic
representation
.
39
* A vocabulary maps words to their phonetic
representation
.
52
* Returns phonetic
representation
of word.
56
* @param pronunciation [out] Phonetic
representation
of word
/external/srec/tools/thirdparty/OpenFst/fst/lib/
weight.h
33
// >>: reads textual
representation
of a weight.
34
// <<: prints textual
representation
of a weight.
35
// Read(istream &): reads binary
representation
of a weight.
36
// Write(ostrem &): writes binary
representation
of a weight.
/external/svox/pico/lib/
picosig.h
33
* Pico Sig is the PU that makes the parametric
representation
produce a speech signal.
/frameworks/base/core/java/android/content/
UndoOwner.java
20
*
Representation
of an owner of {@link UndoOperation} objects in an {@link UndoManager}.
/libcore/luni/src/main/java/java/io/
PrintStream.java
368
* Prints the string
representation
of the character array {@code chars}.
375
* Prints the string
representation
of the char {@code c}.
382
* Prints the string
representation
of the double {@code d}.
389
* Prints the string
representation
of the float {@code f}.
396
* Prints the string
representation
of the int {@code i}.
403
* Prints the string
representation
of the long {@code l}.
410
* Prints the string
representation
of the Object {@code o}, or {@code "null"}.
450
* Prints the string
representation
of the boolean {@code b}.
464
* Prints the string
representation
of the character array {@code chars} followed by a newline.
471
* Prints the string
representation
of the char {@code c} followed by a newline
[
all
...]
/libcore/luni/src/main/java/java/util/
EventObject.java
57
* Returns the string
representation
of this {@code EventObject}.
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterCropRepresentation.java
125
protected void copyAllParameters(FilterRepresentation
representation
) {
126
if (!(
representation
instanceof FilterCropRepresentation)) {
129
super.copyAllParameters(
representation
);
130
representation
.useParametersFrom(this);
FilterMirrorRepresentation.java
160
protected void copyAllParameters(FilterRepresentation
representation
) {
161
if (!(
representation
instanceof FilterMirrorRepresentation)) {
164
super.copyAllParameters(
representation
);
165
representation
.useParametersFrom(this);
ImageFilterVignette.java
51
FilterVignetteRepresentation
representation
= new FilterVignetteRepresentation();
local
52
return
representation
;
56
public void useRepresentation(FilterRepresentation
representation
) {
57
mParameters = (FilterVignetteRepresentation)
representation
;
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
IGLPropertyAccessor.java
29
/** Returns the string
representation
of this property accessor. */
/external/chromium_org/v8/test/cctest/
test-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';
282
CHECK_EQ(current_test.
representation
, buffer.start());
305
CHECK_EQ(current_test.
representation
, buffer.start());
329
CHECK_EQ(current_test.
representation
, buffer.start());
Completed in 363 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>