OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outParams
(Results
1 - 4
of
4
) sorted by null
/external/zlib/src/
zlib2ansi
63
my @
outParams
= ();
71
push @
outParams
, $first;
74
push @
outParams
, map { $type . $_ } @bits;
79
push @
outParams
, $p;
85
@
outParams
;
87
@
outParams
= map { " $_" }
89
@
outParams
;
92
print "(\n" . join(",\n", @
outParams
) . ")\n";
/frameworks/base/core/java/android/app/
IWallpaperManager.aidl
42
out Bundle
outParams
);
/external/jmonkeyengine/engine/src/desktop/jme3tools/converters/
ImageToAwt.java
303
DecodeParams
outParams
= params.get(output.getFormat());
305
if (inParams == null ||
outParams
== null)
/frameworks/base/services/java/com/android/server/
WallpaperManagerService.java
704
Bundle
outParams
) {
717
if (
outParams
!= null) {
718
outParams
.putInt("width", wallpaper.width);
719
outParams
.putInt("height", wallpaper.height);
[
all
...]
Completed in 263 milliseconds