Home
last modified time | relevance | path

Searched refs:idempotent (Results 1 – 17 of 17) sorted by relevance

/external/skia/infra/bots/recipe_modules/swarming/
Dapi.py346 task_output_dir=None, extra_args=None, idempotent=None, argument
398 if idempotent is None:
399 idempotent = self.default_idempotent
413 idempotent=idempotent,
497 if task.idempotent:
798 user, io_timeout, hard_timeout, idempotent, extra_args, argument
867 self.idempotent = idempotent
/external/skia/infra/bots/recipe_modules/skia_swarming/
Dapi.py128 self, swarm_hashes, dimensions, idempotent=False, store_output=True, argument
160 swarming_task.idempotent = idempotent
/external/llvm/test/CodeGen/X86/
Datomic_idempotent.ll49 ; For 'and', the idempotent value is (-1)
/external/flatbuffers/tests/
Dmonster_test.fbs74 Retrieve(Stat):Monster (streaming: "server", idempotent);
/external/llvm/test/Transforms/Reassociate/
Drepeats.ll12 define i2 @idempotent(i2 %x) {
13 ; CHECK-LABEL: @idempotent(
/external/python/cpython2/Demo/pdist/
DREADME74 semantics should be idempotent -- shrudder).
/external/boringssl/src/
DFUZZING.md53 …uzz/minimise_corpuses.sh`. Note that minimisation is, oddly, often not idempotent for unknown reas…
/external/python/cpython2/Doc/library/
Demail.generator.rst20 is idempotent (the input is identical to the output) [#]_. On the other hand,
/external/libchrome/base/threading/
Dplatform_thread_mac.mm41 // +[NSObject class] is idempotent.
/external/llvm/test/Transforms/InstSimplify/
Dcall.ll87 ; Test idempotent intrinsics
/external/llvm/test/CodeGen/ARM/
Dcoalesce-subregs.ll326 ; This is because dsub_1_dsub_2 is not an idempotent sub-register index.
/external/okhttp/
DCHANGELOG.md356 * New: APIs to prevent retrying non-idempotent requests.
/external/bison/data/m4sugar/
Dm4sugar.m41816 # idempotent). Meanwhile, macros defined by m4_defun_once instead of
1817 # m4_defun are idempotent, avoiding any warning or duplicate output.
/external/libjpeg-turbo/
DChangeLog.md378 now idempotent. Previously, that method would call the native `tjDestroy()`
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/python/cpython2/Misc/
DNEWS1231 - Issue #23865: close() methods in multiple modules now are idempotent and more
DHISTORY427 - Patch #1519566: Update turtle demo, make begin_fill idempotent.