Home
last modified time | relevance | path

Searched +full:- +full:- +full:oneline (Results 1 – 25 of 207) sorted by relevance

123456789

/aosp_15_r20/external/coreboot/util/amdfwtool/
H A Ddata_parse.c1 /* SPDX-License-Identifier: GPL-2.0-only */
61 "([[:space:]]+([Hh][0-9]+))?"
128 (tableptr)->level = ab ? TABLE##_LVL1_AB : TABLE##_LVL1; \
131 (tableptr)->level = ab ? TABLE##_LVL2_AB : TABLE##_LVL2; \
135 (tableptr)->level = ab ? TABLE##_BOTH_AB : TABLE##_BOTH; \
156 if (cb_config->have_whitelist) { in find_register_fw_filename_psp_dir()
163 if (cb_config->recovery_ab) { in find_register_fw_filename_psp_dir()
170 if (!cb_config->recovery_ab) { in find_register_fw_filename_psp_dir()
237 if (cb_config->unlock_secure) { in find_register_fw_filename_psp_dir()
244 if (cb_config->unlock_secure) { in find_register_fw_filename_psp_dir()
[all …]
/aosp_15_r20/external/autotest/site_utils/
H A Ddut_status.py3 # Use of this source code is governed by a BSD-style license that can be
15 completed jobs for the DUT in a given time interval; still-running
23 --until/-u DATE/TIME - Specifies an end time for the search
25 --since/-s DATE/TIME - Specifies a start time for the search
27 --duration/-d HOURS - Specifies the length of the search interval
32 --until - Use the given end time with the default duration.
33 --since - Use the given start time with the default end time.
34 --duration - Use the given duration with the default end time.
38 DATE/TIME values are of the form '2014-11-06 17:21:34'.
42 By default, information is reported for DUTs named as command-line
[all …]
/aosp_15_r20/external/virglrenderer/ci/
H A Dbuild-container.sh3 set -e
4 set -o xtrace
9 export LD_LIBRARY_PATH=/usr/local/lib64:/usr/local/lib:/usr/local/lib/x86_64-linux-gnu
10 …fig:/usr/local/lib64/pkgconfig:/usr/local/share/pkgconfig:/usr/local/lib/x86_64-linux-gnu/pkgconfig
11 export LDFLAGS="-L/usr/local/lib64 -L/usr/local/lib/ -L/usr/local/lib/x86_64-linux-gnu"
14 export CFLAGS="-g3"
15 export CXXFLAGS="-g3"
16 export GIT_DATE="2020-02-02"
19 echo 'path-exclude=/usr/share/doc/*' > /etc/dpkg/dpkg.cfg.d/99-exclude-cruft
20 echo 'path-exclude=/usr/share/man/*' >> /etc/dpkg/dpkg.cfg.d/99-exclude-cruft
[all …]
/aosp_15_r20/frameworks/native/libs/binder/
H A DDebug.cpp8 * http://www.apache.org/licenses/LICENSE-2.0
28 // ---------------------------------------------------------------------
36 ssize_t off = sizeof(indentStr)-1-(indentLevel*2); in stringForIndent()
40 // ---------------------------------------------------------------------
47 // ---------------------------------------------------------------------
67 for( int32_t i=28; i>=0; i-=4 ) { in appendhexnum()
195 static const size_t maxBytesPerLine = (sizeof(buffer)-1-11-4)/(3+1); in printHexData()
199 const bool oneLine = (int32_t)length <= singleLineBytesCutoff; in printHexData() local
205 } else if (!oneLine) { in printHexData()
214 if (!oneLine && !cStyle) { in printHexData()
[all …]
/aosp_15_r20/system/libhwbinder/
H A DDebug.cpp8 * http://www.apache.org/licenses/LICENSE-2.0
29 // ---------------------------------------------------------------------
37 ssize_t off = sizeof(indentStr)-1-(indentLevel*2); in stringForIndent()
41 // ---------------------------------------------------------------------
48 // ---------------------------------------------------------------------
68 for( int32_t i=28; i>=0; i-=4 ) { in appendhexnum()
196 static const size_t maxBytesPerLine = (sizeof(buffer)-1-11-4)/(3+1); in printHexData()
200 const bool oneLine = (int32_t)length <= singleLineBytesCutoff; in printHexData() local
206 } else if (!oneLine) { in printHexData()
215 if (!oneLine && !cStyle) { in printHexData()
[all …]
/aosp_15_r20/external/iproute2/bridge/
H A Dbridge.c19 struct rtnl_handle rth = { .fd = -1 };
21 int oneline; variable
37 " bridge [ -force ] -batch filename\n" in usage()
39 " OPTIONS := { -V[ersion] | -s[tatistics] | -d[etails] |\n" in usage()
40 " -o[neline] | -t[imestamp] | -n[etns] name |\n" in usage()
41 " -c[ompressvlans] -j{son} }\n"); in usage()
42 exit(-1); in usage()
68 for (c = cmds; c->cmd; ++c) { in do_cmd()
69 if (matches(argv0, c->cmd) == 0) in do_cmd()
70 return c->func(argc-1, argv+1); in do_cmd()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/doc/
Dstyle_guide.md11 Directories at the top-level should consist of major subsystems in Fluoride.
68 The last point is perhaps the most contentious. It's well-understood that
79 non-XML formats.
129 // Allocate a buffer with 128 bytes available for my_buffer->data.
131 uint8_t *data = my_buffer->data;
136 Prefer array-indexing syntax over pointer arithmetic.
147 Instead, use zero-length arrays as described above to avoid pointer arithmetic
153 compile-time checks.
162 as it is a non-standard language extension and an equivalent standardized
183 should not have any side-effects and should be used to detect programming logic
[all …]
/aosp_15_r20/external/iproute2/man/man8/
H A Drtpr.84 rtpr \- replace backslashes with newlines.
11 .B --oneline
16 ip --oneline address show | rtpr
17 Undo oneline converted
18 .B ip-address
/aosp_15_r20/external/iproute2/ip/
H A Dip.c33 int oneline; variable
43 struct rtnl_handle rth = { .fd = -1 };
51 " ip [ -force ] -batch filename\n" in usage()
56 " OPTIONS := { -V[ersion] | -s[tatistics] | -d[etails] | -r[esolve] |\n" in usage()
57 " -h[uman-readable] | -iec |\n" in usage()
58 " -f[amily] { inet | inet6 | ipx | dnet | mpls | bridge | link } |\n" in usage()
59 " -4 | -6 | -I | -D | -B | -0 |\n" in usage()
60 " -l[oops] { maximum-addr-flush-attempts } | -br[ief] |\n" in usage()
61 " -o[neline] | -t[imestamp] | -ts[hort] | -b[atch] [filename] |\n" in usage()
62 " -rc[vbuf] [size] | -n[etns] name | -a[ll] | -c[olor]}\n"); in usage()
[all …]
H A Dxfrm_monitor.c41 fprintf(stderr, "Usage: ip xfrm monitor [all-nsid] [ all | OBJECTS | help ]\n"); in usage()
43 exit(-1); in usage()
51 int len = n->nlmsg_len; in xfrm_acquire_print()
55 len -= NLMSG_LENGTH(sizeof(*xacq)); in xfrm_acquire_print()
58 return -1; in xfrm_acquire_print()
63 family = xacq->sel.family; in xfrm_acquire_print()
65 family = xacq->policy.sel.family; in xfrm_acquire_print()
71 fprintf(fp, "proto %s ", strxf_xfrmproto(xacq->id.proto)); in xfrm_acquire_print()
72 if (show_stats > 0 || xacq->id.spi) { in xfrm_acquire_print()
73 __u32 spi = ntohl(xacq->id.spi); in xfrm_acquire_print()
[all …]
H A Dip_common.h11 int oneline; member
46 void ipaddr_reset_filter(int oneline, int ifindex);
102 __u32 table = r->rtm_table; in rtm_get_table()
/aosp_15_r20/external/angle/build/
H A Dtree_truth.sh3 # Use of this source code is governed by a BSD-style license that can be
12 oneline=$(cd $1 && git log -1 $2 --format='%H' 2>/dev/null)
13 if [ $? -eq 0 ] ; then
14 echo $oneline
21 ( cd $1 && git log HEAD -n1 --format='%H' | cat )
28 ( cd $1 && git tag -f $2 )
35 ( cd $1 && git tag -d $2 )
42 local sh=$(cd $1 && git log --pretty=oneline -n 3 | tail -1 | awk '{print $1}')
43 ( cd $1 && git tag -f $2 $sh )
64 ( cd $1 && git log -n 10 --stat | cat)
[all …]
/aosp_15_r20/external/cronet/build/
H A Dtree_truth.sh3 # Use of this source code is governed by a BSD-style license that can be
12 oneline=$(cd $1 && git log -1 $2 --format='%H' 2>/dev/null)
13 if [ $? -eq 0 ] ; then
14 echo $oneline
21 ( cd $1 && git log HEAD -n1 --format='%H' | cat )
28 ( cd $1 && git tag -f $2 )
35 ( cd $1 && git tag -d $2 )
42 local sh=$(cd $1 && git log --pretty=oneline -n 3 | tail -1 | awk '{print $1}')
43 ( cd $1 && git tag -f $2 $sh )
64 ( cd $1 && git log -n 10 --stat | cat)
[all …]
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/utils/starlark/
H A Dserialize.rs3 use serde_starlark::{FunctionCall, MULTILINE, ONELINE};
13 pub(crate) fn rust_proc_macro<S>(rule: &RustProcMacro, serializer: S) -> Result<S::Ok, S::Error> in rust_proc_macro()
20 pub(crate) fn rust_library<S>(rule: &RustLibrary, serializer: S) -> Result<S::Ok, S::Error> in rust_library()
27 pub(crate) fn rust_binary<S>(rule: &RustBinary, serializer: S) -> Result<S::Ok, S::Error> in rust_binary()
44 fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error> in serialize()
57 fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error> in serialize()
64 ONELINE in serialize()
76 fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error> in serialize()
82 .serialize_struct("package", if has_metadata { MULTILINE } else { ONELINE })?; in serialize()
92 fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error> in serialize()
[all …]
/aosp_15_r20/external/coreboot/util/release/
H A Dgenrelnotes3 # SPDX-License-Identifier: GPL-2.0-only
13 # set -x # uncomment for debug
17 if ! ( git --version && cloc --version && rename --version ) > /dev/null 2>&1
23 if ! { cdup="$(git rev-parse --show-cdup 2>/dev/null)" && [ -z "${cdup}" ]; }
30 if ! git diff-index --quiet --cached HEAD 2>/dev/null || \
31 [ "$(git diff origin/main --shortstat 2>/dev/null | tail -n1)" != "" ]; then
37 if [ "$1" == "--help" ] || [ -z "$1" ] || [ -z "$2" ]; then
56 TOTAL_COMMITS=$(git log --pretty=oneline \
57 "${OLD_GIT_VERSION}..${NEW_GIT_VERSION}" 2>/dev/null | wc -l)
62 if [ -n "$3" ]; then
[all …]
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/vp/ddi/
H A Dddi_vp_tools.cpp39 vpCtx->pCurVpDumpDDIParam = nullptr; in InitDumpConfig()
40 vpCtx->pPreVpDumpDDIParam = nullptr; in InitDumpConfig()
43 vpCtx->pCurVpDumpDDIParam = MOS_New(DDI_VP_DUMP_PARAM); in InitDumpConfig()
44 if (vpCtx->pCurVpDumpDDIParam) in InitDumpConfig()
48 …vpCtx->pCurVpDumpDDIParam->pPipelineParamBuffers[surfIndex] = MOS_New(VAProcPipelineParameterBuffe… in InitDumpConfig()
49 if (nullptr == vpCtx->pCurVpDumpDDIParam->pPipelineParamBuffers[surfIndex]) in InitDumpConfig()
51 MOS_Delete(vpCtx->fpDumpFile); in InitDumpConfig()
52 vpCtx->fpDumpFile = nullptr; in InitDumpConfig()
58 vpCtx->pPreVpDumpDDIParam = MOS_New(DDI_VP_DUMP_PARAM); in InitDumpConfig()
59 if (vpCtx->pPreVpDumpDDIParam) in InitDumpConfig()
[all …]
/aosp_15_r20/external/intel-media-driver/media_driver/linux/common/vp/ddi/
H A Dmedia_libva_vp_tools.c2 * Copyright (c) 2009-2023, Intel Corporation
51 pVpCtx->pCurVpDumpDDIParam = nullptr; in VpInitDumpConfig()
52 pVpCtx->pPreVpDumpDDIParam = nullptr; in VpInitDumpConfig()
55 …pVpCtx->pCurVpDumpDDIParam = (PDDI_VP_DUMP_PARAM)MOS_AllocAndZeroMemory(sizeof(DDI_VP_DUMP_PARAM)); in VpInitDumpConfig()
56 if (pVpCtx->pCurVpDumpDDIParam) in VpInitDumpConfig()
60 …pVpCtx->pCurVpDumpDDIParam->pPipelineParamBuffers[uSurfIndex] = (VAProcPipelineParameterBuffer *)M… in VpInitDumpConfig()
61 if (nullptr == pVpCtx->pCurVpDumpDDIParam->pPipelineParamBuffers[uSurfIndex]) in VpInitDumpConfig()
69 …pVpCtx->pPreVpDumpDDIParam = (PDDI_VP_DUMP_PARAM)MOS_AllocAndZeroMemory(sizeof(DDI_VP_DUMP_PARAM)); in VpInitDumpConfig()
70 if (pVpCtx->pPreVpDumpDDIParam) in VpInitDumpConfig()
74 …pVpCtx->pPreVpDumpDDIParam->pPipelineParamBuffers[uSurfIndex] = (VAProcPipelineParameterBuffer *)M… in VpInitDumpConfig()
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/auth/
Dnetrc_test.go2 // Use of this source code is governed by a BSD-style
27 machine oneline login user3 password pwd3
33 machine hasmacro.too macdef ignore-next-lines login user4 password pwd4
43 password too-late-in-file
51 {"oneline", "user3", "pwd3"},
/aosp_15_r20/prebuilts/cmake/linux-x86/share/vim/vimfiles/syntax/
Dcmake.vim2 " Program: CMake - Cross-Platform Makefile Generator
3 " Version: cmake version 3.19.20201028-gdab947f
22 syn region cmakeBracketArgument start="\[\z(=\?\|=[0-9]*\)\[" end="\]\z1\]" contains=cmakeTodo,@Spe…
25 syn region cmakeBracketComment start="#\[\z(=\?\|=[0-9]*\)\[" end="\]\z1\]" contains=cmakeTodo,@Spe…
28 syn region cmakeRegistry start="\[" end="]" contained oneline contains=cmakeTodo,cmakeEscaped
30 syn region cmakeGeneratorExpression start="$<" end=">" contained oneline contains=cmakeVariableValu…
34 syn region cmakeVariableValue start="${" end="}" contained oneline contains=cmakeVariable,cmakeTodo…
36 syn region cmakeEnvironment start="$ENV{" end="}" contained oneline contains=cmakeTodo
1903 \ GHS-MULTI
4076 " Manually added - difficult to parse out of documentation
/aosp_15_r20/packages/apps/TV/src/com/android/tv/ui/
DChannelBannerView.java8 * http://www.apache.org/licenses/LICENSE-2.0
176 * 0 - 100 represent signal strength percentage. Strength is divided into 5 levels (0 - 4).
699 fullTitle.length() - episodeDisplayTitle.length(),
716 boolean oneline = (mProgramTextView.getLineCount() == 1);
717 if (!oneline) {
725 oneline = (mProgramTextView.getLineCount() == 1);
729 oneline
794 return (int) (100 * (currTime - startTime) / (endTime - startTime));
824 // Recording now. Use recording-style progress bar.
/aosp_15_r20/external/cldr/tools/scripts/ansible/templates/
H A Ddeploy-sh.j22 # Note: this is managed by Ansible, as deploy-sh.j2
3 # Don't modify this file unless its name is deploy-sh.j2
4 if [[ ${1} = "--repo" ]];
7 GITHUB_REPO=$(echo -n "${1}" | tr -c 'A-Za-z0-9_.-/' '-')
11 GITHUB_REPO=unicode-org/cldr
17 WORKDIR=${TMPDIR-/tmp} # keep all random files here
22 git config --global advice.detachedHead false
23 rm -f ${WORKDIR}/git-list.txt
34 git fetch -p "${GIT_PREFETCH}" "${GITHUB_SHA}" || exit 1
35 git clean -f -d || echo 'warning: err on cleanup'
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/toml/tests/testsuite/
Dpretty.rs8 oneline = \"this has no newlines.\"
32 oneline = \"this has no newlines.\"
54 - Greek: Μπορώ να φάω σπασμένα γυαλιά χωρίς να πάθω τίποτα.
55 - Polish: Mogę jeść szkło, i mi nie szkodzi.
56 - Hindi: मैं काँच खा सकता हूँ, मुझे उस से कोई पीडा नहीं होती.
57 - Japanese: 私はガラスを食べられます。それは私を傷つけません。
/aosp_15_r20/external/bcc/snap/
H A Dsnapcraft.yaml16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
24 mount-observe: null
25 system-observe: null
26 system-trace: null
29 adopt-info: bcc
32 - build-on: s390x
33 - build-on: ppc64el
34 - build-on: arm64
35 - build-on: armhf
36 - build-on: amd64
[all …]
/aosp_15_r20/external/curl/scripts/
H A Ddelta22 # SPDX-License-Identifier: curl
29 # Uses docs/THANKS and RELEASE-NOTES for current status.
35 if($start eq "-h") {
40 $start = `git tag --sort=taggerdate | grep "^curl-" | tail -1`;
44 $commits = `git log --oneline $start.. | wc -l`;
45 $committers = `git shortlog -s $start.. | wc -l`;
46 $bcommitters = `git shortlog -s $start | wc -l`;
48 $acommits = `git log --oneline | wc -l`;
49 $acommitters = `git shortlog -s | wc -l`;
52 $ncommitters = $acommitters - $bcommitters;
[all …]
/aosp_15_r20/external/google-java-format/core/src/main/java/com/google/googlejavaformat/
H A DDoc.java7 * http://www.apache.org/licenses/LICENSE-2.0
35 * {@link DocBuilder} into a tree-structured {@code Doc}. The top-level {@code Doc} is a {@link
37 * Doc}s are {@link Token}s, representing language-level tokens; {@link Tok}s, which may also
38 * represent non-token {@link Input.Tok}s, including comments and other white-space; {@link Space}s,
39 * representing single spaces; and {@link Break}s, which represent optional line-breaks.
103 private static final Range<Integer> EMPTY_RANGE = Range.closedOpen(-1, -1);
125 * Return a {@code Doc}'s flat-string value; not defined (and never called) if the (@code Doc}
128 * @return the flat-string value
236 boolean oneLine = false; field in Doc.Level
251 oneLine = true; in computeBreaks()
[all …]

123456789