Home
last modified time | relevance | path

Searched refs:rf (Results 1 - 25 of 243) sorted by relevance

12345678910

/third_party/python/Tools/c-analyzer/c_parser/parser/
H A D_regexes.py24 STRING_LITERAL = textwrap.dedent(rf'''
98 KEYWORD = rf'''
107 STRICT_IDENTIFIER = rf'(?: (?! {_KEYWORD} ) \b {IDENTIFIER} \b )'
108 ANON_IDENTIFIER = rf'(?: (?! {_KEYWORD} ) \b {IDENTIFIER} (?: - \d+ )? \b )'
114 SIMPLE_TYPE = textwrap.dedent(rf'''
141 STORAGE_CLASS = rf'(?: \b (?: {" | ".join(_STORAGE)} ) \b )'
143 PTR_QUALIFIER = rf'(?: [*] (?: \s* {TYPE_QUALIFIER} )? )'
145 TYPE_SPEC = textwrap.dedent(rf'''
170 DECLARATOR = textwrap.dedent(rf'''
210 VAR_DECL = textwrap.dedent(rf'''
[all...]
/third_party/ffmpeg/libavcodec/
H A Dvdpau_h264.c41 static void vdpau_h264_clear_rf(VdpReferenceFrameH264 *rf) in vdpau_h264_clear_rf() argument
43 rf->surface = VDP_INVALID_HANDLE; in vdpau_h264_clear_rf()
44 rf->is_long_term = VDP_FALSE; in vdpau_h264_clear_rf()
45 rf->top_is_reference = VDP_FALSE; in vdpau_h264_clear_rf()
46 rf->bottom_is_reference = VDP_FALSE; in vdpau_h264_clear_rf()
47 rf->field_order_cnt[0] = 0; in vdpau_h264_clear_rf()
48 rf->field_order_cnt[1] = 0; in vdpau_h264_clear_rf()
49 rf->frame_idx = 0; in vdpau_h264_clear_rf()
52 static void vdpau_h264_set_rf(VdpReferenceFrameH264 *rf, H264Picture *pic, in vdpau_h264_set_rf() argument
60 rf in vdpau_h264_set_rf()
76 VdpReferenceFrameH264 *rf = &info->referenceFrames[0]; vdpau_h264_set_reference_frames() local
[all...]
/third_party/skia/modules/canvaskit/
H A DMakefile2 - rm -rf ../../out/canvaskit_wasm
3 - rm -rf ./npm_build/bin
4 - rm -rf ./build/
10 - rm -rf build/
18 - rm -rf build/
26 - rm -rf build/
34 - rm -rf build/
42 - rm -rf build/
50 - rm -rf build/
57 - rm -rf buil
[all...]
/third_party/python/Python/
H A Dmarshal.c1534 RFILE rf; in PyMarshal_ReadShortFromFile() local
1537 rf.readable = NULL; in PyMarshal_ReadShortFromFile()
1538 rf.fp = fp; in PyMarshal_ReadShortFromFile()
1539 rf.end = rf.ptr = NULL; in PyMarshal_ReadShortFromFile()
1540 rf.buf = NULL; in PyMarshal_ReadShortFromFile()
1541 res = r_short(&rf); in PyMarshal_ReadShortFromFile()
1542 if (rf.buf != NULL) in PyMarshal_ReadShortFromFile()
1543 PyMem_Free(rf.buf); in PyMarshal_ReadShortFromFile()
1550 RFILE rf; in PyMarshal_ReadLongFromFile() local
1611 RFILE rf; PyMarshal_ReadObjectFromFile() local
1631 RFILE rf; PyMarshal_ReadObjectFromString() local
1747 RFILE rf; marshal_load() local
1821 RFILE rf; marshal_loads_impl() local
[all...]
/third_party/skia/third_party/externals/angle2/scripts/
H A Droll_aosp.sh25 rm -rf ${GN_OUTPUT_DIRECTORY}
98 rm -rf ${GN_OUTPUT_DIRECTORY}
109 rm -rf ${DEPOT_TOOLS_DIR}
130 rm -rf "$dep"
148 rm -rf "$unsupported_third_party_dep"
156 rm -rf "$dep"/.git
186 rm -rf $DEPOT_TOOLS_DIR
/third_party/libcoap/examples/riot/
H A DMakefile21 rm -rf pkg_libcoap/patches ; \
29 rm -rf RIOT/pkg/libcoap && mkdir RIOT/pkg/libcoap
37 rm -rf RIOT/examples/libcoap-client && mkdir RIOT/examples/libcoap-client
39 rm -rf RIOT/examples/libcoap-server && mkdir RIOT/examples/libcoap-server
49 rm -rf RIOT/pkg/libcoap
50 rm -rf RIOT/examples/libcoap-client
51 rm -rf RIOT/examples/libcoap-server
/third_party/protobuf/kokoro/release/python/linux/
H A Dbuild_artifacts.sh23 rm -rf artifacts/
24 rm -rf multibuild/
35 rm -rf venv
36 sudo rm -rf $REPO_DIR
/third_party/protobuf/kokoro/release/python/macos/
H A Dbuild_artifacts.sh23 rm -rf artifacts/
24 rm -rf multibuild/
37 rm -rf venv
38 sudo rm -rf $REPO_DIR
/third_party/protobuf/
H A Dtests.sh119 rm -rf python/venv
142 rm -rf dotnettmp
474 rm -rf vendor
484 rm -rf vendor
502 rm -rf vendor
512 rm -rf vendor
536 rm -rf vendor
609 rm -rf vendor
633 rm -rf vendor
658 rm -rf vendo
[all...]
/third_party/python/Lib/ctypes/
H A D_aix.py143 expr = rf'\[({expr})\]'
200 exprs = [rf'lib{name}\.so\.[0-9]+[0-9.]*',
201 rf'lib{name}_?64\.so\.[0-9]+[0-9.]*']
222 expr = rf'lib{name}\.so'
227 expr = rf'lib{name}64\.so'
/third_party/node/tools/
H A Dupdate-llhttp.sh18 [ -d "$WORKSPACE" ] && rm -rf "$WORKSPACE"
44 rm -rf "$DEPS_DIR/llhttp"
52 rm -rf "$DEPS_DIR/llhttp"
/third_party/jinja2/
H A Dlexer.py516 rf"(?P<raw_begin>{block_start_re}(\-|\+|)\s*raw\s*"
517 rf"(?:\-{block_end_re}\s*|{block_end_re}))"
520 [root_raw_re] + [rf"(?P<{n}>{r}(\-|\+|))" for n, r in root_tag_rules]
528 c(rf"(.*?)(?:{root_parts_re})"),
539 rf"(.*?)((?:\+{comment_end_re}|\-{comment_end_re}\s*"
540 rf"|{comment_end_re}{block_suffix_re}))"
551 rf"(?:\+{block_end_re}|\-{block_end_re}\s*"
552 rf"|{block_end_re}{block_suffix_re})"
562 c(rf"\-{variable_end_re}\s*|{variable_end_re}"),
572 rf"(
[all...]
/third_party/python/Doc/
H A DMakefile147 -rm -rf build/*
150 rm -rf $(VENVDIR)
164 rm -rf dist
186 rm -rf build/latex
194 rm -rf build/latex
202 rm -rf build/epub
207 rm -rf build/texinfo
/third_party/skia/experimental/sktext/tests/
H A DFontResolvedText.cpp75 for (auto& rf : resolvedFonts) { in UNIX_ONLY_TEST()
76 REPORTER_ASSERT(reporter, prev == rf.textRange.fStart); in UNIX_ONLY_TEST()
77 REPORTER_ASSERT(reporter, rf.textRange.width() > 0.0f); in UNIX_ONLY_TEST()
78 prev = rf.textRange.fEnd; in UNIX_ONLY_TEST()
/third_party/libcoap/examples/contiki/
H A DMakefile12 cd $(CONTIKI)/os/net/app-layer && rm -rf libcoap && ln -s ../../../../../.. libcoap
23 cd os/net/app-layer && rm -rf libcoap && ln -s ../../../../../.. libcoap ; \
33 rm -rf build
/third_party/mesa3d/.gitlab-ci/fossils/
H A Dfossils.sh11 rm -rf fossils-db
24 rm -rf .clean_git
30 rm -rf .git
/third_party/node/tools/dep_updaters/
H A Dupdate-nghttp2.sh37 [ -d "$WORKSPACE" ] && rm -rf "$WORKSPACE"
65 rm -rf "$dir"
76 rm -rf "$DEPS_DIR/nghttp2"
H A Dupdate-c-ares.sh37 [ -d "$WORKSPACE" ] && rm -rf "$WORKSPACE"
56 rm -rf "$WORKSPACE/cares/test"
64 rm -rf "$DEPS_DIR/cares"
H A Dupdate-uvwasi.sh40 [ -d "$WORKSPACE" ] && rm -rf "$WORKSPACE"
56 rm -rf "$DEPS_DIR/uvwasi/"
69 rm -rf "$UVWASI_ZIP"
H A Dupdate-llhttp.sh37 [ -d "$WORKSPACE" ] && rm -rf "$WORKSPACE"
63 rm -rf "$DEPS_DIR/llhttp"
72 rm -rf "$DEPS_DIR/llhttp"
/third_party/skia/third_party/externals/libpng/
H A Dautogen.sh101 rm -rf $libpng_autotools_files $libpng_libtool_files $libpng_autotools_dirs
102 rm -rf $libpng_autotools_extra
106 rm -rf $libpng_configure_files $libpng_configure_dirs
/third_party/pulseaudio/ohosbuild/
H A Dohos_paconfig.sh22 rm -rf ABOUT-NLS Makefile Makefile.in PulseAudioConfig.cmake PulseAudioConfigVersion.cmake aclocal.m4
23 rm -rf autom4te.cache/ build-aux/ config.h config.h.in config.h.in~ config.log config.status configure
24 rm -rf libpulse-mainloop-glib.pc libpulse-simple.pc libpulse.pc libtool stamp-h1
/third_party/skia/modules/pathkit/
H A DMakefile115 rm -rf node_modules/pathkit-wasm
116 rm -rf node_modules/pathkit-asmjs
125 rm -rf node_modules/pathkit-wasm
126 rm -rf node_modules/pathkit-asmjs
136 rm -rf node_modules/pathkit-wasm
137 rm -rf node_modules/pathkit-asmjs
/third_party/icu/tools/multi/proj/icu4cscan/
H A DMakefile104 -rm -rf ./dtdcache
109 -rm -rf ./dtdcache
114 -rm -rf ./dtdcache
123 -rm -rf ./dtdcache
125 # -rm -rf ./dtdtmp
/third_party/ltp/testcases/kernel/fs/fs_di/
H A Dfs_di96 rm -rf $TCtmp
97 rm -rf ${TESTFS}
239 rm -rf ${TESTFS}/${FILEPATH}
276 rm -rf $TMPBASE/*

Completed in 10 milliseconds

12345678910