HomeSort by relevance Sort by last modified time
    Searched refs:operation (Results 226 - 250 of 804) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/net/
IConnectivityManager.aidl 142 in PendingIntent operation);
144 void releasePendingNetworkRequest(in PendingIntent operation);
150 in PendingIntent operation);
  /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);
  /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) {
  /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...]
  /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/mesa3d/src/gallium/drivers/radeonsi/
r600.h 113 void r600_query_predication(struct r600_context *ctx, struct r600_query *query, int operation,
  /frameworks/base/core/java/com/android/server/net/
NetlinkTracker.java 91 private void maybeLog(String operation, String iface, LinkAddress address) {
93 Log.d(TAG, operation + ": " + address + " on " + iface +
98 private void maybeLog(String operation, Object o) {
100 Log.d(TAG, operation + ": " + o.toString());
  /frameworks/base/keystore/java/android/security/keystore/
KeyStoreCryptoOperationChunkedStreamer.java 32 * Helper for streaming a crypto operation's input and output via {@link KeyStore} service's
36 * update and finish operations. Firstly, KeyStore's update operation can consume only a limited
38 * operation may consume less data than provided, in which case the caller has to buffer the
43 * <p>Bidirectional chunked streaming of data via a KeyStore crypto operation is abstracted away as
44 * a {@link Stream} to avoid having this class deal with operation tokens and occasional additional
52 * Bidirectional chunked data stream over a KeyStore crypto operation.
56 * Returns the result of the KeyStore {@code update} operation or null if keystore couldn't
62 * Returns the result of the KeyStore {@code finish} operation or null if keystore couldn't
81 public KeyStoreCryptoOperationChunkedStreamer(Stream operation) {
82 this(operation, DEFAULT_MAX_CHUNK_SIZE)
    [all...]
  /frameworks/native/include/ui/
FramebufferNativeWindow.h 76 static int perform(ANativeWindow* window, int operation, ...);
  /hardware/qcom/display/msm8084/libqdutils/
qdMetaData.cpp 60 data->operation |= paramType;
qdMetaData.h 71 int32_t operation; member in struct:MetaData_t
  /hardware/qcom/display/msm8226/libqdutils/
qdMetaData.cpp 61 data->operation |= paramType;
qdMetaData.h 71 int32_t operation; member in struct:MetaData_t
  /hardware/qcom/display/msm8960/libqdutils/
qdMetaData.cpp 58 data->operation |= paramType;
  /hardware/qcom/display/msm8974/libqdutils/
qdMetaData.cpp 58 data->operation |= paramType;
qdMetaData.h 67 int32_t operation; member in struct:MetaData_t
  /hardware/qcom/display/msm8994/libqdutils/
qdMetaData.cpp 61 data->operation |= paramType;
qdMetaData.h 71 int32_t operation; member in struct:MetaData_t
  /packages/apps/Browser/src/com/android/browser/provider/
SQLiteContentProvider.java 213 final ContentProviderOperation operation = operations.get(i); local
214 if (!callerIsSyncAdapter && isCallerSyncAdapter(operation.getUri())) {
217 if (i > 0 && operation.isYieldAllowed()) {
223 results[i] = operation.apply(this, results, i);
  /packages/apps/Gallery2/src/com/android/photos/data/
SQLiteContentProvider.java 223 final ContentProviderOperation operation = operations.get(i); local
224 if (!callerIsSyncAdapter && isCallerSyncAdapter(operation.getUri())) {
227 if (i > 0 && operation.isYieldAllowed()) {
233 results[i] = operation.apply(this, results, i);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/readwrite/
gpickle.py 11 operation, whereby a byte stream is converted back into an object
  /external/icu/icu4c/source/test/intltest/
dadrcal.cpp 107 // Headers { "locale","from","operation","params","to" }
145 // #4 'operation' info
146 param = "operation";
147 UnicodeString operation = testSetting=currentCase->getString(param, local
197 +operation +" [[[ "+params+" ]]] >>> "+to;
240 if (operation == kROLL) {
243 } else if (operation == kADD) {
247 errln(caseString+ " FAIL: unknown operation "+ operation);
249 logln(operation + " of "+ paramsSet.get((UCalendarDateFields)q
    [all...]
  /hardware/qcom/display/msm8974/liboverlay/
overlayMdp.cpp 232 if (data.operation & PP_PARAM_HSIC) {
272 mParams.operation |= PP_OP_PA;
276 if (data.operation & PP_PARAM_SHARP2) {
300 mParams.operation |= PP_OP_SHARP;
304 if (data.operation & PP_PARAM_IGC) {
326 mParams.operation |= PP_OP_IGC;
330 if (data.operation & PP_PARAM_VID_INTFC) {

Completed in 3988 milliseconds

1 2 3 4 5 6 7 8 91011>>