/third_party/cJSON/tests/unity/extras/fixture/ |
H A D | rakefile_helper.rb | 9 require HERE + '../../auto/unity_test_summary' 10 require HERE + '../../auto/generate_test_runner' 11 require HERE + '../../auto/colour_reporter' 19 $cfg_file = HERE + "../../test/targets/#{config_file}" unless config_file =~ /[\\|\/]/ 131 summary.root = HERE 148 src_files = Dir[HERE + 'src/*.c'] 149 src_files += Dir[HERE + 'test/*.c'] 150 src_files += Dir[HERE + 'test/main/*.c']
|
/third_party/python/Modules/_blake2/ |
H A D | blake2b2s.py | 6 HERE = os.path.dirname(os.path.abspath(__file__)) variable 7 BLAKE2 = os.path.join(HERE, 'impl') 37 with open(os.path.join(HERE, 'blake2b_impl.c')) as f: 43 with open(os.path.join(HERE, 'blake2s_impl.c'), 'w') as f:
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | regcomp.c | 140 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos) 141 #define AHEAD(pos) dofwd(p, pos, HERE()-(pos)) 142 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos) 143 #define HERE() (p->slen) macro 275 conc = HERE(); in p_ere() 278 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ in p_ere() 292 prevfwd = HERE(); in p_ere() 321 pos = HERE(); in p_ere_exp() 328 p->pbegin[subno] = HERE(); in p_ere_exp() 333 p->pend[subno] = HERE(); in p_ere_exp() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | regcomp.c | 268 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos) 269 #define AHEAD(pos) dofwd(p, pos, HERE()-(pos)) 270 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos) 271 #define HERE() (p->slen) macro 403 conc = HERE(); in p_ere() 406 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ in p_ere() 420 prevfwd = HERE(); in p_ere() 449 pos = HERE(); in p_ere_exp() 456 p->pbegin[subno] = HERE(); in p_ere_exp() 461 p->pend[subno] = HERE(); in p_ere_exp() [all...] |
/third_party/node/deps/openssl/openssl/crypto/property/ |
H A D | property_parse.c | 67 "HERE-->%s", *t); in parse_name() 87 ERR_raise_data(ERR_LIB_PROP, PROP_R_NAME_TOO_LONG, "HERE-->%s", *t); in parse_name() 103 "HERE-->%s", *t); in parse_number() 116 "HERE-->%s", *t); in parse_number() 153 "HERE-->%s", *t); in parse_hex() 170 "HERE-->%s", *t); in parse_oct() 183 "HERE-->%s", *t); in parse_oct() 209 "HERE-->%c%s", delim, *t); in parse_string() 214 ERR_raise_data(ERR_LIB_PROP, PROP_R_STRING_TOO_LONG, "HERE-->%s", *t); in parse_string() 242 "HERE in parse_unquoted() [all...] |
/third_party/openssl/crypto/property/ |
H A D | property_parse.c | 67 "HERE-->%s", *t); in parse_name() 87 ERR_raise_data(ERR_LIB_PROP, PROP_R_NAME_TOO_LONG, "HERE-->%s", *t); in parse_name() 107 "HERE-->%s", *t); in parse_number() 132 "HERE-->%s", *t); in parse_hex() 153 "HERE-->%s", *t); in parse_oct() 179 "HERE-->%c%s", delim, *t); in parse_string() 184 ERR_raise_data(ERR_LIB_PROP, PROP_R_STRING_TOO_LONG, "HERE-->%s", *t); in parse_string() 212 "HERE-->%s", s); in parse_unquoted() 217 ERR_raise_data(ERR_LIB_PROP, PROP_R_STRING_TOO_LONG, "HERE-->%s", *t); in parse_unquoted() 340 "Unknown name HERE in ossl_parse_property() [all...] |
/third_party/python/Tools/msi/ |
H A D | get_externals.bat | 5 set HERE=%~dp0
variable 6 if "%PCBUILD%"=="" (set PCBUILD=%HERE%..\..\PCbuild\)
7 if "%EXTERNALS_DIR%"=="" (set EXTERNALS_DIR=%HERE%..\..\externals\windows-installer)
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_check.py | 17 HERE = os.path.dirname(__file__) variable 113 cmd = self._run(metadata, cwd=HERE, strict=1, restructuredtext=1)
|
/third_party/python/Tools/peg_generator/scripts/ |
H A D | test_pypi_packages.py | 19 HERE = pathlib.Path(__file__).resolve().parent variable
|
/third_party/python/Tools/ssl/ |
H A D | multissltests.py | 62 HERE = os.path.dirname(os.path.abspath(__file__)) variable 63 PYTHONROOT = os.path.abspath(os.path.join(HERE, '..', '..'))
|
/third_party/cJSON/tests/unity/examples/example_3/ |
H A D | rakefile_helper.rb | 152 summary.root = HERE
|
/third_party/libunwind/libunwind/tests/ |
H A D | x64-test-dwarf-expressions.S | 30 # BE CAREFUL WITH rdi, rsi, rax HERE! The arguments to recover_register are
|