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

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 22 u_int8_t operation; /* bitset of operations */ member in struct:ipt_ECN_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdio_ext.h 51 last operation on the stream was a read operation. */
55 append-only, or if the last operation on the stream was a write
56 operation. */
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
MockNamedNodeMap.java 94 throw new UnsupportedOperationException("Operation not implemented."); //$NON-NLS-1$
99 throw new UnsupportedOperationException("Operation not implemented."); //$NON-NLS-1$
104 throw new UnsupportedOperationException("Operation not implemented."); //$NON-NLS-1$
109 throw new UnsupportedOperationException("Operation not implemented."); //$NON-NLS-1$
  /system/core/
README 4 essential bits are required for basic booting, operation, and debugging.
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLEngineImplTest.java 529 assertEquals("Unexpected status of operation:",
532 assertEquals("Unexpected status of operation:",
553 assertEquals("Unexpected status of operation:",
563 assertEquals("Unexpected status of operation:",
607 assertEquals("Unexpected status of operation:",
623 assertEquals("Unexpected status of operation:",
626 assertEquals("Unexpected status of operation:",
640 assertEquals("Unexpected status of operation:",
643 assertEquals("Unexpected status of operation:",
671 assertEquals("Unexpected status of operation:"
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_button.mm 234 NSDragOperation operation = NSDragOperationCopy;
236 operation |= NSDragOperationMove;
239 operation |= NSDragOperationDelete;
241 return operation;
246 operation:(NSDragOperation)operation {
251 operation:operation];
253 if (operation & NSDragOperationDelete) {
365 operation:NSDragOperationNone]
    [all...]
  /development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/
PathEvaluator.java 23 * on the operation specified by the endValue (the operation for the interval between
  /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/chrome/browser/resources/options/
certificate_restore_overlay.js 51 * Attempt the restore operation.
64 * Cancel the restore operation.
  /external/chromium/chrome/browser/sync/engine/
download_updates_command.h 23 // The main inputs to this operation are the download_progress state
29 // operation. A loop that causes multiple Execute operations within a sync
  /external/chromium/chrome/browser/tab_contents/
web_drag_source_win.h 20 // by an active drag-drop operation as the user mouses over other drop targets
55 // drop events that it needs to know about (such as when a drag operation it
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
SFTPOutputStream.java 34 * by this operation.
42 // if <code>len</code> &gt; 32768, then the write operation will
  /external/guava/guava-testlib/src/com/google/common/testing/
TearDown.java 23 * An object that can perform a {@link #tearDown} operation.
32 * Performs a <b>single</b> tear-down operation. See test-libraries-for-java's
  /external/icu4c/layout/
ArabicLayoutEngine.h 44 * @param success - set to an error code if the operation fails
62 * @param success - set to an error code if the operation fails
110 * @param success - set to an error code if the operation fails
132 * @param success - output parameter set to an error code if the operation fails
164 * @param success - set to an error code if the operation fails
195 * @param success - set to an error code if the operation fails
215 * @param success - set to an error code if the operation fails
232 * @param success - output parameter set to an error code if the operation fails
  /external/kernel-headers/original/linux/
akm8975.h 9 /*! \name AK8975 operation mode
11 Defines an operation mode of the AK8975.*/
  /external/libnfc-nci/src/udrv/include/
ucodec.h 250 ** Input : CodecId: Id of the codec to perform the operation on.
267 ** Input : CodecId: Id of the codec to perform the operation on.
284 ** Input : CodecId: Id of the codec to perform the operation on.
300 ** Input : CodecId: Id of the codec to perform the operation on.
316 ** Input : CodecId: Id of the codec to perform the operation on.
336 ** Input : CodecId: Id of the codec to perform the operation on.
352 ** Input : CodecId: Id of the codec to perform the operation on.
370 ** Input : CodecId: Id of the codec to perform the operation on.
  /external/openfst/src/script/
randequivalent.cc 33 Apply<Operation<RandEquivalentArgs1> >("RandEquivalent", fst1.ArcType(),
47 Apply<Operation<RandEquivalentArgs2> >(
  /external/openssl/crypto/pkcs7/
pk7_asn1.c 81 static int pk7_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
87 switch(operation)
129 /* Minor tweak to operation: free up EVP_PKEY */
130 static int si_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
133 if(operation == ASN1_OP_FREE_POST) {
172 /* Minor tweak to operation: free up X509 */
173 static int ri_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
176 if(operation == ASN1_OP_FREE_POST) {
  /external/regex-re2/util/
atomicops.h 43 // a read barrier after the lock operation and
44 // a write barrier before the unlock operation.
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ContentProviderOperationBuilderTest.java 67 ContentProviderOperation operation = builder.build(); local
68 assertThat(operation, notNullValue());
  /frameworks/base/core/java/android/content/
SyncInfo.java 25 * Information about the sync operation that is currently underway.
42 * The start time of the current sync operation in milliseconds since boot.
  /packages/apps/Calendar/tests/src/com/android/calendar/alerts/
MockAlarmManager.java 41 public void set(int actualAlarmType, long actualAlarmTime, PendingIntent operation) {
42 Assert.assertNotNull(operation);
  /external/bluetooth/bluedroid/btif/include/
btif_storage.h 158 ** Returns BT_STATUS_SUCCESS if the operation was successful,
170 ** Returns BT_STATUS_SUCCESS if the operation was successful,
182 ** Returns BT_STATUS_SUCCESS if the operation was successful,
194 ** Returns BT_STATUS_SUCCESS if the operation was successful,
206 ** Returns BT_STATUS_SUCCESS if the operation was successful,
218 ** Returns BT_STATUS_SUCCESS if the operation was successful,
  /external/kernel-headers/original/asm-generic/
errno.h 12 #define EWOULDBLOCK EAGAIN /* Operation would block */
61 #define ENOTSOCK 88 /* Socket operation on non-socket */
68 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */
87 #define EALREADY 114 /* Operation already in progress */
88 #define EINPROGRESS 115 /* Operation now in progress */
99 #define ECANCELED 125 /* Operation Canceled */
  /external/kernel-headers/original/asm-mips/
errno.h 69 #define ENOTSOCK 95 /* Socket operation on non-socket */
76 #define EOPNOTSUPP 122 /* Operation not supported on transport endpoint */
102 #define EWOULDBLOCK EAGAIN /* Operation would block */
103 #define EALREADY 149 /* Operation already in progress */
104 #define EINPROGRESS 150 /* Operation now in progress */
106 #define ECANCELED 158 /* AIO operation canceled */

Completed in 765 milliseconds

<<11121314151617181920>>