/external/toybox/scripts/ |
D | mkstatus.py | 61 def categorize(reverse, i, skippy=""): function 87 out=categorize(reverse, i) 119 else: todo.append(categorize(reverse,j,i))
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | Quality.cpp | 63 static SymbolQualitySignals::SymbolCategory categorize(const NamedDecl &ND) { in categorize() function 93 categorize(const CodeCompletionResult &R) { in categorize() function 95 return categorize(*R.Declaration); in categorize() 119 categorize(const index::SymbolInfo &D) { in categorize() function 186 Category = categorize(SemaCCResult); in merge() 200 Category = categorize(IndexResult.SymInfo); in merge()
|
/external/perfetto/protos/perfetto/trace/gpu/ |
D | gpu_render_stage_event.proto | 99 // Labels to categorize the hw Queue this event goes on. 102 // Labels to categorize render stage(binning, render, compute etc).
|
/external/iptables/extensions/ |
D | libxt_addrtype.man | 3 Address types are used within the kernel networking stack and categorize
|
/external/libcups/vcnet/regex/ |
D | regcomp.ih | 38 static void categorize(struct parse *p, register struct re_guts *g);
|
D | regcomp.c | 165 categorize(p, g); 1307 categorize(p, g) in categorize() function
|
/external/bcc/tools/ |
D | tcpsubnet_example.txt | 35 By default, tcpsubnet will categorize traffic in the following subnets:
|
/external/llvm-project/llvm/lib/Support/ |
D | regcomp.c | 234 static void categorize(struct parse *, struct re_guts *); 369 categorize(p, g); in llvm_regcomp() 1424 categorize(struct parse *p, struct re_guts *g) in categorize() function
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regcomp.c | 106 static void categorize(struct parse *, struct re_guts *); 241 categorize(p, g); in llvm_regcomp() 1296 categorize(struct parse *p, struct re_guts *g) in categorize() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regcomp.c | 234 static void categorize(struct parse *, struct re_guts *); 369 categorize(p, g); in llvm_regcomp() 1424 categorize(struct parse *p, struct re_guts *g) in categorize() function
|
/external/llvm/lib/Support/ |
D | regcomp.c | 106 static void categorize(struct parse *, struct re_guts *); 241 categorize(p, g); in llvm_regcomp() 1296 categorize(struct parse *p, struct re_guts *g) in categorize() function
|
/external/llvm/utils/vim/ |
D | vimrc | 60 " so it's important to categorize them as such.
|
/external/llvm-project/llvm/utils/vim/ |
D | vimrc | 60 " so it's important to categorize them as such.
|
/external/llvm-project/llvm/docs/HistoricalNotes/ |
D | 2007-OriginalClangReadme.txt | 148 does not categorize identifiers as types or variables -- this is up to the
|
/external/llvm/docs/HistoricalNotes/ |
D | 2007-OriginalClangReadme.txt | 148 does not categorize identifiers as types or variables -- this is up to the
|
/external/curl/docs/ |
D | BUGS.md | 185 to help categorize it.
|
/external/libabigail/ |
D | NEWS | 430 Bug 23708 - categorize void* to pointer change as harmless
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 1257 // model and is used to categorize instructions into subgroups. For instance,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | Target.td | 1564 // model and is used to categorize instructions into subgroups. For instance,
|
/external/skqp/src/compute/skc/platforms/cl_12/kernels/ |
D | rasterize.cl | 1021 // max(1.0f) will categorize this as a line of 1 segment.
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | Target.td | 1625 // model and is used to categorize instructions into subgroups. For instance,
|
/external/python/cpython3/Doc/library/ |
D | re.rst | 1613 analyzes a string to categorize groups of characters. This is a useful first
|
D | optparse.rst | 1954 When you add an action, you need to categorize it by listing it in at least one
|
/external/python/cpython2/Doc/library/ |
D | optparse.rst | 1956 When you add an action, you need to categorize it by listing it in at least one
|
/external/llvm/docs/ |
D | WritingAnLLVMBackend.rst | 323 You also need to define register classes to categorize related registers. A
|