/third_party/selinux/checkpolicy/ |
H A D | checkmodule.c | 288 char *out_name; in main() local 296 out_name = basename(out_path); in main() 297 separator = strrchr(out_name, '.'); in main() 301 if (strcmp(mod_name, out_name) != 0) { in main() 302 fprintf(stderr, "%s: Module name %s is different than the output base filename %s\n", argv[0], mod_name, out_name); in main()
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | eclipse.py | 339 out_name, 343 gyp.common.EnsureDirExists(out_name) 344 with open(out_name, "w") as out: 375 target_list, target_dicts, toplevel_dir, toplevel_build, out_name 380 gyp.common.EnsureDirExists(out_name) 406 ET.ElementTree(result).write(out_name)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | eclipse.py | 336 out_name, 340 gyp.common.EnsureDirExists(out_name) 341 with open(out_name, "w") as out: 372 target_list, target_dicts, toplevel_dir, toplevel_build, out_name 377 gyp.common.EnsureDirExists(out_name) 403 ET.ElementTree(result).write(out_name)
|
/third_party/rust/crates/unicode-width/scripts/ |
H A D | unicode.py | 326 out_name: str, unicode_version: "tuple[int, int, int]", tables: "list[Table]" 328 """Outputs a Rust module to `out_name` using table data from `tables`. 330 if os.path.exists(out_name): 331 os.remove(out_name) 332 with open(out_name, "w", newline="\n", encoding="utf-8") as module:
|
/third_party/gn/src/gn/ |
H A D | label.cc | 96 StringAtom* out_name, in Resolve() 177 if (!ComputeTargetNameFromDep(original_value, *out_dir, name_piece, out_name, in Resolve() 90 Resolve(const SourceDir& current_dir, std::string_view source_root, const Label& current_toolchain, const Value& original_value, std::string_view input, SourceDir* out_dir, StringAtom* out_name, SourceDir* out_toolchain_dir, StringAtom* out_toolchain_name, Err* err) Resolve() argument
|
/third_party/spirv-tools/test/diff/diff_files/ |
H A D | generate_tests.py | 115 out_name = in_basename + '_no_dbg' + in_ext 116 out_path = os.path.join(tmp_dir, out_name)
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
H A D | pngfix.c | 839 const char * out_name; /* Name of output file (if required) */ member 1013 perror(file->out_name); in file_end() 1029 const char *out_name, void *alloc_ptr, void (*alloc)(struct file*,int)) in file_init() 1039 file->out_name = out_name; in file_init() 1070 if (out_name != NULL) in file_init() 1072 file->out = fopen(out_name, "wb"); in file_init() 1078 perror(out_name); in file_init() 3567 const char *file_name, const char *out_name) in control_init() 3572 return file_init(&control->file, global, file_name, out_name, contro in control_init() 1028 file_init(struct file *file, struct global *global, const char *file_name, const char *out_name, void *alloc_ptr, void (*alloc)(struct file*,int)) file_init() argument 3566 control_init(struct control *control, struct global *global, const char *file_name, const char *out_name) control_init() argument 3652 one_file(struct global *global, const char *file_name, const char *out_name) one_file() argument [all...] |
/third_party/curl/lib/ |
H A D | setup-os400.h | 68 gss_name_t * out_name);
|
/third_party/curl/packages/OS400/ |
H A D | os400sys.c | 376 gss_OID in_name_type, gss_name_t *out_name) in Curl_gss_import_name_a() 383 return gss_import_name(minor_status, in_name, in_name_type, out_name); in Curl_gss_import_name_a() 398 rc = gss_import_name(minor_status, &in, in_name_type, out_name); in Curl_gss_import_name_a() 375 Curl_gss_import_name_a(OM_uint32 *minor_status, gss_buffer_t in_name, gss_OID in_name_type, gss_name_t *out_name) Curl_gss_import_name_a() argument
|
/third_party/skia/third_party/externals/tint/src/ |
H A D | clone_context_test.cc | 188 auto out_name = cloned.Symbols().Register( in TEST_F() 192 auto* out = alloc.Create<Replacement>(out_name); in TEST_F()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShaderImageLoadStoreTests.cpp | 9365 * @param out_name Name of uniform 9367 void getImageUniformName(GLuint index, std::string& out_name) 9373 out_name = stream.str();
|
H A D | gl4cEnhancedLayoutsTests.cpp | 6669 const std::string out_name = Utils::Variable::GetReference(out_parent_name, out_variable, out_flavour, index); in test() local 6679 Utils::replaceToken("OUT", pass_position, out_name.c_str(), passthrough); in test() 6698 passthrough = getVariablePassthrough(in_name, in_member, Utils::Variable::BASIC, out_name, out_member, in test()
|