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

  /frameworks/compile/linkloader/lib/
ELFSectionHeader.cpp 47 CASE(DYNAMIC) CASE(NOTE) CASE(NOBITS) CASE(REL) CASE(SHLIB)
  /external/elfutils/libebl/
eblsegmenttypename.c 76 PTYPE (DYNAMIC),
eblsectiontypename.c 79 KNOWNSTYPE (DYNAMIC),
  /external/v8/src/
variables.cc 46 case DYNAMIC: return "DYNAMIC";
variables.h 123 return (mode_ == DYNAMIC ||
contexts.cc 161 // scope. Thus, the DYNAMIC mode (which corresponds to dynamically
186 case DYNAMIC:
scopes.h 59 // The dynamic scope part holds hash maps for the variables that will
66 int index = mode - DYNAMIC;
v8globals.h 493 DYNAMIC, // always require dynamic lookup (we don't know
496 DYNAMIC_GLOBAL, // requires dynamic lookup, but we know that the
500 DYNAMIC_LOCAL, // requires dynamic lookup, but we know that the
scopes.cc 456 // This function handles VAR and CONST modes. DYNAMIC variables are
858 Indent(n1, "// dynamic vars\n");
860 PrintMap(n1, dynamics_->GetMap(DYNAMIC));
892 // Allocate it by giving it a dynamic lookup.
996 var = NonLocal(proxy->name(), DYNAMIC);
    [all...]
  /external/stlport/test/eh/
intel45.mak 37 # LIBTYPE = DYNAMIC
intel50.mak 38 # LIBTYPE = DYNAMIC
  /external/iproute2/ip/
ipaddress.c 74 fprintf(stderr, "FLAG := [ permanent | dynamic | secondary | primary |\n");
104 _PF(DYNAMIC);
600 fprintf(fp, "dynamic ");
751 } else if (strcmp(*argv, "dynamic") == 0) {
  /prebuilts/tools/common/osgi/
osgi.jar 
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/include/
bfd.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/include/
bfd.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/include/
bfd.h     [all...]
  /external/iproute2/doc/
ip-cref.tex 263 \item \verb|dynamic on| or \verb|dynamic off|
265 --- change the \verb|DYNAMIC| flag on the device.
442 \item \verb|DYNAMIC| --- is an advisory flag indicating that the interface is
703 \item \verb|dynamic| and \verb|permanent|
706 address configuration or only list permanent (not dynamic) addresses.
732 inet6 3ffe:2400:0:1:2a0:ccff:fe66:1878/64 scope global dynamic
765 \item \verb|dynamic|
827 netadm@amber:~ # ip -6 addr flush dynamic
    [all...]

Completed in 689 milliseconds