HomeSort by relevance Sort by last modified time
    Searched refs:ES (Results 51 - 75 of 130) sorted by null

1 23 4 5 6

  /external/llvm/lib/Target/Sparc/
SparcCodeEmitter.cpp 91 void emitExternalSymbolAddress(const char *ES, unsigned Reloc) const;
255 emitExternalSymbolAddress(const char *ES, unsigned Reloc) const {
257 Reloc, ES, 0, 0));
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 106 AM, CM, BK, CF, ES, FM, MD, NO, LR, RF, DB, SG, BH, HS, MT, DS, RG, CN, UUT, UUQ, UUP, UUH,
  /external/llvm/include/llvm/CodeGen/
MachineRelocation.h 140 const char *ES, intptr_t cst = 0,
152 Result.Target.ExtSym = ES;
  /frameworks/compile/mclinker/include/mcld/ADT/
StringHash.h 32 ES
261 /** \class StringHash<ES>
276 struct StringHash<ES> : public std::unary_function<const llvm::StringRef&, uint32_t>
  /external/e2fsprogs/misc/
Makefile.in 441 $(ES) " INSTALL $(root_sbindir)/$$i"; \
445 $(ES) " INSTALL $(sbindir)/$$i"; \
449 $(ES) " LINK $(root_sbindir)/mkfs.$$i"; \
456 $(ES) " LINK $(root_sbindir)/findfs"; \
461 $(ES) " INSTALL $(bindir)/$$i"; \
465 $(ES) " INSTALL $(libdir)/$$i"; \
472 $(ES) " INSTALL_DATA $(man8dir)/$$i"; \
478 $(ES) " LINK mkfs.$$i.8"; \
486 $(ES) " INSTALL_DATA $(man1dir)/$$i"; \
493 $(ES) " INSTALL_DATA $(man5dir)/$$i";
    [all...]
  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 95 void emitExternalSymbolAddress(const char *ES, unsigned Reloc) const;
320 emitExternalSymbolAddress(const char *ES, unsigned Reloc) const {
322 Reloc, ES, 0, 0));
  /external/qemu-pc-bios/bochs/bios/
rombios.c 292 push es
299 mov es, ax local
309 pop es
332 push es
341 mov es, ax local
356 pop es
379 push es
388 mov es, ax local
403 pop es
2942 mov es, ax ;; segment in es local
3093 mov es, ax ;; segment in es local
4027 mov es, ax local
6473 mov es, ax local
6613 mov es, ax local
7155 Bit16u es, last_addr; local
8149 mov es, bx local
8571 ;; pop ds; pop es; popa; iret local
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
buildpkb.sh 50 elif [ $1 = "es" ]; then
51 if [ $2 = "ES" ]; then
116 elif [ $LANG = "es-ES" ]; then
  /build/target/board/generic_arm64/
BoardConfig.mk 74 # Build and enable the OpenGL ES View renderer. When running on the emulator,
  /device/generic/goldfish/opengl/
Android.mk 1 # This is the top-level build file for the Android HW OpenGL ES emulation
  /external/chromium_org/third_party/icu/source/common/
ubidiimp.h 40 ES= U_EUROPEAN_NUMBER_SEPARATOR,
94 #define MASK_POSSIBLE_N (DIRPROP_FLAG(CS)|DIRPROP_FLAG(ES)|DIRPROP_FLAG(ET)|MASK_N)
  /external/chromium_org/v8/test/mjsunit/
math-sqrt.js 28 // Tests the special cases specified by ES 15.8.2.17
object-define-properties.js 28 // Tests the Object.defineProperties method - ES 15.2.3.7
object-seal.js 28 // Tests the Object.seal and Object.isSealed methods - ES 15.2.3.9 and
29 // ES 15.2.3.12
  /external/clang/include/clang/Lex/
HeaderSearch.h 352 void SetExternalSource(ExternalHeaderFileInfoSource *ES) {
353 ExternalSource = ES;
  /external/clang/lib/Tooling/
JSONCompilationDatabase.cpp 178 llvm::raw_string_ostream ES(Error);
179 StringRef Match = MatchTrie.findEquivalent(NativeFilePath.str(), ES);
  /external/llvm/tools/llvm-readobj/
ARMWinEHPrinter.cpp 555 ListScope ES(SW, "Epilogue");
561 for (const EpilogueScope ES : EpilogueScopes) {
563 SW.printNumber("StartOffset", ES.EpilogueStartOffset());
564 SW.printNumber("Condition", ES.Condition());
565 SW.printNumber("EpilogueStartIndex", ES.EpilogueStartIndex());
568 decodeOpcodes(XData.UnwindByteCode(), ES.EpilogueStartIndex(),
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 437 } else if (const ExternalSymbolSDNode *ES =
439 OS << "'" << ES->getSymbol() << "'";
440 if (unsigned int TF = ES->getTargetFlags())
  /build/target/board/generic/
BoardConfig.mk 44 # Build and enable the OpenGL ES View renderer. When running on the emulator,
  /external/icu/icu4c/source/common/
ubidiimp.h 40 ES= U_EUROPEAN_NUMBER_SEPARATOR, /* 3 */
97 #define MASK_POSSIBLE_N (DIRPROP_FLAG(ON)|DIRPROP_FLAG(CS)|DIRPROP_FLAG(ES)|DIRPROP_FLAG(ET)|MASK_WS)
  /sdk/emulator/opengl/
Android.mk 1 # This is the top-level build file for the Android HW OpenGL ES emulation
  /external/clang/lib/AST/
ExprCXX.cpp     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Encodings.properties 64 Cp284 EBCDIC-CP-ES,IBM284,csIBM284 0x0019
  /external/chromium_org/third_party/mesa/src/src/glsl/
glsl_parser_extras.cpp 65 /* OpenGL ES 2.0 has different defaults from desktop GL. */
103 (ver == 100) ? " ES" : "");
264 #define EXT(NAME, VS, GS, FS, GL, ES, SUPPORTED_FLAG) \
265 { "GL_" #NAME, VS, GS, FS, GL, ES, &gl_extensions::SUPPORTED_FLAG, \
275 /* name VS GS FS GL ES supported flag */

Completed in 1743 milliseconds

1 23 4 5 6