Home
last modified time | relevance | path

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

12345678910>>...2079

/aosp_15_r20/external/jsoup/src/test/resources/htmltests/
HDcharacter-reader-buffer.html.gz ... ---------------------
/aosp_15_r20/external/coreboot/src/vendorcode/mediatek/mt8192/dramc/
H A Ddramc_dv_freq_related.c1 /* SPDX-License-Identifier: BSD-3-Clause */
250 backup_rank = p->rank; in Apply_LP4_1600_Calibraton_Result()
252 ShiftDQUI_AllRK(p, -1, ALL_BYTES); in Apply_LP4_1600_Calibraton_Result()
253 ShiftDQ_OENUI_AllRK(p, -1, ALL_BYTES); in Apply_LP4_1600_Calibraton_Result()
254 ShiftDQSWCK_UI(p, -1, ALL_BYTES); in Apply_LP4_1600_Calibraton_Result()
256 for(u1RankIdx=0; u1RankIdx<p->support_rank_num; u1RankIdx++) in Apply_LP4_1600_Calibraton_Result()
272 if((p->dram_cbt_mode[RANK_0] == CBT_NORMAL_MODE) && (p->dram_cbt_mode[RANK_1] == CBT_NORMAL_MODE)) in Apply_LP4_1600_Calibraton_Result()
405 … if((p->dram_cbt_mode[RANK_0] == CBT_NORMAL_MODE) && (p->dram_cbt_mode[RANK_1] == CBT_NORMAL_MODE)) in Apply_LP4_1600_Calibraton_Result()
459 backup_rank = p->rank; in Apply_LP4_4266_Calibraton_Result()
461 ShiftDQUI_AllRK(p, -1, ALL_BYTES); in Apply_LP4_4266_Calibraton_Result()
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/docs/
H A DFeatureTestMacroTable.rst15 .. _feature-status:
21 :name: feature-status-table
28 ---------------------------------------------------------------------
30 --------------------------------------------------- -----------------
32 --------------------------------------------------- -----------------
34 --------------------------------------------------- -----------------
36 --------------------------------------------------- -----------------
38 --------------------------------------------------- -----------------
40 --------------------------------------------------- -----------------
42 --------------------------------------------------- -----------------
[all …]
/aosp_15_r20/external/coreboot/Documentation/releases/
H A Dboards_supported_on_branches.md26 ## [4.19 Release](coreboot-4.19-relnotes.md)
29 ```{eval-rst}
30 +-------------------------------+------------------------+------------+-----------+
33 | intel/icelake_rvp | INTEL_ICELAKE | 2018-10-26 | eval |
34 +-------------------------------+------------------------+------------+-----------+
37 ## [4.18 Release](coreboot-4.18-relnotes.md)
40 ```{eval-rst}
41 +-------------------------------+------------------------+------------+-----------+
44 | amd/inagua | AMD_FAMILY14 | 2011-02-14 | eval |
45 +-------------------------------+------------------------+------------+-----------+
[all …]
/aosp_15_r20/external/bazelbuild-rules_go/go/
H A Dproviders.rst10 .. _cc_library: https://docs.bazel.build/versions/master/be/c-cpp.html#cc_library
12 .. _static linking: modes.rst#building-static-binaries
13 .. _race detector: modes.rst#using-the-race-detector
31 -----
34 ------
48 ---
58 +--------------------------------+-----------------------------------------------------------------+
60 +--------------------------------+-----------------------------------------------------------------+
62 +--------------------------------+-----------------------------------------------------------------+
64 +--------------------------------+-----------------------------------------------------------------+
[all …]
H A Dtoolchains.rst12 .. _compilation modes: modes.rst#compilation-modes
23 .. _toolchain resolution: https://bazel.build/extending/toolchains#toolchain-resolution
35 -----
38 --------
47 containing sources for the Go toolchain and standard library and pre-compiled
76 the flag ``--@io_bazel_rules_go//go/toolchain:sdk_version="version"`` where
81 It can also be set ``remote`` to match any non-host version.
90 specified with ``--host_platform`` and ``--platforms``, respectively.
111 declare mode-specific files, and to create actions for compiling, linking,
115 -----------
[all …]
/aosp_15_r20/external/coreboot/Documentation/northbridge/intel/sandybridge/
H A Dnri_registers.md14 ```{eval-rst}
15 +-----------+------------------------------------------------------------------+
20 +-----------+------------------------------------------------------------------+
29 ```{eval-rst}
30 +-----------+------------------------------------------------------------------+
34 +-----------+------------------------------------------------------------------+
36 +-----------+------------------------------------------------------------------+
38 +-----------+------------------------------------------------------------------+
40 +-----------+------------------------------------------------------------------+
49 ```{eval-rst}
[all …]
/aosp_15_r20/external/sonivox/arm-wt-22k/lib_src/
H A Deas_vm_protos.h1 /*----------------------------------------------------------------------------
15 * http://www.apache.org/licenses/LICENSE-2.0
23 *----------------------------------------------------------------------------
26 * $Date: 2007-06-22 13:51:24 -0700 (Fri, 22 Jun 2007) $
27 *----------------------------------------------------------------------------
37 /*----------------------------------------------------------------------------
39 *----------------------------------------------------------------------------
43 * psEASData - pointer to overall EAS data structure
47 *----------------------------------------------------------------------------
51 /*----------------------------------------------------------------------------
[all …]
/aosp_15_r20/external/trusty/arm-trusted-firmware/docs/threat_model/firmware_threat_model/
Dthreat_model_el3_spm.rst7 This document provides a threat model for the TF-A :ref:`EL3 Secure Partition Manager`
9 `Arm Firmware Framework for Arm A-profile`_ specification.
16 The monitor and SPMD at EL3 are covered by the :ref:`Generic TF-A threat model
21 - The TF-A implementation for the EL3 SPMC
22 - The implementation complies with the FF-A v1.1 specification.
23 - Secure partition is statically provisioned at boot time.
24 - Focus on the run-time part of the life-cycle (no specific emphasis on boot
26 - Not covering advanced or invasive physical attacks such as decapsulation,
31 Figure 1 shows a high-level data flow diagram for the SPM split into an SPMD
32 and SPMC component at EL3. The SPMD mostly acts as a relayer/pass-through between
[all …]
Dthreat_model.rst8 This document provides a generic threat model for TF-A firmware.
17 Firmware for A-class Processors (TF-A). This includes the boot ROM (BL1),
22 TF-A can be configured in various ways. In this threat model we consider
26 - All TF-A images are run from either ROM or on-chip trusted SRAM. This means
27 TF-A is not vulnerable to an attacker that can probe or tamper with off-chip
30 - Trusted boot is enabled. This means an attacker can't boot arbitrary images
33 - There is no Secure-EL2. We don't consider threats that may come with
34 Secure-EL2 software.
36 - There are no Root and Realm worlds. These are introduced by :ref:`Realm
39 The :ref:`Threat Model for TF-A with Arm CCA support` covers these types of
[all …]
/aosp_15_r20/external/llvm/test/MC/Disassembler/ARM/
H A Dthumb1.txt1 # RUN: llvm-mc -triple=thumbv6-apple-darwin -disassemble -show-encoding < %s | FileCheck %s
3 #------------------------------------------------------------------------------
5 #------------------------------------------------------------------------------
11 #------------------------------------------------------------------------------
13 #------------------------------------------------------------------------------
22 #------------------------------------------------------------------------------
24 #------------------------------------------------------------------------------
31 #------------------------------------------------------------------------------
33 #------------------------------------------------------------------------------
45 #------------------------------------------------------------------------------
[all …]
H A Dthumb2.txt1 # RUN: llvm-mc -triple=thumbv7-apple-darwin -mcpu=cortex-a8 -disassemble < %s | FileCheck %s
3 #------------------------------------------------------------------------------
5 #------------------------------------------------------------------------------
26 #------------------------------------------------------------------------------
28 #------------------------------------------------------------------------------
48 #------------------------------------------------------------------------------
50 #------------------------------------------------------------------------------
74 #------------------------------------------------------------------------------
76 #------------------------------------------------------------------------------
90 #------------------------------------------------------------------------------
[all …]
H A Dbasic-arm-instructions.txt1 # RUN: llvm-mc -triple=armv7-apple-darwin -mcpu=cortex-a8 -disassemble < %s | FileCheck %s
3 #------------------------------------------------------------------------------
5 #------------------------------------------------------------------------------
13 # CHECK: adc r1, r2, #-268435456
14 # CHECK: adc r1, r2, #-268435441
15 # CHECK: adc r7, r8, #-2147483638
39 #------------------------------------------------------------------------------
42 #------------------------------------------------------------------------------
117 #------------------------------------------------------------------------------
119 #------------------------------------------------------------------------------
[all …]
/aosp_15_r20/external/libbpf/docs/
H A Dprogram_types.rst1 .. SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)
11 - ``type`` is an exact match, e.g. ``SEC("socket")``
12 - ``type+`` means it can be either exact ``SEC("type")`` or well-formed ``SEC("type/extras")``
15 When ``extras`` are specified, they provide details of how to auto-attach the BPF program. The
21 +-------------------------------------------+----------------------------------------+-------------…
25 +-------------------------------------------+----------------------------------------+-------------…
27 … +----------------------------------------+------------------------…
29 … +----------------------------------------+------------------------…
31 +-------------------------------------------+----------------------------------------+-------------…
33 … +----------------------------------------+------------------------…
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/docs/DesignDocs/
H A DExperimentalFeatures.rst19 is guaranteed, and experimental features are deprecated once the non-experimental
43 of it and to the now-standardized feature.
48 possible, deprecation warnings are put on a per-declaration basis
50 the warnings using ``-Wno-deprecated-declarations``.
64 ---------------------------------------------------------------------------------------------
68---------+-------------------------------------------------------+--------------------+-----------…
72---------+-------------------------------------------------------+--------------------+-----------…
74---------+-------------------------------------------------------+--------------------+-----------…
76---------+-------------------------------------------------------+--------------------+-----------…
78---------+-------------------------------------------------------+--------------------+-----------…
[all …]
/aosp_15_r20/external/python/cpython2/Doc/library/
Dcompiler.rst20 Python. It uses the built-in parser and standard :mod:`parser` module to
24 The full functionality of the package duplicates the built-in compiler provided
28 built-in compiler. The AST it generates is useful for analyzing Python source
43 The top-level of the package defines four functions. If you import
63 Do a pre-order walk over the abstract syntax tree *ast*. Call the appropriate
71 function is a replacement for the built-in :func:`compile` function.
73 The *filename* will be used for run-time error messages.
78 The *flags* and *dont_inherit* arguments affect future-related statements, but
121 The transformer relies on the built-in Python parser to generate a concrete
129 experimental Python-to-C compiler. The current version contains a number of
[all …]
/aosp_15_r20/external/libconfig/lib/
H A Dlibconfigcpp.c++1 /* ----------------------------------------------------------------------------
2 libconfig - A library for processing structured configuration files
3 Copyright (C) 2005-2018 Mark A Lindner
20 ----------------------------------------------------------------------------
38 // ---------------------------------------------------------------------------
46 return(self->evaluateIncludePath(path, error)); in __include_func()
49 // ---------------------------------------------------------------------------
56 // ---------------------------------------------------------------------------
66 // ---------------------------------------------------------------------------
73 // ---------------------------------------------------------------------------
[all …]
/aosp_15_r20/external/llvm/test/MC/ARM/
H A Dbasic-thumb-instructions.s1 @---
4 @---
5 @ RUN: llvm-mc -triple=thumbv6-apple-darwin -show-encoding < %s | FileCheck %s
6 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -show-encoding < %s | FileCheck %s
7 @ RUN: llvm-mc -triple=thumbebv7-unknown-unknown -show-encoding < %s | FileCheck --check-prefix=CHE…
18 @ FIXME: Some 3-operand instructions have a 2-operand assembly syntax.
23 @------------------------------------------------------------------------------
25 @------------------------------------------------------------------------------
31 @------------------------------------------------------------------------------
33 @------------------------------------------------------------------------------
[all …]
/aosp_15_r20/external/arm-trusted-firmware/docs/threat_model/
H A Dthreat_model.rst7 This document provides a generic threat model for TF-A firmware.
18 Firmware for A-class Processors (TF-A). This includes the boot ROM (BL1),
23 TF-A can be configured in various ways. In this threat model we consider
27 - All TF-A images are run from either ROM or on-chip trusted SRAM. This means
28 TF-A is not vulnerable to an attacker that can probe or tamper with off-chip
31 - Trusted boot is enabled. This means an attacker can't boot arbitrary images
34 - There is no Secure-EL2. We don't consider threats that may come with
35 Secure-EL2 software.
39 Figure 1 shows a high-level data flow diagram for TF-A. The diagram
40 shows a model of the different components of a TF-A-based system and
[all …]
H A Dthreat_model_spm.rst7 This document provides a threat model for the TF-A `Secure Partition Manager`_
8 (SPM) implementation or more generally the S-EL2 reference firmware running on
11 Arm A-profile`_ specification.
13 In brief, the broad FF-A specification and S-EL2 firmware implementation
16 - Isolation of mutually mistrusting SW components, or endpoints in the FF-A
18 - Distinct sandboxes in the secure world called secure partitions. This permits
20 - A standard protocol for communication and memory sharing between FF-A
22 - Mutual isolation of the normal world and the secure world (e.g. a Trusted OS
29 In this threat model, the target of evaluation is the S-EL2 firmware or the
31 The monitor and SPMD at EL3 are covered by the `Generic TF-A threat model`_.
[all …]
/aosp_15_r20/frameworks/av/media/module/codecs/amrnb/common/src/
H A Dvad1.cpp1 /* ------------------------------------------------------------------
2 * Copyright (C) 1998-2009 PacketVideo
8 * http://www.apache.org/licenses/LICENSE-2.0
16 * -------------------------------------------------------------------
22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
30 Pathname: ./audio/gsm-amr/c/src/vad1.c
33 ------------------------------------------------------------------------------
55 ------------------------------------------------------------------------------
59 ------------------------------------------------------------------------------
62 /*----------------------------------------------------------------------------
[all …]
/aosp_15_r20/external/llvm/test/MC/Disassembler/AArch64/
H A Dneon-instructions.txt1 # RUN: llvm-mc -triple aarch64-none-linux-gnu -mattr=+neon -disassemble < %s | FileCheck %s
2 # RUN: llvm-mc -triple arm64-none-linux-gnu -mattr=+neon -disassemble < %s | FileCheck %s
4 #------------------------------------------------------------------------------
6 #------------------------------------------------------------------------------
12 #------------------------------------------------------------------------------
13 # Vector Floating-Point Add/Sub
14 #------------------------------------------------------------------------------
21 #------------------------------------------------------------------------------
23 #------------------------------------------------------------------------------
27 #------------------------------------------------------------------------------
[all …]
/aosp_15_r20/external/sonivox/arm-wt-22k/host_src/
H A Deas.h1 /*----------------------------------------------------------------------------
20 * http://www.apache.org/licenses/LICENSE-2.0
28 *----------------------------------------------------------------------------
31 * $Date: 2007-09-04 11:43:49 -0700 (Tue, 04 Sep 2007) $
32 *----------------------------------------------------------------------------
98 #define PCM_FLAGS_8_BIT 0x00000001 /* 8-bit format */
105 /*----------------------------------------------------------------------------
107 *----------------------------------------------------------------------------
112 * polyphony - number of voices to play (dynamic memory model only)
113 * ppLibData - pointer to data handle variable for this instance
[all …]
/aosp_15_r20/external/sonivox/arm-wt-22k/include/libsonivox/
H A Deas.h1 /*----------------------------------------------------------------------------
20 * http://www.apache.org/licenses/LICENSE-2.0
28 *----------------------------------------------------------------------------
31 * $Date: 2007-09-04 11:43:49 -0700 (Tue, 04 Sep 2007) $
32 *----------------------------------------------------------------------------
98 #define PCM_FLAGS_8_BIT 0x00000001 /* 8-bit format */
105 /*----------------------------------------------------------------------------
107 *----------------------------------------------------------------------------
112 * polyphony - number of voices to play (dynamic memory model only)
113 * ppLibData - pointer to data handle variable for this instance
[all …]
/aosp_15_r20/external/pcre/testdata/
H A Dgrepoutput1 ---------------------------- Test 1 ------------------------------
6 ---------------------------- Test 2 ------------------------------
9 ---------------------------- Test 3 ------------------------------
15 ---------------------------- Test 4 ------------------------------
18 ---------------------------- Test 5 ------------------------------
27 ---------------------------- Test 6 ------------------------------
36 ---------------------------- Test 7 ------------------------------
40 ---------------------------- Test 8 ------------------------------
43 ---------------------------- Test 9 ------------------------------
45 ---------------------------- Test 10 -----------------------------
[all …]

12345678910>>...2079