HomeSort by relevance Sort by last modified time
    Searched refs:Values (Results 476 - 500 of 1153) sorted by null

<<11121314151617181920>>

  /external/libvpx/libvpx/test/
vp9_block_error_test.cc 137 // Test at positive maximum values
141 // Test at negative maximum values
194 ::testing::Values(make_tuple(&BlockError8BitWrapper<vp9_block_error_avx2>,
  /external/llvm/unittests/ADT/
DenseMapTest.cpp 432 std::vector<std::pair<int, CountCopyAndMove>> Values;
436 Values.emplace_back(i, CountCopyAndMove());
440 DenseMap<int, CountCopyAndMove> Map(Values.begin(), Values.end());
  /external/sfntly/cpp/src/test/
cmap_iterator_test.cc 38 using ::testing::Values;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
SplitKit.h 267 /// Values - keep track of the mapping from parent values to values in the new
268 /// intervals. Given a pair (RegIdx, ParentVNI->id), Values contains:
271 /// 2. (Null, false) - the value is mapped to multiple values in
279 ValueMap Values;
302 /// This is used for values whose live range doesn't match RegAssign exactly.
314 /// removeBackCopies - Remove the copy instructions that defines the values
327 /// transferValues - Transfer values to the new ranges.
331 /// extendPHIKillRanges - Extend the ranges of all values killed by origina
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Constants.cpp 44 // Floating point values have an explicit -0.0 value.
226 /// so. The return values are:
483 /// specified type. This should only be used for simple constant values like
692 SmallVector<Constant*, 8> Values;
695 Values.push_back(Val);
697 return get(T, Values);
859 /// operands replaced with the specified values. The specified array must
    [all...]
Verifier.cpp 544 " does not apply to return values!", V);
646 "Functions cannot return aggregate values!", &F);
679 // Check that the argument values match the function type for this function...
737 SmallVector<std::pair<BasicBlock*, Value*>, 8> Values;
749 // Get and sort all incoming values in the PHI node...
750 Values.clear();
751 Values.reserve(PN->getNumIncomingValues());
753 Values.push_back(std::make_pair(PN->getIncomingBlock(i),
755 std::sort(Values.begin(), Values.end())
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
phiopt.go 29 if len(b.Preds) != 2 || len(b.Values) == 0 {
60 for _, v := range b.Values {
html.go 183 // find all values with the same name
278 and its uses. (Values and blocks are highlighted by ID, and IDs of
284 Faded out values and blocks are dead code that has not been eliminated.
288 Values printed in italics have a dependency cycle.
343 // that value IDs get recycled and that some values
344 // are transmuted into other values.
372 // that value IDs get recycled and that some values
373 // are transmuted into other values.
436 if len(b.Values) > 0 { // start list of values
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
phiopt.go 29 if len(b.Preds) != 2 || len(b.Values) == 0 {
60 for _, v := range b.Values {
html.go 183 // find all values with the same name
278 and its uses. (Values and blocks are highlighted by ID, and IDs of
284 Faded out values and blocks are dead code that has not been eliminated.
288 Values printed in italics have a dependency cycle.
343 // that value IDs get recycled and that some values
344 // are transmuted into other values.
372 // that value IDs get recycled and that some values
373 // are transmuted into other values.
436 if len(b.Values) > 0 { // start list of values
    [all...]
  /cts/tests/tests/nativemedia/aaudio/src/
test_aaudio.cpp 157 ::testing::Values(
309 ::testing::Values(
test_aaudio_callback.cpp 199 ::testing::Values(
312 ::testing::Values(
  /external/google-breakpad/src/common/linux/
elf_symbols_to_module_unittest.cc 253 ::testing::Values(kLittleEndian, kBigEndian));
255 // Similar tests, but with 64-bit values. Ostensibly this could be
261 // values.
370 ::testing::Values(kLittleEndian, kBigEndian));
  /prebuilts/go/darwin-x86/doc/play/
tree.go 25 // A Tree is a binary tree with integer values.
44 // and returns a read-only channel of values.
54 // Compare reads values from two Walkers
73 // holding the values 1k, 2k, ..., nk.
98 fmt.Println(Compare(t1, New(100, 2)), "Differing Values")
  /prebuilts/go/darwin-x86/src/net/url/
example_test.go 18 v := url.Values{}
  /prebuilts/go/linux-x86/doc/play/
tree.go 25 // A Tree is a binary tree with integer values.
44 // and returns a read-only channel of values.
54 // Compare reads values from two Walkers
73 // holding the values 1k, 2k, ..., nk.
98 fmt.Println(Compare(t1, New(100, 2)), "Differing Values")
  /prebuilts/go/linux-x86/src/net/url/
example_test.go 18 v := url.Values{}
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/1.1.0/
builder-test-api-1.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/1.1.3/
builder-test-api-1.1.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/1.2.0/
builder-test-api-1.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/1.2.0-alpha1/
builder-test-api-1.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/1.2.0-beta4/
builder-test-api-1.2.0-beta4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/1.2.0-rc1/
builder-test-api-1.2.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/1.2.1/
builder-test-api-1.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/1.2.2/
builder-test-api-1.2.2.jar 

Completed in 1114 milliseconds

<<11121314151617181920>>