HomeSort by relevance Sort by last modified time
    Searched defs:config1 (Results 26 - 35 of 35) sorted by null

12

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_logging.py 537 # config1 adds a little to the standard configuration.
538 config1 = """
602 config2 = config1.replace("sys.stdout", "sys.stbout")
605 config3 = config1.replace("formatter=form1", "formatter=misspelled_name")
635 config5 = config1.replace('class=StreamHandler', 'class=logging.StreamHandler')
757 def test_config1_ok(self, config=config1):
1131 config1 = { variable in class:ConfigDictTest
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_logging.py 537 # config1 adds a little to the standard configuration.
538 config1 = """
602 config2 = config1.replace("sys.stdout", "sys.stbout")
605 config3 = config1.replace("formatter=form1", "formatter=misspelled_name")
635 config5 = config1.replace('class=StreamHandler', 'class=logging.StreamHandler')
757 def test_config1_ok(self, config=config1):
1131 config1 = { variable in class:ConfigDictTest
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/am/
RecentTasksTest.java 309 Configuration config1 = new Configuration(); local
310 config1.windowConfiguration.setActivityType(ACTIVITY_TYPE_UNDEFINED);
315 task1.onConfigurationChanged(config1);
335 Configuration config1 = new Configuration(); local
336 config1.windowConfiguration.setActivityType(ACTIVITY_TYPE_UNDEFINED);
342 task1.onConfigurationChanged(config1);
362 Configuration config1 = new Configuration(); local
363 config1.windowConfiguration.setWindowingMode(WINDOWING_MODE_UNDEFINED);
368 task1.onConfigurationChanged(config1);
392 Configuration config1 = new Configuration() local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMatcher.java 703 FolderConfiguration config1 = o1 != null ? o1.testConfig : null; local
705 if (config1 == null) {
715 ScreenSizeQualifier size1 = config1.getScreenSizeQualifier();
726 config1.getScreenOrientationQualifier();
777 FolderConfiguration config1 = o1 != null ? o1.testConfig : null local
    [all...]
  /external/perf_data_converter/src/quipper/kernel/
perf_event.h 313 __u64 config1; /* extension of config */ member in union:perf_event_attr::__anon31921
317 __u64 config2; /* extension of config1 */
  /external/python/cpython3/Lib/test/
test_logging.py 1983 config1 = { variable in class:ConfigDictTest
    [all...]
  /bionic/libc/kernel/uapi/linux/
perf_event.h 208 __u64 config1; member in union:perf_event_attr::__anon978
  /external/kernel-headers/original/uapi/linux/
perf_event.h 383 __u64 config1; /* extension of config */ member in union:perf_event_attr::__anon23186
387 __u64 config2; /* extension of config1 */
  /external/valgrind/include/vki/
vki-linux.h 2961 __vki_u64 config1; \/* extension of config *\/ member in union:vki_perf_event_attr::__anon42777
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
bnx2.h 3979 u32 config1; member in struct:flash_spec
    [all...]

Completed in 1642 milliseconds

12