Home
last modified time | relevance | path

Searched refs:val_value (Results 1 – 25 of 56) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/API/python_api/value/change_values/
H A DTestChangeValueAPI.py75 val_value = frame0.FindVariable("val")
76 self.assertTrue(val_value.IsValid(), "Got the SBValue for val")
77 actual_value = val_value.GetValueAsSigned(error, 0)
81 result = val_value.SetValueFromCString("12345")
83 actual_value = val_value.GetValueAsSigned(error, 0)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/python_api/value/change_values/
H A DTestChangeValueAPI.py74 val_value = frame0.FindVariable("val")
75 self.assertTrue(val_value.IsValid(), "Got the SBValue for val")
76 actual_value = val_value.GetValueAsSigned(error, 0)
80 result = val_value.SetValueFromCString("12345")
82 actual_value = val_value.GetValueAsSigned(error, 0)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/API/python_api/value/change_values/
H A DTestChangeValueAPI.py75 val_value = frame0.FindVariable("val")
76 self.assertTrue(val_value.IsValid(), "Got the SBValue for val")
77 actual_value = val_value.GetValueAsSigned(error, 0)
81 result = val_value.SetValueFromCString("12345")
83 actual_value = val_value.GetValueAsSigned(error, 0)
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/API/python_api/value/change_values/
H A DTestChangeValueAPI.py75 val_value = frame0.FindVariable("val")
76 self.assertTrue(val_value.IsValid(), "Got the SBValue for val")
77 actual_value = val_value.GetValueAsSigned(error, 0)
81 result = val_value.SetValueFromCString("12345")
83 actual_value = val_value.GetValueAsSigned(error, 0)
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/API/python_api/value/change_values/
H A DTestChangeValueAPI.py74 val_value = frame0.FindVariable("val")
75 self.assertTrue(val_value.IsValid(), "Got the SBValue for val")
76 actual_value = val_value.GetValueAsSigned(error, 0)
80 result = val_value.SetValueFromCString("12345")
82 actual_value = val_value.GetValueAsSigned(error, 0)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/python_api/value/change_values/
H A DTestChangeValueAPI.py74 val_value = frame0.FindVariable("val")
75 self.assertTrue(val_value.IsValid(), "Got the SBValue for val")
76 actual_value = val_value.GetValueAsSigned(error, 0)
80 result = val_value.SetValueFromCString("12345")
82 actual_value = val_value.GetValueAsSigned(error, 0)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/API/python_api/value/change_values/
H A DTestChangeValueAPI.py74 val_value = frame0.FindVariable("val")
75 self.assertTrue(val_value.IsValid(), "Got the SBValue for val")
76 actual_value = val_value.GetValueAsSigned(error, 0)
80 result = val_value.SetValueFromCString("12345")
82 actual_value = val_value.GetValueAsSigned(error, 0)
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/test/API/python_api/value/change_values/
H A DTestChangeValueAPI.py75 val_value = frame0.FindVariable("val")
76 self.assertTrue(val_value.IsValid(), "Got the SBValue for val")
77 actual_value = val_value.GetValueAsSigned(error, 0)
81 result = val_value.SetValueFromCString("12345")
83 actual_value = val_value.GetValueAsSigned(error, 0)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/packages/Python/lldbsuite/test/python_api/value/change_values/
H A DTestChangeValueAPI.py75 val_value = frame0.FindVariable("val")
76 self.assertTrue(val_value.IsValid(), "Got the SBValue for val")
77 actual_value = val_value.GetValueAsSigned(error, 0)
81 result = val_value.SetValueFromCString("12345")
83 actual_value = val_value.GetValueAsSigned(error, 0)
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/test/API/python_api/value/change_values/
H A DTestChangeValueAPI.py74 val_value = frame0.FindVariable("val")
75 self.assertTrue(val_value.IsValid(), "Got the SBValue for val")
76 actual_value = val_value.GetValueAsSigned(error, 0)
80 result = val_value.SetValueFromCString("12345")
82 actual_value = val_value.GetValueAsSigned(error, 0)
/dports/www/trafficserver/trafficserver-9.1.1/tests/gold_tests/autest-site/
H A Dcurl_header.test.ext162 def match(self, gold_dictionary, header, val_value):
169 return 'Not an exact match.\nExpected : {}\nActual : {}'.format(target, val_value) \
170 if target != val_value else None
182 if val_value == str_ or str_ is None:
189 elif re.fullmatch(regex, val_value) is not None:
194 if val_value == pos_val:
196 … # else 'Not an exact match.\nExpected : {}\nActual : {}'.format(pos_val, val_value)
199 if re.fullmatch(pos_val, val_value) is not None:
210 return 'Value \'{}\' matches none of: \n{}'.format(val_value, ret.strip('\n'))
/dports/security/gpa/gpa-0.10.0/src/
H A Dkeylist.c439 long int val_value; in gpa_keylist_next() local
506 val_value = GPGME_VALIDITY_UNKNOWN-2; in gpa_keylist_next()
508 val_value = GPGME_VALIDITY_UNKNOWN-1; in gpa_keylist_next()
510 val_value = key->uids->validity; in gpa_keylist_next()
512 val_value = GPGME_VALIDITY_UNKNOWN; in gpa_keylist_next()
534 GPA_KEYLIST_COLUMN_VALIDITY_VALUE, val_value, in gpa_keylist_next()
/dports/devel/xparam/xparam-1.22/lib/xparam/
H A Dxpv_reg_typed_value_map.h139 Handle<Value> val_value = make_value(item.value); in output() local
140 val_value->output(os); in output()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DCellTypeState.java69 private static final int val_value = val_bit | info_conflict; field in CellTypeState
295 public static CellTypeState value = CellTypeState.makeAny(val_value);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DCellTypeState.java69 private static final int val_value = val_bit | info_conflict; field in CellTypeState
295 public static CellTypeState value = CellTypeState.makeAny(val_value);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DCellTypeState.java69 private static final int val_value = val_bit | info_conflict; field in CellTypeState
295 public static CellTypeState value = CellTypeState.makeAny(val_value);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DCellTypeState.java69 private static final int val_value = val_bit | info_conflict; field in CellTypeState
295 public static CellTypeState value = CellTypeState.makeAny(val_value);
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DCellTypeState.java69 private static final int val_value = val_bit | info_conflict; field in CellTypeState
295 public static CellTypeState value = CellTypeState.makeAny(val_value);
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DCellTypeState.java69 private static final int val_value = val_bit | info_conflict; field in CellTypeState
295 public static CellTypeState value = CellTypeState.makeAny(val_value);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DCellTypeState.java69 private static final int val_value = val_bit | info_conflict; field in CellTypeState
295 public static CellTypeState value = CellTypeState.makeAny(val_value);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DCellTypeState.java69 private static final int val_value = val_bit | info_conflict; field in CellTypeState
295 public static CellTypeState value = CellTypeState.makeAny(val_value);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DCellTypeState.java69 private static final int val_value = val_bit | info_conflict; field in CellTypeState
295 public static CellTypeState value = CellTypeState.makeAny(val_value);
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DCellTypeState.java69 private static final int val_value = val_bit | info_conflict; field in CellTypeState
295 public static CellTypeState value = CellTypeState.makeAny(val_value);
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/stdfx/
H A Digs_hsv_noise_in_camera.cpp149 double val_value(const int xx, const int yy) { in val_value() function in igs::hsv_noise_in_camera::noise_reference
448 noise.val_value(xx, yy), sat_term, val_term, rr, gg, bb); in change_template_()
472 noise.val_value(xx, yy), sat_term, val_term, rr, gg, bb); in change_template_()
485 double val_noise = noise.val_value(xx, yy); in change_template_()
H A Digs_hsv_noise.cpp145 double val_value(const int xx, const int yy) { in val_value() function in __anon97bdb74e0111::noise_reference_
492 noise.sat_value(xx, yy), noise.val_value(xx, yy), sat_term, in change_template_()
535 noise.sat_value(xx, yy), noise.val_value(xx, yy), sat_term, in change_template_()
563 double val_noise = noise.val_value(xx, yy); in change_template_()

123