HomeSort by relevance Sort by last modified time
    Searched full:indirection (Results 51 - 75 of 698) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CarrierServiceStateTracker.java 234 * This method adds a level of indirection, and was created so we can unit the class.
242 * This method adds a level of indirection, and was created so we can unit the class.
250 * This method adds a level of indirection, and was created so we can unit the class.
258 * This method adds a level of indirection, and was created so we can unit the class.
  /frameworks/support/navigation/common/src/main/java/androidx/navigation/
NavAction.java 24 * Navigation actions provide a level of indirection between your navigation code and the
  /libnativehelper/include/nativehelper/
JniInvocation.h 22 // JniInvocation adds a layer of indirection for applications using
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MachineLocation.h 11 // from a base address plus an offset. Register indirection can be specified by
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MachineLocation.h 11 // from a base address plus an offset. Register indirection can be specified by
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MachineLocation.h 11 // from a base address plus an offset. Register indirection can be specified by
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MachineLocation.h 11 // from a base address plus an offset. Register indirection can be specified by
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MachineLocation.h 11 // from a base address plus an offset. Register indirection can be specified by
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MachineLocation.h 11 // from a base address plus an offset. Register indirection can be specified by
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MachineLocation.h 11 // from a base address plus an offset. Register indirection can be specified by
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MachineLocation.h 11 // from a base address plus an offset. Register indirection can be specified by
  /prebuilts/go/darwin-x86/test/
escape_because.go 51 func f4(a *int, s []*int) int { // ERROR "from \*s \(indirection\) at escape_because.go:51$" "from append\(s, a\) \(appended to slice\) at escape_because.go:52$" "from append\(s, a\) \(appendee slice\) at escape_because.go:52$" "leaking param content: s$" "leaking param: a$"
56 func f5(s1, s2 []*int) int { // ERROR "from \*s1 \(indirection\) at escape_because.go:56$" "from \*s2 \(indirection\) at escape_because.go:56$" "from append\(s1, s2...\) \(appended slice...\) at escape_because.go:57$" "from append\(s1, s2...\) \(appendee slice\) at escape_because.go:57$" "leaking param content: s1$" "leaking param content: s2$"
159 indirection
  /prebuilts/go/linux-x86/test/
escape_because.go 51 func f4(a *int, s []*int) int { // ERROR "from \*s \(indirection\) at escape_because.go:51$" "from append\(s, a\) \(appended to slice\) at escape_because.go:52$" "from append\(s, a\) \(appendee slice\) at escape_because.go:52$" "leaking param content: s$" "leaking param: a$"
56 func f5(s1, s2 []*int) int { // ERROR "from \*s1 \(indirection\) at escape_because.go:56$" "from \*s2 \(indirection\) at escape_because.go:56$" "from append\(s1, s2...\) \(appended slice...\) at escape_because.go:57$" "from append\(s1, s2...\) \(appendee slice\) at escape_because.go:57$" "leaking param content: s1$" "leaking param content: s2$"
159 indirection
  /toolchain/binutils/binutils-2.27/include/
symcat.h 48 /* Note the layer of indirection here is typically used to allow
  /external/flatbuffers/docs/source/
WhitePaper.md 62 Tables get around this by using an extra indirection to access fields,
72 shared) and in access cost (an extra indirection), but provide great
  /prebuilts/go/darwin-x86/src/go/types/
selection.go 45 indirect bool // set if there was any pointer indirection on the path
104 // Indirect reports whether any pointer indirection was required to get from
  /prebuilts/go/linux-x86/src/go/types/
selection.go 45 indirect bool // set if there was any pointer indirection on the path
104 // Indirect reports whether any pointer indirection was required to get from
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
util.py 73 Match the object with optional regular expression and indirection.
79 indirect If object indirection should be used, e.g.
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
ns_name.c 296 /* Check for indirection. */
507 /* Check for indirection. */
512 case NS_CMPRSFLGS: /* indirection */
600 * check for indirection
616 case NS_CMPRSFLGS: /* indirection */
  /art/runtime/gc/space/
bump_pointer_space-walk-inl.h 35 // Internal indirection w/ NO_THREAD_SAFETY_ANALYSIS. Optimally, we'd like to have an annotation
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenDepex/
makefile 31 # get rid of the extra level of indirection.
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
Pthreads.c 116 // science can be solved by adding another level of indirection
  /external/autotest/client/common_lib/
decorators.py 50 We need this layer of indirection so that we can get at self.
  /external/bsdiff/include/bsdiff/
extents_file.h 20 * indirection layer of extents, which are contiguous chunks of variable length
  /external/guava/guava/src/com/google/common/collect/
RegularImmutableSortedMap.java 63 // avoid additional indirection

Completed in 3263 milliseconds

1 23 4 5 6 7 8 91011>>