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

1234567891011>>

/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/gdb/darwin-x86/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...]
/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...]
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/jdk/jdk8/darwin-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DResultLogManager.java105 // The maximum number of record that the memory log can
110 // The maximum number of record that the ResultLogManager can
123 // number of record that this object has logged in the log file
147 // add() is the only method ever called to add a record).
300 public void log(ResultRecord record) argument
302 if (memCapacity > 0) logToMemory(record);
303 if (logFile != null) logToFile(record);
385 // Log a record to the memory log. Send a notification if the
388 private void logToMemory(ResultRecord record) { argument
393 memoryLog.add(record);
406 logToFile(ResultRecord record) argument
[all...]
H A DResultLogManagerMXBean.java110 * Logs a result record to the active result logs (memory,file,both,or none)
114 * @param record The result record to log.
120 public void log(ResultRecord record) argument
/prebuilts/jdk/jdk8/linux-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DResultLogManager.java105 // The maximum number of record that the memory log can
110 // The maximum number of record that the ResultLogManager can
123 // number of record that this object has logged in the log file
147 // add() is the only method ever called to add a record).
300 public void log(ResultRecord record) argument
302 if (memCapacity > 0) logToMemory(record);
303 if (logFile != null) logToFile(record);
385 // Log a record to the memory log. Send a notification if the
388 private void logToMemory(ResultRecord record) { argument
393 memoryLog.add(record);
406 logToFile(ResultRecord record) argument
[all...]
H A DResultLogManagerMXBean.java110 * Logs a result record to the active result logs (memory,file,both,or none)
114 * @param record The result record to log.
120 public void log(ResultRecord record) argument
/prebuilts/gdb/darwin-x86/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...]
/prebuilts/gdb/linux-x86/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...]
/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...]
/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...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h65 void addTypedData(const RecordDecl *record, CharUnits begin);
66 void addTypedData(const RecordDecl *record, CharUnits begin,
149 /// Should a C++ record type be passed and returned indirectly?
151 const CXXRecordDecl *record);
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/CodeGen/
H A DSwiftCallingConv.h65 void addTypedData(const RecordDecl *record, CharUnits begin);
66 void addTypedData(const RecordDecl *record, CharUnits begin,
149 /// Should a C++ record type be passed and returned indirectly?
151 const CXXRecordDecl *record);
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/CodeGen/
H A DSwiftCallingConv.h65 void addTypedData(const RecordDecl *record, CharUnits begin);
66 void addTypedData(const RecordDecl *record, CharUnits begin,
149 /// Should a C++ record type be passed and returned indirectly?
151 const CXXRecordDecl *record);

Completed in 591 milliseconds

1234567891011>>