HomeSort by relevance Sort by last modified time
    Searched refs:Each (Results 1 - 25 of 469) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/tools/aapt2/text/
Unicode_test.cpp 21 using ::testing::Each;
30 EXPECT_THAT(valid_input, Each(ResultOf(IsXidStart, Eq(true))));
33 EXPECT_THAT(invalid_input, Each(ResultOf(IsXidStart, Eq(false))));
38 EXPECT_THAT(valid_input, Each(ResultOf(IsXidContinue, Eq(true))));
41 EXPECT_THAT(invalid_input, Each(ResultOf(IsXidContinue, Eq(false))));
  /external/tensorflow/tensorflow/compiler/xla/
array4d_test.cc 54 fullof7.Each([](tensorflow::gtl::ArraySlice<int64> idx, int* cell) {
72 arr.Each([&arr](tensorflow::gtl::ArraySlice<int64> idx, int* cell) {
132 fullof7.Each([](tensorflow::gtl::ArraySlice<int64> idx, int* cell) {
137 fullof7.Each([](tensorflow::gtl::ArraySlice<int64> idx, int* cell) {
146 arr.Each([&arr](tensorflow::gtl::ArraySlice<int64> idx, float* cell) {
array2d.h 86 void Each(std::function<void(int64, int64, T*)> f) {
  /external/curl/docs/cmdline-opts/
noproxy.d 8 effectively disables the proxy. Each name in this list is matched as either
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
libdso-15.d 6 # A DSO that has two versioned symbols, each with a weak alias.
7 # Each symbol is versioned.
  /build/make/tools/releasetools/
test_utils.py 79 chunks: A list of chunks to be written. Each entry should be a tuple of
  /compatibility/cdd/1_introduction/
1_1_structure.md 6 specific device type. Each subsection of [Section 2](#2_device_types) is
22 Each ID is defined as below:
  /external/llvm/test/MC/X86/AlignedBundling/
pad-bundle-groups.s 12 # Each of these callq instructions is 5 bytes long
pad-align-to-bundle-end.s 12 # Each of these callq instructions is 5 bytes long
  /external/tensorflow/tensorflow/core/profiler/g3doc/
options.md 9 * graph view. Graph. Each profiler node corresponds to a
11 * scope view. Tree. Each profiler node corresponds to a
13 * code view. Tree. Each profiler node includes to all TensorFlow
15 * op view. List. Each profiler node includes to all TensorFlow
47 Each accelerator usually performs massive parallel processing. The profiler
49 time is likely larger than the time of each step.
115 Notes: See <b>overview</b> session on how does above options play with each
  /device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/
GenCfgOpt.py 354 for Each in self._MacroDict:
355 print " $(%s) = [ %s ]" % (Each , self._MacroDict[Each])
368 for Each in Match:
369 Variable = Each[2:-1]
371 Line = Line.replace(Each, self._MacroDict[Variable])
374 print "WARN : %s is not defined" % Each
375 Line = Line.replace(Each, Each[2:-1])
406 for each in binlist:
    [all...]
  /device/linaro/bootloader/edk2/IntelFspPkg/Tools/
GenCfgOpt.py 387 for Each in self._MacroDict:
388 print " $(%s) = [ %s ]" % (Each , self._MacroDict[Each])
401 for Each in Match:
402 Variable = Each[2:-1]
404 Line = Line.replace(Each, self._MacroDict[Variable])
407 print "WARN : %s is not defined" % Each
408 Line = Line.replace(Each, Each[2:-1])
426 for each in binlist:
    [all...]
  /external/python/cpython3/Lib/email/
quoprimime.py 143 # Now add the RFC chrome to each encoded chunk and glue the chunks
155 Each line of encoded text will end with eol, which defaults to "\\n". Set
159 Each line will be wrapped at, at most, maxlinelen characters before the
  /frameworks/rs/tests/lldb/
config.py 42 will be forwarded to on the host. Each successive test will increment
51 Each successive test will increment onwards from this port.'''
  /packages/services/Car/car-cluster-logging-renderer/
Android.mk 26 # Each update should be signed by OEMs
  /packages/services/Car/car-default-input-service/
Android.mk 26 # Each update should be signed by OEMs
  /packages/services/Car/car-usb-handler/
Android.mk 29 # Each update should be signed by OEMs
  /packages/services/Car/tests/DirectRenderingClusterSample/
Android.mk 26 # Each update should be signed by OEMs
  /packages/services/Car/tests/InstrumentClusterRendererSample/
Android.mk 26 # Each update should be signed by OEMs
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/bidi/
trieval.go 7 // Class is the Unicode BiDi class. Each rune has a single class.
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug017.go 18 main.go.c:24: error: (Each undeclared identifier is reported only once
19 main.go.c:24: error: for each function it appears in.)
bug274.go 8 // Each statement in the list of statements for each case clause must be
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/bidi/
trieval.go 7 // Class is the Unicode BiDi class. Each rune has a single class.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug017.go 18 main.go.c:24: error: (Each undeclared identifier is reported only once
19 main.go.c:24: error: for each function it appears in.)
bug274.go 8 // Each statement in the list of statements for each case clause must be

Completed in 551 milliseconds

1 2 3 4 5 6 7 8 91011>>