HomeSort by relevance Sort by last modified time
    Searched full:operation (Results 351 - 375 of 9314) sorted by null

<<11121314151617181920>>

  /external/libcap-ng/libcap-ng-0.7/docs/
capng_updatev.3 12 capng_updatev will update the internal posix capabilities settings based on the options passed to it. The action should be eith CAPNG_DROP to set the capability bit to 0, or CAPNG_ADD to set the capability bit to 1. The operation is performed on the capability set specified in the type parameter. The values are: CAPNG_EFFECTIVE, CAPNG_PERMITTED, CAPNG_INHERITABLE, CAPNG_BOUNDING_SET. The values may be or'ed together to perform the same operation on multiple sets. The last paramter, capability, is the capability define as given in linux/capability.h.
  /external/llvm/test/CodeGen/X86/
2008-06-13-VolatileLoadStore.ll 11 store volatile double %b, double* @atomic ; one processor operation only
12 store volatile double 0.000000e+00, double* @atomic2 ; one processor operation only
  /external/openfst/src/script/
compose.cc 31 Apply<Operation<ComposeArgs1> >("Compose", ifst1.ArcType(), &args);
40 Apply<Operation<ComposeArgs2> >("Compose", ifst1.ArcType(), &args);
concat.cc 29 Apply<Operation<ConcatArgs1> >("Concat", ofst->ArcType(), &args);
37 Apply<Operation<ConcatArgs2> >("Concat", ofst->ArcType(), &args);
difference.cc 30 Apply<Operation<DifferenceArgs1> >("Difference", ifst1.ArcType(), &args);
39 Apply<Operation<DifferenceArgs2> >("Difference", ifst1.ArcType(), &args);
intersect.cc 30 Apply<Operation<IntersectArgs1> >("Intersect", ifst1.ArcType(), &args);
39 Apply<Operation<IntersectArgs2> >("Intersect", ifst1.ArcType(), &args);
push.cc 28 Apply<Operation<PushArgs1> >("Push", ofst->ArcType(), &args);
37 Apply<Operation<PushArgs2> >("Push", ifst.ArcType(), &args);
shortest-path.cc 30 Apply<Operation<ShortestPathArgs1> >("ShortestPath", ifst.ArcType(), &args);
40 Apply<Operation<ShortestPathArgs2> >("ShortestPath", ifst.ArcType(), &args);
  /frameworks/base/core/java/android/app/
IAlarmManager.aidl 30 long interval, in PendingIntent operation, in WorkSource workSource);
33 void remove(in PendingIntent operation);
  /frameworks/base/core/java/android/app/backup/
BackupManager.java 34 * will then schedule a backup operation to occur in the near future. Repeated
36 * operation actually occurs.
38 * A backup or restore operation for your application begins when the system launches the
41 * of how the operation then proceeds.
43 * Several attributes affecting the operation of the backup and restore mechanism
85 * new changes to its data. A backup operation using your application's
125 * the dataset used during the last full device setup operation if the current
136 * operation. This must not be null.
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_rmnet.h 17 /* Bitmap macros for RmNET driver operation mode. */
40 RMNET_IOCTL_GET_OPMODE = 0x000089F7, /* Get operation mode */
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_rmnet.h 4 /* Bitmap macros for RmNET driver operation mode. */
27 RMNET_IOCTL_GET_OPMODE = 0x000089F7, /* Get operation mode */
  /libcore/luni/src/main/java/java/nio/channels/spi/
AbstractInterruptibleChannel.java 31 * {@code begin()} before any I/O operation that potentially blocks
32 * indefinitely, then {@code end(boolean)} after completing the operation. The
33 * argument to the {@code end} method should indicate if the I/O operation has
64 * If an attempt is made to perform an operation on a closed channel then a
87 * Indicates the beginning of a code section that includes an I/O operation
88 * that is potentially blocking. After this operation, the application
97 * {@code begin()} and that includes a potentially blocking I/O operation.
100 * pass {@code true} if the blocking operation has succeeded and
  /libcore/luni/src/main/java/org/xml/sax/
SAXNotSupportedException.java 10 * Exception class for an unsupported operation.
21 * operation (setting a state or value). Other SAX2 applications and
  /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) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbrecio.py 51 raise ValueError, "I/O operation on closed file"
56 raise ValueError, "I/O operation on closed file"
65 raise ValueError, "I/O operation on closed file"
70 raise ValueError, "I/O operation on closed file"
85 raise ValueError, "I/O operation on closed file"
116 raise ValueError, "I/O operation on closed file"
128 raise ValueError, "I/O operation on closed file"
142 raise ValueError, "I/O operation on closed file"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbrecio.py 51 raise ValueError, "I/O operation on closed file"
56 raise ValueError, "I/O operation on closed file"
65 raise ValueError, "I/O operation on closed file"
70 raise ValueError, "I/O operation on closed file"
85 raise ValueError, "I/O operation on closed file"
116 raise ValueError, "I/O operation on closed file"
128 raise ValueError, "I/O operation on closed file"
142 raise ValueError, "I/O operation on closed file"
  /system/core/adb/
backup_service.c 54 char* operation; local
59 operation = "backup";
62 operation = "restore";
66 D("backup_service(%s, %s)\n", operation, args);
83 D("can't fork for %s\n", operation);
84 fprintf(stderr, "unable to fork for %s\n", operation);
98 // fixed args: [0] is 'bu', [1] is the port number, [2] is the 'operation' string
113 bu_args[argc++] = operation;
  /packages/apps/Exchange/src/com/android/exchange/service/
EasService.java 82 final EasLoadAttachment operation = new EasLoadAttachment(EasService.this, accountId,
84 doOperation(operation, "IEmailService.loadAttachment");
89 final EasFolderSync operation = new EasFolderSync(EasService.this, accountId);
90 doOperation(operation, "IEmailService.updateFolderList");
110 final EasFolderSync operation = new EasFolderSync(EasService.this, hostAuth);
111 doOperation(operation, "IEmailService.validate");
112 return operation.getValidationResult();
118 final EasSearch operation = new EasSearch(EasService.this, accountId, searchParams,
120 doOperation(operation, "IEmailService.searchMessages");
121 return operation.getTotalResults()
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
owner_manager.h 32 OPERATION_FAILED // The crypto operation failed.
37 // Upon completion of a key operation, this method will be called.
39 // back any artifacts of the operation. For example, if the operation
47 // Called upon completion of a key update operation.
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
web_contents_drag_source.mm 99 operation:(NSDragOperation)operation {
103 operation:(NSDragOperation)operation {
112 static_cast<WebKit::WebDragOperation>(operation));
  /external/chromium/chrome/browser/ui/find_bar/
find_tab_helper.h 19 // Starts the Find operation by calling StartFinding on the Tab. This function
29 // Stops the current Find operation.
80 // True if a Find operation was aborted. This can happen if the Find box is
83 // on FindNext result in a full Find operation so that the highlighting for
91 // figure out if this is a Find or a FindNext operation (FindNext should not
  /external/chromium_org/chrome/browser/extensions/
install_verifier.cc 210 InstallVerifier::PendingOperation* operation = local
212 operation->type = InstallVerifier::ADD;
213 operation->ids.insert(ids.begin(), ids.end());
214 operation->callback = callback;
216 operation_queue_.push(linked_ptr<PendingOperation>(operation));
248 InstallVerifier::PendingOperation* operation =
250 operation->type = InstallVerifier::REMOVE;
251 operation->ids = ids;
253 operation_queue_.push(linked_ptr<PendingOperation>(operation));
413 const PendingOperation& operation = *operation_queue_.front() local
479 linked_ptr<PendingOperation> operation = operation_queue_.front(); local
    [all...]
  /external/chromium_org/chrome/browser/resources/options/chromeos/
display_overscan.js 42 $('display-overscan-operation-reset').onclick = function() {
45 $('display-overscan-operation-ok').onclick = function() {
49 $('display-overscan-operation-cancel').onclick = function() {
78 // Moves the table to describe operation at the middle of the contents
85 $('display-overscan-operation-cancel').focus();
  /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);

Completed in 468 milliseconds

<<11121314151617181920>>