HomeSort by relevance Sort by last modified time
    Searched refs:Allowed (Results 1 - 25 of 37) sorted by null

1 2

  /build/soong/ui/build/paths/
config.go 34 var Allowed = PathConfig{
77 "bash": Allowed,
78 "bc": Allowed,
79 "bzip2": Allowed,
80 "date": Allowed,
81 "dd": Allowed,
82 "diff": Allowed,
83 "egrep": Allowed,
84 "expr": Allowed,
85 "find": Allowed,
    [all...]
  /external/autotest/site_utils/
sync_cloudsql_access.py 7 """Tool to sync lab servers to the "Allowed Networks" of a CloudSQL instance.
10 the "Allowed Networks" list of the CloudSQL instance. This tool is to be used to
12 "Allowed Networks" of a given CloudSQL instance.
15 servers to the "Allowed Networks" list of the CloudSQL instance. This allows
18 Note that running this tool will overwrite existing IPs in the "Allowed
70 """Update the "Allowed Networks" list of the given CloudSQL instance.
76 @param extra_servers: Extra servers to be included in the "Allowed Networks"
146 help=('Extra servers to be included in the "Allowed '
  /external/deqp-deps/SPIRV-Tools/test/link/
partial_linkage_test.cpp 26 TEST_F(PartialLinkage, Allowed) {
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMBuildAttrs.h 107 Allowed = 1,
ARMAsmPrinter.cpp 687 ARMBuildAttrs::Allowed);
699 ARMBuildAttrs::Allowed);
701 ARMBuildAttrs::Allowed);
706 ARMBuildAttrs::Allowed);
708 ARMBuildAttrs::Allowed);
735 /* TODO: ARMBuildAttrs::Allowed is not completely accurate,
736 * since NEON can have 1 (allowed) or 2 (MAC operations) */
739 ARMBuildAttrs::Allowed);
745 ARMBuildAttrs::Allowed);
747 ARMBuildAttrs::Allowed);
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/test/link/
partial_linkage_test.cpp 26 TEST_F(PartialLinkage, Allowed) {
  /external/llvm/include/llvm/Support/
ARMBuildAttributes.h 126 Allowed = 1,
132 AllowThumbDerived = 3, // Thumb allowed, derived from arch/profile
  /external/ppp/pppd/plugins/radius/etc/
dictionary.microsoft 56 VALUE MS-BAP-Usage Not-Allowed 0
57 VALUE MS-BAP-Usage Allowed 1
dictionary.ascend 25 ATTRIBUTE Ascend-Dialout-Allowed 131 integer
290 VALUE Ascend-Dialout-Allowed Dialout-Not-Allowed 0
291 VALUE Ascend-Dialout-Allowed Dialout-Allowed 1
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
ARMBuildAttributes.h 127 Allowed = 1,
133 AllowThumbDerived = 3, // Thumb allowed, derived from arch/profile
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
ARMTargetStreamer.cpp 194 : ARMBuildAttrs::Allowed);
203 emitAttribute(ARMBuildAttrs::THUMB_ISA_use, ARMBuildAttrs::Allowed);
276 emitAttribute(ARMBuildAttrs::DSP_extension, ARMBuildAttrs::Allowed);
283 ARMBuildAttrs::Allowed);
ARMELFStreamer.cpp 814 setAttributeItem(ARM_ISA_use, Allowed, false);
821 setAttributeItem(ARM_ISA_use, Allowed, false);
822 setAttributeItem(THUMB_ISA_use, Allowed, false);
826 setAttributeItem(ARM_ISA_use, Allowed, false);
832 setAttributeItem(ARM_ISA_use, Allowed, false);
833 setAttributeItem(THUMB_ISA_use, Allowed, false);
838 setAttributeItem(THUMB_ISA_use, Allowed, false);
843 setAttributeItem(ARM_ISA_use, Allowed, false);
849 setAttributeItem(ARM_ISA_use, Allowed, false);
865 setAttributeItem(ARM_ISA_use, Allowed, false)
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ARMBuildAttributes.h 127 Allowed = 1,
133 AllowThumbDerived = 3, // Thumb allowed, derived from arch/profile
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 712 setAttributeItem(ARM_ISA_use, Allowed, false);
719 setAttributeItem(ARM_ISA_use, Allowed, false);
720 setAttributeItem(THUMB_ISA_use, Allowed, false);
724 setAttributeItem(ARM_ISA_use, Allowed, false);
730 setAttributeItem(ARM_ISA_use, Allowed, false);
731 setAttributeItem(THUMB_ISA_use, Allowed, false);
736 setAttributeItem(THUMB_ISA_use, Allowed, false);
741 setAttributeItem(ARM_ISA_use, Allowed, false);
747 setAttributeItem(ARM_ISA_use, Allowed, false);
760 setAttributeItem(ARM_ISA_use, Allowed, false)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
ARMAttributeParser.cpp 97 ARMBuildAttrs::Allowed));
105 ARMBuildAttrs::Allowed));
113 ARMBuildAttrs::Allowed));
167 ARMBuildAttrs::Allowed));
175 ARMBuildAttrs::Allowed));
  /external/clang/lib/Parse/
ParseStmt.cpp 103 AllowedContsructsKind Allowed,
114 Stmts, Allowed, TrailingElseLoc, Attrs);
156 AllowedContsructsKind Allowed, SourceLocation *TrailingElseLoc,
212 if ((getLangOpts().CPlusPlus || Allowed == ACK_Any) &&
357 return ParseOpenMPDeclarativeOrExecutableDirective(Allowed);
376 return ParsePragmaLoopHint(Stmts, Allowed, TrailingElseLoc, Attrs);
596 // GNU attributes are allowed.
598 Stmts, /*Allowed=*/ACK_StatementsOpenMPNonStandalone, nullptr,
949 // only allowed at the start of a compound stmt regardless of the language.
    [all...]
ParseOpenMP.cpp 781 AllowedContsructsKind Allowed) {
800 if (Allowed != ACK_Any) {
852 if (Allowed == ACK_StatementsOpenMPNonStandalone) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 92 /// Holds a vector of the allowed physical regs for a vreg.
158 AllowedRegVecRef getAllowedRegs(AllowedRegVector Allowed) {
159 return AllowedRegVecs.getValue(std::move(Allowed));
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 286 // the allowed sets, so we cache them to avoid the overhead of constructing
294 // Cache known disjoint allowed registers pairs
340 // Do not add an edge when the nodes' allowed registers do not
365 // a null matrix, meaning the nodes' allowed registers do not have any
438 const PBQPRAGraph::NodeMetadata::AllowedRegVector &Allowed =
442 while (PRegOpt < Allowed.size() && Allowed[PRegOpt] != DstReg)
445 if (PRegOpt < Allowed.size()) {
583 // Compute an initial allowed set for the current vreg.
610 // Check for vregs that have no allowed registers. These should b
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
RegAllocPBQP.cpp 315 // the allowed sets, so we cache them to avoid the overhead of constructing
323 // Cache known disjoint allowed registers pairs
370 // Do not add an edge when the nodes' allowed registers do not
394 // a null matrix, meaning the nodes' allowed registers do not have any
464 const PBQPRAGraph::NodeMetadata::AllowedRegVector &Allowed =
468 while (PRegOpt < Allowed.size() && Allowed[PRegOpt] != DstReg)
471 if (PRegOpt < Allowed.size()) {
611 // Compute an initial allowed set for the current vreg.
638 // Check for vregs that have no allowed registers. These should b
    [all...]
  /external/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 80 /// \brief Holds a vector of the allowed physical regs for a vreg.
170 AllowedRegVecRef getAllowedRegs(AllowedRegVector Allowed) {
171 return AllowedRegVecs.getValue(std::move(Allowed));
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 676 STI.hasARMOps() ? ARMBuildAttrs::Allowed
682 ATS.emitAttribute(ARMBuildAttrs::THUMB_ISA_use, ARMBuildAttrs::Allowed);
746 ATS.emitAttribute(ARMBuildAttrs::ABI_FP_exceptions, ARMBuildAttrs::Allowed);
751 ATS.emitAttribute(ARMBuildAttrs::ABI_FP_rounding, ARMBuildAttrs::Allowed);
782 ARMBuildAttrs::Allowed);
789 ARMBuildAttrs::Allowed);
833 ATS.emitAttribute(ARMBuildAttrs::DSP_extension, ARMBuildAttrs::Allowed);
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 613 /// MaxFieldAlignment - The maximum allowed field alignment. This is set by
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 90 /// allowed in particular circumstances
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 691 ATS.emitAttribute(ARMBuildAttrs::ABI_FP_exceptions, ARMBuildAttrs::Allowed);
696 ATS.emitAttribute(ARMBuildAttrs::ABI_FP_rounding, ARMBuildAttrs::Allowed);
703 ARMBuildAttrs::Allowed);
    [all...]

Completed in 818 milliseconds

1 2