Home
last modified time | relevance | path

Searched refs:accepts (Results 1 – 25 of 552) sorted by relevance

12345678910>>...23

/external/swiftshader/third_party/LLVM/utils/TableGen/
DX86ModRMFilters.h45 virtual bool accepts(uint8_t modRM) const = 0;
57 bool accepts(uint8_t modRM) const { in accepts() function
80 bool accepts(uint8_t modRM) const { in accepts() function
110 bool accepts(uint8_t modRM) const { in accepts() function
134 bool accepts(uint8_t modRM) const { in accepts() function
160 bool accepts(uint8_t modRM) const { in accepts() function
185 bool accepts(uint8_t modRM) const { in accepts() function
/external/llvm/utils/TableGen/
DX86ModRMFilters.h46 virtual bool accepts(uint8_t modRM) const = 0;
59 bool accepts(uint8_t modRM) const override { in accepts() function
82 bool accepts(uint8_t modRM) const override { in accepts() function
105 bool accepts(uint8_t modRM) const override { in accepts() function
126 bool accepts(uint8_t modRM) const override { in accepts() function
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DX86ModRMFilters.h46 virtual bool accepts(uint8_t modRM) const = 0;
59 bool accepts(uint8_t modRM) const override { in accepts() function
82 bool accepts(uint8_t modRM) const override { in accepts() function
105 bool accepts(uint8_t modRM) const override { in accepts() function
126 bool accepts(uint8_t modRM) const override { in accepts() function
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
Dops.py40 @tc.accepts(core.LabeledTensor, ops.Tensor, core.Axis,
53 @tc.accepts(core.LabeledTensorLike,
146 @tc.accepts(
215 @tc.accepts(
261 @tc.accepts(core.LabeledTensorLike,
297 @tc.accepts(core.LabeledTensorLike,
376 @tc.accepts(core.LabeledTensorLike, string_types, string_types,
403 @tc.accepts(string_types, collections.Callable, int, bool,
428 @tc.accepts(core.Axes)
450 @tc.accepts(
[all …]
Dcore.py72 @tc.accepts(object, string_types, AxisValue)
181 @tc.accepts(AxisLike)
205 @tc.accepts(object, tc.List(AxisLike))
240 @tc.accepts(object, string_types)
255 @tc.accepts(object, string_types)
278 @tc.accepts(object, ops.Tensor,
501 @tc.accepts(LabeledTensor)
517 @tc.accepts(LabeledTensorLike, object, tc.Optional(string_types))
555 @tc.accepts(tc.Collection(Axis))
595 @tc.accepts(LabeledTensorLike, tc.Optional(string_types))
[all …]
Dio_ops.py62 @tc.accepts(tc.Mapping(string_types, FixedLenFeature))
80 @tc.accepts(core.LabeledTensorLike, tc.Mapping(string_types, FixedLenFeature),
118 @tc.accepts(core.LabeledTensorLike, tc.Mapping(string_types, FixedLenFeature),
153 @tc.accepts(dtypes.DType, tc.Collection(tc.Union(string_types, core.AxisLike)),
Dsugar.py54 @tc.accepts(object, tc.Collection(str),
64 @tc.accepts(object, core.LabeledTensorLike)
101 @tc.accepts(object, core.LabeledTensorLike)
/external/proguard/src/proguard/classfile/util/
DWarningPrinter.java77 if (accepts(className)) in print()
87 public boolean accepts(String className) in accepts() method in WarningPrinter
100 if (accepts(className1, className2)) in print()
110 public boolean accepts(String className1, String className2) in accepts() method in WarningPrinter
DDynamicMemberReferenceInitializer.java796 notePrinter.accepts(clazz.getName())) in printDynamicInvocationNote()
894 if (notePrinter.accepts(programClass.getName())) in visitProgramField()
907 if (notePrinter.accepts(programClass.getName())) in visitProgramMethod()
920 if (notePrinter.accepts(libraryClass.getName())) in visitLibraryField()
933 if (notePrinter.accepts(libraryClass.getName())) in visitLibraryMethod()
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/aosp/
DRepackagingTransform.java71 .accepts("source-dir", "directory containing the source that will be transformed") in main()
78 .accepts("target-dir", "directory into which the transformed source will be written") in main()
85 .accepts("package-transformation", "transformation to apply to the package") in main()
89 optionParser.accepts("core-platform-api-file", in main()
97 optionParser.accepts("default-constructors-file", in main()
105 optionParser.accepts("intra-core-api-file", in main()
113 optionParser.accepts("unsupported-app-usage-file", in main()
120 OptionSpec<Integer> tabSizeOption = optionParser.accepts("tab-size", in main()
128 optionParser.accepts("change-log", in main()
/external/proguard/src/proguard/io/
DDataEntryParentFilter.java47 public boolean accepts(DataEntry dataEntry) in accepts() method in DataEntryParentFilter
49 return dataEntry != null && dataEntryFilter.accepts(dataEntry.getParent()); in accepts()
DFilteredDataEntryWriter.java80 DataEntryWriter dataEntryWriter = dataEntryFilter.accepts(dataEntry) ? in createDirectory()
100 DataEntryWriter dataEntryWriter = dataEntryFilter.accepts(dataEntry) ? in getOutputStream()
DDataEntryFilter.java37 public boolean accepts(DataEntry dataEntry); in accepts() method
DDataEntryDirectoryFilter.java34 public boolean accepts(DataEntry dataEntry) in accepts() method in DataEntryDirectoryFilter
DDataEntryNameFilter.java50 public boolean accepts(DataEntry dataEntry) in accepts() method in DataEntryNameFilter
/external/skqp/src/sksl/lex/
DDFA.h19 std::vector<int> accepts) in DFA()
22 , fAccepts(accepts) {} in DFA()
DNFAState.h46 NFAState(bool inverse, std::vector<bool> accepts, std::vector<int> next) in NFAState()
50 for (bool b : accepts) { in NFAState()
/external/skia/src/sksl/lex/
DDFA.h19 std::vector<int> accepts) in DFA()
22 , fAccepts(accepts) {} in DFA()
DNFAState.h46 NFAState(bool inverse, std::vector<bool> accepts, std::vector<int> next) in NFAState()
50 for (bool b : accepts) { in NFAState()
/external/skqp/src/sksl/
DSkSLLexer.cpp1037 static int8_t accepts[316] = { variable
1078 Token::Kind kind = (Token::Kind)accepts[state]; in next()
/external/skia/src/sksl/
DSkSLLexer.cpp986 static int8_t accepts[304] = { variable
1026 Token::Kind kind = (Token::Kind)accepts[state]; in next()
/external/deqp-deps/glslang/
DREADME-spirv-remap.txt20 only accepts a single module at a time.
90 remap() accepts an std::vector of SPIR-V words, modifies them per the
95 The "opts" parameter to remap() accepts a bit mask of desired remapping
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/MIR/Generic/
DllvmIRMissing.mir2 # This test ensures that the MIR parser accepts files without the LLVM IR.
/external/python/cpython2/Doc/library/
Dquopri.rst48 Like :func:`decode`, except that it accepts a source string and returns the
54 Like :func:`encode`, except that it accepts a source string and returns the
/external/python/cpython3/Doc/library/
Dquopri.rst48 Like :func:`decode`, except that it accepts a source :class:`bytes` and
54 Like :func:`encode`, except that it accepts a source :class:`bytes` and

12345678910>>...23