Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:rf
(Results
1 - 25
of
243
) sorted by relevance
1
2
3
4
5
6
7
8
9
10
/third_party/python/Tools/c-analyzer/c_parser/parser/
H
A
D
_regexes.py
24
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
D
vdpau_h264.c
41
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
D
Makefile
2
- 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
D
marshal.c
1534
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
D
roll_aosp.sh
25
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
D
Makefile
21
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
D
build_artifacts.sh
23
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
D
build_artifacts.sh
23
rm -
rf
artifacts/
24
rm -
rf
multibuild/
37
rm -
rf
venv
38
sudo rm -
rf
$REPO_DIR
/third_party/protobuf/
H
A
D
tests.sh
119
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.py
143
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
D
update-llhttp.sh
18
[ -d "$WORKSPACE" ] && rm -
rf
"$WORKSPACE"
44
rm -
rf
"$DEPS_DIR/llhttp"
52
rm -
rf
"$DEPS_DIR/llhttp"
/third_party/jinja2/
H
A
D
lexer.py
516
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
D
Makefile
147
-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
D
FontResolvedText.cpp
75
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
D
Makefile
12
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
D
fossils.sh
11
rm -
rf
fossils-db
24
rm -
rf
.clean_git
30
rm -
rf
.git
/third_party/node/tools/dep_updaters/
H
A
D
update-nghttp2.sh
37
[ -d "$WORKSPACE" ] && rm -
rf
"$WORKSPACE"
65
rm -
rf
"$dir"
76
rm -
rf
"$DEPS_DIR/nghttp2"
H
A
D
update-c-ares.sh
37
[ -d "$WORKSPACE" ] && rm -
rf
"$WORKSPACE"
56
rm -
rf
"$WORKSPACE/cares/test"
64
rm -
rf
"$DEPS_DIR/cares"
H
A
D
update-uvwasi.sh
40
[ -d "$WORKSPACE" ] && rm -
rf
"$WORKSPACE"
56
rm -
rf
"$DEPS_DIR/uvwasi/"
69
rm -
rf
"$UVWASI_ZIP"
H
A
D
update-llhttp.sh
37
[ -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
D
autogen.sh
101
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
D
ohos_paconfig.sh
22
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
D
Makefile
115
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
D
Makefile
104
-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
D
fs_di
96
rm -
rf
$TCtmp
97
rm -
rf
${TESTFS}
239
rm -
rf
${TESTFS}/${FILEPATH}
276
rm -
rf
$TMPBASE/*
Completed in 9 milliseconds
1
2
3
4
5
6
7
8
9
10