HomeSort by relevance Sort by last modified time
    Searched full:outparams (Results 1 - 7 of 7) 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 676 Bundle outParams) {
689 if (outParams != null) {
690 outParams.putInt("width", wallpaper.width);
691 outParams.putInt("height", wallpaper.height);
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
  /external/chromium/chrome/browser/search_engines/
template_url_prepopulate_data.cc     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 3116 milliseconds