HomeSort by relevance Sort by last modified time
    Searched full:operation (Results 176 - 200 of 10466) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/location/java/android/location/
GnssMeasurementCallbackTransport.java 53 ListenerOperation<GnssMeasurementsEvent.Callback> operation = local
61 foreach(operation);
66 ListenerOperation<GnssMeasurementsEvent.Callback> operation = local
74 foreach(operation);
GnssNavigationMessageCallbackTransport.java 55 ListenerOperation<GnssNavigationMessage.Callback> operation = local
63 foreach(operation);
68 ListenerOperation<GnssNavigationMessage.Callback> operation = local
76 foreach(operation);
  /frameworks/base/tools/preload/
Android.mk 9 Operation.java \
  /hardware/qcom/msm8994/original-kernel-headers/linux/
sockev.h 17 * Socket operation messages
  /hardware/qcom/msm8996/original-kernel-headers/linux/
sockev.h 17 * Socket operation messages
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/
concept.hpp 32 Result of the find operation must be convertible to iterator_range.
42 // Operation
55 takes a result from a finder operation and transforms it
67 // Operation
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
xt_CHECKSUM.h 17 __u8 operation; /* bitset of operations */ member in struct:xt_CHECKSUM_info
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
consts.py 0 # operation flags
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
consts.py 0 # operation flags
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug476.go 7 // Logical operation on named boolean type returns the same type,
issue8311.go 14 x++ // ERROR "invalid operation: x[+][+]"
  /prebuilts/go/linux-x86/test/fixedbugs/
bug476.go 7 // Logical operation on named boolean type returns the same type,
issue8311.go 14 x++ // ERROR "invalid operation: x[+][+]"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
consts.py 0 # operation flags
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
consts.py 0 # operation flags
  /system/keymaster/
hmac_operation.h 20 #include "operation.h"
26 class HmacOperation : public Operation {
52 * Abstract base for HMAC operation factories. This class does all of the work to create
59 virtual Operation* CreateOperation(const Key& key, const AuthorizationSet& begin_params,
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
tls-err-24.d 5 #error: \A[^\n]*\.o, [^\n]*\n[^\n]*mixup[^\n]*\n[^\n]*Invalid operation\Z
tls-err-25.d 5 #error: \A[^\n]*\.o, [^\n]*\n[^\n]*mixup[^\n]*\n[^\n]*Invalid operation\Z
tls-err-28.d 5 #error: \A[^\n]*\.o, [^\n]*\n[^\n]*mixup[^\n]*\n[^\n]*Invalid operation\Z
tls-err-77.d 5 #error: \A[^\n]*\.o, [^\n]*\n[^\n]*mixup[^\n]*\n[^\n]*Invalid operation\Z
  /external/emma/core/res/com/vladium/emma/instr/
instr_usage.res 49 "verbose output operation";
54 "quiet operation (ignore all but warnings and severe errors)";
59 "extra-quiet operation (ignore all but severe errors)";
  /external/emma/core/res/com/vladium/emma/report/
report_usage.res 34 "verbose output operation";
39 "quiet operation (ignore all but warnings and severe errors)";
44 "extra-quiet operation (ignore all but severe errors)";
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
timer_queue_base.hpp 18 #include "asio/detail/operation.hpp"
45 virtual void get_ready_timers(op_queue<operation>& ops) = 0;
48 virtual void get_all_timers(op_queue<operation>& ops) = 0;
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattCallback.java 29 * @param status Status of the connect or disconnect operation.
30 * {@link BluetoothGatt#GATT_SUCCESS} if the operation succeeds.
51 * Callback reporting the result of a characteristic read operation.
56 * @param status {@link BluetoothGatt#GATT_SUCCESS} if the read operation
64 * Callback indicating the result of a characteristic write operation.
75 * @param status The result of the write operation
76 * {@link BluetoothGatt#GATT_SUCCESS} if the operation succeeds.
94 * Callback reporting the result of a descriptor read operation.
99 * @param status {@link BluetoothGatt#GATT_SUCCESS} if the read operation
107 * Callback indicating the result of a descriptor write operation
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
AppOpsManagerCompat.java 31 * perform the given operation.
37 * the given operation, and this attempt should <em>silently fail</em> (it
103 * Make note of an application performing an operation. Note that you must pass
106 * succeeds, the last execution time of the operation for this app will be updated to
109 * @param op The operation to note. One of the OPSTR_* constants.
110 * @param uid The user id of the application attempting to perform the operation.
111 * @param packageName The name of the application attempting to perform the operation.
112 * @return Returns {@link #MODE_ALLOWED} if the operation is allowed, or
123 * Make note of an application performing an operation on behalf of another
128 * succeeds, the last execution time of the operation for the proxied app an
    [all...]

Completed in 952 milliseconds

1 2 3 4 5 6 78 91011>>