HomeSort by relevance Sort by last modified time
    Searched refs:defs (Results 101 - 125 of 236) sorted by null

1 2 3 45 6 7 8 910

  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/asm-generic/
signal.h 94 #include <asm-generic/signal-defs.h>
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/asm-generic/
signal.h 94 #include <asm-generic/signal-defs.h>
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/asm/
signal.h 94 #include <asm-generic/signal-defs.h>
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/asm-generic/
signal.h 94 #include <asm-generic/signal-defs.h>
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/asm/
signal.h 94 #include <asm-generic/signal-defs.h>
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/asm-generic/
signal.h 94 #include <asm-generic/signal-defs.h>
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/asm/
signal.h 91 #include <asm-generic/signal-defs.h>
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/asm-generic/
signal.h 94 #include <asm-generic/signal-defs.h>
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/asm/
signal.h 91 #include <asm-generic/signal-defs.h>
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/asm-generic/
signal.h 94 #include <asm-generic/signal-defs.h>
  /external/strace/xlat/
gen.sh 95 local defs="${0%/*}/../defs.h"
100 if grep -F -x "$decl" "$defs" > /dev/null; then
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
symbols.py 19 self.defs = {}
46 self.defs[self.mangle(name)] = 1
53 if name in self.uses or name in self.defs:
63 self.defs[name] = 1
68 d.update(self.defs)
83 print >> sys.stderr, "\tdefs: ", self.defs
96 if name in self.defs:
111 if name not in self.defs and name not in self.globals:
353 those nodes, they are marked as defs.
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
symbols.py 19 self.defs = {}
46 self.defs[self.mangle(name)] = 1
53 if name in self.uses or name in self.defs:
63 self.defs[name] = 1
68 d.update(self.defs)
83 print >> sys.stderr, "\tdefs: ", self.defs
96 if name in self.defs:
111 if name not in self.defs and name not in self.globals:
353 those nodes, they are marked as defs.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
symbols.py 19 self.defs = {}
46 self.defs[self.mangle(name)] = 1
53 if name in self.uses or name in self.defs:
63 self.defs[name] = 1
68 d.update(self.defs)
83 print >> sys.stderr, "\tdefs: ", self.defs
96 if name in self.defs:
111 if name not in self.defs and name not in self.globals:
353 those nodes, they are marked as defs.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
symbols.py 19 self.defs = {}
46 self.defs[self.mangle(name)] = 1
53 if name in self.uses or name in self.defs:
63 self.defs[name] = 1
68 d.update(self.defs)
83 print >> sys.stderr, "\tdefs: ", self.defs
96 if name in self.defs:
111 if name not in self.defs and name not in self.globals:
353 those nodes, they are marked as defs.
  /system/extras/tests/workloads/
feedly-chrome.sh 16 . $CMDDIR/defs.sh
youtube.sh 31 . $CMDDIR/defs.sh
chromefling.sh 39 . $CMDDIR/defs.sh
  /external/avahi/avahi-client/
publish.h 28 #include <avahi-common/defs.h>
  /external/avahi/avahi-core/
core.h 30 #include <avahi-common/defs.h>
dns-test.c 31 #include <avahi-common/defs.h>
  /frameworks/compile/mclinker/tools/mcld/
Android.mk 81 $(call transform-device-td-to-out,opt-parser-defs)
112 $(call transform-host-td-to-out,opt-parser-defs)
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
TestPackageRepo.java 119 Set<TestPackageDef> defs = parser.getTestPackageDefs(); local
120 if (defs.isEmpty()) {
124 // loops over multiple package defs defined for each ABI type
125 for (TestPackageDef def : defs) {
  /external/llvm/lib/CodeGen/
ImplicitNullChecks.cpp 114 /// This class keeps track of defs and uses, and can be queried if a given
361 DefReg = LoadMI->defs().begin()->getReg();
362 assert(std::distance(LoadMI->defs().begin(), LoadMI->defs().end()) == 1 &&
  /external/tcpdump/
makemib 31 # This script will read either ASN.1-style MIB files or the ".defs" files
79 # Read mosy "*.defs" file. mosy does all the parsing work; we just read
83 # Ignore these unless the current file is called something.defs; false
86 NF > 1 && index($2,".")>0 && FILENAME ~ /\.defs/ {

Completed in 571 milliseconds

1 2 3 45 6 7 8 910