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

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorBatchingTests.java 263 TestSensorOperation operation = local
266 executeTest(environment, operation, false /* flushExpected */);
280 TestSensorOperation operation = TestSensorOperation local
283 executeTest(environment, operation, true /* flushExpected */);
288 TestSensorOperation operation,
290 operation.addDefaultVerifications();
293 operation.execute(getCurrentTestNode());
295 SensorStats stats = operation.getStats();
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/
SensorOperation.java 35 * <li>{@link #clone()} may be called any time and should return an operation with the same
51 * @return The {@link SensorStats} for the operation.
58 * Executes the sensor operation.
61 * NOTE: the operation is expected to handle interruption by:
70 * NOTE: The implementation should also clone all child operations, so that a cloned operation
100 public SensorTestNode(ISensorTestNode parent, SensorOperation operation) {
102 mOperation = operation;
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/utils/
DbQueryUtils.java 56 /** Concatenates any number of clauses using the specified operation. */
57 public static String concatenateClausesWithOperation(String operation, String... clauses) {
68 builder.append(" ").append(operation).append(" ");
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/
basic.rb 234 error.to_s.should == %q<operation (replace @ 1..2 : "foo") overlaps with previous operation (replace @ 0..3 : "bar")>
245 error.to_s.should == %q<operation (insert-before @ 4 : "y") overlaps with previous operation (replace @ 2..4 : "x")>
256 error.to_s.should == %q<operation (replace @ 3..5 : "foo") overlaps with previous operation (replace @ 2..4 : "xyz")>
267 error.to_s.should == %q<operation (replace @ 1..3 : "foo") overlaps with previous operation (replace @ 2..4 : "xyz")>
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
touch_operation_unittest.cc 23 TouchOperation operation(blocking_task_runner(),
36 operation.TouchFile(
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
destroy_partitions_operation_unittest.cc 26 scoped_refptr<DestroyPartitionsOperation> operation(
48 operation->Start();
  /external/chromium_org/chrome/browser/undo/
undo_manager.h 20 // make that action. Typically there is only one operation per UndoGroup.
26 void AddOperation(scoped_ptr<UndoOperation> operation);
58 // Perform an undo or redo operation.
68 void AddUndoOperation(scoped_ptr<UndoOperation> operation);
  /external/chromium_org/content/browser/web_contents/
web_drag_source_mac.h 82 // -draggedImage:endedAt:operation:.
84 operation:(NSDragOperation)operation;
  /external/chromium_org/remoting/host/
host_change_notification_listener.cc 61 const std::string& operation = local
62 host_changed_element->Attr(QName(kChromotingXmlNamespace, "operation"));
63 if (operation == "delete") {
  /frameworks/base/services/core/java/com/android/server/location/
GpsMeasurementsProvider.java 41 ListenerOperation<IGpsMeasurementsListener> operation = local
48 foreach(operation);
GpsNavigationMessageProvider.java 41 ListenerOperation<IGpsNavigationMessageListener> operation = local
49 foreach(operation);
  /hardware/ti/omap4-aah/security/tf_sdk/include/
tee_client_api_ex.h 91 TEEC_Operation* operation,
98 TEEC_Operation* operation,
  /hardware/ti/omap4xxx/security/tf_sdk/include/
tee_client_api_ex.h 91 TEEC_Operation* operation,
98 TEEC_Operation* operation,
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
remove_if.hpp 54 , typename Inserter::operation
71 , typename Inserter::operation
  /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 );
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2ForTesting.java 61 public void set(int type, long triggerAtTime, PendingIntent operation) {
65 public void cancel(PendingIntent operation) {
  /system/keymaster/
google_keymaster.cpp 33 #include "operation.h"
45 if (operation_table_[i].operation != NULL)
46 delete operation_table_[i].operation;
200 UniquePtr<Operation> operation(key->CreateOperation(request.purpose, &response->error));
201 if (operation.get() == NULL)
204 response->error = operation->Begin();
208 response->error = AddOperation(operation.release(), &response->op_handle);
219 response->error = entry->operation->Update(request.input, &response->output);
221 // Any error invalidates the operation
    [all...]
  /external/chromium_org/chrome/installer/mini_installer/
configuration_test.cc 23 // Test that the operation type is CLEANUP iff --cleanup is on the cmdline.
24 TEST(MiniInstallerConfigurationTest, Operation) {
26 TestConfiguration(L"spam.exe").operation());
28 TestConfiguration(L"spam.exe --clean").operation());
30 TestConfiguration(L"spam.exe --cleanupthis").operation());
33 TestConfiguration(L"spam.exe --cleanup").operation());
35 TestConfiguration(L"spam.exe --cleanup now").operation());
  /external/chromium_org/cloud_print/service/win/
installer.cc 37 base::win::ShortcutOperation operation) {
50 CreateOrUpdateShortcutLink(path, properties, operation);
55 base::win::ShortcutOperation operation = local
58 CreateShortcut(base::DIR_COMMON_START_MENU, true, operation);
59 CreateShortcut(base::DIR_COMMON_DESKTOP, false, 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);
  /external/openssl/crypto/dsa/
dsa_asn1.c 67 static int sig_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
70 if(operation == ASN1_OP_NEW_PRE) {
94 static int dsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
97 if(operation == ASN1_OP_NEW_PRE) {
101 } else if(operation == ASN1_OP_FREE_PRE) {
  /packages/apps/Exchange/src/com/android/exchange/service/
EasService.java 105 final EasLoadAttachment operation = new EasLoadAttachment(EasService.this, account,
107 doOperation(operation, "IEmailService.loadAttachment");
116 final EasFolderSync operation = new EasFolderSync(EasService.this, account);
117 doOperation(operation, "IEmailService.updateFolderList");
158 final EasFolderSync operation = new EasFolderSync(EasService.this, hostAuth);
159 doOperation(operation, "IEmailService.validate");
160 return operation.getValidationResult();
169 final EasSearch operation = new EasSearch(EasService.this, account, searchParams,
171 doOperation(operation, "IEmailService.searchMessages");
172 return operation.getTotalResults()
    [all...]
  /art/test/004-ThreadStress/src/
Main.java 31 enum Operation {
43 Operation(int frequency) {
54 // Lock used to notify threads performing Operation.WAIT
59 // the Operation.frequency values. We fill out an Operation[]
61 // Operation[] is shuffled so that there is more random
64 // The simple-minded filling in of Operation[] based on
65 // Operation.frequency below won't have even have close to a
66 // reasonable distribution if the count of Operation
71 for (Operation op : Operation.values())
192 Operation operation = operations[nextOperation]; local
    [all...]
  /external/openssl/crypto/
o_time.c 182 long operation; local
190 operation = LIB$K_DELTA_SECONDS;
191 status = lib$cvt_to_internal_time(&operation,
209 operation = LIB$K_DAY_OF_WEEK;
210 status = lib$cvt_from_internal_time(&operation,
214 operation = LIB$K_DAY_OF_YEAR;
215 status = lib$cvt_from_internal_time(&operation,
  /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");

Completed in 959 milliseconds

1 2 3 4 5 6 7 8 91011>>