HomeSort by relevance Sort by last modified time
    Searched full:changed (Results 1126 - 1150 of 19572) sorted by null

<<41424344454647484950>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/agreement/
ECDHBasicAgreement.java 47 // BEGIN android-changed
68 // END android-changed
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/
AlgorithmParameterGeneratorSpi.java 21 // Android-changed: Change default strength to 1024
22 // In 1.57, the default strength was changed to 2048. We keep it at 1024 for app
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
CertificateFactory.java 188 else if (currentStream != in) // reset if input stream has changed
219 // Android-changed: Use PushbackInputStream instead of ByteArrayInputStream.
228 // BEGIN Android-changed: Use PushbackInputStream
233 // END Android-changed: Use PushbackInputStream
242 // BEGIN Android-changed: Use PushbackInputStream
251 // END Android-changed: Use PushbackInputStream
285 // Android-changed: Read from original stream
309 else if (currentCrlStream != in) // reset if input stream has changed
  /external/chromium-trace/catapult/systrace/atrace_helper/jni/
libmemtrack_wrapper.cc 54 LogError("Couldn't use libmemtrack. Probably it's API has been changed.");
104 "Probably it's API has been changed.");
  /external/compiler-rt/lib/asan/
asan_init_version.h 29 // v4=>v5: changed the semantics and format of __asan_stack_malloc_ and
31 // v5=>v6: changed the name of the version check symbol
  /external/eigen/doc/
B01_Experimental.dox 35 All other classes offer no ABI guarantee, e.g. the layout of their data can be changed.
42 All other classes offer no direct API guarantee, e.g. their methods can be changed; however notice that most classes inherit MatrixBase and that this is where most of their API comes from -- so in practice most of the API is stable.
  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/nodeTypes/
NodeWithModifiersTest.java 58 changes.add("property " + property.name() + " is changed to " + newValue);
63 assertEquals("property MODIFIERS is changed to [PUBLIC]", changes.get(0));
  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/observer/
PropagatingAstObserverTest.java 45 changes.add(String.format("%s.%s changed from %s to %s", observedNode.getClass().getSimpleName(), property.name().toLowerCase(), oldValue, newValue));
57 assertEquals(Arrays.asList("VariableDeclarator.name changed from foo to Bar"), changes);
  /external/llvm/lib/Target/Hexagon/
HexagonInstrFormats.td 208 // Definition of the instruction class NOT CHANGED.
224 // Definition of the instruction class NOT CHANGED.
241 // Definition of the instruction class CHANGED from V2/V3 to V4.
264 // Definition of the instruction class CHANGED from V2/V3 to V4.
277 // Definition of the instruction class NOT CHANGED.
284 // Definition of the instruction class NOT CHANGED.
285 // Name of the Instruction Class changed from ALU64 to XTYPE from V2/V3 to V4.
298 // Definition of the instruction class NOT CHANGED.
299 // Name of the Instruction Class changed from M to XTYPE from V2/V3 to V4.
312 // Definition of the instruction class NOT CHANGED
    [all...]
  /external/ltp/testcases/kernel/security/mmc_security/
change_password.sh 48 echo "*** No protected and unlocked MMC was found. The password cannot be changed."
77 echo "Password changed."
  /external/ltp/testcases/kernel/syscalls/preadv/
preadv01.c 23 * and after reading the file, the file offset is not changed.
88 tst_res(TFAIL, "Preadv(2) has changed file offset");
  /external/ltp/testcases/kernel/syscalls/pwritev/
pwritev01.c 23 * and after writing the file, the file offset is not changed.
77 tst_res(TFAIL, "pwritev() had changed file offset");
  /external/ltp/testcases/kernel/syscalls/setegid/
setegid01.c 102 tst_resm(TFAIL, "setegid() changed the saved set-gid");
106 tst_resm(TFAIL, "setegid() changed the real gid");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
7-1.c 88 printf("Memory write with MAP_SHARED has changed "
100 printf("Memory write with MAP_SHARED has not changed "
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaltstack/
2-1.c 47 ("Test FAILED: ss_sp of the handler's stack changed even though SS_DISABLE was set\n");
53 ("Test FAILED: ss_size of the handler's stack changed even though SS_DISABLE was set\n");
  /external/proguard/src/proguard/optimize/peephole/
HorizontalClassMerger.java 46 * of classes can be changed in order to
61 * of classes can be changed in order to
VerticalClassMerger.java 46 * of classes can be changed in order to
61 * of classes can be changed in order to
  /external/python/cpython2/Lib/lib2to3/fixes/
fix_map.py 8 As a special case, map(None, X) is changed into list(X). (This is
9 necessary because the semantics are changed in this case -- the new
  /external/python/cpython3/Doc/library/
sndhdr.rst 40 Result changed from a tuple to a namedtuple.
50 Result changed from a tuple to a namedtuple.
  /external/python/cpython3/Lib/lib2to3/fixes/
fix_map.py 8 As a special case, map(None, X) is changed into list(X). (This is
9 necessary because the semantics are changed in this case -- the new
  /external/skia/src/gpu/text/
GrTextUtils.cpp 42 // changed the paint.
52 // The draw filter could have changed either the paint color or color filter.
  /external/skia/third_party/libjpeg-turbo/
jsimdcfg.inc 70 ; To maximize parallelism, Type DCTELEM is changed to short (originally, int).
76 ; To maximize parallelism, Type short is changed to short.
  /external/skqp/third_party/libjpeg-turbo/
jsimdcfg.inc 70 ; To maximize parallelism, Type DCTELEM is changed to short (originally, int).
76 ; To maximize parallelism, Type short is changed to short.
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalDCE.cpp 62 bool Changed = false;
66 Changed |= RemoveUnusedGlobalValue(*I);
75 Changed |= RemoveUnusedGlobalValue(*I);
85 Changed |= RemoveUnusedGlobalValue(*I);
130 Changed = true;
139 Changed = true;
149 Changed = true;
155 return Changed;
  /external/tensorflow/tensorflow/compiler/xla/service/
bfloat16_conversion_folding.h 33 // changed made by this pass.
43 // computation was changed.

Completed in 1522 milliseconds

<<41424344454647484950>>