HomeSort by relevance Sort by last modified time
    Searched full:forward (Results 151 - 175 of 10576) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/go/linux-x86/test/fixedbugs/
bug480.go 7 // Gccgo mishandled an import of a forward declared type.
issue8076.go 7 // Issue 8076. nilwalkfwd walked forward forever
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/all/
forward.d 2 #name: forward references
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
loc-3.s 1 # Check that a little bit of LOC:ing back and forward between code and
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/z8k/
jr-forw.d 3 #name: jr forward
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-z8k/
calr-forw-fail-8001.d 1 #name: Z8001 forward calr just out of range
calr-forw-fail-8002.d 1 #name: Z8002 forward calr just out of range
dbjnz-forw-fail-8001.d 1 #name: Z8001 forward dbjnz just out of range
dbjnz-forw-fail-8002.d 1 #name: Z8002 forward dbjnz just out of range
djnz-forw-fail-8001.d 1 #name: Z8001 forward djnz just out of range
djnz-forw-fail-8002.d 1 #name: Z8002 forward djnz just out of range
jr-forw-fail-8001.d 1 #name: Z8001 forward jr just out of range
jr-forw-fail-8002.d 1 #name: Z8002 forward jr just out of range
  /external/libmojo/mojo/public/cpp/bindings/lib/
serialization_forward.h 48 PrepareToSerialize(std::forward<InputUserType>(input),
49 std::forward<Args>(args)...);
59 Serialize(std::forward<InputUserType>(input),
60 std::forward<Args>(args)...);
71 std::forward<DataType>(input), output, std::forward<Args>(args)...);
83 return PrepareToSerialize<MojomType>(*input, std::forward<Args>(args)...);
100 Serialize<MojomType>(*input, buffer, output, std::forward<Args>(args)...);
116 return Deserialize<MojomType>(std::forward<DataType>(input), &output->value(),
117 std::forward<Args>(args)...)
    [all...]
  /external/clang/test/SemaObjCXX/
propert-dot-error.mm 55 class Forward;
65 d.Forward::property = 17; // expected-error{{property access cannot be qualified with 'Forward::'}}
66 d->Forward::ivar = 12; // expected-error{{instance variable access cannot be qualified with 'Forward::'}}
  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingMapTest.java 116 Map<String, Boolean> forward;
169 forward = new ForwardingMap<String, Boolean>() {
177 forward().size();
182 forward().isEmpty();
187 forward().remove(null);
192 forward().clear();
197 forward().containsKey("asdf");
202 forward().containsValue(false);
207 forward().get("asdf");
212 forward().put("key", false)
    [all...]
ForwardingSortedSetTest.java 137 forward = new ForwardingSortedSet<String>() {
145 forward().comparator();
150 forward().first();
155 forward().headSet("asdf");
160 forward().last();
165 forward().subSet("first", "last");
170 forward().tailSet("last");
174 @Override SortedSet<String> forward() { method in class:ForwardingSortedSetTest
175 return (SortedSet<String>) super.forward();
  /external/droiddriver/src/io/appium/droiddriver/scroll/
Direction.java 29 FORWARD {
38 return FORWARD;
162 LogicalDirection forward = LogicalDirection.FORWARD; local
163 if (toPhysicalDirection(physicalDirection.axis(), forward) == physicalDirection) {
164 return forward;
166 return forward.reverse();
176 case FORWARD:
184 case FORWARD:
  /libcore/ojluni/src/main/java/java/security/cert/
CertPathChecker.java 44 * <p>The {@code forward} flag specifies the order that certificates will
45 * be passed to the {@link #check check} method (forward or reverse).
47 * @param forward the order that certificates are presented to the
49 * presented from target to trust anchor (forward); if
54 void init(boolean forward) throws CertPathValidatorException;
57 * Indicates if forward checking is supported. Forward checking refers
60 * forward direction (from target to trust anchor).
62 * @return {@code true} if forward checking is supported, {@code false}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FormatAdapters.h 34 : FormatAdapter<T>(std::forward<T>(Item)), Where(Where), Amount(Amount) {}
37 auto Adapter = detail::build_format_adapter(std::forward<T>(this->Item));
48 : FormatAdapter<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
51 auto Adapter = detail::build_format_adapter(std::forward<T>(this->Item));
63 : FormatAdapter<T>(std::forward<T>(Item)), Count(Count) {}
66 auto Adapter = detail::build_format_adapter(std::forward<T>(this->Item));
76 return detail::AlignAdapter<T>(std::forward<T>(Item), Where, Amount);
81 return detail::PadAdapter<T>(std::forward<T>(Item), Left, Right);
86 return detail::RepeatAdapter<T>(std::forward<T>(Item), Count);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
FormatAdapters.h 35 : FormatAdapter<T>(std::forward<T>(Item)), Where(Where), Amount(Amount),
39 auto Adapter = detail::build_format_adapter(std::forward<T>(this->Item));
50 : FormatAdapter<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
53 auto Adapter = detail::build_format_adapter(std::forward<T>(this->Item));
65 : FormatAdapter<T>(std::forward<T>(Item)), Count(Count) {}
68 auto Adapter = detail::build_format_adapter(std::forward<T>(this->Item));
79 return detail::AlignAdapter<T>(std::forward<T>(Item), Where, Amount, Fill);
84 return detail::PadAdapter<T>(std::forward<T>(Item), Left, Right);
89 return detail::RepeatAdapter<T>(std::forward<T>(Item), Count);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
FormatAdapters.h 35 : FormatAdapter<T>(std::forward<T>(Item)), Where(Where), Amount(Amount),
39 auto Adapter = detail::build_format_adapter(std::forward<T>(this->Item));
50 : FormatAdapter<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
53 auto Adapter = detail::build_format_adapter(std::forward<T>(this->Item));
65 : FormatAdapter<T>(std::forward<T>(Item)), Count(Count) {}
68 auto Adapter = detail::build_format_adapter(std::forward<T>(this->Item));
79 return detail::AlignAdapter<T>(std::forward<T>(Item), Where, Amount, Fill);
84 return detail::PadAdapter<T>(std::forward<T>(Item), Left, Right);
89 return detail::RepeatAdapter<T>(std::forward<T>(Item), Count);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
FormatAdapters.h 35 : FormatAdapter<T>(std::forward<T>(Item)), Where(Where), Amount(Amount),
39 auto Adapter = detail::build_format_adapter(std::forward<T>(this->Item));
50 : FormatAdapter<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
53 auto Adapter = detail::build_format_adapter(std::forward<T>(this->Item));
65 : FormatAdapter<T>(std::forward<T>(Item)), Count(Count) {}
68 auto Adapter = detail::build_format_adapter(std::forward<T>(this->Item));
79 return detail::AlignAdapter<T>(std::forward<T>(Item), Where, Amount, Fill);
84 return detail::PadAdapter<T>(std::forward<T>(Item), Left, Right);
89 return detail::RepeatAdapter<T>(std::forward<T>(Item), Count);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
FormatAdapters.h 35 : FormatAdapter<T>(std::forward<T>(Item)), Where(Where), Amount(Amount),
39 auto Adapter = detail::build_format_adapter(std::forward<T>(this->Item));
50 : FormatAdapter<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
53 auto Adapter = detail::build_format_adapter(std::forward<T>(this->Item));
65 : FormatAdapter<T>(std::forward<T>(Item)), Count(Count) {}
68 auto Adapter = detail::build_format_adapter(std::forward<T>(this->Item));
79 return detail::AlignAdapter<T>(std::forward<T>(Item), Where, Amount, Fill);
84 return detail::PadAdapter<T>(std::forward<T>(Item), Left, Right);
89 return detail::RepeatAdapter<T>(std::forward<T>(Item), Count);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
FormatAdapters.h 35 : FormatAdapter<T>(std::forward<T>(Item)), Where(Where), Amount(Amount),
39 auto Adapter = detail::build_format_adapter(std::forward<T>(this->Item));
50 : FormatAdapter<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
53 auto Adapter = detail::build_format_adapter(std::forward<T>(this->Item));
65 : FormatAdapter<T>(std::forward<T>(Item)), Count(Count) {}
68 auto Adapter = detail::build_format_adapter(std::forward<T>(this->Item));
79 return detail::AlignAdapter<T>(std::forward<T>(Item), Where, Amount, Fill);
84 return detail::PadAdapter<T>(std::forward<T>(Item), Left, Right);
89 return detail::RepeatAdapter<T>(std::forward<T>(Item), Count);

Completed in 533 milliseconds

1 2 3 4 5 67 8 91011>>