/external/mesa3d/docs/OLD/ |
MESA_packed_depth_stencil.spec | 72 Additions to Chapter 2 of the 1.1 Specification (OpenGL Operation)
|
/external/chromium/net/disk_cache/ |
rankings.cc | 21 enum Operation { 28 // be created to keep track of the operation. If the process crashes before 29 // finishing the operation, the transaction record (stored as part of the user 30 // data on the file header) can be used to finish the operation. 38 Operation op, int list); 46 disk_cache::Addr addr, Operation op, int list) 50 data_->operation = op; 58 data_->operation = 0; 360 // Store the new tail to make sure we can undo the operation if we crash. 633 if (INSERT == control_data_->operation) { [all...] |
/external/chromium_org/net/disk_cache/ |
rankings.cc | 25 enum Operation { 32 // be created to keep track of the operation. If the process crashes before 33 // finishing the operation, the transaction record (stored as part of the user 34 // data on the file header) can be used to finish the operation. 42 Operation op, int list); 50 disk_cache::Addr addr, Operation op, int list) 54 data_->operation = op; 62 data_->operation = 0; 373 // Store the new tail to make sure we can undo the operation if we crash. 654 if (INSERT == control_data_->operation) { [all...] |
/external/llvm/lib/AsmParser/ |
LLParser.cpp | [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/ |
jsunittest.js | 955 DrNicTest.Unit.Testcase.prototype.benchmark = function(operation, iterations) { [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/ |
jsunittest.js | 955 DrNicTest.Unit.Testcase.prototype.benchmark = function(operation, iterations) { [all...] |
/external/chromium_org/third_party/icu/source/test/perf/collationperf/ |
CollPerf.pl | 174 names vary according to language. Each Collation operation over the whole list 181 <th align="left">Operation</th> 213 the hardware and compiler. The strcoll operation is particularly sensitive; we
|
/external/icu4c/test/perf/collationperf/ |
CollPerf.pl | 174 names vary according to language. Each Collation operation over the whole list 181 <th align="left">Operation</th> 213 the hardware and compiler. The strcoll operation is particularly sensitive; we
|
/external/v8/tools/ |
test.py | 850 class Operation(Expression): 1015 left = Operation(left, op, right) 1027 left = Operation(left, 'if', right) 1041 left = Operation(left, op, right) [all...] |
tickprocessor.js | 89 V8Profile.prototype.handleUnknownCode = function(operation, addr) { 90 var op = Profile.Operation; 91 switch (operation) { 198 operation, addr, opt_stackPos) { 199 var op = Profile.Operation; 200 switch (operation) {
|
/frameworks/base/obex/javax/obex/ |
ClientOperation.java | 43 * This class implements the <code>Operation</code> interface. It will read and 47 public final class ClientOperation implements Operation, BaseStream { 144 throw new IOException("Operation has already ended"); 147 mExceptionMessage = "Operation aborted"; 278 // there are 3 bytes operation headers and 3 bytes body headers // 308 * @throws IOException if the operation has already ended or is closed 318 * Returns the headers that have been received during the operation. 321 * @return the headers received during this <code>Operation</code> 322 * @throws IOException if this <code>Operation</code> has been closed 334 * @throws IOException if this <code>Operation</code> has been closed or th [all...] |
ServerOperation.java | 43 * This class implements the Operation interface for server side connections. 55 public final class ServerOperation implements Operation, BaseStream { 240 * Determines if the operation should continue or should wait. If it should 241 * continue, this method will continue the operation. 243 * operation even if no headers will be sent; if <code>false</code> 244 * then this method will only continue the operation if there are 248 * @return <code>true</code> if the operation was completed; 249 * <code>false</code> if no operation took place 280 * <code>false</code> if no reply was received because the operation 344 // For Get operation: if response code is OBEX_HTTP_OK, then this is th [all...] |
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_swap_frame_usage.spec | 36 swap period has elapsed since the last swap operation completed. The 89 Additions to Chapter 2 of the 1.4 GL Specification (OpenGL Operation)
|
/external/mesa3d/docs/ |
MESA_swap_frame_usage.spec | 36 swap period has elapsed since the last swap operation completed. The 89 Additions to Chapter 2 of the 1.4 GL Specification (OpenGL Operation)
|
/external/llvm/include/llvm/IR/ |
Instructions.h | 600 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val, 603 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val, 611 void setOperation(BinOp Operation) { 614 (Operation << 5)); 680 void Init(BinOp Operation, Value *Ptr, Value *Val, [all...] |
/frameworks/base/services/java/com/android/server/ |
BackupManagerService.java | 201 // User confirmation timeout for a full backup/restore operation. It's this long in 276 // Watch the device provisioning operation during setup 422 // Bookkeeping of in-flight operations for timeout etc. purposes. The operation 428 class Operation { 432 Operation(int initialState, BackupRestoreTask callbackObj) { 437 final SparseArray<Operation> mCurrentOperations = new SparseArray<Operation>(); 720 // can't be in the middle of an actual restore operation because 761 // ----- Debug-only backup operation trace ----- [all...] |
/external/llvm/lib/IR/ |
Instructions.cpp | 61 /// for a select operation, otherwise return null. 139 /// to a push_back style of operation. This grows the number of ops by 1.5 236 /// push_back style of operation. This grows the number of ops by 2 times. [all...] |
/prebuilts/sdk/tools/lib/ |
lombok-ast-0.2.jar | |
/prebuilts/tools/common/lombok-ast/ |
lombok-ast-0.2.1.jar | |
lombok-ast-0.2.jar | |
/prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/ |
lombok-ast-0.2.1.jar | |
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
sandbox_bpf.cc | 719 // wrap our system call evaluator to perform the same operation. Otherwise, 839 // different from the kernel's BPF_JSET operation which passes, if any of [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
wire_format.cc | 744 Operation op) {
|
/external/chromium_org/v8/tools/ |
tickprocessor.js | 89 V8Profile.prototype.handleUnknownCode = function(operation, addr) { 90 var op = Profile.Operation; 91 switch (operation) { 217 operation, addr, opt_stackPos) { 218 var op = Profile.Operation; 219 switch (operation) {
|
/external/llvm/lib/Bitcode/Reader/ |
BitcodeReader.cpp | [all...] |