HomeSort by relevance Sort by last modified time
    Searched full:trigger (Results 801 - 825 of 5233) sorted by null

<<31323334353637383940>>

  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
SmmSwDispatch2.h 49 /// This value corresponds directly to the CommandPort parameter used in the call to Trigger().
53 /// This value corresponds directly to the DataPort parameter used in the call to Trigger().
  /external/autotest/server/site_tests/network_WiFi_DarkResumeActiveScans/
network_WiFi_DarkResumeActiveScans.py 72 # Trigger a wake on packet dark resume, and make sure that no probe
106 # Trigger a wake to scan RTC timer dark resume, and make sure that no
  /external/dexmaker/dexmaker-mockito-inline/src/main/java/com/android/dx/mockito/inline/
ClassTransformer.java 91 * @param agent agent used to trigger transformations
116 * Trigger the process to add entry hooks to a class (and all its parents).
  /external/honggfuzz/docs/
ExternalFuzzerUsage.md 31 The bug in badcode1.c is that it reads lines up to 128 bytes from the input file and writes them to a 64 byte buffer (`fgets(str, 128, fp)`). If we would modify random bytes in the input file, the bug would only trigger when we overwrite the newline in the inputfile. With standard honggfuzz options this might take a while:
45 Now if we take a look at the script under [examples/externalfuzzers/lowBytesIncrease.py](http://code.google.com/p/honggfuzz/source/browse/trunk/examples/externalfuzzers/lowBytesIncrease.py), we see that it searches the input file (as provided by `argv[1]`) for low bytes and increases them randomly. This will modify the newlines, and thus trigger the bug much faster, as shown below:
  /external/lisa/libs/utils/android/workloads/
geekbench.py 120 # Benchmark start trigger
127 # Benchmark end trigger
  /external/llvm/test/Transforms/SROA/
slice-width.ll 44 ; Access a slice of the alloca to trigger SROA.
63 ; Access a slice of the alloca to trigger SROA.
  /external/python/cpython2/Misc/Vim/
vimrc 11 " in .py or .pyw will trigger the Python settings while files ending in *.c or
12 " *.h will trigger the C settings. This makes the file "safe" in terms of only
  /external/python/cpython3/Doc/library/
ensurepip.rst 79 Providing both of the script selection options will trigger an exception.
116 Setting both *altinstall* and *default_pip* will trigger
  /external/python/cpython3/Lib/test/test_importlib/
test_lazy.py 59 # Classes that dono't define exec_module() trigger TypeError.
86 # Trigger load.
  /external/skia/gm/
gamut.cpp 215 // Larger bitmap to trigger mipmaps
217 // Smaller bitmap to trigger bicubic
  /external/skqp/gm/
gamut.cpp 214 // Larger bitmap to trigger mipmaps
216 // Smaller bitmap to trigger bicubic
  /external/sl4a/Common/src/com/googlecode/android_scripting/
IntentBuilders.java 145 * Creates a pending intent that can be used to start the trigger service.
150 * @return {@link PendingIntent} object for running the trigger service
  /external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/
RecognizeCommands.java 163 // See if the latest top score is enough to trigger a detection.
167 // If we've recently had another label trigger, assume one that occurs too
  /external/tensorflow/tensorflow/examples/speech_commands/
recognize_commands.cc 99 // See if the latest top score is enough to trigger a detection.
103 // If we've recently had another label trigger, assume one that occurs too
  /external/v8/src/heap/
memory-reducer.h 133 // last run in order to trigger a new run after mark-compact.
136 // last run in order to trigger a new run after mark-compact.
  /external/walt/ios/WALT/
WALTClient.h 91 * Reads a trigger response from the WALT.
93 * If an error occurs, the trigger's tag will be '\0'.
  /external/webrtc/webrtc/modules/audio_coding/codecs/opus/
audio_encoder_opus_unittest.cc 54 // Trigger a reset.
63 // Trigger a reset again.