/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/base/tools/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 | 338 int accesses = hitCount + missCount; local 339 int hitPercent = accesses != 0 ? (100 * hitCount / accesses) : 0;
|
/external/selinux/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"])
|
/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/v8/test/mjsunit/compiler/ |
variables.js | 69 // Parameters rewritten to property accesses. Using the name 'arguments' 71 // rewritten to explicit property accesses.
|
/packages/services/Car/car-systemtest-lib/src/android/car/test/ |
VehicleHalEmulator.java | 205 int[] accesses = VehicleNetworkConsts.getVehicleAccess(property); local 206 if (accesses == null) { // invalid 211 setAccess(accesses[0]).
|
/external/selinux/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)) 526 avc.accesses, avc, avc_type=avc.type, data=avc.data) 529 avc.accesses, avc, avc_type=avc.type, data=avc.data)
|
/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)
|
/external/v8/test/webkit/ |
dfg-put-by-val-setter-then-get-by-val.js | 25 "Tests that a GetByVal that accesses a value that was PutByVal'd, but where the PutByVal invoked a setter, works correctly."
|
toString-number-dot-expr.js | 26 + " The expression accesses the property 'x' from number '4'."
|
/packages/services/Car/libvehiclenetwork/tool/ |
vehiclehal_code_gen.py | 155 accesses = p.access.split('|') variable 157 for a in accesses:
|
/prebuilts/go/darwin-x86/src/runtime/ |
atomic_amd64x.go | 13 // code by optimizers will preserve the relative order of memory accesses.
|
atomic_386.go | 11 // code by optimizers will preserve the relative order of memory accesses.
|
/prebuilts/go/linux-x86/src/runtime/ |
atomic_amd64x.go | 13 // code by optimizers will preserve the relative order of memory accesses.
|
atomic_386.go | 11 // code by optimizers will preserve the relative order of memory accesses.
|
/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 '.').
|