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

  /external/lldb/include/lldb/DataFormatters/
DataVisualization.h 125 class Categories
  /external/chromium_org/third_party/re2/re2/
unicode.py 274 def Categories(unicode_dir=_UNICODE_DIR):
284 categories = {}
287 """Process single UnicodeData.txt line, updating categories."""
289 categories.setdefault(category, []).extend(codes)
293 categories.setdefault(short, []).extend(codes)
296 return categories
  /external/regex-re2/re2/
unicode.py 274 def Categories(unicode_dir=_UNICODE_DIR):
284 categories = {}
287 """Process single UnicodeData.txt line, updating categories."""
289 categories.setdefault(category, []).extend(codes)
293 categories.setdefault(short, []).extend(codes)
296 return categories
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
APIspecutil.py 269 def Categories(funcname):
270 """Return all the categories of the named GL function."""
  /external/mesa3d/src/mesa/main/
APIspecutil.py 269 def Categories(funcname):
270 """Return all the categories of the named GL function."""
  /external/chromium_org/third_party/libxml/src/
genUnicode.py 87 # Next process the Categories file. This is more complex, since
103 Categories = {}
131 Categories[name].append(value)
134 Categories[name] = [value]
139 Categories[name[0]].append(value)
142 Categories[name[0]] = [value]
147 print "Parsed %d char generating %d categories" % (nbchar, len(Categories.keys()))
153 for cat in Categories.keys():
154 list = Categories[cat
    [all...]
  /external/junit/src/org/junit/experimental/categories/
Categories.java 4 package org.junit.experimental.categories;
25 * Categories must be annotated on the direct method or class.
56 * @RunWith(Categories.class)
59 * // Note that Categories is a kind of Suite
64 public class Categories extends Suite {
111 List<Class<?>> categories= categories(description); local
112 if (categories.isEmpty())
114 for (Class<?> each : categories)
117 for (Class<?> each : categories)
123 private List<Class<?>> categories(Description description) { method in class:Categories.CategoryFilter
124 ArrayList<Class<?>> categories= new ArrayList<Class<?>>(); local
    [all...]
  /external/clang/tools/libclang/
CXLoadedDiagnostic.cpp 41 Strings Categories;
591 if (readString(TopDiags, TopDiags.Categories, "category", Record,
649 D->CategoryText = D->category ? TopDiags.Categories[D->category] : "";
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 214 /// \brief The collection of diagnostic categories used.
215 llvm::DenseSet<unsigned> Categories;
474 if (State->Categories.count(category))
477 State->Categories.insert(category);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
portcls.h 389 const GUID* Categories;
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 299 /// All of the categories that have been generated for this compilation units.
300 std::vector<llvm::Constant*> Categories;
392 /// This structure is used by both classes and categories, and contains a next
408 /// Generates a list of referenced protocols. Classes, categories, and
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
junit.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ks.h 658 const GUID *Categories;
    [all...]
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 921 milliseconds