HomeSort by relevance Sort by last modified time
    Searched refs:writeback (Results 1 - 19 of 19) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
shelve.py 43 argument writeback=True in the call to shelve.open. When you use:
44 d = shelve.open(filename, writeback=True)
49 However, using keyword argument writeback=True may consume vast amount
92 def __init__(self, dict, protocol=None, writeback=False):
97 self.writeback = writeback
123 if self.writeback:
128 if self.writeback:
156 if not hasattr(self, 'writeback'):
162 if self.writeback and self.cache
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
shelve.py 43 argument writeback=True in the call to shelve.open. When you use:
44 d = shelve.open(filename, writeback=True)
49 However, using keyword argument writeback=True may consume vast amount
92 def __init__(self, dict, protocol=None, writeback=False):
97 self.writeback = writeback
123 if self.writeback:
128 if self.writeback:
156 if not hasattr(self, 'writeback'):
162 if self.writeback and self.cache
    [all...]
  /external/clang/lib/CodeGen/
CGCall.h 59 struct Writeback {
67 /// A value to "use" after the writeback, or null.
91 Writeback writeback; local
92 writeback.Source = srcLV;
93 writeback.Temporary = temporary;
94 writeback.ToUse = toUse;
95 Writebacks.push_back(writeback);
100 typedef SmallVectorImpl<Writeback>::const_iterator writeback_iterator;
117 SmallVector<Writeback, 1> Writebacks
    [all...]
CGCall.cpp     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_shelve.py 15 s = shelve.Shelf(d1, protocol=2, writeback=False)
75 s = shelve.Shelf(d1, protocol=2, writeback=False)
83 s = shelve.Shelf(d2, protocol=2, writeback=True)
96 s = shelve.Shelf(d, writeback=True)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_shelve.py 15 s = shelve.Shelf(d1, protocol=2, writeback=False)
75 s = shelve.Shelf(d1, protocol=2, writeback=False)
83 s = shelve.Shelf(d2, protocol=2, writeback=True)
96 s = shelve.Shelf(d, writeback=True)
  /external/llvm/test/MC/ARM/
thumb-diagnostics.s 41 @ Invalid writeback and register lists for LDM
48 @ CHECK-ERRORS: error: writeback operator '!' expected
51 @ CHECK-ERRORS: error: writeback operator '!' not allowed when base register in register list
56 @ Invalid writeback and register lists for PUSH/POP
67 @ Invalid writeback and register lists for STM
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.cpp 263 amode.writeback = W;
285 // amode.writeback = W;
321 LOG_ALWAYS_FATAL_IF(W, "reg_pre writeback not yet implemented");
776 amode.writeback = 0;
783 if (amode.writeback) { // OPTIONAL writeback on pre-index mode
810 amode.writeback = 0;
814 if (amode.writeback) { // OPTIONAL writeback on pre-index mode
839 amode.writeback = 0
    [all...]
MIPSAssembler.h 213 bool writeback; // writeback the adr reg after modification member in struct:android::ArmToMipsAssembler::addr_mode_t
  /external/oprofile/events/i386/nehalem/
unit_masks 332 0x10 l1d_wb Counts L1D writeback operations to the L2
333 0x20 fill Counts L2 cache line fill operations due to load, RFO, L1D writeback or prefetch
334 0x40 wb Counts L2 writeback operations to the LLC
  /external/oprofile/events/mips/sb1/
events 48 event:0xd counters:1,2,3 um:zero minimum:500 name:VICTIM_WRITEBACK :A writeback occurs due to replacement
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 1497 bool writeback = (P == 0) || (W == 1); local
1604 bool writeback = (W == 1) | (P == 0); local
4731 bool writeback = (W == 1) | (P == 0); local
4768 bool writeback = (W == 1) | (P == 0); local
    [all...]
  /external/oprofile/events/i386/westmere/
unit_masks 171 0x10 l1d_wb L1D writeback to L2 transactions
173 0x40 wb L2 writeback to LLC transactions
  /external/oprofile/events/i386/atom/
events 46 event:0x67 counters:0,1 um:core,agent minimum:500 name:BUS_TRANS_WB : Explicit writeback bus transactions
  /external/qemu/
arm-dis.c 3455 bfd_boolean writeback = false, postind = false; local
    [all...]
  /external/oprofile/events/x86-64/family11h/
events 61 event:0x7f counters:0,1,2,3 um:l2_fill minimum:500 name:L2_CACHE_FILL_WRITEBACK : L2 fill/writeback
  /external/oprofile/events/x86-64/hammer/
events 61 event:0x7f counters:0,1,2,3 um:l2_fill minimum:500 name:L2_CACHE_FILL_WRITEBACK : L2 fill/writeback
  /external/qemu/target-arm/
translate.c 8702 int writeback = 0; local
    [all...]
  /external/valgrind/main/none/tests/arm/
vfp.stdout.exp     [all...]

Completed in 3261 milliseconds