HomeSort by relevance Sort by last modified time
    Searched full:vary (Results 26 - 50 of 726) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
typesizes.h 28 that <bits/types.h> need not vary across different GNU platforms. */
posix2_lim.h 60 and may vary within the implementation.
  /frameworks/opt/net/voip/src/jni/rtp/
EchoSuppressor.cpp 167 float varY = mY2Sum - mWeight * mYSum * mYSum;
172 float corr2i = cov * cov / (varXi * varY + 1);
180 //ALOGI("corr^2 %.5f, var %8.0f %8.0f, latency %d", corr2, varX, varY,
  /external/jetty/src/java/org/eclipse/jetty/http/gzip/
AbstractCompressedStream.java 56 public AbstractCompressedStream(String encoding,HttpServletRequest request, CompressedResponseWrapper wrapper,String vary)
62 _vary=vary;
246 addHeader("Vary",_vary);
264 doNotCompress(true); // Send vary as it could have been compressed if encoding was present
281 addHeader("Vary",_vary);
317 doNotCompress(false); // Not compressing by size, so no vary on request headers
338 doNotCompress(false); // Not compressing by size, so no vary on request headers
  /external/jetty/src/java/org/eclipse/jetty/server/handler/
GzipHandler.java 167 * @return The value of the Vary header set if a response can be compressed.
176 * Set the value of the Vary header sent with responses that could be compressed.
183 * @param vary The value of the Vary header set if a response can be compressed.
185 public void setVary(String vary)
187 _vary = vary;
  /frameworks/base/docs/html/tools/performance/
importing-legacy-apps.jd 31 <p><b>CAVEAT:</b> As with all documentation of this kind, the details are likely to vary for each
71 system, choose Gradle. (These prompts vary, depending on your project and Android Studio
127 <p>For the following two messages (Steps 18/19), what you see might vary. You might see either
  /external/clang/test/Misc/
ast-dump-templates.cpp 25 // Since the order of instantiation may vary during runs, run FileCheck twice
  /external/harfbuzz_ng/src/
hb-ot-hmtx-table.hh 87 * font to vary the side bearing
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/influencers/
DefaultParticleInfluencer.java 15 * The direction may vary a little if the velocity variation is non zero.
  /external/kernel-headers/original/uapi/linux/
cciss_defs.h 7 #define SENSEINFOBYTES 32 /* note that this value may vary
  /external/nanohttpd/
README.md 21 * All header names are converted lowercase so they don't vary between browsers/clients.
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
OkHeaders.java 133 * Returns true if none of the Vary headers have changed between {@code
145 * Returns true if a Vary header contains an asterisk. Such responses cannot
153 * Returns true if a Vary header contains an asterisk. Such responses cannot
171 if (!"Vary".equalsIgnoreCase(responseHeaders.name(i))) continue;
  /external/valgrind/helgrind/tests/
tc21_pthonce.c 43 /* With more than 2 threads, the precise error reports vary between
  /libcore/dalvik/src/main/java/dalvik/bytecode/
OpcodeInfo.java 37 * implementation-specific and may vary over time.
  /packages/wallpapers/Basic/res/values/
strings.xml 49 <string name="variable_line_width">Vary ring widths</string>
  /packages/wallpapers/Basic/res/values-en-rAU/
strings.xml 31 <string name="variable_line_width" msgid="8487094734462263605">"Vary ring widths"</string>
  /packages/wallpapers/Basic/res/values-en-rGB/
strings.xml 31 <string name="variable_line_width" msgid="8487094734462263605">"Vary ring widths"</string>
  /packages/wallpapers/Basic/res/values-en-rIN/
strings.xml 31 <string name="variable_line_width" msgid="8487094734462263605">"Vary ring widths"</string>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
posix2_lim.h 60 and may vary within the implementation.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
posix2_lim.h 60 and may vary within the implementation.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
cciss_defs.h 7 #define SENSEINFOBYTES 32 /* note that this value may vary
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
stats.py 64 # vary considerably
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
stats.py 64 # vary considerably
  /art/runtime/gc/space/
large_object_space.h 81 // Current address at which the space begins, which may vary as the space is filled.
85 // Current address at which the space ends, which may vary as the space is filled.
  /cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
MSSIMComparer.java 67 double varY = variances[1];
69 double SSIM = SSIM(meanX, meanY, varX, varY, stdBoth);

Completed in 348 milliseconds

12 3 4 5 6 7 8 91011>>