OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:out
(Results
2226 - 2250
of
3043
) sorted by null
<<
81
82
83
84
85
86
87
88
89
90
>>
/prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar
/external/robolectric/lib/main/
javassist-3.14.0-GA.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.event_1.2.0.v20100503.jar
/external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SocketChannelTest.java
1914
OutputStream
out
= acceptedSocket.getOutputStream();
local
1957
OutputStream
out
= acceptedSocket.getOutputStream();
local
2197
OutputStream
out
= client.getOutputStream();
local
2676
OutputStream
out
= acceptedSocket.getOutputStream();
local
3246
OutputStream
out
= socket.getOutputStream();
local
[
all
...]
/packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java
224
mEaseOutInterpolator = new DecelerateInterpolator(2.5f); // Quint ease
out
233
// where the item will land. The outlines gradually fade
out
, leaving a trail
293
// We use this method from Workspace to figure
out
how many rows/columns Launcher should
294
// have. We ignore the left/right padding on CellLayout because it turns
out
in our design
304
// We use this method from Workspace to figure
out
how many rows/columns Launcher should
305
// have. We ignore the left/right padding on CellLayout because it turns
out
in our design
417
void scaleRectAboutCenter(Rect in, Rect
out
, float scale) {
420
out
.set(in);
421
out
.offset(-cx, -cy);
422
scaleRect(
out
, scale)
3066
if (!available) break
out
;
local
[
all
...]