OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:given
(Results
351 - 375
of
14528
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/srtp/doc/
crypto_kernel.txt
41
* @brief Sets the initialization vector of a
given
cipher.
49
* @brief Encrypts a buffer with a
given
cipher.
/external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginController.h
44
// Tells the controller that the plug-in wants the
given
rect to be repainted. The rect is in the plug-in's coordinate system.
50
// Loads the
given
URL and associates it with the request ID.
53
// Once the URL finishes loading, Plugin::frameDidFinishLoading will be called with the
given
requestID. If the URL
72
// Evaluates the
given
script string in the context of the
given
NPObject.
99
// Returns the proxies for the
given
URL or null on failure.
102
// Returns the cookies for the
given
URL or null on failure.
105
// Sets the cookies for the
given
URL.
/frameworks/av/include/media/stagefright/
YUVImage.h
54
// Constructs an image with the
given
size, format. Also allocates and owns
58
// Constructs an image with the
given
size, format. The memory is provided
65
// Returns the size of the buffer required to store the YUV data for the
given
108
// Convert the
given
YUV value to RGB.
141
// the
given
format and geometry.
145
// For the
given
pixel location, this returns the offset of the location of y, u and v
161
//
Given
the offset return the address of the corresponding channel's data.
166
//
Given
the pixel location, returns the address of the corresponding channel's data.
/frameworks/av/media/mtp/
MtpEventPacket.h
32
// write our data to the
given
file descriptor
37
// read our buffer with the
given
request
MtpRequestPacket.h
34
// fill our buffer with data from the
given
file descriptor
39
// write our buffer to the
given
endpoint
MtpResponsePacket.h
32
// write our data to the
given
file descriptor
37
// read our buffer with the
given
request
/frameworks/base/core/java/android/util/
Xml.java
50
* Parses the
given
xml string and fires events on the
given
SAX handler.
64
* Parses xml from the
given
reader and fires events on the
given
SAX
75
* Parses xml from the
given
input stream and fires events on the
given
SAX
160
* Return an AttributeSet interface for use with the
given
XmlPullParser.
161
* If the
given
parser itself implements AttributeSet, that implementation
/frameworks/base/core/java/android/view/
InputQueue.java
30
* Called when the
given
InputQueue is now associated with the
36
* Called when the
given
InputQueue is no longer associated with
/frameworks/base/drm/java/android/drm/
DrmManagerClient.java
356
throw new IllegalArgumentException("
Given
usage or path is invalid/null");
371
throw new IllegalArgumentException("
Given
path is invalid/null");
419
* @throws IOException If the call failed to save rights information at the
given
425
throw new IllegalArgumentException("
Given
drmRights or contentPath is not valid");
443
"
Given
engineFilePath: "+ engineFilePath + "is not valid");
449
* Checks whether the
given
MIME type or path can be handled.
454
* @return True if the
given
MIME type or path can be handled; false if they cannot be handled.
464
* Checks whether the
given
MIME type or URI can be handled.
469
* @return True if the
given
MIME type or URI can be handled; false if they cannot be handled.
479
* Processes the
given
DRM information based on the information type
[
all
...]
/frameworks/base/media/java/android/media/
MediaCodecList.java
23
* find a codec supporting a
given
format and query the capabilities
24
* of a
given
codec.
/frameworks/base/tools/aidl/
search_path.cpp
19
find_import_file(const char*
given
)
21
string expected =
given
;
/frameworks/support/v4/honeycomb_mr2/android/support/v4/os/
ParcelableCompatCreatorCallbacks.java
29
* from the
given
Parcel whose data had previously been written by
31
* using the
given
ClassLoader.
/frameworks/support/volley/src/com/android/volley/
ResponseDelivery.java
32
* Posts an error for the
given
request.
37
* Suppress delivery of responses with a sequence number less than the
given
one.
/libcore/luni/src/main/java/java/io/
InterruptedIOException.java
41
* Constructs a new instance with the
given
detail message.
48
* Constructs a new instance with
given
detail message and cause.
/libcore/luni/src/main/java/java/net/
BindException.java
38
* Constructs a new instance with the
given
detail message.
45
* Constructs a new instance with the
given
detail message and cause.
ConnectException.java
38
* Constructs a new instance with the
given
detail message.
45
* Constructs a new instance with the
given
detail message and cause.
MalformedURLException.java
39
* Constructs a new instance with the
given
detail message.
46
* Constructs a new instance with
given
detail message and cause.
NoRouteToHostException.java
39
* Constructs a new instance with the
given
detail message.
46
* Constructs a new instance with
given
detail message and cause.
PortUnreachableException.java
38
* Constructs a new instance with the
given
detail message.
45
* Constructs a new instance with
given
detail message and cause.
ProtocolException.java
36
* Constructs a new instance with the
given
detail message.
43
* Constructs a new instance with
given
detail message and cause.
UnknownServiceException.java
39
* Constructs a new instance with the
given
detail message.
46
* Constructs a new instance with
given
detail message and cause.
/libcore/luni/src/main/java/java/util/
ServiceConfigurationError.java
28
* Constructs a new error with the
given
detail message.
36
* Constructs a new error with the
given
detail message and cause.
/libcore/luni/src/main/java/java/util/concurrent/atomic/
AtomicInteger.java
40
* Creates a new AtomicInteger with the
given
initial value.
64
* Sets to the
given
value.
73
* Eventually sets to the
given
value.
83
* Atomically sets to the
given
value and returns the old value.
97
* Atomically sets the value to the
given
updated value
110
* Atomically sets the value to the
given
updated value
154
* Atomically adds the
given
value to the current value.
197
* Atomically adds the
given
value to the current value.
AtomicLong.java
54
* Creates a new AtomicLong with the
given
initial value.
78
* Sets to the
given
value.
87
* Eventually sets to the
given
value.
97
* Atomically sets to the
given
value and returns the old value.
111
* Atomically sets the value to the
given
updated value
124
* Atomically sets the value to the
given
updated value
168
* Atomically adds the
given
value to the current value.
211
* Atomically adds the
given
value to the current value.
/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
Completed in 417 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>