/third_party/ltp/testcases/kdump/lib/lkdtm/ |
H A D | lkdtm.c | 282 void lkdtm_symbol_name(char *name, void (*entry) (void)) in lkdtm_symbol_name() argument 284 lkdtm.kp.symbol_name = name; in lkdtm_symbol_name() 289 void lkdtm_lookup_name(char *name, void (*entry) (void)) in lkdtm_lookup_name() argument 293 addr = kallsyms_lookup_name(name); in lkdtm_lookup_name()
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | zutil.h | 100 # define F_OPEN(name, mode) \
101 fopen((name), (mode), "mbc=60", "ctx=stm", "rfm=fix", "mrs=512")
175 # define F_OPEN(name, mode) fopen((name), (mode))
|
/third_party/ltp/include/ |
H A D | safe_macros_fn.h | 58 void (*cleanup_fn)(void), const char *name); 140 void (cleanup_fn)(void), int name); 181 const char *name); 192 const char *name);
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | zutil.h | 119 # define F_OPEN(name, mode) \ 120 fopen((name), (mode), "mbc=60", "ctx=stm", "rfm=fix", "mrs=512") 209 # define F_OPEN(name, mode) fopen((name), (mode))
|
/third_party/node/deps/zlib/ |
H A D | zutil.h | 130 # define F_OPEN(name, mode) \ 131 fopen((name), (mode), "mbc=60", "ctx=stm", "rfm=fix", "mrs=512") 221 # define F_OPEN(name, mode) fopen((name), (mode))
|
/third_party/node/deps/v8/tools/v8windbg/src/ |
H A D | v8-debug-helper-interop.cc | 50 : name(field_name), in StructField() 65 : name(property_name), in Property() 90 Property dest_prop(ConvertToU16String(source_prop.name), in GetPropertiesAsVector() 108 dest_prop.fields.push_back({ConvertToU16String(struct_field.name), in GetPropertiesAsVector()
|
/third_party/node/src/ |
H A D | jsvm_types.h | 285 /** name expected status. */ 514 /** The engine name implementing the VM. */ 529 * One of utf8name or name must be provided for the property. 533 JSVM_Value name; member 586 JSVM_Value name, 592 JSVM_Value name, 599 JSVM_Value name, 656 /** Resource name. */
|
/third_party/node/test/addons/async-resource/ |
H A D | binding.cc | 57 Local<String> name = in CallViaFunction() local 60 r->get_resource()->Get(isolate->GetCurrentContext(), name) in CallViaFunction() 74 Local<String> name = in CallViaString() local 78 MaybeLocal<Value> ret = r->MakeCallback(name, 1, &arg); in CallViaString()
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | xcode_ninja.py | 38 name = os.path.splitext(os.path.basename(gyp_name))[0] + ".xcodeproj" 39 name = xml.sax.saxutils.quoteattr("group:" + name) 40 output_string += " <FileRef location = %s></FileRef>\n" % name 182 # Check for custom main gyp name, otherwise use the default CHROMIUM_GYP_FILE 208 # For including other non-executable targets, add the matching target name
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares__addrinfo2hostent.c | 136 (*host)->h_name = ares_strdup(ai->cnames->name); in ares__addrinfo2hostent() 137 if ((*host)->h_name == NULL && ai->cnames->name) { in ares__addrinfo2hostent() 141 (*host)->h_name = ares_strdup(ai->name); in ares__addrinfo2hostent() 142 if ((*host)->h_name == NULL && ai->name) { in ares__addrinfo2hostent()
|
/third_party/mesa3d/src/mapi/glapi/ |
H A D | glapi_getproc.c | 117 * Return the name of the function at the given offset in the dispatch 146 const char * name; member 193 if (strcmp(ExtEntryTable[i].name, funcName) == 0) { in get_extension_proc() 231 return ExtEntryTable[i].name; in get_extension_proc_name() 294 entry->name = name_dup; in add_function_name() 426 /* The offset may be ~0 if the function name was added by in _glapi_add_dispatch() 502 * Return pointer to the named function. If the function name isn't found 503 * in the name of static functions, try generating a new API entrypoint on 538 * Return the name of the function at the given dispatch offset.
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | xcode_ninja.py | 38 name = os.path.splitext(os.path.basename(gyp_name))[0] + ".xcodeproj" 39 name = xml.sax.saxutils.quoteattr("group:" + name) 40 output_string += " <FileRef location = %s></FileRef>\n" % name 182 # Check for custom main gyp name, otherwise use the default CHROMIUM_GYP_FILE 208 # For including other non-executable targets, add the matching target name
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/ |
H A D | index.js | 116 for (const name of workspaces) { 117 const path = wsMap.get(name) 119 log.warn('workspaces', `${name} in filter set, but not in workspaces`) 127 log.warn('workspaces', `${name} in filter set, but no workspace folder present`)
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
H A D | mesa-overlay-control.py | 162 name = None 172 name = param.decode('utf-8') 176 if version != 1 or name == None or mesa_version == None: 185 print(info.format(version, name, mesa_version))
|
/third_party/mesa3d/src/util/ |
H A D | u_debug_stack.c | 62 char *name; in symbol_name_cached() local 79 if (asprintf(&name, "%s%s", procname, ret == -UNW_ENOMEM ? "..." : "") == -1) in symbol_name_cached() 80 name = "??"; in symbol_name_cached() 81 entry = _mesa_hash_table_insert(symbols_hash, addr, (void*)name); in symbol_name_cached()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_query.c | 180 info->name = "this_is_not_the_query_you_are_looking_for"; in nv50_screen_get_driver_query_info() 208 info->name = "MP counters"; in nv50_screen_get_driver_query_group_info() 223 info->name = "Performance metrics"; in nv50_screen_get_driver_query_group_info() 232 info->name = "this_is_not_the_query_group_you_are_looking_for"; in nv50_screen_get_driver_query_group_info()
|
/third_party/ltp/testcases/kernel/fs/mongo/ |
H A D | reiser_fract_tree.c | 74 void chngdir(char *name) in chngdir() argument 78 if (name[0] == '.' && name[1] == '.') { in chngdir() 87 strcat(path, name); in chngdir() 169 /* construct a name for the file */ in make_file()
|
/third_party/ltp/testcases/kernel/mem/vma/ |
H A D | vma04.c | 75 static void assertion(char *expected, char *value, char *name); 187 static void assertion(char *expected, char *value, char *name) in assertion() argument 190 tst_resm(TPASS, "%s: passed.", name); in assertion() 193 name, expected, value); in assertion()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | optimized-compilation-info.cc | 145 std::unique_ptr<char[]> name(new char[name_vec.length() + 1]); in GetDebugName() 146 memcpy(name.get(), name_vec.begin(), name_vec.length()); in GetDebugName() 147 name[name_vec.length()] = '\0'; in GetDebugName() 148 return name; in GetDebugName()
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | compilation-statistics.cc | 82 static void WriteLine(std::ostream& os, bool machine_format, const char* name, in WriteLine() argument 95 "\"%s_time\"=%.3f\n\"%s_space\"=%zu", name, ms, name, in WriteLine() 101 name, ms, percent, stats.total_allocated_bytes_, in WriteLine()
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-runtime-agent-impl.h | 14 * * Neither the name of Google Inc. nor the names of its 129 Response addBinding(const String16& name, Maybe<int> executionContextId, 131 Response removeBinding(const String16& name) override; 150 void bindingCalled(const String16& name, const String16& payload, 152 void addBinding(InspectedContext* context, const String16& name); 161 // Binding name -> executionContextIds mapping.
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-dotprinter.cc | 72 void PrintBit(const char* name, bool value) { in PrintBit() argument 75 os_ << "{" << name << "}"; in PrintBit() local 77 void PrintPositive(const char* name, int value) { in PrintPositive() argument 80 os_ << "{" << name << "|" << value << "}"; in PrintPositive()
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | helpers.h | 253 const char *name; member 260 const char *name; member 265 const char *name; member 270 const char *name; member
|
/third_party/musl/libc-test/src/functional/ |
H A D | dlopen.c | 17 void do_dlopen(const char *name, int mode) in do_dlopen() argument 19 void* handle = dlopen(name, mode); in do_dlopen() 22 t_error("dlopen(name=%s, mode=%d) failed: %s\n", name, mode, dlerror()); in do_dlopen() 25 t_error("dlclose %s failed : %s \n", name, dlerror()); in do_dlopen() 52 t_error("dlopen(name=%s, mode=%d) failed: %s\n", SO_LOAD_BY_LOCAL, RTLD_LOCAL, dlerror()); in dlopen_so_used_by_dlsym() 66 t_error("dlopen(name=%s, mode=%d) failed: %s\n", SO_LOAD_BY_GLOBAL, RTLD_LOCAL, dlerror()); in dlopen_so_used_by_dlsym() 83 t_error("dlopen(name=%s, mode=RTLD_NODELETE) failed: %s\n", SO_FOR_NO_DELETE, dlerror()); in dlopen_nodelete_and_noload() 91 t_error("dlopen(name=%s, mode=RTLD_NOLOAD) failed: %s\n", SO_FOR_NO_DELETE, dlerror()); in dlopen_nodelete_and_noload() 102 t_error("dlopen(name in dlopen_dlclose() [all...] |
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_cl.h | 250 #define cl_emit(cl, packet, name) \ 251 for (struct cl_packet_struct(packet) name = { \ 254 *_loop_terminate = &name; \ 258 cl_packet_pack(packet)(cl, (uint8_t *)cl_out, &name); \
|