Searched refs:record (Results 1 - 25 of 278) sorted by relevance

1234567891011>>

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
H A Dhandlers.py68 def emit(self, record):
70 Emit a record.
72 Output the record to the file, catering for rollover as described
76 if self.shouldRollover(record):
78 logging.FileHandler.emit(self, record)
82 self.handleError(record)
144 def shouldRollover(self, record):
148 Basically, see if the supplied record would cause the file to exceed
154 msg = "%s\n" % self.format(record)
281 def shouldRollover(self, record)
[all...]
H A D__init__.py227 # The logging record
237 using str(msg) % args to create the message field of the record. The
238 record also includes information such as when the record was created,
245 Initialize a logging record with interesting information.
384 %(message)s The result of record.getMessage(), computed just as
385 the record is emitted
404 def formatTime(self, record, datefmt=None):
413 record. Otherwise, the ISO8601 format is used. The resulting
422 ct = self.converter(record
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
H A Dhandlers.py68 def emit(self, record):
70 Emit a record.
72 Output the record to the file, catering for rollover as described
76 if self.shouldRollover(record):
78 logging.FileHandler.emit(self, record)
82 self.handleError(record)
144 def shouldRollover(self, record):
148 Basically, see if the supplied record would cause the file to exceed
154 msg = "%s\n" % self.format(record)
281 def shouldRollover(self, record)
[all...]
H A D__init__.py227 # The logging record
237 using str(msg) % args to create the message field of the record. The
238 record also includes information such as when the record was created,
245 Initialize a logging record with interesting information.
384 %(message)s The result of record.getMessage(), computed just as
385 the record is emitted
404 def formatTime(self, record, datefmt=None):
413 record. Otherwise, the ISO8601 format is used. The resulting
422 ct = self.converter(record
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
H A Daepack.py115 record = AE.AECreateList('', 1)
117 packkey(record, key, value)
118 #record.AEPutParamDesc(key, pack(value))
119 return record
152 record = desc.AECoerceDesc('reco')
153 return mkaetext(unpack(record, formodulename))
180 record = desc.AECoerceDesc('reco')
181 return mkinsertionloc(unpack(record, formodulename))
204 record = desc.AECoerceDesc('reco')
208 return mkobjectfrommodule(unpack(record, formodulenam
[all...]
H A Dic.py228 record = self.mapfile(os.path.split(file)[1])
229 MacOS.SetCreatorAndType(file, record[2], record[1])
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
H A Dtest_skipping.py60 record.append(1)
61 record = []
67 self.assertEqual(record, [])
73 record.append(1)
76 record = []
82 self.assertEqual(record, [])
88 record.append(1)
91 record = []
97 self.assertEqual(record, [])
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
H A Dtest_skipping.py60 record.append(1)
61 record = []
67 self.assertEqual(record, [])
73 record.append(1)
76 record = []
82 self.assertEqual(record, [])
88 record.append(1)
91 record = []
97 self.assertEqual(record, [])
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_warnings.py78 with original_warnings.catch_warnings(record=True,
86 with original_warnings.catch_warnings(record=True,
97 with original_warnings.catch_warnings(record=True,
113 with original_warnings.catch_warnings(record=True,
125 with original_warnings.catch_warnings(record=True,
149 with original_warnings.catch_warnings(record=True,
165 with original_warnings.catch_warnings(record=True,
201 with original_warnings.catch_warnings(record=True,
212 with original_warnings.catch_warnings(record=True,
225 with original_warnings.catch_warnings(record
[all...]
H A Dtest_logging.py351 def filter(self, record):
352 return record.levelno != GARRULOUS
358 def filter(self, record):
359 return record.levelno not in [SOCIABLE, TACITURN]
862 followed by the LogRecord in pickle format. Logs the record
873 record = logging.makeLogRecord(obj)
874 self.handle_log_record(record)
879 def handle_log_record(self, record):
882 if self.TCP_LOG_END in record.msg:
885 self.server.log_output += record
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_warnings.py78 with original_warnings.catch_warnings(record=True,
86 with original_warnings.catch_warnings(record=True,
97 with original_warnings.catch_warnings(record=True,
113 with original_warnings.catch_warnings(record=True,
125 with original_warnings.catch_warnings(record=True,
149 with original_warnings.catch_warnings(record=True,
165 with original_warnings.catch_warnings(record=True,
201 with original_warnings.catch_warnings(record=True,
212 with original_warnings.catch_warnings(record=True,
225 with original_warnings.catch_warnings(record
[all...]
H A Dtest_logging.py351 def filter(self, record):
352 return record.levelno != GARRULOUS
358 def filter(self, record):
359 return record.levelno not in [SOCIABLE, TACITURN]
862 followed by the LogRecord in pickle format. Logs the record
873 record = logging.makeLogRecord(obj)
874 self.handle_log_record(record)
879 def handle_log_record(self, record):
882 if self.TCP_LOG_END in record.msg:
885 self.server.log_output += record
[all...]
/prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/
H A Dsupport-v4-13.0.0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/
H A Dsupport-v4-18.0.0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
H A Dsupport-v4-19.0.0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/app/ ...
/prebuilts/maven_repo/android/com/android/support/support-v4/19.0.1/
H A Dsupport-v4-19.0.1.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/prebuilts/maven_repo/android/com/android/support/support-v4/19.1.0/
H A Dsupport-v4-19.1.0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/os/ ...
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dtest_install.py186 cmd.record = os.path.join(project_dir, 'filelist')
190 f = open(cmd.record)
216 cmd.record = os.path.join(project_dir, 'filelist')
220 f = open(cmd.record)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dtest_install.py186 cmd.record = os.path.join(project_dir, 'filelist')
190 f = open(cmd.record)
216 cmd.record = os.path.join(project_dir, 'filelist')
220 f = open(cmd.record)
/prebuilts/sdk/current/support/v7/mediarouter/libs/
H A Dandroid-support-v7-mediarouter.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v7/ android/support/v7/app/ ...
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
H A Dinstall.py184 ('record=', None,
185 "filename in which to record list of installed files"),
260 self.record = None
618 if self.record:
625 (self.record, outputs),
627 self.record)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
H A Dinstall.py184 ('record=', None,
185 "filename in which to record list of installed files"),
260 self.record = None
618 if self.record:
625 (self.record, outputs),
627 self.record)
/prebuilts/sdk/current/support/v13/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/prebuilts/sdk/current/support/v4/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/annotation/ android/support/annotation/IdRes ...
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
H A D__init__.py199 getbaseclasses(record)
394 'reco' : record,

Completed in 319 milliseconds

1234567891011>>