HomeSort by relevance Sort by last modified time
    Searched refs:DUPLICATE (Results 1 - 8 of 8) sorted by null

  /external/chromium/base/
file_descriptor_shuffle_unittest.cc 24 DUPLICATE,
50 bool Duplicate(int* result, int fd) {
52 actions_.push_back(Action(Action::DUPLICATE, *result, fd));
152 Action(Action::DUPLICATE, kDuplicateBase, 1));
167 Action(Action::DUPLICATE, kDuplicateBase, 1));
182 Action(Action::DUPLICATE, kDuplicateBase, 1));
197 Action(Action::DUPLICATE, kDuplicateBase, 1));
256 bool Duplicate(int* result, int fd) {
  /external/chromium_org/base/posix/
file_descriptor_shuffle_unittest.cc 21 DUPLICATE,
47 virtual bool Duplicate(int* result, int fd) OVERRIDE {
49 actions_.push_back(Action(Action::DUPLICATE, *result, fd));
149 Action(Action::DUPLICATE, kDuplicateBase, 1));
164 Action(Action::DUPLICATE, kDuplicateBase, 1));
179 Action(Action::DUPLICATE, kDuplicateBase, 1));
194 Action(Action::DUPLICATE, kDuplicateBase, 1));
253 virtual bool Duplicate(int* result, int fd) OVERRIDE {
  /system/security/keystore/include/keystore/
IKeystoreService.h 65 DUPLICATE = IBinder::FIRST_CALL_TRANSACTION + 20,
117 virtual int32_t duplicate(const String16& srcKey, int32_t srcUid, const String16& destKey,
  /external/v8/src/
deoptimizer.cc 685 // Ignore commands marked as duplicate and act on the first non-duplicate.
688 while (opcode == Translation::DUPLICATE) {
699 case Translation::DUPLICATE:
876 bool duplicate = (opcode == Translation::DUPLICATE); local
877 if (duplicate) {
886 case Translation::DUPLICATE:
    [all...]
deoptimizer.h 567 // A prefix indicating that the next command is a duplicate of the one
569 DUPLICATE
objects.cc     [all...]
  /system/security/keystore/
IKeystoreService.cpp 522 virtual int32_t duplicate(const String16& srcKey, int32_t srcUid, const String16& destKey, function in class:android::BpKeystoreService
531 status_t status = remote()->transact(BnKeystoreService::DUPLICATE, data, &reply);
533 ALOGD("duplicate() could not contact remote: %d\n", status);
539 ALOGD("duplicate() caught exception %d\n", err);
851 case DUPLICATE: {
857 int32_t ret = duplicate(srcKey, srcUid, destKey, destUid);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 100 milliseconds