HomeSort by relevance Sort by last modified time
    Searched refs:transaction (Results 126 - 150 of 172) sorted by null

1 2 3 4 56 7

  /external/autotest/scheduler/shard/
shard_client.py 31 from django.db import transaction
144 with transaction.commit_on_success():
  /external/autotest/venv/lucifer/
handlers.py 304 transaction = autotest.deps_load('django.db.transaction')
306 with transaction.commit_on_success():
  /external/perf_data_converter/src/quipper/kernel/
perf_internals.h 249 u64 transaction; member in struct:quipper::perf_sample
  /external/webrtc/webrtc/base/
httpclient.cc 268 HttpTransaction* transaction)
270 transaction_(transaction), free_transaction_(false),
824 HttpTransaction* transaction)
826 HttpClient(agent, NULL, transaction) {
  /external/grpc-grpc/src/csharp/Grpc.Core/
StatusCode.cs 94 /// like sequencer check failures, transaction aborts, etc.
  /external/perf_data_converter/src/quipper/
sample_info_reader.cc 311 // { u64 transaction; } && PERF_SAMPLE_TRANSACTION
313 reader.ReadUint64(&sample->transaction);
507 // { u64 transaction; } && PERF_SAMPLE_TRANSACTION
509 *array++ = sample.transaction;
perf_serializer.cc 409 sample->set_transaction(sample_info.transaction);
486 if (sample.has_transaction()) sample_info.transaction = sample.transaction();
    [all...]
sample_info_reader_test.cc 81 EXPECT_EQ(67890, sample.transaction);
  /external/syzkaller/vendor/google.golang.org/appengine/internal/
api.go 459 // Apply transaction modifications if we're in a transaction.
462 return errors.New("transaction context has expired")
464 applyTransaction(in, &t.transaction)
api_pre17.go 481 // Apply transaction modifications if we're in a transaction.
484 return errors.New("transaction context has expired")
486 applyTransaction(in, &t.transaction)
  /external/wpa_supplicant_8/src/utils/
pcsc_funcs.c 529 int transaction = 0; local
626 wpa_printf(MSG_DEBUG, "SCARD: Could not begin transaction: "
630 transaction = 1;
697 wpa_printf(MSG_DEBUG, "SCARD: Could not end transaction: "
704 if (transaction)
    [all...]
  /external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/
datastore_v3.pb.go 26 Transaction
    [all...]
  /frameworks/av/media/mtp/
MtpServer.cpp 185 MtpTransactionID transaction = mRequest.getTransactionID(); local
211 mData.setTransactionID(transaction);
224 mResponse.setTransactionID(transaction);
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/
Flat32.S 566 # Load the SideBand Packet Register to generate the transaction
623 # Load the SideBand Packet Register to generate the transaction
Flat32.asm 453 ; Load the SideBand Packet Register to generate the transaction
505 ; Load the SideBand Packet Register to generate the transaction
  /external/autotest/frontend/afe/
model_logic.py 9 from django.db import transaction
    [all...]
rpc_interface.py 44 from django.db import transaction
    [all...]
  /external/curl/docs/cmdline-opts/
write-out.d 137 connect, pretransfer and transfer before the final transaction was
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPRequest.java 771 * value of CANCEL. This allows it to be identified and processed as a transaction in its
    [all...]
  /external/selinux/python/semanage/
seobject.py 239 transaction = False variable in class:semanageRecords
279 if not semanageRecords.transaction and store != "":
309 if semanageRecords.transaction:
310 raise ValueError(_("Semanage transaction already in progress"))
312 semanageRecords.transaction = True
315 if semanageRecords.transaction:
319 raise ValueError(_("Could not start semanage transaction"))
325 if semanageRecords.transaction:
333 raise ValueError(_("Could not commit semanage transaction"))
337 if not semanageRecords.transaction
    [all...]
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 
hibernate-search.jar 
  /art/runtime/interpreter/
unstarted_runtime.cc 62 #include "transaction.h"
86 LOG(FATAL) << "Trying to abort, but not in transaction mode: " << msg;
92 // it's easy. Abort the transaction otherwise.
161 // actually the transaction abort exception. This must not be wrapped, as it signals an
166 // If it is not the transaction abort exception, wrap it.
168 if (type != Transaction::kAbortExceptionDescriptor) {
292 // If we're in a transaction, class must not be finalizable (it or a superclass has a finalizer).
304 // Note that 2) could likely be handled here, but for safety abort the transaction.
399 bool transaction = runtime->IsActiveTransaction(); local
403 if (transaction) {
437 bool transaction = runtime->IsActiveTransaction(); local
    [all...]
  /external/syzkaller/vendor/google.golang.org/appengine/datastore/
doc.go 290 RunInTransaction runs a function in a transaction.
  /external/selinux/libsemanage/src/
semanage_store.c 1089 * handler has a transaction lock. Allocates and fills in *modinfos
    [all...]

Completed in 543 milliseconds

1 2 3 4 56 7