/art/compiler/optimizing/ |
code_generator_mips.h | 188 void HandleBinaryOp(HBinaryOperation* operation); 190 void HandleShift(HBinaryOperation* operation); 224 void HandleBinaryOp(HBinaryOperation* operation); 226 void HandleShift(HBinaryOperation* operation);
|
code_generator_mips64.h | 188 void HandleBinaryOp(HBinaryOperation* operation); 190 void HandleShift(HBinaryOperation* operation); 224 void HandleBinaryOp(HBinaryOperation* operation); 226 void HandleShift(HBinaryOperation* operation);
|
/external/bison/lib/ |
signal.in.h | 270 combining it with *SET as indicated in OPERATION. 278 (int operation, const sigset_t *set, sigset_t *old_set)); 281 (int operation, const sigset_t *set, sigset_t *old_set));
|
/external/boringssl/src/crypto/x509/ |
x_crl.c | 118 static int crl_inf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, 124 switch(operation) { 233 static int crl_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, 241 switch(operation)
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
reactive_socket_accept_op.hpp | 93 static void do_complete(io_service_impl* owner, operation* base,
|
reactive_socket_recv_op.hpp | 80 static void do_complete(io_service_impl* owner, operation* base,
|
reactive_socket_recvfrom_op.hpp | 89 static void do_complete(io_service_impl* owner, operation* base,
|
reactive_socket_recvmsg_op.hpp | 81 static void do_complete(io_service_impl* owner, operation* base,
|
reactive_socket_sendto_op.hpp | 80 static void do_complete(io_service_impl* owner, operation* base,
|
select_reactor.hpp | 71 // Register a descriptor with an associated single operation. Returns 0 on 77 // Post a reactor operation for immediate completion. 83 // Start a new operation. The reactor operation will be performed when the 115 // Schedule a new operation in the given timer queue to expire at the 130 ASIO_DECL void run(bool block, op_queue<operation>& ops);
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_slice_header.h | 65 /* structure to store data of one reference picture list reordering operation */ 80 /* structure to store data of one DPB memory management control operation */ 104 memoryManagementOperation_t operation[MAX_NUM_MMC_OPERATIONS]; member in struct:__anon29237
|
/frameworks/av/media/mtp/ |
MtpServer.h | 141 MtpResponseCode doGetPartialObject(MtpOperationCode operation);
|
/hardware/qcom/display/msm8960/libgralloc/ |
mapper.cpp | 160 * If the buffer has been mapped during a lock operation, it's time 179 * If the buffer has been mapped during a lock operation, it's time 331 int operation, ... ) 335 va_start(args, operation); 336 switch (operation) { 399 if(metadata && metadata->operation & UPDATE_BUFFER_GEOMETRY) {
|
/hardware/qcom/display/msm8996/libgralloc1/ |
gr_device_impl.h | 114 static gralloc1_error_t Gralloc1Perform(gralloc1_device_t *device, int operation, ...);
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
hwc_display_primary.cpp | 233 int HWCDisplayPrimary::Perform(uint32_t operation, ...) { 235 va_start(args, operation); 238 switch (operation) { 255 DLOGW("Invalid operation %d", operation);
|
/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
hwc_display_primary.cpp | 277 int HWCDisplayPrimary::Perform(uint32_t operation, ...) { 279 va_start(args, operation); 283 switch (operation) { 309 DLOGW("Invalid operation %d", operation);
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnnDictionaryImpl.java | 147 /** The query base strings for query operation */ 149 /** The query base strings for query operation */ 152 /** The query base strings for query operation */ 154 /** The query base strings for query operation */ 156 /** The query base strings for query operation */ 158 /** The query base strings for query operation */ 161 /** The query base strings for query operation */ 163 /** The query base strings for query operation */ 165 /** The query base strings for query operation */ 167 /** The query base strings for query operation */ [all...] |
/packages/services/Car/vehicle_network_service/ |
VehicleNetworkService.cpp | 343 int VehicleNetworkService::errorCallback(int32_t errorCode, int32_t property, int32_t operation) { 344 status_t r = sInstance->onHalError(errorCode, property, operation); 897 int32_t operation) { 898 return onHalError(errorCode, property, operation, true /*isInjection*/); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/ |
context.h | 30 #include <pulse/operation.h> 106 * pa_operation object for each asynchronous operation. 117 * A context must be connected to a server before any operation can be 158 /** A generic callback for operation completion */ 191 /** Return the error number of the last failed operation */ 216 /** Tell the daemon to exit. The returned operation is unlikely to
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/ |
context.h | 30 #include <pulse/operation.h> 106 * pa_operation object for each asynchronous operation. 117 * A context must be connected to a server before any operation can be 161 /** A generic callback for operation completion */ 194 /** Return the error number of the last failed operation */ 219 /** Tell the daemon to exit. The returned operation is unlikely to
|
/prebuilts/go/darwin-x86/test/ |
sliceopt.go | 34 z = (**x)[0:] // ERROR "slice: omit slice operation" 51 zs = (**xs)[0:] // ERROR "slice: omit slice operation"
|
/prebuilts/go/linux-x86/test/ |
sliceopt.go | 34 z = (**x)[0:] // ERROR "slice: omit slice operation" 51 zs = (**xs)[0:] // ERROR "slice: omit slice operation"
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidXmlEditor.java | 140 * formatting. A format operation should completely preserve the semantics of the XML 142 * are observed during a formatting operation 149 * There is no pending operation when the counter is at zero. 154 * Usually null, but during an editing operation, represents the highest 155 * node which should be formatted when the editing operation is complete. 625 // The actual "save" operation is done by the Structured XML Editor 686 * be called as a first step of a 'save' operation. 698 * of the 'save' operation, <code>false</code> otherwise. 718 * Returns whether the "save as" operation is supported by this editor. [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/ |
GradleExportWizard.java | 23 import org.eclipse.jface.operation.IRunnableWithProgress;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
DeviceViewAction.java | 11 import org.eclipse.jface.operation.IRunnableWithProgress;
|