/cts/tests/tests/effect/src/android/effect/cts/ |
GLEnv.java | 101 public void checkForEGLErrors(String operation) { 105 throw new RuntimeException("Operation '" + operation + "' caused EGL error: " + error);
|
/external/opencv3/modules/java/generator/src/java/ |
android+BaseLoaderCallback.java | 84 public void onPackageInstall(final int operation, final InstallCallbackInterface callback) 86 switch (operation)
|
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
ThreadUtils.java | 67 * Utility method to make sure a blocking operation is executed to completion without getting 68 * interrupted. This should be used in cases where the operation is waiting for some critical 70 * the blocking operation, this function will re-run the operation until completion, and only then 73 public static void executeUninterruptibly(BlockingOperation operation) { 77 operation.run(); 80 // Someone is asking us to return early at our convenience. We can't cancel this operation, 100 // Someone is asking us to return early at our convenience. We can't cancel this operation, 142 // Someone is asking us to return early at our convenience. We can't cancel this operation,
|
/frameworks/av/media/mtp/ |
MtpDevice.h | 155 bool sendRequest(MtpOperationCode operation); 158 bool writeDataHeader(MtpOperationCode operation, int dataLength);
|
/hardware/qcom/display/msm8084/liboverlay/ |
overlayMdp.cpp | 240 ALOGD_IF(0, "In %s: data.operation = %d", __FUNCTION__, data.operation); 244 if (data.operation & PP_PARAM_HSIC) { 284 mParams.operation |= PP_OP_PA; 288 if (data.operation & PP_PARAM_SHARP2) { 312 mParams.operation |= PP_OP_SHARP; 316 if (data.operation & PP_PARAM_IGC) { 338 mParams.operation |= PP_OP_IGC; 342 if (data.operation & PP_PARAM_VID_INTFC) {
|
/hardware/qcom/display/msm8226/liboverlay/ |
overlayMdp.cpp | 221 ALOGD_IF(0, "In %s: data.operation = %d", __FUNCTION__, data.operation); 225 if (data.operation & PP_PARAM_HSIC) { 265 mParams.operation |= PP_OP_PA; 269 if (data.operation & PP_PARAM_SHARP2) { 293 mParams.operation |= PP_OP_SHARP; 297 if (data.operation & PP_PARAM_IGC) { 319 mParams.operation |= PP_OP_IGC; 323 if (data.operation & PP_PARAM_VID_INTFC) {
|
/packages/services/Car/libvehiclenetwork/java/src/com/android/car/vehiclenetwork/ |
IVehicleNetwork.aidl | 44 void injectHalError(int errorCode, int property, int operation) = 8;
|
/prebuilts/go/darwin-x86/src/sync/atomic/ |
doc.go | 14 // The swap operation, implemented by the SwapT functions, is the atomic 21 // The compare-and-swap operation, implemented by the CompareAndSwapT 30 // The add operation, implemented by the AddT functions, is the atomic 73 // CompareAndSwapInt32 executes the compare-and-swap operation for an int32 value. 76 // CompareAndSwapInt64 executes the compare-and-swap operation for an int64 value. 79 // CompareAndSwapUint32 executes the compare-and-swap operation for a uint32 value. 82 // CompareAndSwapUint64 executes the compare-and-swap operation for a uint64 value. 85 // CompareAndSwapUintptr executes the compare-and-swap operation for a uintptr value. 88 // CompareAndSwapPointer executes the compare-and-swap operation for a unsafe.Pointer value.
|
/prebuilts/go/linux-x86/src/sync/atomic/ |
doc.go | 14 // The swap operation, implemented by the SwapT functions, is the atomic 21 // The compare-and-swap operation, implemented by the CompareAndSwapT 30 // The add operation, implemented by the AddT functions, is the atomic 73 // CompareAndSwapInt32 executes the compare-and-swap operation for an int32 value. 76 // CompareAndSwapInt64 executes the compare-and-swap operation for an int64 value. 79 // CompareAndSwapUint32 executes the compare-and-swap operation for a uint32 value. 82 // CompareAndSwapUint64 executes the compare-and-swap operation for a uint64 value. 85 // CompareAndSwapUintptr executes the compare-and-swap operation for a uintptr value. 88 // CompareAndSwapPointer executes the compare-and-swap operation for a unsafe.Pointer value.
|
/system/connectivity/shill/cellular/ |
cellular_capability.cc | 64 void CellularCapability::OnUnsupportedOperation(const char* operation, 67 message.append(operation).append(" operation is not supported.");
|
/system/connectivity/shill/dbus/ |
chromeos_mm1_modem_proxy.h | 105 const std::string& operation); 107 const std::string& operation,
|
/libcore/luni/src/test/java/libcore/xml/ |
XsltXPathConformanceTestSuite.java | 195 * <scenario operation="standard"> 216 String operation = scenarioElement.getAttribute("operation"); local 251 if (!operation.equals("execution-error")) { 264 principalStylesheet, principal, operation, compareAs); 321 private final String operation; field in class:XsltXPathConformanceTestSuite.XsltTest 331 String operation, String compareAs) { 340 this.operation = operation; 381 if (operation.equals("standard")) [all...] |
/prebuilts/go/darwin-x86/src/net/ |
fd_windows.go | 89 // operation contains superset of data necessary to perform all async IO. 90 type operation struct { type 112 func (o *operation) InitBuf(buf []byte) { 126 o *operation 127 submit func(o *operation) error // if nil, cancel the operation 147 // ExecIO executes a single IO operation o. It submits and cancels 151 func (s *ioSrv) ExecIO(o *operation, name string, submit func(o *operation) error) (int, error) { 220 // We issued cancellation request. But, it seems, IO operation succeede [all...] |
/prebuilts/go/linux-x86/src/net/ |
fd_windows.go | 89 // operation contains superset of data necessary to perform all async IO. 90 type operation struct { type 112 func (o *operation) InitBuf(buf []byte) { 126 o *operation 127 submit func(o *operation) error // if nil, cancel the operation 147 // ExecIO executes a single IO operation o. It submits and cancels 151 func (s *ioSrv) ExecIO(o *operation, name string, submit func(o *operation) error) (int, error) { 220 // We issued cancellation request. But, it seems, IO operation succeede [all...] |
/external/deqp/external/vulkancts/modules/vulkan/image/ |
vktImageAtomicOperationTests.cpp | 21 * \brief Image atomic operation tests 212 //! An order-independent operation is one for which the end result doesn't depend on the order in which the operations are carried (i.e. is both commutative and associative). 223 //! Computes the result of an atomic operation where "a" is the data operated on and "b" is the parameter to the atomic function. 250 const AtomicOperation operation, 270 const AtomicOperation operation, 276 , m_operation (operation) 323 const AtomicOperation operation, 343 const AtomicOperation operation, 349 , m_operation (operation) 398 const AtomicOperation operation); 953 const AtomicOperation operation = (AtomicOperation)operationI; local [all...] |
/external/autotest/client/bin/ |
harness.py | 80 def test_status_detail(self, code, subdir, operation, status, tag,
|
/external/e2fsprogs/intl/ |
plural-exp.h | 47 module, /* Modulo operation. */ 60 } operation; member in struct:expression
|
/external/gptfdisk/ |
gptcurses.h | 123 int Dispatch(char operation);
|
/external/libchrome/sandbox/linux/services/ |
syscall_wrappers.h | 46 SANDBOX_EXPORT int sys_seccomp(unsigned int operation,
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
r600.h | 113 void r600_query_predication(struct r600_context *ctx, struct r600_query *query, int operation,
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/ |
select_reactor.hpp | 62 op_queue<operation> ops;
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
reactive_null_buffers_op.hpp | 45 static void do_complete(io_service_impl* owner, operation* base,
|
reactive_socket_connect_op.hpp | 62 static void do_complete(io_service_impl* owner, operation* base,
|
resolver_service_base.hpp | 20 #include "asio/detail/operation.hpp" 35 // indicate to the background thread that the operation has been cancelled. 61 // Helper function to start an asynchronous resolve operation. 62 ASIO_DECL void start_resolve_op(operation* op);
|
/external/tpm2/ |
Marshal_PolicyCounterTimer.c | 26 result = TPM_EO_Unmarshal(&target->operation, buffer, size);
|