Home
last modified time | relevance | path

Searched refs:names (Results 701 - 725 of 2548) sorted by relevance

1...<<21222324252627282930>>...102

/kernel/linux/linux-5.10/net/ceph/crush/
H A Dcrush.c133 clear_crush_names(&map->names); in crush_destroy()
/kernel/linux/linux-5.10/include/linux/crush/
H A Dcrush.h308 struct rb_root names; member
/kernel/linux/linux-6.6/include/linux/crush/
H A Dcrush.h308 struct rb_root names; member
/kernel/linux/linux-6.6/tools/testing/selftests/vDSO/
H A Dvdso_test_abi.c189 name = (const char **)&names[VDSO_NAMES]; in main()
/kernel/linux/linux-6.6/tools/testing/selftests/kexec/
H A Dtest_kexec_file_load.sh85 line=$(getfattr -n security.ima -e hex --absolute-names $KERNEL_IMAGE 2>&1)
/kernel/linux/linux-6.6/net/ceph/crush/
H A Dcrush.c133 clear_crush_names(&map->names); in crush_destroy()
/kernel/linux/linux-6.6/tools/firewire/
H A Ddecode-fcp.c52 struct avc_enum *names; member
/third_party/ffmpeg/libavutil/
H A Davstring.h301 * 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 Dfunction_template.cc40 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 DHandlerOut.h123 HRESULT SetProperties(const wchar_t * const *names, const PROPVARIANT *values, UInt32 numProps);
/third_party/node/deps/cares/src/lib/
H A Dconfig-win32.h312 # error Compatibility names /Go compiler option is required
/third_party/node/deps/v8/src/profiler/
H A Dallocation-tracker.h111 AllocationTracker(HeapObjectsMap* ids, StringsStorage* names);
H A Dheap-profiler.h51 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 DSchemaTest.java52 // 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 DSurfaceImpl.cpp70 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 DSurfaceEGL.h51 const EGLint *names,
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftsnames.c6 * 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 Dcode.h61 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 Dnapi_bluetooth_utils.cpp738 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 Dnapi_utils.cpp235 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 Dnapi_utils.cpp136 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 Dsetup.c681 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 Dverifier.c379 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 Dverifier.c379 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 Dpru_rproc.c600 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()

Completed in 19 milliseconds

1...<<21222324252627282930>>...102