HomeSort by relevance Sort by last modified time
    Searched full:affect (Results 101 - 125 of 4376) sorted by null

1 2 3 45 6 7 8 91011>>

  /libcore/luni/src/test/java/libcore/java/nio/channels/
FileChannelTest.java 163 fc.position(initialPosition); // Should not affect the file size
167 // truncateArg < position, truncateArg > initialFileSize: Should not affect the file size
170 fc.truncate(truncateArg); // Should not affect the file size, but should move the position.
189 // truncateArg > position, truncateArg > initialFileSize: Should not affect the file size
210 // truncateArg < initialPosition, truncateArg < initialFileSize: Should affect the file size
230 // truncateArg > initialPosition, truncateArg < initialFileSize: Should affect the file size
  /device/google/contexthub/firmware/os/algos/calibration/online_calibration/common_data/
calibration_quality.h 19 * associated with calibration data. This information may be used to affect how
75 * used in systems (Android, etc.) to label quality and affect the use of the
  /external/bzip2/
README.COMPILATION.PROBLEMS 53 any compilation problems which affect bzip2 will also affect spewG.c,
  /external/llvm/docs/HistoricalNotes/
2000-12-06-MeetingSummary.txt 30 would not affect the runtime of the optimization in a significant
54 static compiler. This could affect us if we decided to do some IP
  /external/ltp/tools/
html_report_header.txt 28 <li><b>TWARN -</b> Indicates that the test case experienced an unexpected or undesirable event that should not affect the test itself such as being unable to cleanup resources after the test finished.</li>
29 <li><b>TINFO -</b> Specifies useful information about the status of the test that does not affect the result and does not indicate a problem.</li>
  /external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
2000-12-06-MeetingSummary.txt 30 would not affect the runtime of the optimization in a significant
54 static compiler. This could affect us if we decided to do some IP
  /external/valgrind/memcheck/tests/
addressable.c 64 /* Case 4 - mprotect doesn't affect addressability */
77 /* Case 5 - mprotect doesn't affect definedness */
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/colorextraction/
SysuiColorExtractorTests.java 64 assertNotEquals("Wallpaper visibility event should not affect lock wallpaper.",
103 assertNotEquals("Media visibility should not affect system wallpaper.",
  /tools/apksig/src/test/java/com/android/apksig/internal/asn1/ber/
BerDataValueTest.java 77 // Assert that changing the position of returned ByteBuffer does not affect ByteBuffers
93 // Assert that changing the position of returned ByteBuffer does not affect ByteBuffers
  /art/test/491-current-method/src/
Main.java 22 // affect the reproducibility of the crash.
  /build/make/core/
ninja_config.mk 12 # A list of goals which affect parsing of makefiles and we need to pass to Kati.
  /developers/samples/android/ui/text/TextStyling-Java/app/src/main/java/com/android/example/text/styling/renderer/spans/
CodeBlockSpan.java 38 // Since we're only changing the background color, it will not affect the measure state, so
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/
arm_tzc_dmc500.c 64 * Flush the configuration settings to have an affect. Validate
  /external/autotest/server/cros/cfm/configurable_test/
README.md 40 Besides Actions, a test can be configured with configuration params that affect
  /external/autotest/server/site_tests/network_WiFi_RetryConnectHidden/
network_WiFi_RetryConnectHidden.py 44 # Don't let any of shill's short term actions affect our test.
  /external/clang/include/clang/Basic/
FileSystemOptions.h 22 /// \brief Keeps track of options that affect how file operations are performed.
  /external/clang/test/CodeGenCXX/
linetable-eh.cpp 3 // Test that emitting a landing pad does not affect the line table
  /external/curl/docs/libcurl/opts/
CURLOPT_MAX_RECV_SPEED_LARGE.3 38 This option doesn't affect transfer speeds done with FILE:// URLs.
CURLOPT_MAX_SEND_SPEED_LARGE.3 39 This option doesn't affect transfer speeds done with FILE:// URLs.
  /external/desugar/java/com/google/devtools/common/options/
OptionEffectTag.java 80 * This option affects the inputs to the command. For example, it might affect Bazel's interaction
84 * <p>Yes, all options are technically inputs, but only options that affect inputs other
91 * here. This tag is intentionally broad, as many different types of flags will affect the output
135 * This option affects Bazel's terminal output, but should not affect its operations. Verbosity
  /external/glide/library/src/main/java/com/bumptech/glide/load/
Transformation.java 36 * If this transformation does not affect the data that will be stored in cache, returning an empty string here
  /external/guava/guava/src/com/google/common/io/
InputSupplier.java 43 * cursor within one channel should not affect the starting position of
OutputSupplier.java 43 * cursor within one channel should not affect the starting position of
  /external/guava/guava-tests/test/com/google/common/io/
CountingOutputStreamTest.java 56 // Test that illegal arguments do not affect count
  /external/icu/icu4c/source/i18n/
dayperiodrules.h 70 // Values of HasNoon and HasMidnight do not affect the return value.

Completed in 577 milliseconds

1 2 3 45 6 7 8 91011>>