Home
last modified time | relevance | path

Searched refs:categorize (Results 1 – 25 of 35) sorted by relevance

12

/external/toybox/scripts/
Dmkstatus.py61 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/
DQuality.cpp63 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/
Dgpu_render_stage_event.proto99 // Labels to categorize the hw Queue this event goes on.
102 // Labels to categorize render stage(binning, render, compute etc).
/external/iptables/extensions/
Dlibxt_addrtype.man3 Address types are used within the kernel networking stack and categorize
/external/libcups/vcnet/regex/
Dregcomp.ih38 static void categorize(struct parse *p, register struct re_guts *g);
Dregcomp.c165 categorize(p, g);
1307 categorize(p, g) in categorize() function
/external/bcc/tools/
Dtcpsubnet_example.txt35 By default, tcpsubnet will categorize traffic in the following subnets:
/external/llvm-project/llvm/lib/Support/
Dregcomp.c234 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/
Dregcomp.c106 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/
Dregcomp.c234 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/
Dregcomp.c106 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/
Dvimrc60 " so it's important to categorize them as such.
/external/llvm-project/llvm/utils/vim/
Dvimrc60 " so it's important to categorize them as such.
/external/llvm-project/llvm/docs/HistoricalNotes/
D2007-OriginalClangReadme.txt148 does not categorize identifiers as types or variables -- this is up to the
/external/llvm/docs/HistoricalNotes/
D2007-OriginalClangReadme.txt148 does not categorize identifiers as types or variables -- this is up to the
/external/curl/docs/
DBUGS.md185 to help categorize it.
/external/libabigail/
DNEWS430 Bug 23708 - categorize void* to pointer change as harmless
/external/llvm/include/llvm/Target/
DTarget.td1257 // model and is used to categorize instructions into subgroups. For instance,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTarget.td1564 // model and is used to categorize instructions into subgroups. For instance,
/external/skqp/src/compute/skc/platforms/cl_12/kernels/
Drasterize.cl1021 // max(1.0f) will categorize this as a line of 1 segment.
/external/llvm-project/llvm/include/llvm/Target/
DTarget.td1625 // model and is used to categorize instructions into subgroups. For instance,
/external/python/cpython3/Doc/library/
Dre.rst1613 analyzes a string to categorize groups of characters. This is a useful first
Doptparse.rst1954 When you add an action, you need to categorize it by listing it in at least one
/external/python/cpython2/Doc/library/
Doptparse.rst1956 When you add an action, you need to categorize it by listing it in at least one
/external/llvm/docs/
DWritingAnLLVMBackend.rst323 You also need to define register classes to categorize related registers. A

12