/kernel/linux/linux-5.10/net/ceph/crush/ |
H A D | crush.c | 133 clear_crush_names(&map->names); in crush_destroy()
|
/kernel/linux/linux-5.10/include/linux/crush/ |
H A D | crush.h | 308 struct rb_root names; member
|
/kernel/linux/linux-6.6/include/linux/crush/ |
H A D | crush.h | 308 struct rb_root names; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/vDSO/ |
H A D | vdso_test_abi.c | 189 name = (const char **)&names[VDSO_NAMES]; in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/kexec/ |
H A D | test_kexec_file_load.sh | 85 line=$(getfattr -n security.ima -e hex --absolute-names $KERNEL_IMAGE 2>&1)
|
/kernel/linux/linux-6.6/net/ceph/crush/ |
H A D | crush.c | 133 clear_crush_names(&map->names); in crush_destroy()
|
/kernel/linux/linux-6.6/tools/firewire/ |
H A D | decode-fcp.c | 52 struct avc_enum *names; member
|
/third_party/ffmpeg/libavutil/ |
H A D | avstring.h | 301 * Match instances of a name in a comma-separated list of names. 302 * List entries are checked from the start to the end of the names list, 305 * match all names. 308 * @param names List of names. 311 int av_match_name(const char *name, const char *names);
|
/third_party/gn/src/gn/ |
H A D | function_template.cc | 40 against which relative file names are resolved. The current directory will be 42 names. This means all files internal to the template should use absolute 43 names. 70 unique names, or you will get collisions. 118 # (since all target names are in the global scope). 131 # Tell GN how to expand output names given the sources.
|
/third_party/lzma/CPP/7zip/Archive/Common/ |
H A D | HandlerOut.h | 123 HRESULT SetProperties(const wchar_t * const *names, const PROPVARIANT *values, UInt32 numProps);
|
/third_party/node/deps/cares/src/lib/ |
H A D | config-win32.h | 312 # error Compatibility names /Go compiler option is required
|
/third_party/node/deps/v8/src/profiler/ |
H A D | allocation-tracker.h | 111 AllocationTracker(HeapObjectsMap* ids, StringsStorage* names);
|
H A D | heap-profiler.h | 51 StringsStorage* names() const { return names_.get(); } in names() function in v8::internal::HeapProfiler
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/ |
H A D | SchemaTest.java | 52 // The names are the columns/groups (but not the names of columns in groups, such as in testColumnOrdering() 54 assertThat(SCHEMA.names()).containsExactly("Type", "Operators", "Region").inOrder(); in testColumnOrdering()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | SurfaceImpl.cpp | 70 const EGLint *names, in getCompositorTiming() 69 getCompositorTiming(EGLint numTimestamps, const EGLint *names, EGLnsecsANDROID *values) const getCompositorTiming() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
H A D | SurfaceEGL.h | 51 const EGLint *names,
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftsnames.c | 6 * to hold font names, copyright info, notices, etc.) (body). 8 * This is _not_ used to retrieve glyph names! 58 TT_Name entry = ttface->name_table.names + idx; in FT_EXPORT_DEF()
|
/third_party/python/Include/cpython/ |
H A D | code.h | 61 PyObject *co_names; /* list of strings (names used) */ \ 84 PyObject *co_localsplusnames; /* tuple mapping offsets to names */ \ 201 PyObject *names, PyObject *lnotab);
|
/foundation/communication/bluetooth/frameworks/js/napi/src/common/ |
H A D | napi_bluetooth_utils.cpp | 738 napi_status NapiCheckObjectPropertiesName(napi_env env, napi_value object, const std::vector<std::string> &names) in NapiCheckObjectPropertiesName() argument 750 if (std::find(names.begin(), names.end(), name) == names.end()) { in NapiCheckObjectPropertiesName()
|
/foundation/communication/netmanager_base/utils/napi_utils/src/ |
H A D | napi_utils.cpp | 235 napi_value names = nullptr; in GetPropertyNames() local 236 NAPI_CALL_BASE(env, napi_get_property_names(env, object, &names), ret); in GetPropertyNames() 238 NAPI_CALL_BASE(env, napi_get_array_length(env, names, &length), ret); in GetPropertyNames() 241 if (napi_get_element(env, names, index, &name) != napi_ok) { in GetPropertyNames()
|
/foundation/communication/netstack/utils/napi_utils/src/ |
H A D | napi_utils.cpp | 136 napi_value names = nullptr; in GetPropertyNames() local 137 NAPI_CALL_BASE(env, napi_get_property_names(env, object, &names), ret); in GetPropertyNames() 139 NAPI_CALL_BASE(env, napi_get_array_length(env, names, &length), ret); in GetPropertyNames() 142 if (napi_get_element(env, names, index, &name) != napi_ok) { in GetPropertyNames()
|
/kernel/linux/linux-5.10/arch/mips/txx9/generic/ |
H A D | setup.c | 681 char names[TXX9_IOCLED_MAXLEDS][32]; member 758 snprintf(iocled->names[i], sizeof(iocled->names[i]), in txx9_iocled_init() 760 led->name = iocled->names[i]; in txx9_iocled_init()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | verifier.c | 379 static const char * const names[] = { in nfp_bpf_map_use_name() local 386 if (use >= ARRAY_SIZE(names) || !names[use]) in nfp_bpf_map_use_name() 388 return names[use]; in nfp_bpf_map_use_name()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | verifier.c | 379 static const char * const names[] = { in nfp_bpf_map_use_name() local 386 if (use >= ARRAY_SIZE(names) || !names[use]) in nfp_bpf_map_use_name() 388 return names[use]; in nfp_bpf_map_use_name()
|
/kernel/linux/linux-6.6/drivers/remoteproc/ |
H A D | pru_rproc.c | 600 const char *names[PRU_TYPE_MAX] = { "PRU", "RTU", "Tx_PRU" }; in pru_rproc_start() local 605 names[pru->data->type], pru->id, (rproc->bootaddr >> 2)); in pru_rproc_start() 627 const char *names[PRU_TYPE_MAX] = { "PRU", "RTU", "Tx_PRU" }; in pru_rproc_stop() local 630 dev_dbg(dev, "stopping %s%d\n", names[pru->data->type], pru->id); in pru_rproc_stop()
|