HomeSort by relevance Sort by last modified time
    Searched full:between (Results 301 - 325 of 12821) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/ssl/
ssl_host_state.h 53 // specified process. Note that insecure content can travel between
54 // same-origin frames in one processs but cannot jump between processes.
  /external/clang/test/CodeGen/
2008-08-07-AlignPadding1.c 4 between array elements. Reduced from Python. */
24 // the padding between elements.
blocks.c 45 // The bool can fill in between the header and the long long.
46 // Add the appropriate amount of padding between them.
  /external/clang/test/SemaCXX/
cxx98-compat-pedantic.cpp 25 void (*FnPtr)() = (void(*)())dlsym(); // expected-warning {{cast between pointer-to-function and pointer-to-object is incompatible with C++98}}
26 void *FnVoidPtr = (void*)&dlsym; // expected-warning {{cast between pointer-to-function and pointer-to-object is incompatible with C++98}}
  /external/clang/test/SemaObjC/
arc-system-header.m 10 cp = test0(op); // expected-error {{'test0' is unavailable: converts between Objective-C and C pointers in -fobjc-arc}}
11 cp = *test1(&op); // expected-error {{'test1' is unavailable: converts between Objective-C and C pointers in -fobjc-arc}}
  /external/e2fsprogs/e2fsck/
crc32defs.h 23 # error CRC_LE_BITS must be a power of 2 between 1 and 8
31 # error CRC_BE_BITS must be a power of 2 between 1 and 8
  /external/icu4c/test/threadtest/
threadtest.h 33 // environment, with the worker threads temporarily suspended between
34 // between calls to runOnce(). Do consistency checks here.
  /external/iptables/extensions/
libxt_connlimit.man 11 Group hosts using the prefix length. For IPv4, this must be a number between
12 (including) 0 and 32. For IPv6, between 0 and 128. If not specified, the
  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
LowPassFilter.java 62 throw new IllegalArgumentException("High freq volume must be between 0 and 1");
74 throw new IllegalArgumentException("Volume must be between 0 and 1");
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
FluidSimHeightMap.java 52 private float timeStep = 0.033f; // constant time-step between each iteration
53 private float nodeDistance = 10.0f; // distance between each node of the surface
79 * the constant time-step between each iteration
81 * the distance between each node of the heightmap
269 * Sets the distance between each node of the heightmap.
272 * the distance between each node
279 * Sets the time-speed between each iteration of the fluid
283 * the time-step between each iteration
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_AudioCVT.3 58 The \fBSDL_AudioCVT\fR is used to convert audio data between different formats\&. A \fBSDL_AudioCVT\fR structure is created with the \fI\fBSDL_BuildAudioCVT\fP\fR function, while the actual conversion is done by the \fI\fBSDL_ConvertAudio\fP\fR function\&.
64 .IP "\fBdouble\fP \fBlen_ratio\fR" 10When you have finished converting your audio data, you need to know how much of your audio buffer is valid\&. \fBlen\fR*\fBlen_ratio\fR is the size of the converted audio data in bytes\&. This is very similar to \fBlen_mult\fR, however when the convert audio data is shorter than the original \fBlen_mult\fR would be 1\&. \fBlen_ratio\fR, on the other hand, would be a fractional number between 0 and 1\&.
  /external/skia/legacy/include/core/
SkDeviceProfile.h 32 * gammaExp is typically between 1.0 and 2.2. For no gamma adjustment,
35 * contrastScale will be pinned between 0.0 and 1.0. For no contrast
  /external/skia/src/core/
SkDeviceProfile.h 34 * gammaExp is typically between 1.0 and 2.2. For no gamma adjustment,
37 * contrastScale will be pinned between 0.0 and 1.0. For no contrast
  /external/smack/src/org/jivesoftware/smack/util/dns/
SRVRecord.java 42 "DNS SRV records weight must be a 16-bit unsiged integer (i.e. between 0-65535. Weight was: "
47 "DNS SRV records priority must be a 16-bit unsiged integer (i.e. between 0-65535. Priority was: "
  /external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/
Socks5BytestreamSession.java 47 * Returns <code>true</code> if the session is established through a direct connection between
59 * if this session is established through a direct connection between the initiator and target.
  /external/v8/src/
counters.cc 62 // Compute the delta between start and stop, in milliseconds.
80 // Compute the delta between start and stop, in milliseconds.
dateparser.h 59 static inline bool Between(int x, int lo, int hi) {
352 static bool IsMinute(int x) { return Between(x, 0, 59); }
353 static bool IsHour(int x) { return Between(x, 0, 23); }
354 static bool IsSecond(int x) { return Between(x, 0, 59); }
357 static bool IsHour12(int x) { return Between(x, 0, 12); }
358 static bool IsMillisecond(int x) { return Between(x, 0, 999); }
381 static bool IsMonth(int x) { return Between(x, 1, 12); }
382 static bool IsDay(int x) { return Between(x, 1, 31); }
  /external/webkit/Source/WebCore/platform/audio/
Cone.cpp 57 // Angle between the source orientation vector and the source-listener vector
74 // Between inner and outer cones
  /frameworks/av/include/private/media/
AudioEffectShared.h 29 // Size of buffer used to exchange parameters between application and mediaserver processes.
33 // Shared memory area used to exchange parameters between application and mediaserver
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_MCReconBlock.c 34 * [in] srcStep distance between the start of consecutive lines
76 * [in] srcStep distance between the start of consecutive lines
121 * [in] srcStep distance between the start of consecutive lines
170 * [in] srcStep distance between the start of consecutive lines
173 * [in] dstStep distance between the start of consecutive lines in the
216 * [in] dstStep distance between the start of consecutive lines in the
256 * srcStep - distance between the start of consecutive lines in the
258 * dstStep - distance between the start of consecutive lines in the
  /frameworks/base/core/java/android/animation/
ArgbEvaluator.java 20 * This evaluator can be used to perform type interpolation between integer
26 * This function returns the calculated in-between value for a color
  /frameworks/base/docs/html/design/building-blocks/
tabs.jd 14 <p>Tabs in the action bar make it easy to explore and switch between different views or functional
17 <p>For details on using gestures to move between tabs, see the <a href="{@docRoot}design/patterns/swipe-views.html">Swipe Views</a> pattern.</p>
  /frameworks/base/docs/html/guide/topics/connectivity/nfc/
index.jd 6 payloads of data between an NFC tag and an Android-powered device, or between two Android-powered
  /frameworks/base/docs/html/sdk/api_diff/10/
changes.html 9 <meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
11 API Differences between 9 and 10
  /frameworks/base/docs/html/sdk/api_diff/11/
changes.html 9 <meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
11 API Differences between 10 and 11

Completed in 6594 milliseconds

<<11121314151617181920>>