OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:given
(Results
101 - 125
of
7380
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/
PrincipalUtil.java
19
* return the issuer of the
given
cert as an X509PrincipalObject.
42
* return the subject of the
given
cert as an X509PrincipalObject.
65
* return the issuer of the
given
CRL as an X509PrincipalObject.
/external/easymock/src/org/easymock/
IArgumentMatcher.java
24
* Returns whether this matcher accepts the
given
argument.
35
* @return whether this matcher accepts the
given
argument.
40
* Appends a string representation of this matcher to the
given
buffer. In case
/external/icu4c/common/unicode/
uscript.h
199
* Gets script codes associated with the
given
locale or ISO 15924 abbreviation or name.
200
* Fills in USCRIPT_MALAYALAM
given
"Malayam" OR "Mlym".
201
* Fills in USCRIPT_LATIN
given
"en" OR "en_US"
208
* @param nameOrAbbrOrLocale name of the script, as
given
in
220
* Gets a script name associated with the
given
script code.
221
* Returns "Malayam"
given
USCRIPT_MALAYALAM
223
* @return script long name as
given
in
231
* Gets a script name associated with the
given
script code.
232
* Returns "Mlym"
given
USCRIPT_MALAYALAM
234
* @return script abbreviated name as
given
i
[
all
...]
/external/icu4c/i18n/
ucurrimp.h
16
* Internal method.
Given
a currency ISO code and a locale, return
30
* Attempt to parse the
given
string as a currency, either as a
31
* display name in the
given
locale, or as a 3-letter ISO 4217
/external/proguard/src/proguard/classfile/editor/
AnnotationsAttributeEditor.java
26
* This class can add annotations to a
given
annotations attribute.
38
* the
given
annotations attribute.
47
* Adds a
given
annotation to the annotations attribute.
ExceptionsAttributeEditor.java
26
* This class can add exceptions to a
given
exceptions attribute.
39
*
given
exceptions attribute.
48
* Adds a
given
exception to the exceptions attribute.
LineNumberTableAttributeEditor.java
26
* This class can add line numbers to a
given
line number table attribute.
38
* in the
given
line number table attribute.
47
* Adds a
given
line number to the line number table attribute.
LocalVariableTableAttributeEditor.java
26
* This class can add local variables to a
given
local variable table attribute.
38
* in the
given
line number table attribute.
47
* Adds a
given
line number to the line number table attribute.
LocalVariableTypeTableAttributeEditor.java
26
* This class can add local variables to a
given
local variable type table
39
* in the
given
line number table attribute.
48
* Adds a
given
line number to the line number table attribute.
ParameterAnnotationsAttributeEditor.java
26
* This class can add annotations to a
given
parameter annotations attribute.
38
* annotations in the
given
parameter annotations attribute.
47
* Adds a
given
annotation to the annotations attribute.
/external/proguard/src/proguard/util/
ExtensionMatcher.java
24
* This StringMatcher tests whether strings end in a
given
extension, ignoring
53
* Returns whether the
given
string ends with the
given
suffix, ignoring its
/external/qemu/elff/
dwarf_utils.h
22
/* Gets DWARF attribute name string (DW_AT_Xxx) for a
given
attribute ID.
31
/* Gets DWARF form name string (DW_FORM_Xxx) for a
given
form.
40
/* Gets DWARF tag name string (DW_TAG_Xxx) for a
given
tag.
/external/webkit/WebCore/xml/
XPathUtil.h
41
/* @return whether the
given
node is the root node */
44
/* @return the 'string-value' of the
given
node as specified by http://www.w3.org/TR/xpath */
47
/* @return whether the
given
node is a valid context node */
/frameworks/base/awt/org/apache/harmony/awt/wtk/
SystemProperties.java
48
* Fill the
given
Map with system properties
53
* Fills the
given
map with system-dependent visual text
55
* of the
given
input method highlight
/packages/apps/Contacts/src/com/android/contacts/model/
Editor.java
35
* Called when the
given
{@link Editor} has been deleted.
40
* Called when the
given
{@link Editor} has a request, for example it
50
* Prepare this editor for the
given
{@link ValuesDelta}, which
/system/core/include/cutils/
array.h
45
/** Removes the pointer at the
given
index and returns it. */
48
/** Sets pointer at the
given
index. Returns old pointer. */
54
/** Returns the size of the
given
array. */
/dalvik/dx/src/com/android/dx/rop/annotation/
AnnotationsList.java
31
* the two
given
instances. The two instances must each have the
69
* Gets the element at the
given
index. It is an error to call
81
* Sets the element at the
given
index. The
given
element must be
/dalvik/libcore/luni/src/main/java/java/io/
EmulatedFieldsForDumping.java
59
* Find and set the byte value of a
given
field named <code>name</code> in
73
* Find and set the char value of a
given
field named <code>name</code> in
87
* Find and set the double value of a
given
field named <code>name</code>
101
* Find and set the float value of a
given
field named <code>name</code>
115
* Find and set the int value of a
given
field named <code>name</code> in
129
* Find and set the long value of a
given
field named <code>name</code> in
143
* Find and set the Object value of a
given
field named <code>name</code>
157
* Find and set the short value of a
given
field named <code>name</code>
171
* Find and set the boolean value of a
given
field named <code>name</code>
/dalvik/libcore/regex/src/main/java/java/util/regex/
MatchResult.java
22
*
given
string. The result is divided into groups, with one group for each
42
* a
given
group.
60
* Returns the text that matched a
given
group of the regular expression.
87
* Returns the index of the first character of the text that matched a
given
/dalvik/libcore/security/src/main/java/java/security/
KeyFactorySpi.java
32
* Generates a instance of {@code PublicKey} from the
given
key
45
* Generates a instance of {@code PrivateKey} from the
given
key
67
* {@code KeySpec} is inappropriate for the
given
key.
74
* Translates the
given
key into a key from this key factory.
KeyPairGeneratorSpi.java
46
* Initializes this {@code KeyPairGeneratorSpi} with the
given
key size and
47
* the
given
{@code SecureRandom}. The default parameter set will be used.
57
* Initializes this {@code KeyPairGeneratorSpi} with the
given
{@code
58
* AlgorithmParameterSpec} and the
given
{@code SecureRandom}.
/dalvik/libcore/security/src/main/java/org/bouncycastle/i18n/
ErrorBundle.java
45
* Returns the summary message in the
given
locale and timezone.
57
* Returns the summary message in the
given
locale and the default timezone.
68
* Returns the detail message in the
given
locale and timezone.
80
* Returns the detail message in the
given
locale and the default timezone.
/dalvik/libcore/text/src/main/java/java/text/
package.html
11
code. Support for localization is
given
for numbers, messages, dates and
/external/apache-http/src/org/apache/http/auth/
AuthScheme.java
51
* <li>Generate authorization string for the
given
set of credentials,
58
* if they are not relevant for the
given
authentication mechanism
74
* Processes the
given
challenge token. Some authentication schemes
83
* Returns textual designation of the
given
authentication scheme.
85
* @return the name of the
given
authentication scheme
90
* Returns authentication parameter with the
given
name, if available.
94
* @return the parameter with the
given
name
100
* realm is not applicable to the
given
authentication scheme, returns
128
* Produces an authorization string for the
given
set of {@link Credentials}.
/external/bison/lib/
bitsetv.h
43
/*
Given
a vector BSETV of N bitsets of size N, modify its contents to
44
be the transitive closure of what was
given
. */
47
/*
Given
a vector BSETV of N bitsets of size N, modify its contents to
48
be the reflexive transitive closure of what was
given
. This is
Completed in 48 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>