HomeSort by relevance Sort by last modified time
    Searched refs:within (Results 176 - 200 of 805) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
EnumValueDescriptor.cs 36 /// Descriptor for a single enum value within an enum in a .proto file.
FieldDescriptor.cs 39 /// Descriptor for a field or extension within a message in a .proto file.
115 /// any way of obtaining or changing the value of the field within a specific message;
193 // within descriptor.proto, but that's okay, as they're never exposed and we don't use IsPacked
194 // within the runtime.
  /external/protobuf/csharp/src/Google.Protobuf/
WireFormat.cs 47 /// Wire types within protobuf encoding.
  /external/tensorflow/tensorflow/contrib/mpi/
README.md 37 For certain complex neural nets the implementation sometimes crashes inside the MPI libraries. This seems to be related to memory allocations/routines that register the memory for the Infiniband transfers. (The crashes do not happen when all MPI processes are within the same physical machine).
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
likelyadjust.go 16 children []*loop // loops nested directly within this loop. Initialized by assembleChildren().
21 nBlocks int32 // Number of blocks in this loop but not within inner loops
26 containsCall bool // if any block in this loop or any loop within it contains has a call
432 // directly nested within B (based on the reducible-loops
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/types/
sym.go 13 // an object declared within a package, but Syms are also used to name internal
  /prebuilts/go/darwin-x86/src/cmd/go/internal/str/
str.go 105 // There is no unescaping or other processing within
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
inl.go 97 // In the example for InlTree above, the code for println within h
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
objdump_test.go 16 // Disable this for now since generating all possible bit combinations within a word
  /prebuilts/go/darwin-x86/src/go/types/
eval.go 27 // An error is returned if pos is not within the package or
  /prebuilts/go/darwin-x86/test/
maplinear.go 157 // by doing multiple rounds within a single run.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
likelyadjust.go 16 children []*loop // loops nested directly within this loop. Initialized by assembleChildren().
21 nBlocks int32 // Number of blocks in this loop but not within inner loops
26 containsCall bool // if any block in this loop or any loop within it contains has a call
432 // directly nested within B (based on the reducible-loops
  /prebuilts/go/linux-x86/src/cmd/compile/internal/types/
sym.go 13 // an object declared within a package, but Syms are also used to name internal
  /prebuilts/go/linux-x86/src/cmd/go/internal/str/
str.go 105 // There is no unescaping or other processing within
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
inl.go 97 // In the example for InlTree above, the code for println within h
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
objdump_test.go 16 // Disable this for now since generating all possible bit combinations within a word
  /prebuilts/go/linux-x86/src/go/types/
eval.go 27 // An error is returned if pos is not within the package or
  /prebuilts/go/linux-x86/test/
maplinear.go 157 // by doing multiple rounds within a single run.
  /build/make/tools/releasetools/
edify_generator.py 169 """Set the position of the progress bar within the chunk defined
  /cts/tests/tests/animation/src/android/animation/cts/
PropertyValuesHolderTest.java 18 import static com.android.compatibility.common.util.CtsMockitoUtils.within;
147 verify(listener, within(timeoutMilliseconds)).onAnimationEnd(objectAnimator, false);
366 verify(listener, within(400)).onAnimationEnd(anim, false);
460 verify(listener, within(400)).onAnimationEnd(anim, false);
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
efi32.S 32 # within 255 bytes of the common entry. This must
    [all...]
efi64.S 35 # within 255 bytes of the common entry. This must
    [all...]
  /external/libvpx/libvpx/test/
tools_common.sh 299 within valgrind.
  /external/ltp/testscripts/
ltpdmmapper.sh 27 the README/INSTALL file within the package to install it.
  /external/robolectric-shadows/
run_robotests.mk 27 # significantly slower than running all tests within the same JVM, but prevents
84 # run, which is compiled from the Java files ending in "Test" within the

Completed in 521 milliseconds

1 2 3 4 5 6 78 91011>>