HomeSort by relevance Sort by last modified time
    Searched refs:diff (Results 1576 - 1600 of 3197) sorted by null

<<61626364656667686970>>

  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 1959 int32_t diff = compareLocales(*this, o); local
2008 int diff = compareLocales(*this, o); local
2064 int ResTable_config::diff(const ResTable_config& o) const { function in class:android::ResTable_config
2086 const int diff = compareLocales(*this, o); local
2141 const int diff = isLocaleMoreSpecificThan(o); local
    [all...]
  /hardware/intel/img/psb_video/src/
psb_overlay.c 335 double diff; local
392 diff = 1.0 - sum;
393 coeffs[i][tap2Fix] += diff;
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
dtoa.c 669 delta = diff(S, mhi);
gdtoa.c 669 delta = diff(S, mhi);
  /build/soong/cc/
builder.go 196 _ = pctx.SourcePathVariable("sAbiDiffer", "prebuilts/clang-tools/${config.HostPrebuiltTag}/bin/header-abi-diff")
736 Description: "header-abi-diff " + outputFile.Base(),
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
dtoa.c 658 delta = diff(S, mhi);
gdtoa.c 676 delta = diff(S, mhi);
  /external/aac/libFDK/src/
fft.cpp 109 #define SUMDIFF_PIFOURTH(diff, sum, a, b) \
114 diff = wb - wa; \
117 #define SUMDIFF_PIFOURTH16(diff, sum, a, b) \
122 diff = wb - wa; \
    [all...]
  /external/autotest/client/cros/audio/
audio_quality_measurement.py 306 frequency = numpy.diff(phase) / (2.0 * numpy.pi) * rate
    [all...]
  /external/libvpx/libvpx/
configure 173 if ! diff --version >/dev/null; then
174 die "diff missing: Try installing diffutils via your package manager."
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 633 diff *source_diff_var;
  /external/libxcam/cl_kernel/
kernel_gauss_lap_pyramid.cl 352 uint8 diff = abs_diff (data0, data1);
353 write_imageui (out_diff, (int2)(g_x, g_y), convert_uint4(as_ushort4(convert_uchar8(diff))));
  /external/lz4/tests/
Makefile 132 DIFF:=diff
134 DIFF:=gdiff
147 $(DIFF) -s tmpSrc tmpB4
149 $(DIFF) -s tmpSrc tmpB5
151 $(DIFF) -s tmpSrc tmpB6
153 $(DIFF) -s tmpSrc tmpB7
155 $(DIFF) -s tmpSrc tmpNoSparse
158 ./datagen -s1 -g1200007 -P100 | $(DIFF) -s - tmpOdd
172 $(DIFF) tmp2M tmp
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
r600_pipe_common.h 775 unsigned type, int diff);
    [all...]
  /external/pcre/dist2/
RunTest 111 # Set up a suitable "diff" command for comparison. Some systems
112 # have a diff that lacks a -u option. Try to deal with this.
114 cf="diff"
115 diff -u /dev/null /dev/null 2>/dev/null && cf="diff -u"
  /external/toybox/generated/
globals.h 558 // toys/pending/diff.c
1473 struct diff_data diff; member in union:global_union
  /libcore/ojluni/src/test/java/time/tck/java/time/
TCKOffsetDateTime.java 244 long diff = Math.abs(test.toLocalTime().toNanoOfDay() - expected.toLocalTime().toNanoOfDay()); local
245 if (diff >= 100000000) {
249 diff = Math.abs(test.toLocalTime().toNanoOfDay() - expected.toLocalTime().toNanoOfDay());
251 assertTrue(diff < 100000000); // less than 0.1 secs
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
response_test.go 571 diff(t, fmt.Sprintf("#%d Response", i), resp, &tt.Resp)
703 func diff(t *testing.T, prefix string, have, want interface{}) { func
  /prebuilts/go/linux-x86/src/net/http/
response_test.go 571 diff(t, fmt.Sprintf("#%d Response", i), resp, &tt.Resp)
703 func diff(t *testing.T, prefix string, have, want interface{}) { func
  /tools/test/connectivity/acts/framework/acts/test_utils/audio_analysis_lib/
audio_quality_measurement.py 324 frequency = numpy.diff(phase) / (2.0 * numpy.pi) * rate
    [all...]
  /external/python/cpython3/Lib/test/
datetimetester.py     [all...]
  /developers/build/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/androidtv/leanback/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/androidtv/sample-inputs/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/androidtv/visual-game-controller/gradle/wrapper/
gradle-wrapper.jar 

Completed in 1144 milliseconds

<<61626364656667686970>>