Home
last modified time | relevance | path

Searched defs:define (Results 1 – 25 of 34) sorted by relevance

12

/third_party/typescript/tests/cases/compiler/
DamdLikeInputDeclarationEmit.ts7 declare function define<T=unknown>(name: string, modules: string[], ready: (...modules: unknown[]) … function
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserUsingConstructorAsIdentifier.ts1 function define(constructor, instanceMembers, staticMembers) { function
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DModuleWriter.java50 public void writeHeader(String define, String[] includeFiles) in writeHeader()
55 public void writeHeader(String define, String[] includeFiles, String brief) in writeHeader()
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DStream.hpp61 Stream &define(StreamType type, unsigned int count, bool normalized = false) in define() function
70 Stream &define(const void *buffer, StreamType type, unsigned int count, bool normalized = false) in define() function
/third_party/rust/crates/memchr/bench/src/
Dbench.rs24 fn define( in define() function
/third_party/icu/docs/userguide/icu4c/
Dplug-ins.md97 queried for a directory name. If it is not set, the #define hashtag
Dfaq.md249 functions and type-safe constants instead of #define, etc. However, we do not hashtag
/third_party/rust/crates/cxx/gen/src/
Difndef.rs6 let define = format!("#define {}", guard); in write() localVariable
/third_party/pulseaudio/
Dmeson.build273 define = 'HAVE_' + h.underscorify().to_upper() variable
301 define = 'HAVE_' + h.underscorify().to_upper() variable
358 define = 'HAVE_' + f.underscorify().to_upper() variable
409 define = 'HAVE_DECL_' + s[0].to_upper() variable
459 define = 'HAVE_' + f.underscorify().to_upper() variable
/third_party/typescript/tests/baselines/reference/
DparserUsingConstructorAsIdentifier.js2 function define(constructor, instanceMembers, staticMembers) { function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/python/
Dpybind_register.h78 #define PYBIND_REGISTER(name, priority, define) PybindDefineRegisterer g_pybind_define_f_##name(#na… argument
/third_party/skia/src/sksl/dsl/
DDSLFunction.cpp75 void DSLFunction::define(DSLBlock block, PositionInfo pos) { in define() function in SkSL::dsl::DSLFunction
/third_party/openssl/
DCHANGES.md4133 old #define's might need to be updated. hashtag
4423 with OpenSSL (case-matching; e.g., OPENSSL_VERSION for #define's) hashtag
4655 * Clean up OPENSSL_NO_xxx #define's hashtag
11020 Add EVP_CHECK_DES_KEY #define to return an error if the key is not hashtag
16487 almost all types were #define'd to ASN1_STRING which was causing hashtag
16649 include a #define from the old name to the new. The original intent hashtag
17841 you #define DEBUG_PKCS5V2 passwords, salts, iteration counts and hashtag
/third_party/skia/third_party/externals/angle2/doc/
DCodingStandard.md18 * {DEV} #define guards should be of the form: `<PATH>_<FILE>_H_`. (Compiler hashtag
/third_party/littlefs/scripts/
Dplotmpl.py215 def dataset(results, x=None, y=None, define=[]): argument
254 def datasets(results, by=None, x=None, y=None, define=[]): argument
568 define=[], argument
Dplot.py469 def dataset(results, x=None, y=None, define=[]): argument
508 def datasets(results, by=None, x=None, y=None, define=[]): argument
819 define=[], argument
/third_party/skia/include/sksl/
DDSLFunction.h64 void define(Stmt... stmts) { in define() function
/third_party/littlefs/runners/
Dbench_runner.c203 const char *bench_define_name(size_t define) { in bench_define_name()
216 bool bench_define_ispermutation(size_t define) { in bench_define_ispermutation()
228 intmax_t bench_define(size_t define) { in bench_define()
633 intmax_t define; member
651 intmax_t define = bench_define_ispermutation(d) ? BENCH_DEFINE(d) : 0; in bench_seen_insert() local
1052 struct list_defines_define *define = mappend( in list_defines_add() local
1678 intmax_t define = strtoimax(optarg, &parsed, 0); in main() local
Dtest_runner.c216 const char *test_define_name(size_t define) { in test_define_name()
229 bool test_define_ispermutation(size_t define) { in test_define_ispermutation()
241 intmax_t test_define(size_t define) { in test_define()
613 intmax_t define; member
631 intmax_t define = test_define_ispermutation(d) ? TEST_DEFINE(d) : 0; in test_seen_insert() local
1085 struct list_defines_define *define = mappend( in list_defines_add() local
2247 intmax_t define = strtoimax(optarg, &parsed, 0); in main() local
/third_party/gn/src/gn/
Declipse_writer.cc100 for (const std::string& define : it.cur().defines()) { in GetAllDefines() local
Dqt_creator_writer.cc249 for (std::string define : it.cur().defines()) { in HandleTarget() local
/third_party/rust/crates/aho-corasick/bench/src/
Dbench.rs155 fn define( in define() function
/third_party/mesa3d/src/vulkan/util/
Dgen_enum_to_str.py240 def __init__(self, name, number=None, define=None): argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h1253 Error JITDylib::define(std::unique_ptr<MaterializationUnitType> &&MU) { in define() function
1269 Error JITDylib::define(std::unique_ptr<MaterializationUnitType> &MU) { in define() function
/third_party/unity/docs/
DUnityConfigurationGuide.md34 Unfortunately, it doesn't usually work well to just #define these things in the test itself. hashtag

12