HomeSort by relevance Sort by last modified time
    Searched refs:within (Results 126 - 150 of 685) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/linux-x86/src/cmd/vet/internal/cfg/
cfg.go 6 // statements and expressions within a single function.
73 index int32 // index within CFG.Blocks
  /prebuilts/go/linux-x86/src/image/internal/imageutil/
gen.go 56 // This function assumes that r is entirely within dst's bounds and the
58 // entirely within src's bounds.
  /external/ant-glob/
NOTICE 65 * subsequently incorporated within the Work.
85 * or a Contribution incorporated within the Work constitutes direct
110 * within such NOTICE file, excluding those notices that do not
112 * of the following places: within a NOTICE text file distributed
113 * as part of the Derivative Works; within the Source form or
115 * within a display generated by the Derivative Works, if and
119 * notices within Derivative Works that You distribute, alongside
188 * identification within third-party archives.
223 included (hypertext is preferred, text is permitted) within the body
  /external/curl/docs/cmdline-opts/
config.d 18 within quotes. Within double quotes, the following escape sequences are
form.d 50 or backslash within the filename must be escaped by backslash.
  /external/snakeyaml/
Android.mk 17 # Build support for snakeyaml within the Android Open Source Project
  /external/valgrind/drd/tests/
annotate_barrier.stderr.exp 28 by 0x........: (within libpthread-?.?.so)
  /prebuilts/go/darwin-x86/src/cmd/internal/bio/
buf.go 5 // Package bio implements common I/O abstractions used within the Go toolchain.
  /prebuilts/go/darwin-x86/src/internal/nettrace/
nettrace.go 22 // Trace contains a set of hooks for tracing events within
  /prebuilts/go/linux-x86/src/cmd/internal/bio/
buf.go 5 // Package bio implements common I/O abstractions used within the Go toolchain.
  /prebuilts/go/linux-x86/src/internal/nettrace/
nettrace.go 22 // Trace contains a set of hooks for tracing events within
  /prebuilts/tools/common/m2/repository/com/android/tools/external/ant-glob/1.0/
NOTICE 65 * subsequently incorporated within the Work.
85 * or a Contribution incorporated within the Work constitutes direct
110 * within such NOTICE file, excluding those notices that do not
112 * of the following places: within a NOTICE text file distributed
113 * as part of the Derivative Works; within the Source form or
115 * within a display generated by the Derivative Works, if and
119 * notices within Derivative Works that You distribute, alongside
188 * identification within third-party archives.
223 included (hypertext is preferred, text is permitted) within the body
  /prebuilts/tools/common/m2/repository/com/intellij/annotations/12.0/
NOTICE 65 * subsequently incorporated within the Work.
85 * or a Contribution incorporated within the Work constitutes direct
110 * within such NOTICE file, excluding those notices that do not
112 * of the following places: within a NOTICE text file distributed
113 * as part of the Derivative Works; within the Source form or
115 * within a display generated by the Derivative Works, if and
119 * notices within Derivative Works that You distribute, alongside
188 * identification within third-party archives.
223 included (hypertext is preferred, text is permitted) within the body
  /prebuilts/tools/common/offline-m2/com/intellij/annotations/12.0/
NOTICE 65 * subsequently incorporated within the Work.
85 * or a Contribution incorporated within the Work constitutes direct
110 * within such NOTICE file, excluding those notices that do not
112 * of the following places: within a NOTICE text file distributed
113 * as part of the Derivative Works; within the Source form or
115 * within a display generated by the Derivative Works, if and
119 * notices within Derivative Works that You distribute, alongside
188 * identification within third-party archives.
223 included (hypertext is preferred, text is permitted) within the body
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
malis.s 17 ;; Validated within the whole file
23 ;; Validated within the whole file
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 46 existing alone within a degenerate Ogg stream. A compliant 'Vorbis
48 specific support of Vorbis within a degenrate Ogg stream (naturally,
146 some positive time offset, potentially within a larger
05-comment.tex 170 Individual 'vendors' may use non-standard field names within
179 Field names are not required to be unique (occur once) within a
202 to within the second bitstream page. The length of the comment header
  /toolchain/binutils/binutils-2.25/gas/config/
tc-ppc.c 972 however, are all encompassed within the .text or .data sections of
974 subsegments within these main segments. */
976 /* Next subsegment to allocate within the .text segment. */
982 /* Next subsegment to allocate within the .data segment. */
994 the TOC as a subsegment within the .data segment. We set it up if
    [all...]
  /build/blueprint/
package_ctx.go 271 // Ninja variables that are visible within the calling Go package.
328 // reference other Ninja variables that are visible within the calling Go
358 // may reference other Ninja variables that are visible within the calling Go
442 // into the rule's scope, which is used for name lookups within the rule and
482 // Ninja variables that are visible within the calling Go package.
538 // returned by f may reference other Ninja variables that are visible within the
635 // Ninja variables that are visible within the calling Go package.
640 // variables defined within the caller's Go package, but they may not shadow
740 // returned by f may reference other Ninja variables that are visible within the
746 // shadow package-scoped variables defined within the caller's Go package, bu
    [all...]
  /compatibility/cdd/7_hardware-compatibility/
7_3_sensors.md 33 * [C-1-3] MUST report the first sensor sample within 400 milliseconds + 2 *
219 (strong signals, negligible multipath, HDOP < 2) within 10 seconds (fast
227 be able to determine its location, in open sky, within 10 seconds,
234 * [C-1-3] MUST be able to determine location within 20 meters, and speed
235 within 0.5 meters per second, at least 95% of the time.
272 calculate position within 20 meters, and speed within 0.2 meters per second,
493 Accelerometer, Gyroscope sensor and Magnetometer MUST be within 2.5
496 base as the camera subsystem and within 1 milliseconds of error.
497 * [C-2-15] MUST deliver samples to applications within 5 milliseconds fro
    [all...]
  /cts/tests/tests/animation/src/android/animation/cts/
ValueAnimatorTest.java 18 import static com.android.compatibility.common.util.CtsMockitoUtils.within;
282 verify(listener, within(200)).onAnimationEnd(anim, false);
363 verify(listener, within(200)).onAnimationEnd(a1, false);
405 verify(l1, within(200)).onAnimationEnd(a1, false);
442 verify(l1, within(200)).onAnimationEnd(a1, false);
  /cts/tests/tests/transition/src/android/transition/cts/
TransitionTest.java 18 import static com.android.compatibility.common.util.CtsMockitoUtils.within;
454 verify(listener, within(100)).onAnimationStart(any(), eq(false));
511 verify(listener, within(100)).onAnimationStart(any(), eq(false));
543 verify(listener, within(250)).onAnimationStart(any(), eq(false));
596 verify(mListener, within(500)).onTransitionEnd(any());
  /cts/tests/tests/widget/src/android/widget/cts/
AbsListViewTest.java 19 import static com.android.compatibility.common.util.CtsMockitoUtils.within;
296 verify(mockScrollListener, within(20000)).onScrollStateChanged(
634 verify(mockOnItemLongClickListener, within(5000)).onItemLongClick(listView, v, 2,
    [all...]
  /prebuilts/go/darwin-x86/src/unsafe/
unsafe.go 183 // Offsetof returns the offset within the struct of the field represented by x,
193 // within that struct, then Alignof(s.f) will return the required alignment
194 // of a field of that type within a struct. This case is the same as the
  /prebuilts/go/linux-x86/src/unsafe/
unsafe.go 183 // Offsetof returns the offset within the struct of the field represented by x,
193 // within that struct, then Alignof(s.f) will return the required alignment
194 // of a field of that type within a struct. This case is the same as the

Completed in 1826 milliseconds

1 2 3 4 56 7 8 91011>>