Home
last modified time | relevance | path

Searched refs:classification (Results 1 – 25 of 31) sorted by relevance

12

/external/libcups/filter/
Dcommon.c300 const char *classification; /* CLASSIFICATION environment variable */ in WriteLabelProlog() local
308 if ((classification = getenv("CLASSIFICATION")) == NULL) in WriteLabelProlog()
309 classification = ""; in WriteLabelProlog()
310 if (strcmp(classification, "none") == 0) in WriteLabelProlog()
311 classification = ""; in WriteLabelProlog()
318 if (!classification[0] && (label == NULL || !label[0])) in WriteLabelProlog()
329 if (strcmp(classification, "confidential") == 0) in WriteLabelProlog()
331 else if (strcmp(classification, "classified") == 0) in WriteLabelProlog()
333 else if (strcmp(classification, "secret") == 0) in WriteLabelProlog()
335 else if (strcmp(classification, "topsecret") == 0) in WriteLabelProlog()
[all …]
Dpstops.c3177 const char *classification; /* CLASSIFICATION environment variable */ in write_label_prolog() local
3185 if ((classification = getenv("CLASSIFICATION")) == NULL) in write_label_prolog()
3186 classification = ""; in write_label_prolog()
3187 if (strcmp(classification, "none") == 0) in write_label_prolog()
3188 classification = ""; in write_label_prolog()
3195 if (!classification[0] && (label == NULL || !label[0])) in write_label_prolog()
3206 if (!strcmp(classification, "confidential")) in write_label_prolog()
3208 else if (!strcmp(classification, "classified")) in write_label_prolog()
3210 else if (!strcmp(classification, "secret")) in write_label_prolog()
3212 else if (!strcmp(classification, "topsecret")) in write_label_prolog()
[all …]
/external/clang/lib/Analysis/
DUninitializedValues.cpp495 const ClassifyRefs &classification; member in __anone43e90580511::TransferFunctions
502 const ClassifyRefs &classification, in TransferFunctions() argument
505 classification(classification), objCNoRet(ac.getASTContext()), in TransferFunctions()
730 switch (classification.get(dr)) { in VisitDeclRefExpr()
803 const ClassifyRefs &classification, in runOnBlock() argument
821 TransferFunctions tf(vals, cfg, block, ac, classification, handler); in runOnBlock()
881 ClassifyRefs classification(ac); in runUninitializedVariablesAnalysis() local
882 cfg.VisitBlockStmts(classification); in runUninitializedVariablesAnalysis()
905 classification, wasAnalyzed, PBH); in runUninitializedVariablesAnalysis()
919 runOnBlock(block, cfg, ac, vals, classification, wasAnalyzed, handler); in runUninitializedVariablesAnalysis()
/external/libvorbis/doc/
D08-residue.tex28 defined for each selected classification.
46 \item Each partition in each vector has a classification number that
48 decode that partition. The classification numbers of each partition
51 partitions to increase encoding efficiency, the classification vector
53 in a classification chunk are built into a single scalar that
54 represents the classification numbers in that chunk. In the below
55 example, the classification codeword encodes two classification
63 from multiple decode passes. The classification value associated with
64 a partition is the same in each pass, thus the classification codeword
177 classification to which a partition can belong and
[all …]
/external/iproute2/doc/actions/
Dgact-usage13 - continue allows to restart classification lookup
15 - reclassify implies continue classification where we left off
Dactions-general8 An extension to the filtering/classification architecture of Linux Traffic
19 a source IP address of 127.0.0.1/32 we give it a classification id of 1:1 and
36 classification - use netfilter (for now).
/external/clang/tools/scan-view/share/
DReporter.py199 classification = parameters.get('Classification', '')
210 … args = ['osascript', script, component, componentVersion, classification, personID, report.title,
/external/llvm/test/Transforms/ArgumentPromotion/
Dvariadic.ll5 ; bake in the classification when they use things like byval, as in this test.
/external/libxml2/result/
Dintsubset2.xml.sax274 classification type is stated in the rad_type attribute.
78 The rad_type attribute states the type of radical classification.
212 classification system, there are 11 other strokes, and it is
Dintsubset2.xml.sax74 classification type is stated in the rad_type attribute.
78 The rad_type attribute states the type of radical classification.
212 classification system, there are 11 other strokes, and it is
/external/libtextclassifier/smartselect/
Dtext-classification-model.proto15 // Text classification model configuration.
/external/autotest/client/common_lib/cros/
Ddev_server.py1919 for err_pattern, classification in _EXCEPTION_PATTERNS:
1922 return classification
/external/libnl/doc/
Droute.txt1233 ranging from classification based on protocol header values to
1234 classification based on packet priority or firewall marks.
1262 queueing and classification modules to implement quality of service
1486 Classful qdiscs allow for the queueing structure and classification
1494 allow the classification process and the structure of the queues to be
/external/ImageMagick/
DLICENSE35 * when exporting the ImageMagick software, review its export classification.
/external/valgrind/solaris/
Dvalgrind.p5m5 set name=info.classification value="org.opensolaris.category.2008:Development/System"
/external/iproute2/doc/
Dip-tunnels.tex464 If you want to make more detailed classification of sub-flows
Dip-cref.tex2686 classification both by source and destination becomes quite manageable.
2693 There is a patch to \verb|gated|, allowing classification of routes
2725 classification.
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
Dgtest-port.cc.orig207 // Returns true iff ch belongs to the given classification. Unlike
/external/clang/test/
Dcxx-sections.data818 22.3.3.1 [classification]
/external/clang/include/clang/Basic/
DBuiltins.def368 // Unary FP classification
/external/llvm/lib/Target/PowerPC/
DPPCInstrFormats.td67 // classification.
/external/libcxx/include/
Dtype_traits34 // Primary classification traits:
50 // Secondary classification traits:
/external/mesa3d/docs/
DVERSIONS1288 - fixed a matrix classification bug (reported by Wes Bethel)
/external/elfutils/libdw/
DChangeLog804 need for full classification; just find tags that may contain scopes.
/external/netperf/doc/
Dtexinfo.tex5317 % #1 is the classification. #2 is the data type. #3 is the name and args.
5319 % #1 is the classification, #2 the data type, #3 the name, #4 the args.

12