/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/ |
TypoCorrection.h | 126 // Half the CharDistanceWeight is added to ED to simulate rounding since
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/ |
VariadicFunction.h | 56 /// \brief Class which can simulate a type-safe variadic function.
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/ |
TypoCorrection.h | 126 // Half the CharDistanceWeight is added to ED to simulate rounding since
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/ |
VariadicFunction.h | 56 /// \brief Class which can simulate a type-safe variadic function.
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/ |
TypoCorrection.h | 126 // Half the CharDistanceWeight is added to ED to simulate rounding since
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/ |
VariadicFunction.h | 56 /// \brief Class which can simulate a type-safe variadic function.
|
/prebuilts/go/darwin-x86/src/syscall/ |
fd_nacl.go | 255 // NaCl has no pread; simulate with seek and hope for no races.
|
/prebuilts/go/linux-x86/src/syscall/ |
fd_nacl.go | 255 // NaCl has no pread; simulate with seek and hope for no races.
|
/tools/tradefederation/core/tests/src/com/android/tradefed/build/ |
FileDownloadCacheFuncTest.java | 76 // Simulate a relatively slow file download
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/junit4/ |
BaseHostJUnit4TestTest.java | 82 * An implementation of the base class that simulate a crashed instrumentation from an host test
|
/bionic/libc/bionic/ |
time64.c | 426 /* Simulate localtime_r() to the best of our ability */ 444 /* Simulate gmtime_r() to the best of our ability */
|
/cts/tests/tests/media/src/android/media/cts/ |
MediaSessionTest.java | 386 // First, simulate PLAY_PAUSE button while in STATE_PAUSED. 394 // Next, simulate PLAY_PAUSE button while in STATE_PLAYING.
|
/external/ImageMagick/MagickWand/ |
convert.c | 184 "-blue-shift factor simulate a scene at nighttime in the moonlight", 193 "-charcoal radius simulate a charcoal drawing", 259 " simulate motion blur", 267 "-paint radius simulate an oil painting", 271 "-polaroid angle simulate a Polaroid picture", 293 " simulate a sepia-toned photo", 296 "-shadow geometry simulate an image shadow", 303 "-sketch geometry simulate a pencil sketch", [all...] |
/external/autotest/client/deps/webgl_mpd/src/debug/ |
webgl-debug.js | 434 // Holds booleans for each GL error so can simulate errors. 868 * simulate lost context. The canvas returned adds the following functions.
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
ExprEngine.h | 276 /// Generate the sequence of nodes that simulate the call exit and the post 530 /// Simulate a read of the result of Ex.
|
/external/libdrm/nouveau/ |
pushbuf.c | 348 #ifndef SIMULATE 564 #ifndef SIMULATE
|
/external/libopus/silk/x86/ |
NSQ_sse.c | 363 /* low part, use pmulhw, results in 8 16-bit, note we need simulate unsigned * signed, _mm_srai_epi16(psLPC_Q14_lo_01234567, 15) */ 439 /* low part, use pmulhw, results in 8 16-bit, note we need simulate unsigned * signed,_mm_srai_epi16(sAR2_Q14_lo_76543210, 15) */ [all...] |
/external/perfetto/src/ftrace_reader/ |
ftrace_controller_unittest.cc | 396 // Simulate two worker threads reporting available data. 442 // Simulate a worker thread continually reporting pages of available data.
|
/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
ExecutionDriver.cpp | 103 CustomExecCommand("exec-command", cl::init("simulate"),
105 "(default: simulate)"));
|
/external/tensorflow/tensorflow/python/keras/_impl/keras/ |
callbacks_test.py | 659 # simulate multi-input/output models 746 # simulate multi-input/output models
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/ |
DexManagerTests.java | 300 // Simulate a split update. 610 // Add an extra bogus dex extension to simulate a new split name.
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
ScanRequestProxyTest.java | 604 // Now simulate removing the app. 630 // Now simulate removing the app for another user (User 1). [all...] |
WifiConfigStoreTest.java | 325 // Reading the mock store without a write should simulate the file not found case because 347 // Reading the mock store without a write should simulate the file not found case because
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
FocusHelper.java | 218 // Simulate a click on the widget 377 // Simulate a click on the icon [all...] |
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
CallAudioRouteTransitionTests.java | 74 // This is used to simulate the first bluetooth device getting connected -- 92 public int earpieceControl; // Allows disabling the earpiece to simulate Wear or Car [all...] |