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

  /tools/motodev/src/plugins/devices.services/src/com/motorola/studio/android/devices/services/lang/model/
Language.java 13 * See the License for the specific language governing permissions and
34 * Language representation
39 public class Language
44 private static List<Language> languageList = null;
46 private static Map<String, Language> languageMap = null;
57 public static List<Language> getLanguageList()
71 languageList = new ArrayList<Language>();
72 languageMap = new HashMap<String, Language>();
95 Language language = new Language(name, ID) local
130 Language language = languageMap.get(langName); local
    [all...]
  /external/clang/unittests/Tooling/
TestVisitor.h 43 enum Language { Lang_C, Lang_CXX };
46 bool runOver(StringRef Code, Language L = Lang_CXX) {
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 39 /// Language - The DW_AT_language of the compile unit
41 unsigned Language;
88 unsigned getLanguage() const { return Language; }
  /external/libvpx/libmkv/
EbmlIDs.h 106 Language = 0x22B59C,
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
  /tools/motodev/src/plugins/videos/libs/gdata/java/lib/
gdata-core-1.0.jar 

Completed in 122 milliseconds