Searched refs:find (Results 1 - 25 of 1800) sorted by relevance

1234567891011>>

/xsrc/external/mit/xorg-server.old/dist/os/
H A Dstrcasestr.c42 * Find the first occurrence of find in s, ignore case.
46 xstrcasestr(const char *s, const char *find) argument
51 if ((c = *find++) != 0) {
53 len = strlen(find);
59 } while (strncasecmp(s, find, len) != 0);
/xsrc/external/mit/xorg-server/dist/os/
H A Dstrcasestr.c41 * Find the first occurrence of find in s, ignore case.
45 xstrcasestr(const char *s, const char *find) argument
50 if ((c = *find++) != 0) {
52 len = strlen(find);
58 } while (strncasecmp(s, find, len) != 0);
/xsrc/external/mit/imake/dist/
H A Dcleanlinks11 find . -type l -print |
24 #find . -type d -depth -print | xargs rmdir > /dev/null 2>&1
25 find . -depth -type d -empty -print -exec rmdir {} \;
/xsrc/external/mit/brotli/dist/python/
H A DMakefile27 EXT_SOURCES=$(shell find . -name '*.cc')
50 @find .. -name '*.pyc' | xargs rm -v
51 @find .. -name '*.so' | xargs rm -v
52 @find .. -type d -name '__pycache__' | xargs rm -v -r
53 @find .. -type d -name '*.egg-info' | xargs rm -v -r
/xsrc/external/mit/libdrm/dist/tests/ttmtest/
H A Dconfigure.ac8 [AC_MSG_ERROR(Could not find X installation.)])
13 AC_MSG_ERROR(Could not find X installation. Aborting.)
24 [AC_MSG_ERROR(Could not find libdrm installation. Use --with-libdrm=<libdrm_installation_prefix>)])
26 [AC_MSG_ERROR(Could not find libdrm installation. Use --with-libdrm=<libdrm_installation_prefix>)])
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/common/
H A Dcapture-devcoredump.sh4 devcds=`find /sys/devices/virtual/devcoredump/ -name data 2>/dev/null`
H A Dinit-stage2.sh22 # Make sure Python can find all our imports
30 DEVFREQ_GOVERNOR=`find /sys/devices -name governor | grep gpu || true`
37 GPU_AUTOSUSPEND=`find /sys/devices -name autosuspend_delay_ms | grep gpu | head -1`
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/
H A Dbuild-piglit.sh11 find -name .git -o -name '*ninja*' -o -iname '*cmake*' -o -name '*.[chao]' | xargs rm -rf
14 find ! -regex "^\.$" \
H A Dbuild-apitrace.sh17 find . -not -path './build' -not -path './build/*' -delete
H A Dbuild-hang-detection.sh15 find . -not -path './build' -not -path './build/*' -delete
H A Dcontainer_pre_build.sh23 find /usr/bin -name \*-ld -o -name ld | \
H A Dbuild-gfxreconstruct.sh18 find . -not -path './build' -not -path './build/*' -delete
H A Dcreate-rootfs.sh94 find /lib/firmware -type f -print0 | \
240 find usr etc -name '*systemd-resolve*' -prune -exec rm -r {} \;
243 find usr etc -name '*networkd*' -prune -exec rm -r {} \;
246 find usr etc -name '*timesyncd*' -prune -exec rm -r {} \;
249 find usr etc -name '*systemd-hwdb*' -prune -exec rm -r {} \;
252 find usr etc -name '*fuse*' -prune -exec rm -r {} \;
/xsrc/external/mit/pixman/dist/test/
H A Dfuzzer-find-diff.pl4 fuzzer-find-diff.pl reference_binary new_binary [number_of_tests_to_run]
14 fuzzer-find-diff.pl ./blitters-test-with-sse-disabled ./blitters-test 9000000
15 fuzzer-find-diff.pl ./blitters-test \"ssh ppc64_host /path/to/blitters-test\"
/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dmaplist.h54 Mapdesc * find( long );
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/templates/
H A Dgen_knobs.cpp47 while ((start = text.find("${'${'}")) != std::string::npos)
49 size_t end = text.find("}");
56 while ((start = text.find("%")) != std::string::npos)
58 size_t end = text.find("%", start + 1);
/xsrc/external/mit/MesaLib/dist/src/tool/pps/
H A Dpps_algorithm.h13 #define FIND(c, e) (std::find(std::begin(c), std::end(c), e))
/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
H A Dvk_physical_device_features.py154 assert p.find('./type').text == 'VkBool32'
155 flags.append(p.find('./name').text)
182 # find Vulkan structure type
191 m_name = p.find('./name').text
197 assert p.find('./type').text == 'VkBool32'
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimstb_textedit.h5 // Grep for [DEAR IMGUI] to find the changes.
407 // search rows to find one that straddles 'y'
514 // find the x/y location of a character, and remember info about the previous row in
516 static void stb_textedit_find_charpos(StbFindState *find, STB_TEXTEDIT_STRING *str, int n, int single_line) argument
524 // if it's at the end, then find the last line -- simpler than trying to
528 find->y = 0;
529 find->first_char = 0;
530 find->length = z;
531 find->height = r.ymax - r.ymin;
532 find
859 StbFindState find; local in function:stb_textedit_key
910 StbFindState find; local in function:stb_textedit_key
[all...]
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimstb_textedit.h5 // Grep for [DEAR IMGUI] to find the changes.
407 // search rows to find one that straddles 'y'
514 // find the x/y location of a character, and remember info about the previous row in
516 static void stb_textedit_find_charpos(StbFindState *find, STB_TEXTEDIT_STRING *str, int n, int single_line) argument
524 // if it's at the end, then find the last line -- simpler than trying to
528 find->y = 0;
529 find->first_char = 0;
530 find->length = z;
531 find->height = r.ymax - r.ymin;
532 find
859 StbFindState find; local in function:stb_textedit_key
910 StbFindState find; local in function:stb_textedit_key
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ci/
H A Dcreate-rootfs.sh153 find usr etc -name '*systemd-resolve*' -prune -exec rm -r {} \;
156 find usr etc -name '*networkd*' -prune -exec rm -r {} \;
159 find usr etc -name '*timesyncd*' -prune -exec rm -r {} \;
162 find usr etc -name '*systemd-hwdb*' -prune -exec rm -r {} \;
165 find usr etc -name '*fuse*' -prune -exec rm -r {} \;
/xsrc/external/mit/MesaLib.old/dist/scons/
H A Dsource_list.py30 deref_pos = val.find('$', cur)
36 deref_end = val.find(')', deref_pos + 2)
60 op_pos = line.find('=')
/xsrc/external/mit/freetype/dist/builds/atari/
H A Dgen-purec-patch.sh20 ( cd ${TOP_DIR} && find . -name '*.[CHch]' -type f | fgrep -v builds/atari/tmp | cpio -o ) | \
27 for f in `cd orig && find . -type f`
/xsrc/external/mit/libxcb/dist/doc/
H A DMakefile.am45 echo "test ! -d '$(DESTDIR)$(htmldir)/'$$d || { find '$(DESTDIR)$(htmldir)/'$$d -type d ! -perm -200 -exec chmod u+w '{}' ';' && rm -rf '$(DESTDIR)$(htmldir)/'$$d; }"; \
46 test ! -d '$(DESTDIR)$(htmldir)/'$$d || { find '$(DESTDIR)$(htmldir)/'$$d -type d ! -perm -200 -exec chmod u+w '{}' ';' && rm -rf '$(DESTDIR)$(htmldir)/'$$d; }; \
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/templates/
H A Dgen_knobs.cpp50 while ((start = text.find("${'${'}")) != std::string::npos)
52 size_t end = text.find("}");
59 while ((start = text.find("%")) != std::string::npos)
61 size_t end = text.find("%", start + 1);

Completed in 18 milliseconds

1234567891011>>