HomeSort by relevance Sort by last modified time
    Searched refs:operation (Results 251 - 275 of 1534) sorted by null

<<11121314151617181920>>

  /packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/utils/
StatsUtils.java 105 public static void onInputConnectionLaggy(final int operation, final long duration) {
108 public static void onDecoderLaggy(final int operation, final long duration) {
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
WnnDictionary.java 67 /** Search operation mode (exact matching). */
69 /** Search operation mode (prefix matching). */
71 /** Search operation mode (link search). */
214 * @param operation The search operation
226 public int searchWord(int operation, int order, String keyString );
232 * set {@code SEARCH_LINK} mode to {@code operation}. The other arguments are
233 * the same as {@link #searchWord(int operation, int order, String keyString)}.
244 public int searchWord(int operation, int order, String keyString, WnnWord wnnWord );
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug144.go 18 bug144.go:8: operation LITERAL not allowed in assignment context
bug476.go 7 // Logical operation on named boolean type returns the same type,
  /prebuilts/go/linux-x86/test/fixedbugs/
bug144.go 18 bug144.go:8: operation LITERAL not allowed in assignment context
bug476.go 7 // Logical operation on named boolean type returns the same type,
  /system/connectivity/shill/dbus/
chromeos_mm1_modem_modemcdma_proxy.h 63 const std::string& operation);
65 const std::string& operation,
chromeos_mm1_sim_proxy.h 62 const std::string& operation);
64 const std::string& operation,
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
armv1-bad.l 2 [^:]*:4: Error: invalid pseudo operation -- `str r0,=0x00ff0000'
  /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/autotest/client/common_lib/cros/fake_device_server/
registration_tickets.py 126 id, api_key, operation = common_util.parse_common_args(
128 if operation:
130 if operation == 'finalize':
134 400, 'Unsupported method call %s' % operation)
141 'Require userEmail=me to create ticket %s' % operation)
150 # We have an insert operation so make sure we have all required
173 server_errors.HTTPError(400, 'Missing id for operation')
195 server_errors.HTTPError(400, 'Missing id for operation')
  /external/chromium-trace/catapult/dashboard/dashboard/
mr.py 24 from mapreduce import operation as op
109 for operation in _MarkDeprecated(entity):
110 yield operation
112 for operation in _CreateStoppageAlerts(entity, last_row):
113 yield operation
  /external/fio/
printing.c 15 static void begin_print(GtkPrintOperation *operation,
26 gtk_print_operation_set_n_pages(operation, 1);
29 static void results_draw_page(GtkPrintOperation *operation,
86 static void results_print_done(GtkPrintOperation *operation,
95 gtk_print_operation_get_error(operation, &print_error);
  /system/connectivity/shill/
arp_packet.cc 106 const uint16_t operation = ntohs(header.ar_op); local
107 if (operation != ARPOP_REPLY && operation != ARPOP_REQUEST) {
109 << operation;
122 operation_ = operation;
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorBatchingTests.java 265 TestSensorOperation operation = local
268 operation.addVerification(
274 executeTest(environment, operation, false /* flushExpected */);
288 TestSensorOperation operation = TestSensorOperation local
291 executeTest(environment, operation, true /* flushExpected */);
296 TestSensorOperation operation,
299 operation.addDefaultVerifications();
302 operation.execute(getCurrentTestNode());
304 SensorStats stats = operation.getStats();
  /device/moto/shamu/cryptfs_hw/
cryptfs_hw.c 111 static unsigned int set_key(const char* passwd, const char* enc_mode, int operation)
119 if (operation == UPDATE_HW_DISK_ENC_KEY)
121 else if (operation == SET_HW_DISK_ENC_KEY)
140 SLOGI("Set key for HW disk encryption operation");
146 SLOGI("Update key for HW disk encryption operation");
  /external/autotest/site_utils/deploy_autotest/
lab_deploy_helper.py 89 if args.operation == common_util.SYNC:
101 elif args.operation == common_util.RESTART:
113 elif args.operation == common_util.PRINT:
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/api/map_job/
sample_input_reader.py 9 from mapreduce import operation
54 operation.counters.Increment(
56 operation.counters.Increment(COUNTER_IO_READ_BYTES, len(content))(ctx)
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
resolve_op.hpp 25 #include "asio/detail/operation.hpp"
34 class resolve_op : public operation
44 : operation(&resolve_op::do_complete),
59 static void do_complete(io_service_impl* owner, operation* base,
63 // Take ownership of the operation object.
69 // The operation is being run on the worker io_service. Time to perform
70 // the resolver operation.
72 // Perform the blocking host resolution operation.
77 // Pass operation back to main io_service for completion.
83 // The operation has been returned to the main io_service. The completio
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_impl.cc 750 Operations operation; local
752 int return_value = GetDecision(&operation, &packet_list, &dtmf_event,
761 int decode_return_value = Decode(&packet_list, &operation,
766 (operation == kRfc3389Cng && !packet_list.empty());
771 switch (operation) {
787 enable_fast_accelerate_ && (operation == kFastAccelerate);
842 LOG(LS_ERROR) << "Invalid operation kUndefined.";
    [all...]
  /bionic/libc/kernel/uapi/linux/
hyperv.h 46 __u8 operation; member in struct:hv_vss_hdr
85 __u32 operation; member in struct:hv_fcopy_hdr
172 __u8 operation; member in struct:hv_kvp_hdr
231 __u8 operation; member in struct:hv_kvp_ip_msg
  /external/autotest/client/bin/
harness_ABAT.py 68 def __send_status(self, code, subdir, operation, msg):
69 self.__send("STATUS %s %s %s %s" % (code, subdir, operation, msg))
134 def test_status_detail(self, code, subdir, operation, msg, tag,
140 self.__send_status(code, subdir, operation, lines[0])

Completed in 497 milliseconds

<<11121314151617181920>>