HomeSort by relevance Sort by last modified time
    Searched refs:record (Results 351 - 375 of 817) sorted by null

<<11121314151617181920>>

  /external/antlr/runtime/Python3/antlr3/
debug.py 743 Subclasses can override the record() method (which defaults to printing to
744 stdout) to record the events in a different way.
754 def record(self, event): member in class:TraceDebugEventListener
758 self.record("enterRule " + ruleName)
761 self.record("exitRule " + ruleName)
764 self.record("enterSubRule")
767 self.record("exitSubRule")
770 self.record("location {}:{}".format(line, pos))
775 self.record("consumeNode {} {} {}".format(
781 self.record("LT {} {} {} {}".format
828 def record(self, event): member in class:RecordDebugEventListener
    [all...]
  /external/python/cpython2/PC/
_msi.c 338 /*************************** Record objects **********************/
341 record_getfieldcount(msiobj* record, PyObject* args)
343 return PyInt_FromLong(MsiRecordGetFieldCount(record->h));
347 record_getinteger(msiobj* record, PyObject* args)
354 status = MsiRecordGetInteger(record->h, field);
356 PyErr_SetString(MSIError, "could not convert record field to integer");
363 record_getstring(msiobj* record, PyObject* args)
374 status = MsiRecordGetString(record->h, field, res, &size);
379 status = MsiRecordGetString(record->h, field, res, &size);
390 record_cleardata(msiobj* record, PyObject *args
    [all...]
  /external/python/cpython3/PC/
_msi.c 358 /*************************** Record objects **********************/
361 record_getfieldcount(msiobj* record, PyObject* args)
363 return PyLong_FromLong(MsiRecordGetFieldCount(record->h));
367 record_getinteger(msiobj* record, PyObject* args)
374 status = MsiRecordGetInteger(record->h, field);
376 PyErr_SetString(MSIError, "could not convert record field to integer");
383 record_getstring(msiobj* record, PyObject* args)
394 status = MsiRecordGetStringW(record->h, field, res, &size);
399 status = MsiRecordGetStringW(record->h, field, res, &size);
410 record_cleardata(msiobj* record, PyObject *args
    [all...]
  /art/runtime/
thread.cc 262 DeoptimizationContextRecord* record = new DeoptimizationContextRecord( local
269 tlsPtr_.deoptimization_context_stack = record;
277 DeoptimizationContextRecord* record = tlsPtr_.deoptimization_context_stack; local
278 tlsPtr_.deoptimization_context_stack = record->GetLink();
279 result->SetJ(record->GetReturnValue().GetJ());
280 *exception = record->GetPendingException();
281 *from_code = record->GetFromCode();
282 *method_type = record->GetDeoptimizationMethodType();
283 delete record;
418 StackedShadowFrameRecord* record = new StackedShadowFrameRecord local
424 StackedShadowFrameRecord* record = tlsPtr_.stacked_shadow_frame_record; local
496 FrameIdToShadowFrame* record = FindFrameIdToShadowFrame( local
506 FrameIdToShadowFrame* record = FindFrameIdToShadowFrame( local
522 FrameIdToShadowFrame* record = FrameIdToShadowFrame::Create(frame_id, local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/examples/
p2p-nfc.py 161 summary("Could not get handover request carrier record from wpa_supplicant")
163 print("Handover request carrier record from wpa_supplicant: " + data.encode("hex"))
237 if "OK" in wpas_report_handover(data, carrier.record, "INIT"):
299 print("P2P carrier type match - add P2P carrier record")
301 self.received_carrier = carrier.record
302 print("Carrier record:")
304 print(carrier.record.pretty())
309 print("Could not get handover select carrier record from wpa_supplicant")
311 print("Handover select carrier record from wpa_supplicant:")
329 print("WSC carrier type match - add WSC carrier record")
    [all...]
  /external/clang/lib/CodeGen/
SwiftCallingConv.cpp 63 // Record types.
102 void SwiftAggLowering::addTypedData(const RecordDecl *record, CharUnits begin) {
103 addTypedData(record, begin, CGM.getContext().getASTRecordLayout(record));
106 void SwiftAggLowering::addTypedData(const RecordDecl *record, CharUnits begin,
109 if (record->isUnion()) {
110 for (auto field : record->fields()) {
125 auto cxxRecord = dyn_cast<CXXRecordDecl>(record);
147 for (auto field : record->fields()) {
734 const CXXRecordDecl *record) {
769 auto record = recordType->getDecl(); local
    [all...]
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /external/dexmaker/dexmaker-mockito-inline-extended-tests/src/main/java/com/android/dx/mockito/inline/extended/tests/
MockStatic.java 73 static final String record(String toRecord) { method in class:MockStatic.SubClass
75 return "record";
313 doReturn("fakeD").when(() -> SubClass.record("test"));
314 assertEquals("fakeD", SubClass.record("test"));
337 SubClass.record("no sideeffect");
340 doReturn("faceRecord").when(() -> SubClass.record(eq("test")));
344 assertEquals("faceRecord", SubClass.record("test"));
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /external/skia/src/pathops/
SkPathOpsDebug.cpp 28 do { if (cond) log->record(SkPathOpsDebug::kFail_Glitch, coin); } while (false)
32 do { if (cond) log->record(SkPathOpsDebug::kFail_Glitch, span); } while (false)
36 do { if (cond) log->record(SkPathOpsDebug::kReturnFalse_Glitch, span); \
121 void record(GlitchType type, const SkOpSpanBase* base, function in struct:SkPathOpsDebug::GlitchLog
128 void record(GlitchType type, const SkOpSpanBase* base, function in struct:SkPathOpsDebug::GlitchLog
135 void record(GlitchType type, const SkCoincidentSpans* coin, function in struct:SkPathOpsDebug::GlitchLog
146 void record(GlitchType type, const SkOpSpanBase* base, function in struct:SkPathOpsDebug::GlitchLog
155 void record(GlitchType type, const SkOpSpanBase* base, double t, function in struct:SkPathOpsDebug::GlitchLog
163 void record(GlitchType type, const SkCoincidentSpans* coin, function in struct:SkPathOpsDebug::GlitchLog
173 void record(GlitchType type, const SkCoincidentSpans* coin function in struct:SkPathOpsDebug::GlitchLog
181 void record(GlitchType type, const SkOpPtT* ptTS, const SkOpPtT* ptTE, function in struct:SkPathOpsDebug::GlitchLog
190 void record(GlitchType type, const SkOpSegment* seg, double startT, function in struct:SkPathOpsDebug::GlitchLog
201 void record(GlitchType type, const SkOpSegment* seg, function in struct:SkPathOpsDebug::GlitchLog
208 void record(GlitchType type, double t, const SkOpSpanBase* span) { function in struct:SkPathOpsDebug::GlitchLog
214 void record(GlitchType type, const SkOpSegment* seg) { function in struct:SkPathOpsDebug::GlitchLog
219 void record(GlitchType type, const SkCoincidentSpans* coin, function in struct:SkPathOpsDebug::GlitchLog
    [all...]
  /external/skqp/src/pathops/
SkPathOpsDebug.cpp 28 do { if (cond) log->record(SkPathOpsDebug::kFail_Glitch, coin); } while (false)
32 do { if (cond) log->record(SkPathOpsDebug::kFail_Glitch, span); } while (false)
36 do { if (cond) log->record(SkPathOpsDebug::kReturnFalse_Glitch, span); \
121 void record(GlitchType type, const SkOpSpanBase* base, function in struct:SkPathOpsDebug::GlitchLog
128 void record(GlitchType type, const SkOpSpanBase* base, function in struct:SkPathOpsDebug::GlitchLog
135 void record(GlitchType type, const SkCoincidentSpans* coin, function in struct:SkPathOpsDebug::GlitchLog
146 void record(GlitchType type, const SkOpSpanBase* base, function in struct:SkPathOpsDebug::GlitchLog
155 void record(GlitchType type, const SkOpSpanBase* base, double t, function in struct:SkPathOpsDebug::GlitchLog
163 void record(GlitchType type, const SkCoincidentSpans* coin, function in struct:SkPathOpsDebug::GlitchLog
173 void record(GlitchType type, const SkCoincidentSpans* coin function in struct:SkPathOpsDebug::GlitchLog
181 void record(GlitchType type, const SkOpPtT* ptTS, const SkOpPtT* ptTE, function in struct:SkPathOpsDebug::GlitchLog
190 void record(GlitchType type, const SkOpSegment* seg, double startT, function in struct:SkPathOpsDebug::GlitchLog
201 void record(GlitchType type, const SkOpSegment* seg, function in struct:SkPathOpsDebug::GlitchLog
208 void record(GlitchType type, double t, const SkOpSpanBase* span) { function in struct:SkPathOpsDebug::GlitchLog
214 void record(GlitchType type, const SkOpSegment* seg) { function in struct:SkPathOpsDebug::GlitchLog
219 void record(GlitchType type, const SkCoincidentSpans* coin, function in struct:SkPathOpsDebug::GlitchLog
    [all...]
  /external/autotest/server/
server_job.py 176 """The job.record hook for server job. Used to inject WARN messages from
179 block recursive calls, so that the hook can call job.record itself to
190 """A wrapper around the 'real' record hook, the _hook method, which
193 job.record->_hook->job.record->_hook->job.record... chain."""
205 """The core hook, which can safely call job.record."""
329 # write to tko_jobs record.
641 """Insert a failure record into status.log for this test."""
646 self.record('START', None, skipped_test.test_name
    [all...]
  /external/autotest/client/bin/
job_unittest.py 74 self.god.stub_function_to_return(self.job, 'record', None)
205 self.god.stub_function(self.job, 'record')
223 self.job.record.expect_call('START', None, None)
232 # record
274 Test post record initialization failure.
291 self.god.stub_function(self.job, 'record')
296 self.job.record.expect_call(
318 # record
336 # record
354 # record
    [all...]
  /external/strace/
btrfs.c 274 } *const record = elem_buf; local
276 PRINT_FIELD_U("{", *record, inum);
277 PRINT_FIELD_U(", ", *record, offset);
278 PRINT_FIELD_U(", ", *record, root);
300 uint64_t record[3]; local
303 record, sizeof(record),
369 uint64_t record; local
372 inherit.num_qgroups, &record, sizeof(record),
1161 uint64_t record; local
    [all...]
  /external/tensorflow/tensorflow/core/kernels/data/
reader_dataset_ops.cc 416 // We are currently processing a file, so try to read the next record.
421 string record; variable
423 input_buffer_->ReadNBytes(dataset()->record_bytes_, &record));
427 // Produce the record as output.
429 record_tensor.scalar<string>()() = record;
464 " bytes, which is not an exact multiple of the record length (",
539 // We are currently processing a file, so try to read the next record.
545 string record; variable
547 dataset()->record_bytes_, &record));
551 // Produce the record as output
559 string record; variable
    [all...]
  /build/make/core/
host_executable.mk 1 $(call record-module-type,HOST_EXECUTABLE)
  /cts/tests/tests/media/libaudiojni/
Android.mk 26 audio-record-native.cpp \
  /external/autotest/client/cros/bluetooth/
output_recorder.py 5 """This module provides an object to record the output of command-line program.
24 """A class used to record the output of command line program.
56 @param cmd: the command of which the output is to record.
70 # Create a thread dedicated to record the output.
82 def record(self): member in class:OutputRecorder
83 """Record the output of the cmd."""
121 self._recording_thread = threading.Thread(target=self.record)
  /external/bcc/examples/lua/
offcputime.lua 36 // record previous thread sleep time
  /external/curl/docs/cmdline-opts/
cookie-jar.d 15 record and use cookies. Another way to activate it is to use the --cookie
  /external/grpc-grpc/src/cpp/server/load_reporter/
load_reporter.h 124 // Append the initial record so that the next real record can have a base.
201 bool IsRecordInWindow(const LoadBalancingFeedbackRecord& record,
203 return record.end_time > now - feedback_sample_window_seconds_;
  /external/grpc-grpc/src/python/grpcio_tests/tests/unit/
_interceptor_test.py 224 def __init__(self, tag, record):
226 self.record = record
229 self.record.append(self.tag + ':intercept_service')
233 self.record.append(self.tag + ':intercept_unary_unary')
238 self.record.append(self.tag + ':intercept_unary_stream')
243 self.record.append(self.tag + ':intercept_stream_unary')
248 self.record.append(self.tag + ':intercept_stream_stream')
  /external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
ManagedChannelOrphanWrapperTest.java 66 public boolean isLoggable(LogRecord record) {
68 records.add(record);
  /external/jsilver/src/com/google/streamhtmlparser/impl/
GenericParser.java 129 record(input);
270 protected void record(char input) { } method in class:GenericParser

Completed in 2019 milliseconds

<<11121314151617181920>>