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

1 2

  /external/autotest/frontend/client/src/autotest/afe/
ICheckBox.java 6 import com.google.gwt.user.client.ui.HasValue;
8 public interface ICheckBox extends HasText, HasValue<Boolean>, HasClickHandlers {
IRadioButton.java 4 import com.google.gwt.user.client.ui.HasValue;
7 public interface IRadioButton extends HasValue<Boolean>, HasText {
HostSelectorDisplay.java 11 import com.google.gwt.user.client.ui.HasValue;
102 public HasValue<Boolean> getAllowOneTimeHostsField() {
HostSelector.java 23 import com.google.gwt.user.client.ui.HasValue;
54 public HasValue<Boolean> getAllowOneTimeHostsField();
  /external/v8/src/compiler/
simplified-operator-reducer.cc 28 if (m.HasValue()) {
43 if (m.HasValue()) return ReplaceInt32(m.Value()->BooleanValue());
49 if (m.HasValue()) return ReplaceNumber(m.Value());
54 if (m.HasValue()) return ReplaceNumber(m.Value());
59 if (m.HasValue()) return ReplaceFloat64(m.Value());
71 if (m.HasValue()) return ReplaceInt32(DoubleToInt32(m.Value()));
80 if (m.HasValue()) return ReplaceUint32(DoubleToUint32(m.Value()));
89 if (m.HasValue()) return ReplaceNumber(FastUI2D(m.Value()));
107 if (match_left.HasValue() && match_right.HasValue()) {
    [all...]
node-matchers.h 58 bool HasValue() const { return has_value_; }
60 DCHECK(HasValue());
115 return this->HasValue() && this->Value() == value;
118 return this->HasValue() && low <= this->Value() && this->Value() <= high;
121 return this->HasValue() && (this->Value() % n) == 0;
124 return this->HasValue() && this->Value() > 0 &&
128 return this->HasValue() && this->Value() < 0 &&
152 return this->HasValue() && this->Value() == value;
155 return this->HasValue() && low <= this->Value() && this->Value() <= high;
160 bool IsNaN() const { return this->HasValue() && std::isnan(this->Value());
    [all...]
machine-operator-reducer.cc 285 if (m.left().IsWord32Sar() && m.right().HasValue()) {
287 if (mleft.right().HasValue()) {
387 if (m.HasValue()) return ReplaceFloat64(m.Value());
392 if (m.HasValue()) return ReplaceInt32(FastD2I(m.Value()));
398 if (m.HasValue()) return ReplaceInt32(FastD2UI(m.Value()));
404 if (m.HasValue()) return ReplaceFloat64(FastI2D(m.Value()));
409 if (m.HasValue()) return ReplaceInt64(m.Value());
414 if (m.HasValue()) return ReplaceFloat64(FastUI2D(m.Value()));
419 if (m.HasValue()) return ReplaceInt64(static_cast<uint64_t>(m.Value()));
426 if (m.HasValue()) return ReplaceInt32(static_cast<int32_t>(m.Value()))
    [all...]
js-inlining-heuristic.cc 24 if (!match.HasValue() || !match.Value()->IsJSFunction()) return NoChange();
js-builtin-reducer.cc 29 if (!m.HasValue() || !m.Value()->IsJSFunction()) return false;
control-flow-optimizer.cc 215 if (!m.right().HasValue()) return false;
239 if (!m1.right().HasValue()) break;
  /external/clang/test/SemaTemplate/
default-arguments-cxx0x.cpp 20 struct HasValue {
26 int &ir = f1(HasValue());
  /external/webrtc/webrtc/base/
win32regkey_unittest.cc 207 EXPECT_TRUE(r_key.HasValue(kValNameInt));
224 EXPECT_FALSE(r_key.HasValue(kValNameInt));
230 EXPECT_TRUE(r_key.HasValue(kValNameInt64));
240 EXPECT_FALSE(r_key.HasValue(kValNameInt64));
246 EXPECT_TRUE(r_key.HasValue(kValNameStr));
265 EXPECT_FALSE(r_key.HasValue(kValNameInt));
273 EXPECT_TRUE(r_key.HasValue(kValNameBinary));
294 EXPECT_FALSE(r_key.HasValue(kValNameBinary));
388 EXPECT_TRUE(RegKey::HasValue(kFullRkey1, kValNameInt));
402 EXPECT_FALSE(RegKey::HasValue(kFullRkey1, kValNameInt))
    [all...]
win32regkey.h 64 bool HasValue(const wchar_t* value_name) const;
153 static bool HasValue(const wchar_t* full_key_name, const wchar_t* value_name);
win32regkey.cc 52 bool RegKey::HasValue(const TCHAR* value_name) const {
757 // static version of HasValue
758 bool RegKey::HasValue(const wchar_t* full_key_name, const wchar_t* value_name) {
769 has_value = key.HasValue(value_name);
  /art/cmdline/
cmdline_parse_result.h 107 bool HasValue() const {
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_emulate_loops.c 46 int HasValue;
103 value->HasValue = 1;
217 counter_value.HasValue = 0;
223 if(!counter_value.HasValue){
  /external/v8/src/compiler/arm64/
instruction-selector-arm64.cc 311 if (m.right().HasValue() && (m.right().Value() < 0) &&
328 if (m->right().HasValue() && m->right().Value() >= 3) {
620 m.right().HasValue()) {
631 if (mleft.right().HasValue()) {
660 m.right().HasValue()) {
671 if (mleft.right().HasValue()) {
734 if (mleft.right().HasValue()) {
790 if (mleft.right().HasValue() && m.right().HasValue() &&
812 if (m.left().IsWord32And() && m.right().HasValue()) {
    [all...]
  /external/v8/src/compiler/mips64/
instruction-selector-mips64.cc 268 m.right().HasValue()) {
279 if (mleft.right().HasValue()) {
297 if (m.right().HasValue()) {
318 m.right().HasValue()) {
329 if (mleft.right().HasValue()) {
347 if (m.right().HasValue()) {
380 if (!mleft.right().HasValue()) {
404 if (!mleft.right().HasValue()) {
431 if (mleft.right().HasValue()) {
456 if (m.left().IsWord32And() && m.right().HasValue()) {
    [all...]
  /external/v8/src/compiler/mips/
instruction-selector-mips.cc 36 if (!m.HasValue()) return false;
259 m.right().HasValue()) {
270 if (mleft.right().HasValue()) {
288 if (m.right().HasValue()) {
314 if (!mleft.right().HasValue()) {
341 if (mleft.right().HasValue()) {
366 if (m.left().IsWord32And() && m.right().HasValue()) {
369 if (mleft.right().HasValue()) {
426 if (m.right().HasValue() && m.right().Value() > 0) {
    [all...]
  /external/v8/test/cctest/compiler/
test-representation-change.cc 45 CHECK(m.HasValue());
51 CHECK(m.HasValue());
57 CHECK(m.HasValue());
69 CHECK(m.HasValue());
76 CHECK(m.HasValue());
test-js-context-specialization.cc 114 CHECK(match.HasValue());
257 CHECK(match.HasValue());
  /external/v8/test/unittests/compiler/
js-type-feedback-unittest.cc 271 EXPECT_TRUE(cell.HasValue());
323 EXPECT_TRUE(cell.HasValue());
  /external/v8/src/compiler/ppc/
instruction-selector-ppc.cc 478 if (m.right().HasValue() && IsContiguousMask32(m.right().Value(), &mb, &me)) {
517 if (m.right().HasValue() && IsContiguousMask64(m.right().Value(), &mb, &me)) {
619 if (mleft.right().HasValue() &&
646 if (mleft.right().HasValue() &&
690 if (mleft.right().HasValue() &&
717 if (mleft.right().HasValue() &&
    [all...]
  /external/autotest/frontend/client/src/autotest/afe/create/
CreateJobViewDisplay.java 36 import com.google.gwt.user.client.ui.HasValue;
450 public HasValue<Boolean> getParseFailedRepair() {
  /external/v8/src/compiler/x64/
instruction-selector-x64.cc 276 if (mlength.HasValue() && moffset.right().HasValue() &&
330 if (mlength.HasValue() && moffset.right().HasValue() &&
675 if (m.right().HasValue() && g.CanBeImmediate(m.right().node())) {
    [all...]

Completed in 2256 milliseconds

1 2