HomeSort by relevance Sort by last modified time
    Searched full:exactmatch (Results 1 - 25 of 32) sorted by null

1 2

  /external/icu/icu4c/source/layout/
GlyphLookupTables.cpp 22 le_bool GlyphLookupTableHeader::coversScriptAndLanguage(const LETableReference &base, LETag scriptTag, LETag languageTag, LEErrorCode &success, le_bool exactMatch) const
26 scriptTag, languageTag, success, exactMatch);
ScriptAndLanguage.h 37 LEReferenceTo<LangSysTable> findLanguage(const LETableReference &base, LETag languageTag, LEErrorCode &success, le_bool exactMatch = FALSE) const;
49 LEReferenceTo<LangSysTable> findLanguage(const LETableReference &base, LETag scriptTag, LETag languageTag, LEErrorCode &success, le_bool exactMatch = FALSE) const;
GlyphLookupTables.h 28 le_bool coversScriptAndLanguage(const LETableReference &base, LETag scriptTag, LETag languageTag, LEErrorCode &success, le_bool exactMatch = FALSE) const;
ScriptAndLanguage.cpp 14 LEReferenceTo<LangSysTable> ScriptTable::findLanguage(const LETableReference& base, LETag languageTag, LEErrorCode &success, le_bool exactMatch) const
17 Offset langSysTableOffset = exactMatch? 0 : SWAPW(defaultLangSysTableOffset);
93 LEReferenceTo<LangSysTable> ScriptListTable::findLanguage(const LETableReference &base, LETag scriptTag, LETag languageTag, LEErrorCode &success, le_bool exactMatch) const
101 return scriptTable->findLanguage(scriptTable, languageTag, success, exactMatch).reparent(base);
  /external/llvm/test/SymbolRewriter/
rewrite.ll 37 $source_comdat_function_1 = comdat exactmatch
50 ; CHECK: $target_comdat_function_1 = comdat exactmatch
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
ValueCompleter.java 134 boolean exactMatch = false;
137 exactMatch = true;
144 if (exactMatch) {
  /external/llvm/include/llvm/IR/
Comdat.h 35 ExactMatch, ///< The data referenced by the COMDAT must be the same.
  /external/llvm/test/CodeGen/X86/
coff-comdat.ll 9 $f2 = comdat exactmatch
  /external/llvm/test/MC/COFF/
linkonce.s 129 // CHECK: Selection: ExactMatch (0x4)
section-comdat.s 155 // CHECK: Selection: ExactMatch
  /external/llvm/lib/MC/
MCAssembler.cpp 317 bool ExactMatch = false;
319 ExactMatch = MI->first == Subsection;
320 if (ExactMatch)
328 if (!ExactMatch && Subsection != 0) {
    [all...]
  /system/extras/perfprofd/tests/
perfprofd_test.cc 277 bool exactMatch=false)
281 if (exactMatch) {
  /frameworks/native/libs/input/
KeyCharacterMap.cpp 282 goto ExactMatch;
289 ExactMatch: ;
    [all...]
  /external/icu/icu4c/source/test/intltest/
numfmtst.cpp     [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 667 case Comdat::SelectionKind::ExactMatch:
682 if (Result == Comdat::SelectionKind::ExactMatch) {
685 "': ExactMatch violated!");
    [all...]
  /external/android-mock/src/com/google/android/testing/mocking/
AndroidMock.java     [all...]
  /external/llvm/lib/AsmParser/
LLLexer.cpp 643 KEYWORD(exactmatch);
LLParser.cpp 480 SK = Comdat::ExactMatch;
    [all...]
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp 317 { "ExactMatch" , COFF::IMAGE_COMDAT_SELECT_EXACT_MATCH },
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 846 case Comdat::ExactMatch:
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 543 case Comdat::ExactMatch:
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 678 return Comdat::ExactMatch;
    [all...]
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
  /external/llvm/docs/
LangRef.rst     [all...]

Completed in 1589 milliseconds

1 2