Home
last modified time | relevance | path

Searched refs:search (Results 576 – 600 of 890) sorted by relevance

1...<<21222324252627282930>>...36

/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-core.c1447 static int search(__s32 *array, __s32 value, unsigned n) in search() function
1576 && search(value, field->value[n], count)) in hid_input_field()
1582 && search(field->value, value[n], count)) in hid_input_field()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgdb.info849 Add DIRECTORY to the path to search for source and script files.
2277 user name, your home directory, your terminal type, and your search path
2285 search path for executables) that will be passed to your program.
2296 the current path) before adding DIRECTORY to the search path.
2299 Display the list of search paths for executables (the 'PATH'
2482 program is not found) by using the source file search path (*note
2807 * 'set libthread-db-search-path PATH', which lets the user specify
3075 'set libthread-db-search-path [PATH]'
3077 directories GDB will use to search for 'libthread_db'. If you omit
3078 PATH, 'libthread-db-search-path' will be reset to its default value
[all …]
H A Dcpp.info759 '/usr/include/sys', then in its usual search path.
763 The exact search directory list depends on the target system, how GCC is
764 configured, and where it is installed. You can find the default search
771 additional directories to the search path. The most commonly-used
778 If you need separate control over the search paths for the quote and
786 list printed by the '-v' option reflects the actual search path used by
954 header file with the same name and insert it in the search path before
977 directories to search also includes '/usr/include'; and suppose both
986 the directory in the search path after the one where the current file
1016 * Header files found in directories added to the search path with the
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgdb.info849 Add DIRECTORY to the path to search for source and script files.
2277 user name, your home directory, your terminal type, and your search path
2285 search path for executables) that will be passed to your program.
2296 the current path) before adding DIRECTORY to the search path.
2299 Display the list of search paths for executables (the 'PATH'
2482 program is not found) by using the source file search path (*note
2807 * 'set libthread-db-search-path PATH', which lets the user specify
3075 'set libthread-db-search-path [PATH]'
3077 directories GDB will use to search for 'libthread_db'. If you omit
3078 PATH, 'libthread-db-search-path' will be reset to its default value
[all …]
H A Dcpp.info759 '/usr/include/sys', then in its usual search path.
763 The exact search directory list depends on the target system, how GCC is
764 configured, and where it is installed. You can find the default search
771 additional directories to the search path. The most commonly-used
778 If you need separate control over the search paths for the quote and
786 list printed by the '-v' option reflects the actual search path used by
954 header file with the same name and insert it in the search path before
977 directories to search also includes '/usr/include'; and suppose both
986 the directory in the search path after the one where the current file
1016 * Header files found in directories added to the search path with the
[all …]
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Dfe_property_parameters.rst357 Note: This value cannot be determined by an automatic channel search.
374 Note: This value cannot be determined by an automatic channel search.
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dsiggen.py262 if self.twl and not self.twl.search(recipename):
264 if self.twl.search(depname):
/OK3568_Linux_fs/u-boot/doc/driver-model/
H A Dusb-info.txt172 available hubs in a depth-first search. Devices can be in any uclass, but
395 - breadth-first search would allow devices to be reset and probed in
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/pstl/
H A Dglue_algorithm_impl.h210 search(_ExecutionPolicy&& __exec, _ForwardIterator1 __first, _ForwardIterator1 __last, _ForwardIter… in search() function
222 search(_ExecutionPolicy&& __exec, _ForwardIterator1 __first, _ForwardIterator1 __last, _ForwardIter… in search() function
225 return std::search(std::forward<_ExecutionPolicy>(__exec), __first, __last, __s_first, __s_last, in search()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/pstl/
H A Dglue_algorithm_impl.h210 search(_ExecutionPolicy&& __exec, _ForwardIterator1 __first, _ForwardIterator1 __last, _ForwardIter… in search() function
222 search(_ExecutionPolicy&& __exec, _ForwardIterator1 __first, _ForwardIterator1 __last, _ForwardIter… in search() function
225 return std::search(std::forward<_ExecutionPolicy>(__exec), __first, __last, __s_first, __s_last, in search()
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dsuballoc.c1482 int search = -ENOSPC; in ocfs2_cluster_group_search() local
1534 search = 0; /* success */ in ocfs2_cluster_group_search()
1544 return search; in ocfs2_cluster_group_search()
/OK3568_Linux_fs/kernel/Documentation/process/
H A Dhowto.rst195 of basic kernel development question (make sure to search the archives
381 places. Use a search engine to find these archives. For example:
385 It is highly recommended that you search the archives about the topic
H A Dkernel-docs.rst594 * Name: **linux-kernel mailing list archives and search engines**
599 :Keywords: linux-kernel, archives, search.
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dzswap.rst86 with a red-black tree per swap type. The swap offset is the search key for the
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dplip.rst39 minutes' work, no need to search for a [supported] netcard. This might
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dlicense_image.bbclass140 re.search(r"^generic_(.*)$", lic).group(1))
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/
H A Doetest.py259 if re.search("\w+\.\w+\.test_\S+", test):
/OK3568_Linux_fs/kernel/Documentation/block/
H A Dblk-mq.rst136 This removes the need to do a linear search to find out which IO has been
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bblayers/
H A Dquery.py439 if pv_re.search(needed_file) and f in self.tinfoil.cooker_data.pkg_pepvpr:
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Dcxd2820r_core.c500 .search = cxd2820r_search,
/OK3568_Linux_fs/external/xserver/m4/
H A Dlibtool.m41276 _LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl
2305 …lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_s…
2323 # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer).
2388 [User-defined run-time library search path.])
2635 # FIXME: first we should search . and the directory the executable is in
2893 # appending ld.so.conf contents (and includes) to the search path.
3141 [Is shlibpath searched before the hard-coded library search path?])
3162 [Compile-time system search path for libraries])
3164 [Detected run-time system search path for libraries])
3299 # If it is relative, then search for the first ld in PATH.
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/
H A Dmaps.qdoc136 form of the address to search for. To perform the reverse, the same property
/OK3568_Linux_fs/kernel/Documentation/networking/devlink/
H A Ddevlink-dpipe.rst172 table. The depth of the search will affect the data path latency.
/OK3568_Linux_fs/yocto/poky/scripts/
H A Doe-pkgdata-util64 if skipregex.search(pkg):
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/pipewire/
H A Dpipewire_0.3.50.bb135 # in individual subdirectories, so a recursive search is needed.

1...<<21222324252627282930>>...36