Home
last modified time | relevance | path

Searched refs:original (Results 1 – 25 of 83) sorted by relevance

1234

/system/extras/tests/net_test/
Dpackets.py89 original = packet.getlayer("TCP")
90 was_syn_or_fin = (original.flags & (TCP_SYN | TCP_FIN)) != 0
93 scapy.TCP(sport=original.dport, dport=original.sport,
94 ack=original.seq + was_syn_or_fin, seq=None,
99 original = packet.getlayer("TCP")
102 scapy.TCP(sport=original.dport, dport=original.sport,
103 ack=original.seq + 1, seq=None,
108 original = packet.getlayer("TCP")
109 was_syn_or_fin = (original.flags & (TCP_SYN | TCP_FIN)) != 0
110 ack_delta = was_syn_or_fin + len(original.payload)
[all …]
/system/tools/aidl/tests/
Daidl_test_client_parcelables.cpp59 const vector<SimpleParcelable> original{SimpleParcelable("first", 0), in ConfirmSimpleParcelables() local
64 status = s->ReverseSimpleParcelables(original, &repeated, &reversed); in ConfirmSimpleParcelables()
70 if (repeated != original || reversed != original) { in ConfirmSimpleParcelables()
130 const vector<PersistableBundle> original{first, second, third}; in ConfirmPersistableBundles() local
134 status = s->ReversePersistableBundles(original, &repeated, &reversed); in ConfirmPersistableBundles()
140 if (repeated != original || reversed != original) { in ConfirmPersistableBundles()
/system/core/libmemunreachable/
DREADME.md6 …a copy of the process to perform the mark-and-sweep, minimizing disruption to the original process.
35 … to perform a leak detection pass is divided into three processes - the original process, the coll…
39 …cept that it shares the address space of the parent - any writes by the original process are visib…
40 4. *Collection process*: All threads in the original process are paused with `ptrace()`.
43 …normal `fork()`. The sweeper process has a copy of all memory from the original process, includin…
49 13. Unmarked allocations are sent over the pipe back to the original process.
61 - `LeakPipe.cpp`: transfers data describing leaks from the sweeper process to the original process.
/system/weaved/buffet/
Dbuffet_config_unittest.cc152 std::string original = fake_file_content_["settings_file.config"]; in TEST_F() local
153 ASSERT_FALSE(original.empty()); in TEST_F()
157 ASSERT_EQ(original, fake_file_content_["settings_file.config"]); in TEST_F()
/system/core/libutils/
DREADME29 the system will return values from either the application's original
38 * original package, matching config
42 * original package, no config
155 original package.
172 resources using the IDs defined in the original package, but there is no
175 {original ID -> overlay ID} is created during package installation
204 the same type and name as in the original package, and be compiled with
211 convention <original.package.name>.overlay.<name> is recommended.
242 header := idmap-magic <crc32-original-pkg> <crc32-overlay-pkg>
276 0x216a8fe2 # CRC32 of the resources.arsc file in the original package
/system/sepolicy/
Ddex2oat.te7 # the oat file is symlinked to the original file in /system.
34 # where the oat file is symlinked to the original file in /system.
Dzygote.te93 # images, where the oat file is symlinked to the original file in /system.
/system/tpm/attestation/common/
Ddatabase.proto85 // The original key type specified when the key was created.
87 // The original key usage specified when the key was created.
/system/sepolicy/tools/fc_sort/
DNOTICE46 want its recipients to know that what they have is not the original, so
47 that any problems introduced by others will not reflect on the original
191 original licensor to copy, distribute or modify the Program subject to
231 original copyright holder who places the Program under this License
/system/extras/memory_replay/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/system/tpm/attestation/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/system/extras/pagecache/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/system/core/libnetutils/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/system/extras/showslab/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/system/core/debuggerd/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/system/tools/aidl/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/system/extras/kexec_tools/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/system/extras/bootctl/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/system/security/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/system/extras/procmem/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/system/extras/librank/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/system/extras/memcpy-perf/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/system/extras/ext4_utils/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/system/extras/boot_control_copy/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/system/tpm/tpm_manager/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions

1234