Searched refs:Operation (Results 76 - 100 of 152) sorted by relevance

1234567

/external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
H A Dread_file.cc52 : Operation(event_router, file_system_info),
/external/deqp/modules/gles31/functional/
H A Des31fAtomicCounterTests.cpp60 enum Operation enum in class:deqp::gles31::Functional::__anon19456::AtomicCounterTest
91 , operations ((Operation)0)
101 Operation operations;
1103 string operationToName (const AtomicCounterTest::Operation& operations, bool useBranch)
1138 string operationToDescription (const AtomicCounterTest::Operation& operations, bool useBranch)
1318 const AtomicCounterTest::Operation operations[] =
1324 (AtomicCounterTest::Operation)(AtomicCounterTest::OPERATION_INC|AtomicCounterTest::OPERATION_GET),
1325 (AtomicCounterTest::Operation)(AtomicCounterTest::OPERATION_DEC|AtomicCounterTest::OPERATION_GET),
1327 (AtomicCounterTest::Operation)(AtomicCounterTest::OPERATION_INC|AtomicCounterTest::OPERATION_DEC),
1328 (AtomicCounterTest::Operation)(AtomicCounterTes
[all...]
/external/libnfc-nxp/src/
H A DphFriNfc_OvrHal.h182 * Immediate Operation result (not the result of the HAL operation). Usually this is
207 uint8_t Operation; member in struct:phFriNfc_OvrHal
291 * \retval NFCSTATUS_INVALID_DEVICE_REQUEST \copydoc phFriNfc_OvrHal_t::Operation
/external/llvm/unittests/ADT/
H A DPackedVectorTest.cpp21 TEST(PackedVectorTest, Operation) {
/external/chromium_org/chrome/browser/webdata/
H A Dweb_data_service.cc73 KeywordTable::Operation(KeywordTable::ADD, data));
86 KeywordTable::Operation(KeywordTable::REMOVE, data));
97 KeywordTable::Operation(KeywordTable::UPDATE, data));
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLConstructionSite.h45 enum Operation { enum in struct:WebCore::HTMLConstructionSiteTask
53 explicit HTMLConstructionSiteTask(Operation op)
74 Operation operation;
/external/chromium_org/ui/views/examples/
H A Dexamples_window.cc126 ExamplesWindowContents(Operation operation, ScopedExamples examples)
204 const Operation operation_;
212 void ShowExamplesWindow(Operation operation,
/external/lldb/source/Plugins/Process/Linux/
H A DProcessMonitor.cpp374 /// @class Operation
381 /// task. The Operation class provides an abstract base for all services the
384 class Operation class
387 virtual ~Operation() {}
394 class ReadOperation : public Operation
424 class WriteOperation : public Operation
455 class ReadRegOperation : public Operation
497 class WriteRegOperation : public Operation
539 class ReadGPROperation : public Operation
567 class ReadFPROperation : public Operation
[all...]
H A DProcessMonitor.h30 class Operation;
303 DoOperation(Operation *op);
/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp428 class Operation : public tcu::ThreadUtil::Operation class in namespace:deqp::egl::GLES2ThreadTest
431 Operation (const char* name, bool useSync, bool serverSync);
432 virtual ~Operation (void);
447 Operation::Operation (const char* name, bool useSync, bool serverSync) function in class:deqp::egl::GLES2ThreadTest::Operation
448 : tcu::ThreadUtil::Operation (name)
455 Operation::~Operation (void)
459 void Operation
[all...]
H A DteglImageFormatTests.cpp176 struct Operation struct in struct:deqp::egl::Image::TestSpec
194 vector<Operation> operations;
208 virtual void checkRequiredExtensions (set<string>& extensions, TestSpec::Operation::Type type, int operationNdx) = 0;
315 void checkRequiredExtensions (set<string>& extensions, TestSpec::Operation::Type type, int operationNdx);
1515 void GLES2ImageApi::checkRequiredExtensions (set<string>& extensions, TestSpec::Operation::Type type, int operationNdx)
1519 case TestSpec::Operation::TYPE_CREATE:
1558 case TestSpec::Operation::TYPE_RENDER:
1574 case TestSpec::Operation::TYPE_MODIFY:
1757 case TestSpec::Operation::TYPE_CREATE:
1772 case TestSpec::Operation
[all...]
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Derrorcode.cc39 Operation op,
H A Dsandbox_bpf.h151 ErrorCode::Operation op,
/external/chromium_org/v8/tools/
H A Dprofile.js59 Profile.Operation = {
81 * See the Profile.Operation enum for the list of
84 * @param {number} operation Operation.
189 this.handleUnknownCode(Profile.Operation.MOVE, from);
203 this.handleUnknownCode(Profile.Operation.DELETE, start);
262 Profile.Operation.TICK, stack[i], i);
/external/chromium_org/net/disk_cache/blockfile/
H A Dentry_impl.h31 enum Operation { enum in class:disk_cache::EntryImpl
136 void ReportIOTime(Operation op, const base::TimeTicks& start);
H A Din_flight_backend_io.h83 enum Operation { enum in class:disk_cache::BackendIO
123 Operation operation_;
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DFileWriter.cpp247 Operation operation = m_queuedOperation;
253 void FileWriter::doOperation(Operation operation)
/external/jmdns/src/javax/jmdns/impl/
H A DJmDNSImpl.java59 public enum Operation { enum in class:JmDNSImpl
1251 public void updateRecord(long now, DNSRecord rec, Operation operation) {
1330 Operation cacheOperation = Operation.Noop;
1354 cacheOperation = Operation.Noop;
1358 cacheOperation = Operation.Remove;
1365 cacheOperation = Operation.Update;
1369 cacheOperation = Operation.Add;
1379 cacheOperation = Operation.Add;
1397 if (typeAdded && (cacheOperation == Operation
[all...]
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Dwrite_from_url_operation.cc24 : Operation(manager, extension_id, device_path),
/external/chromium_org/chrome/installer/mini_installer/
H A Dconfiguration_test.cc24 TEST(MiniInstallerConfigurationTest, Operation) {
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DRegion.h120 template<typename Operation>
/external/google-diff-match-patch/name/fraser/neil/plaintext/
H A Ddiff_match_patch_test.java40 private diff_match_patch.Operation DELETE = diff_match_patch.Operation.DELETE;
41 private diff_match_patch.Operation EQUAL = diff_match_patch.Operation.EQUAL;
42 private diff_match_patch.Operation INSERT = diff_match_patch.Operation.INSERT;
926 if (myDiff.operation != diff_match_patch.Operation.INSERT) {
929 if (myDiff.operation != diff_match_patch.Operation.DELETE) {
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp1590 StringRef Operation; local
1592 case AtomicRMWInst::Xchg: Operation = "AtomicRMWInst::Xchg"; break;
1593 case AtomicRMWInst::Add: Operation = "AtomicRMWInst::Add"; break;
1594 case AtomicRMWInst::Sub: Operation = "AtomicRMWInst::Sub"; break;
1595 case AtomicRMWInst::And: Operation = "AtomicRMWInst::And"; break;
1596 case AtomicRMWInst::Nand: Operation = "AtomicRMWInst::Nand"; break;
1597 case AtomicRMWInst::Or: Operation = "AtomicRMWInst::Or"; break;
1598 case AtomicRMWInst::Xor: Operation = "AtomicRMWInst::Xor"; break;
1599 case AtomicRMWInst::Max: Operation = "AtomicRMWInst::Max"; break;
1600 case AtomicRMWInst::Min: Operation
[all...]
/external/chromium_org/chrome/installer/setup/
H A Dinstall_worker_unittest.cc149 void set_operation(Operation operation) { operation_ = operation; }
297 InstallerState::Operation operation) {
387 InstallerState::Operation operation) {
408 InstallerState::Operation operation) {
735 InstallerState::Operation op_list[] = {
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_swap_control.spec53 Additions to Chapter 2 of the 1.4 GL Specification (OpenGL Operation)

Completed in 4506 milliseconds

1234567