OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:given
(Results
151 - 175
of
7380
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/atomic/
AtomicLongArray.java
39
* Creates a new AtomicLongArray of
given
length.
52
* all elements copied from, the
given
array.
91
* Sets the element at position {@code i} to the
given
value.
101
* Atomically sets the element at position {@code i} to the
given
value
117
* Atomically sets the value to the
given
updated value
132
* Atomically sets the value to the
given
updated value
179
* Atomically adds the
given
value to the element at index {@code i}.
225
* Atomically adds the
given
value to the element at index {@code i}.
/dalvik/libcore/security/src/main/java/java/security/
SecurityPermission.java
29
* Constructs a new instance of {@code SecurityPermission} with the
given
40
* Constructs a new instance of {@code SecurityPermission} with the
given
/dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
SignerStub.java
44
* Constructor, sets
given
name
53
* Constructor, sets
given
name and scope
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/res/
XResourceBundleBase.java
38
* @return error string associated with the
given
error code
47
* @return warning string associated with the
given
error code
/dalvik/vm/native/
SystemThread.h
26
* Queries the system thread status for the
given
thread. If the thread is in
36
* Frees system thread-specific state in the
given
thread. The thread list
/development/tools/idegen/src/
Excludes.java
28
* Constructs a set of excludes matching the
given
patterns.
35
* Returns true if the
given
path should be excluded.
/external/apache-http/src/org/apache/http/cookie/
CookieSpecRegistry.java
44
* cookie specification implementation for a
given
type of type or version of
62
* Registers a {@link CookieSpecFactory} with the
given
identifier.
63
* If a specification with the
given
name already exists it will be overridden.
83
* Unregisters the {@link CookieSpecFactory} with the
given
ID.
95
* Gets the {@link CookieSpec cookie specification} with the
given
ID.
103
* @throws IllegalStateException if a policy with the
given
name cannot be found
120
* Gets the {@link CookieSpec cookie specification} with the
given
name.
126
* @throws IllegalStateException if a policy with the
given
name cannot be found
/external/dropbear/libtommath/
bn_error.c
27
/* return a char * string for a
given
code */
32
/* scan the lookup table for the
given
message */
/external/elfutils/libdw/
dwarf_hasattr.c
1
/* Check whether
given
DIE has specific attribute.
31
/* Search for the attribute with the
given
name. */
/external/icu4c/i18n/
buddhcal.h
60
* with the
given
locale.
62
* @param aLocale The
given
locale.
104
* @return The class ID for this object. All objects of a
given
class have the
160
*
given
month in the
given
extended year. Subclasses should override
165
* the
given
year, otherwise, compute the day before the first day of
166
* the
given
month
168
* day of the
given
month and year
/external/iptables/extensions/
libipt_addrtype.man
34
Matches if the source address is of
given
type
37
Matches if the destination address is of
given
type
/external/kernel-headers/original/linux/
blkpg.h
10
* get_whole_disk() (
given
the device number of a partition,
12
* get_all_partitions() (
given
the device number of a disk, return the
/external/proguard/src/proguard/classfile/
Member.java
48
* Accepts the
given
class visitor.
54
* accept the
given
visitor.
/external/proguard/src/proguard/classfile/attribute/
CodeAttribute.java
80
* Returns the (first) attribute with the
given
name.
106
* Applies the
given
instruction visitor to all instructions.
115
* Applies the
given
instruction visitor to the instruction at the specified
126
* Applies the
given
instruction visitor to all instructions in the
145
* Applies the
given
exception visitor to all exceptions.
159
* Applies the
given
exception visitor to all exceptions that are applicable
176
* Applies the
given
exception visitor to all exceptions that are applicable
193
* Applies the
given
attribute visitor to all attributes.
/external/proguard/src/proguard/classfile/editor/
SubclassAdder.java
27
* This ClassVisitor adds the
given
class to the list of subclasses of the
39
* Creates a new SubclassAdder that will add the
given
subclass.
SubclassToAdder.java
28
* of the
given
target class.
39
* Creates a new SubclassAdder that will add subclasses to the
given
/external/proguard/src/proguard/io/
ClassFilter.java
39
*
given
reader.
48
* Creates a new ClassFilter that delegates to either of the two
given
DataEntryFilter.java
32
* Checks whether the filter accepts the
given
data entry.
34
* @return a boolean indicating whether the filter accepts the
given
data
DirectoryFilter.java
39
*
given
reader.
48
* Creates a new ClassFilter that delegates to either of the two
given
/external/proguard/src/proguard/obfuscate/
MemberObfuscator.java
31
* It uses names from the
given
name factory. At the same time, it avoids names
32
* from the
given
descriptor map.
122
* Gets the name map, based on the
given
map and a
given
descriptor.
145
* Assigns a fixed new name to the
given
class member.
166
* Assigns a new name to the
given
class member.
177
* Returns whether the new name of the
given
class member is fixed.
191
* Retrieves the new name of the
given
class member.
/external/proguard/src/proguard/util/
FixedStringMatcher.java
24
* This StringMatcher tests whether strings start with a
given
fixed string
25
* and then match another optional
given
StringMatcher.
StringMatcher.java
25
* This interface provides a method to determine whether strings match a
given
33
* Checks whether the
given
string matches.
StringParser.java
24
* This interface provides a method to create a SringMatcher for a
given
32
* Creates a StringMatcher for the
given
regular expression.
/external/qemu/android/
help.h
26
/* appends the help for a
given
command-line option into a dynamic string
31
/* appends the help for a
given
help topic into a dynamic string
/external/qemu/android/utils/
dirscanner.h
20
/* Create a new directory scanner object from a
given
rootPath.
25
/* Destroy a
given
directory scanner. You must always call
Completed in 65 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>