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

1 2 3 4

  /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...]
MenuScenario.java 48 public void setParams(Params params) {
  /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 140 * @see org.bouncycastle.x509.ExtendedPKIXParameters#setParams(java.security.cert.PKIXParameters)
142 protected void setParams(PKIXParameters params)
144 super.setParams(params);
177 params.setParams(this);
207 params.setParams(pkixParams);
ExtendedPKIXParameters.java 87 params.setParams(pkixParams);
98 protected void setParams(PKIXParameters params)
350 params.setParams(this);
  /external/apache-http/src/org/apache/http/protocol/
HttpService.java 121 public void setParams(final HttpParams params) {
136 request.setParams(
151 response.setParams(
160 response.setParams(
180 response.setParams(
202 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/chromium_org/third_party/webrtc/modules/video_coding/main/test/
jitter_estimate_test.h 45 void SetParams(double m, double v)
  /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/hevcdec/
SoftHEVC.h 107 status_t setParams(size_t stride);
SoftHEVC.cpp 127 status_t SoftHEVC::setParams(size_t stride) {
185 setParams(outputBufferWidth());
394 setParams(displayStride);
  /frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
UiAutomatorTestCase.java 107 void setParams(Bundle params) {
  /external/apache-http/src/org/apache/http/
HttpMessage.java 181 * {@link #setParams(HttpParams)}.
189 void setParams(HttpParams params);
  /external/chromium_org/chrome_elf/create_file/
chrome_create_file_unittest.cc 142 SetParams(desired_access,
168 void SetParams(ACCESS_MASK desired_access,

Completed in 804 milliseconds

1 2 3 4