HomeSort by relevance Sort by last modified time
    Searched defs:external (Results 1 - 15 of 15) sorted by null

  /external/clang/include/clang/AST/
Decl.h 224 static LinkageInfo external() { function in class:clang::NamedDecl::LinkageInfo
845 /// external, C linkage.
    [all...]
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 231 // no section means its external, keep it
446 // Setup the Weak External auxiliary symbol.
457 bool external = SymbolData.isExternal() || (SymbolData.Fragment == NULL); local
460 external ? COFF::IMAGE_SYM_CLASS_EXTERNAL : COFF::IMAGE_SYM_CLASS_STATIC;
764 // Fixup weak external references.
772 "Symbol's aux symbol must be a Weak External!");
  /external/ppp/pppd/
ipxcp.c 229 * Convert from internal to external notation
236 short int external; local
239 external = IPX_NONE;
241 external = RIP_SAP;
243 return external;
642 short external = to_external (go->router); local
643 if (external != RIP_SAP) {
646 PUTSHORT (external, ucp);
    [all...]
  /external/v8/src/mips/
simulator-mips.cc 790 // When the generated code calls an external reference we need to catch that in
791 // the simulator. The external reference will be a function compiled for the
793 // execute it with the simulator. We do that by redirecting the external
1199 intptr_t external = local
    [all...]
  /external/libxml2/include/libxml/
parser.h 42 * external entities - in which case we use the buf structure for
212 int hasExternalSubset; /* reference and external subset */
214 int external; /* are we parsing an external entity */ member in struct:_xmlParserCtxt
237 xmlChar * extSubURI; /* URI of external subset */
238 xmlChar * extSubSystem; /* SYSTEM ID of external subset */
255 int loadsubset; /* should the external subset be loaded */
331 * The entity loader, to control the loading of external entities,
346 * @ExternalID: the external ID
359 * @ExternalID: the external I
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 786 // When the generated code calls an external reference we need to catch that in
787 // the simulator. The external reference will be a function compiled for the
789 // execute it with the simulator. We do that by redirecting the external
1690 intptr_t external = local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf3.c 1663 Bool external = False; local
    [all...]
readdwarf.c 457 UChar* external = theBlock; local
502 info.li_length = read_initial_length_field( external, &is64 );
503 external += is64 ? 12 : 4;
517 info.li_version = * ((UShort *)external);
518 external += 2;
530 info.li_header_length = ui->dw64 ? *((ULong*)external)
531 : (ULong)(*((UInt*)external));
532 external += ui->dw64 ? 8 : 4;
537 info.li_min_insn_length = * ((UChar *)external);
538 external += 1
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
Settings.java 88 // the apps installed on internal and external storage. It is
128 // Packages that have been uninstalled and still need their external
346 * internal to external storage or vice versa.
1288 String external = parser.getAttributeValue(null, "external"); local
    [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 5792 milliseconds