Home
last modified time | relevance | path

Searched refs:mutation (Results 1 – 25 of 64) sorted by relevance

123

/external/tensorflow/tensorflow/contrib/bigtable/kernels/
Dbigtable_kernels.cc249 ::google::cloud::bigtable::BulkMutation mutation; in ComputeAsync()
260 timestamp_int, &mutation), in ComputeAsync()
267 resource->table().BulkApply(std::move(mutation), mutation_status); in ComputeAsync()
278 << "): " << failure.mutation().row_key() in ComputeAsync()
319 ::google::cloud::bigtable::SingleRowMutation mutation( in CreateMutation()
327 mutation.emplace_back(::google::cloud::bigtable::SetCell( in CreateMutation()
331 mutation.emplace_back(::google::cloud::bigtable::SetCell( in CreateMutation()
336 bulk_mutation->emplace_back(std::move(mutation)); in CreateMutation()
/external/libprotobuf-mutator/src/
Dmutator.cc158 assert(mutation() != Mutation::None || in MutationSampler()
166 Mutation mutation() const { return sampler_.selected().mutation; } in mutation() function in protobuf_mutator::__anonb2429a380111::MutationSampler
260 Result(const FieldInstance& f, Mutation m) : field(f), mutation(m) {} in Result()
263 Mutation mutation = Mutation::None; member
456 MutationSampler mutation(keep_initialized_, random_, message); in Mutate() local
457 switch (mutation.mutation()) { in Mutate()
461 CreateField()(mutation.field(), size_increase_hint / 2, this); in Mutate()
464 MutateField()(mutation.field(), size_increase_hint / 2, this); in Mutate()
467 DeleteField()(mutation.field()); in Mutate()
470 DataSourceSampler source(mutation.field(), random_, message); in Mutate()
[all …]
/external/llvm/test/CodeGen/PowerPC/
Dfma-mutate.ll1 ; Test several VSX FMA mutation opportunities. The first one isn't a
6 …-gnu -mcpu=pwr7 -enable-unsafe-fp-math -mattr=+vsx -disable-ppc-vsx-fma-mutation=false | FileCheck…
Dfma.ll1 ; RUN: llc < %s -march=ppc32 -fp-contract=fast -mattr=-vsx -disable-ppc-vsx-fma-mutation=false | Fi…
2 …linux-gnu -fp-contract=fast -mattr=+vsx -mcpu=pwr7 -disable-ppc-vsx-fma-mutation=false | FileCheck…
3 …c64-unknown-linux-gnu -fp-contract=fast -mcpu=pwr8 -disable-ppc-vsx-fma-mutation=false | FileCheck…
4 …4le-unknown-linux-gnu -fp-contract=fast -mcpu=pwr8 -disable-ppc-vsx-fma-mutation=false | FileCheck…
Dfma-ext.ll1 ; RUN: llc < %s -march=ppc32 -fp-contract=fast -mattr=-vsx -disable-ppc-vsx-fma-mutation=false | Fi…
2 …linux-gnu -fp-contract=fast -mattr=+vsx -mcpu=pwr7 -disable-ppc-vsx-fma-mutation=false | FileCheck…
Dfma-assoc.ll1 ; RUN: llc < %s -march=ppc32 -fp-contract=fast -mattr=-vsx -disable-ppc-vsx-fma-mutation=false | Fi…
2 …linux-gnu -fp-contract=fast -mattr=+vsx -mcpu=pwr7 -disable-ppc-vsx-fma-mutation=false | FileCheck…
Dvsx-fma-m.ll5 ; Also run with -schedule-ppc-vsx-fma-mutation-early as a stress test for the
7 ; RUN: llc < %s -mcpu=pwr7 -mattr=+vsx -schedule-ppc-vsx-fma-mutation-early
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dfma-mutate.ll1 ; Test several VSX FMA mutation opportunities. The first one isn't a
6 …-gnu -mcpu=pwr7 -enable-unsafe-fp-math -mattr=+vsx -disable-ppc-vsx-fma-mutation=false | FileCheck…
Dfma.ll1 … %s -mtriple=ppc32-- -fp-contract=fast -mattr=-vsx -disable-ppc-vsx-fma-mutation=false | FileCheck…
2 …linux-gnu -fp-contract=fast -mattr=+vsx -mcpu=pwr7 -disable-ppc-vsx-fma-mutation=false | FileCheck…
3 …c64-unknown-linux-gnu -fp-contract=fast -mcpu=pwr8 -disable-ppc-vsx-fma-mutation=false | FileCheck…
4 …4le-unknown-linux-gnu -fp-contract=fast -mcpu=pwr8 -disable-ppc-vsx-fma-mutation=false | FileCheck…
Dfma-ext.ll1 … %s -mtriple=ppc32-- -fp-contract=fast -mattr=-vsx -disable-ppc-vsx-fma-mutation=false | FileCheck…
2 …linux-gnu -fp-contract=fast -mattr=+vsx -mcpu=pwr7 -disable-ppc-vsx-fma-mutation=false | FileCheck…
Dfma-assoc.ll1 … %s -mtriple=ppc32-- -fp-contract=fast -mattr=-vsx -disable-ppc-vsx-fma-mutation=false | FileCheck…
2 …linux-gnu -fp-contract=fast -mattr=+vsx -mcpu=pwr7 -disable-ppc-vsx-fma-mutation=false | FileCheck…
3 …p-contract=fast -enable-unsafe-fp-math -mattr=-vsx -disable-ppc-vsx-fma-mutation=false | FileCheck…
4 …fast -enable-unsafe-fp-math -mattr=+vsx -mcpu=pwr7 -disable-ppc-vsx-fma-mutation=false | FileCheck…
Dvsx-fma-m.ll5 ; Also run with -schedule-ppc-vsx-fma-mutation-early as a stress test for the
7 ; RUN: llc -verify-machineinstrs < %s -mcpu=pwr7 -mattr=+vsx -schedule-ppc-vsx-fma-mutation-early
/external/archive-patcher/generator/src/test/java/com/google/archivepatcher/generator/
DQualifiedRecommendationTest.java79 for (QualifiedRecommendation mutation : ALL_MUTATIONS) { in testEquals()
80 Assert.assertNotEquals(DEFAULT_QUALIFIED_RECOMMENDATION, mutation); in testEquals()
DMinimalZipEntryTest.java231 for (MinimalZipEntry mutation : allMutations) { in testEquals()
232 Assert.assertNotEquals(defaultEntry, mutation); in testEquals()
/external/icu/icu4c/source/data/translit/
Dcy_cy_FONIPA.txt82 # ɡ → ŋ via nasal mutation
83 # ɡ → 0 via soft mutation
86 [ɡŋ] {w} [rl] $vowel → W; # Plain or nasal mutation environment
87 ^ {w} [rl] $vowel → W; # Soft mutation at the beginning of a word
/external/libprotobuf-mutator/
DREADME.md42 The field mutation logic is very basic --
47 To apply one mutation to a protobuf object do the following:
/external/python/cpython3/Lib/test/
Dtest_memoryio.py767 def _test_cow_mutation(self, mutation): argument
773 mutation(memio)
779 def mutation(memio): function
781 self._test_cow_mutation(mutation)
786 def mutation(memio): function
789 self._test_cow_mutation(mutation)
796 def mutation(memio): function
798 self._test_cow_mutation(mutation)
/external/llvm/lib/Fuzzer/test/
Dfuzzer-leak.test26 ACCUMULATE_ALLOCS: INFO: libFuzzer disabled leak detection after every mutation
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/
Dreaching_definitions_test.py238 mutation = fn_body[1].targets[0].value
240 self.assertSameDef(creation, mutation)
/external/flatbuffers/docs/source/
DSupport.md25 Simple mutation | Yes | Yes | Yes | Yes | No | No | No …
DGoUsage.md84 // This mutation will fail because the mana field is not available in
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DLibFuzzer.rst108 the current corpus. If a mutation triggers execution of a previously-uncovered
109 path in the code under test, then that mutation is saved to the corpus for
385 For ``NEW`` events, the output line also includes information about the mutation
391 Count and list of the mutation operations used to generate the input.
600 mutation is found. However, running full leak detection after every mutation
604 ``malloc`` and ``free`` calls when executing every mutation.
/external/llvm/docs/
DLibFuzzer.rst118 the current corpus. If a mutation triggers execution of a previously-uncovered
119 path in the code under test, then that mutation is saved to the corpus for
349 For ``NEW`` events, the output line also includes information about the mutation
355 Count and list of the mutation operations used to generate the input.
708 mutation is found. However, running full leak detection after every mutation
712 ``malloc`` and ``free`` calls when executing every mutation.
/external/syzkaller/docs/
Dinternals.md18 The `syz-fuzzer` guides fuzzing process itself (input generation, mutation, minimization, etc) and …
/external/grpc-grpc-java/core/src/test/java/io/grpc/
DCallOptionsTest.java110 public void mutation() { in mutation() method in CallOptionsTest

123