HomeSort by relevance Sort by last modified time
    Searched refs:newconfig (Results 1 - 6 of 6) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cfgparser.py 35 def newconfig(self, defaults=None): member in class:TestCaseBase
44 cf = self.newconfig(defaults)
124 cf = self.newconfig()
159 cf = self.newconfig({"foo": "Bar"})
163 cf = self.newconfig({"Foo": "Bar"})
169 self.newconfig()
186 cf = self.newconfig()
235 cf = self.newconfig()
298 cf = self.newconfig()
303 cf = self.newconfig()
583 def newconfig(self, defaults=None): member in class:SortedTestCase
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cfgparser.py 35 def newconfig(self, defaults=None): member in class:TestCaseBase
44 cf = self.newconfig(defaults)
124 cf = self.newconfig()
159 cf = self.newconfig({"foo": "Bar"})
163 cf = self.newconfig({"Foo": "Bar"})
169 self.newconfig()
186 cf = self.newconfig()
235 cf = self.newconfig()
298 cf = self.newconfig()
303 cf = self.newconfig()
583 def newconfig(self, defaults=None): member in class:SortedTestCase
    [all...]
  /packages/apps/Browser/src/com/android/browser/
NavScreen.java 100 protected void onConfigurationChanged(Configuration newconfig) {
101 if (newconfig.orientation != mOrientation) {
104 mOrientation = newconfig.orientation;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
audiodev.py 49 self.config = al.newconfig()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
audiodev.py 49 self.config = al.newconfig()
  /external/chromium_org/third_party/sqlite/src/tool/
lemon.c 1151 PRIVATE struct config *newconfig(){ function
    [all...]

Completed in 122 milliseconds