HomeSort by relevance Sort by last modified time
    Searched full:operation (Results 501 - 525 of 9113) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fib_rules.h 60 FR_ACT_NOP, /* No operation */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
nfnetlink.h 36 * 8 bit subsystem, 8bit operation.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-4.4.3/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. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fib_rules.h 60 FR_ACT_NOP, /* No operation */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
nfnetlink.h 36 * 8 bit subsystem, 8bit operation.
  /prebuilts/gcc/linux-x86/host/i686-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/i686-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. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fib_rules.h 60 FR_ACT_NOP, /* No operation */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
nfnetlink.h 36 * 8 bit subsystem, 8bit operation.
  /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...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_instructions.cpp 46 * there is no subtract operation separate from adding the negation.
57 * reciprocal. By breaking the operation down, constant reciprocals
127 ir->operation = ir_binop_add;
145 ir->operation = ir_binop_mul;
190 ir->operation = ir_unop_f2i;
193 ir->operation = ir_unop_i2u;
206 ir->operation = ir_unop_exp2;
219 ir->operation = ir_unop_exp2;
229 ir->operation = ir_binop_mul;
265 ir->operation = ir_binop_mul
    [all...]
  /external/mesa3d/src/glsl/
lower_instructions.cpp 46 * there is no subtract operation separate from adding the negation.
57 * reciprocal. By breaking the operation down, constant reciprocals
127 ir->operation = ir_binop_add;
145 ir->operation = ir_binop_mul;
190 ir->operation = ir_unop_f2i;
193 ir->operation = ir_unop_i2u;
206 ir->operation = ir_unop_exp2;
219 ir->operation = ir_unop_exp2;
229 ir->operation = ir_binop_mul;
265 ir->operation = ir_binop_mul
    [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/chromium_org/chrome/browser/chromeos/drive/file_system/
touch_operation_unittest.cc 22 TouchOperation operation(blocking_task_runner(),
36 operation.TouchFile(
  /external/chromium_org/chrome/browser/chromeos/policy/
device_cloud_policy_store_chromeos.h 43 // of the operation is reported through the OnStoreLoaded() or OnStoreError()
59 // Starts the actual store operation.

Completed in 568 milliseconds

<<21222324252627282930>>