HomeSort by relevance Sort by last modified time
    Searched full:setparams (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Posterize.java 33 void setParams(float intensHigh, float intensLow, int r, int g, int b) {
46 setParams(.2f, 0.f, 255, 0, 0);
48 setParams(.4f, 0.2f, 0, 255, 0);
50 setParams(.6f, 0.4f, 0, 0, 255);
52 setParams(.8f, 0.6f, 255, 255, 0);
54 setParams(1.0f, 0.8f, 0, 255, 255);
posterize.rs 27 void setParams(float intensHigh, float intensLow, uchar r, uchar g, uchar b) {
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Posterize.java 42 void setParams(float intensHigh, float intensLow, int r, int g, int b) {
55 setParams(.2f, 0.f, 255, 0, 0);
57 setParams(.4f, 0.2f, 0, 255, 0);
59 setParams(.6f, 0.4f, 0, 0, 255);
61 setParams(.8f, 0.6f, 255, 255, 0);
63 setParams(1.0f, 0.8f, 0, 255, 255);
posterize.rs 27 void setParams(float intensHigh, float intensLow, uchar r, uchar g, uchar b) {
  /frameworks/base/core/tests/coretests/src/android/view/menu/
MenuLayoutLandscapeTest.java 79 mActivity.setParams(new MenuScenario.Params()
86 mActivity.setParams(new MenuScenario.Params()
93 mActivity.setParams(new MenuScenario.Params()
101 mActivity.setParams(new MenuScenario.Params()
109 mActivity.setParams(new MenuScenario.Params()
118 mActivity.setParams(new MenuScenario.Params()
127 mActivity.setParams(new MenuScenario.Params()
136 mActivity.setParams(new MenuScenario.Params()
146 mActivity.setParams(new MenuScenario.Params()
156 mActivity.setParams(new MenuScenario.Params(
    [all...]
MenuLayoutPortraitTest.java 78 mActivity.setParams(new MenuScenario.Params()
85 mActivity.setParams(new MenuScenario.Params()
92 mActivity.setParams(new MenuScenario.Params()
100 mActivity.setParams(new MenuScenario.Params()
108 mActivity.setParams(new MenuScenario.Params()
117 mActivity.setParams(new MenuScenario.Params()
127 mActivity.setParams(new MenuScenario.Params()
137 mActivity.setParams(new MenuScenario.Params()
147 mActivity.setParams(new MenuScenario.Params()
157 mActivity.setParams(new MenuScenario.Params(
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
userdatarequest.h 26 int setParams(WpaGui *_wpagui, const char *reqMsg);
userdatarequest.cpp 37 int UserDataRequest::setParams(WpaGui *_wpagui, const char *reqMsg)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_al.py 9 'newconfig', 'openport', 'queryparams', 'setparams']
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_al.py 9 'newconfig', 'openport', 'queryparams', 'setparams']
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
ExtendedPKIXBuilderParameters.java 141 * @see org.bouncycastle.x509.ExtendedPKIXParameters#setParams(java.security.cert.PKIXParameters)
143 protected void setParams(PKIXParameters params)
145 super.setParams(params);
178 params.setParams(this);
208 params.setParams(pkixParams);
  /external/apache-http/src/org/apache/http/protocol/
HttpService.java 126 public void setParams(final HttpParams params) {
141 request.setParams(
156 response.setParams(
165 response.setParams(
185 response.setParams(
207 response.setParams(
  /external/lzma/CPP/7zip/Archive/Common/
HandlerOut.h 55 HRESULT SetParams(COneMethodInfo &oneMethodInfo, const UString &srcString);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
audiodev.py 62 al.setparams(AL.DEFAULT_DEVICE, self.oldparams)
79 al.setparams(AL.DEFAULT_DEVICE, self.oldparams)
123 al.setparams(AL.DEFAULT_DEVICE, self.params)
aifc.py 105 setparams(tuple)
341 self._decomp.SetParams(params)
541 # set through the setcomptype() or setparams() method
543 # set through the setcomptype() or setparams() method
545 # set through the setnchannels() or setparams() method
547 # set through the setsampwidth() or setparams() method
549 # set through the setframerate() or setparams() method
551 # set through the setnframes() or setparams() method
674 def setparams(self, info): member in class:Aifc_write
833 self._comp.SetParams(params
    [all...]
wave.py 52 setparams(tuple)
282 set through the setcomptype() or setparams() method
284 set through the setcomptype() or setparams() method
286 set through the setnchannels() or setparams() method
288 set through the setsampwidth() or setparams() method
290 set through the setframerate() or setparams() method
292 set through the setnframes() or setparams() method
388 def setparams(self, params): member in class:Wave_write
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
audiodev.py 62 al.setparams(AL.DEFAULT_DEVICE, self.oldparams)
79 al.setparams(AL.DEFAULT_DEVICE, self.oldparams)
123 al.setparams(AL.DEFAULT_DEVICE, self.params)
aifc.py 105 setparams(tuple)
341 self._decomp.SetParams(params)
541 # set through the setcomptype() or setparams() method
543 # set through the setcomptype() or setparams() method
545 # set through the setnchannels() or setparams() method
547 # set through the setsampwidth() or setparams() method
549 # set through the setframerate() or setparams() method
551 # set through the setnframes() or setparams() method
674 def setparams(self, info): member in class:Aifc_write
833 self._comp.SetParams(params
    [all...]
wave.py 52 setparams(tuple)
282 set through the setcomptype() or setparams() method
284 set through the setcomptype() or setparams() method
286 set through the setnchannels() or setparams() method
288 set through the setsampwidth() or setparams() method
290 set through the setframerate() or setparams() method
292 set through the setnframes() or setparams() method
388 def setparams(self, params): member in class:Wave_write
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
HttpResponseStub.java 119 @Override public void setParams(HttpParams httpParams) {
  /frameworks/base/tests/CoreTests/android/core/
TestHttpClient.java 102 request.setParams(
106 response.setParams(
  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.h 113 status_t setParams(size_t stride);
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.h 109 status_t setParams(size_t stride);
  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.h 113 status_t setParams(size_t stride);
  /frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
UiAutomatorTestCase.java 107 void setParams(Bundle params) {

Completed in 2100 milliseconds

1 2 3 4