HomeSort by relevance Sort by last modified time
    Searched refs:accesses (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
reloclab.s 2 # Mix in different accesses to local labels to see that relaxing works for
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
tocopt4b.s 8 # toc analysis only considers toc accesses from the current object file.
  /frameworks/base/core/java/android/util/
LruCache.java 375 int accesses = hitCount + missCount; local
376 int hitPercent = accesses != 0 ? (100 * hitCount / accesses) : 0;
  /frameworks/layoutlib/bridge/src/android/util/
LruCache.java 386 int accesses = hitCount + missCount; local
387 int hitPercent = accesses != 0 ? (100 * hitCount / accesses) : 0;
  /frameworks/support/compat/java/android/support/v4/util/
LruCache.java 339 int accesses = hitCount + missCount; local
340 int hitPercent = accesses != 0 ? (100 * hitCount / accesses) : 0;
  /external/arm-neon-tests/
InitCache.s 33 ;ORR r0, r0, #(0x1 << 4) ;Enables speculative accesses on AXI
34 ORR r0, r0, #(0x1 << 4) ;Enables speculative accesses on AXI
  /external/boringssl/src/util/fipstools/testdata/x86_64-GOTRewrite/
in.s 9 # Test that GOTPCREL accesses get translated. They are handled
out.s 24 # Test that GOTPCREL accesses get translated. They are handled
  /external/selinux/python/sepolgen/tests/
test_audit.py 66 self.assertEqual(avc.accesses, [])
83 self.assertEqual(avc.accesses, ["getattr"])
106 self.assertEqual(avc.accesses, ["read"])
130 self.assertEqual(avc.accesses, ["dac_read_search"])
  /packages/services/Car/tools/io_analysis/
check_file_read.py 51 self.accesses = []
69 self.accesses.append((time, offset, size, process_name))
84 self.accesses.append((time, offsets[i], lens[i], process_names[i]))
105 print " Ext4 single block accesses:", collections.OrderedDict( \
111 print " Block single block accesses:", collections.OrderedDict( \
126 print " repeating accesses", repeating_reads_counter, " offset:count ->", ','.join(prints)
377 accesses = accesses_per_inodes.get(pending.inode)
378 if not accesses: # merged one already dispatched
380 if len(accesses[0]) == 1:
383 pending.handle_merged_req(time, accesses[0], accesses[1], accesses[2], is_read
    [all...]
  /prebuilts/go/darwin-x86/test/
recover2.go 10 // null pointer accesses
recover4.go 9 // sees the most recent value of the variables it accesses.
nilptr.go 18 // these nil pointer accesses, not just relying on the hardware.
  /prebuilts/go/linux-x86/test/
recover2.go 10 // null pointer accesses
recover4.go 9 // sees the most recent value of the variables it accesses.
nilptr.go 18 // these nil pointer accesses, not just relying on the hardware.
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_qpu.c 270 int accesses = 0; local
295 accesses++;
297 accesses++;
301 accesses++;
304 accesses++;
312 accesses++;
315 return accesses;
  /external/selinux/python/sepolgen/src/sepolgen/
audit.py 152 access - list of accesses that were allowed or denied
179 self.accesses = []
187 # position one beyond the open brace. It then adds the accesses until it finds
198 self.accesses.append(recs[i])
248 access_tuple = tuple( self.accesses)
254 self.type, self.data = audit2why.analyze(scontext, tcontext, self.tclass, self.accesses);
264 raise ValueError("Invalid permission %s\n" % " ".join(self.accesses))
528 avc.accesses, avc, avc_type=avc.type, data=avc.data)
531 avc.accesses, avc, avc_type=avc.type, data=avc.data)
policygen.py 262 (msg.tclass, refpolicy.list_to_space_str(msg.accesses)))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
audit.py 152 access - list of accesses that were allowed or denied
179 self.accesses = []
187 # position one beyond the open brace. It then adds the accesses until it finds
198 self.accesses.append(recs[i])
248 access_tuple = tuple( self.accesses)
254 self.type, self.data = audit2why.analyze(scontext, tcontext, self.tclass, self.accesses);
264 raise ValueError("Invalid permission %s\n" % " ".join(self.accesses))
526 avc.accesses, avc, avc_type=avc.type, data=avc.data)
529 avc.accesses, avc, avc_type=avc.type, data=avc.data)
policygen.py 262 (msg.tclass, refpolicy.list_to_space_str(msg.accesses)))
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassMultisampleResolveTests.cpp 1132 const tcu::ConstPixelBufferAccess accesses[] = local
1176 const Vec4 firstColor (accesses[0].getPixel(x, y));
    [all...]
  /external/skia/src/gpu/vk/
GrVkPipelineState.cpp 223 const GrResourceIOProcessor::BufferAccess** accesses = local
227 accesses[i] = &processor.bufferAccess(i);
  /prebuilts/go/darwin-x86/src/text/template/parse/
node.go 55 NodeChain // A sequence of field accesses.
321 // accesses. The dollar sign is part of the (first) name.
442 // ChainNode holds a term followed by a chain of field accesses (identifier starting with '.').
  /prebuilts/go/linux-x86/src/text/template/parse/
node.go 55 NodeChain // A sequence of field accesses.
321 // accesses. The dollar sign is part of the (first) name.
442 // ChainNode holds a term followed by a chain of field accesses (identifier starting with '.').

Completed in 1012 milliseconds

1 2 3 4