HomeSort by relevance Sort by last modified time
    Searched defs:GetValue (Results 26 - 50 of 117) sorted by null

12 3 4 5

  /external/toolchain-utils/bestflags/
flags.py 116 return self._spec == other.GetSpec() and self._value == other.GetValue()
122 def GetValue(self):
  /external/clang/test/SemaCXX/
warn-bool-conversion.cpp 71 #define GetValue(ptr) ((ptr) ? ptr[0] : 0)
81 (void)GetValue(b);
warn-tautological-compare.cpp 30 #define GetValue(ptr) ((ptr != 0) ? ptr[0] : 0)
40 (void)GetValue(b);
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
sequence_ops.cc 32 Status GetValue(int index, XlaOpKernelContext* ctx, T* value) {
176 OP_REQUIRES_OK(ctx, GetValue(0, ctx, &start));
177 OP_REQUIRES_OK(ctx, GetValue(1, ctx, &stop));
191 OP_REQUIRES_OK(ctx, GetValue(0, ctx, &start));
192 OP_REQUIRES_OK(ctx, GetValue(1, ctx, &stop));
  /external/tensorflow/tensorflow/core/kernels/
sequence_ops.cc 28 int32 GetValue(int32 v) { return v; }
  /frameworks/base/tools/aapt2/test/
Common.h 81 T* GetValue(ResourceTable* table, const android::StringPiece& res_name) {
  /system/connectivity/wificond/net/
nl80211_attribute.h 102 T GetValue() const {
113 std::vector<uint8_t> GetValue() const;
125 std::string GetValue() const;
168 *value = attribute.GetValue();
197 attr_list.emplace_back(attribute.GetValue());
nl80211_attribute.cpp 137 vector<uint8_t> NL80211Attr<vector<uint8_t>>::GetValue() const {
159 string NL80211Attr<string>::GetValue() const {
  /system/update_engine/common/
fake_prefs.cc 65 return GetValue(key, value);
74 return GetValue(key, value);
83 return GetValue(key, value);
141 bool FakePrefs::GetValue(const string& key, T* value) const {
  /art/runtime/
lock_word.h 165 return LockWord().GetValue() == lw.GetValue();
253 return lw1.GetValue() == lw2.GetValue();
295 // Note GetValue() includes the read barrier bits and comparing (==)
296 // GetValue() between two lock words to compare the lock states may
298 uint32_t GetValue() const {
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/registry/
value.go 44 // GetValue retrieves the type and data for the specified value associated
49 // If no buffer is provided, GetValue returns the value's type only.
52 // GetValue is a low level function. If value's type is known, use the appropriate
54 func (k Key) GetValue(name string, buf []byte) (n int, valtype uint32, err error) {
71 func (k Key) getValue(name string, buf []byte) (date []byte, valtype uint32, err error) {
99 data, typ, err2 := k.getValue(name, make([]byte, 64))
201 data, typ, err2 := k.getValue(name, make([]byte, 64))
235 data, typ, err2 := k.getValue(name, make([]byte, 8))
261 data, typ, err2 := k.getValue(name, make([]byte, 64))
  /prebuilts/go/linux-x86/src/internal/syscall/windows/registry/
value.go 44 // GetValue retrieves the type and data for the specified value associated
49 // If no buffer is provided, GetValue returns the value's type only.
52 // GetValue is a low level function. If value's type is known, use the appropriate
54 func (k Key) GetValue(name string, buf []byte) (n int, valtype uint32, err error) {
71 func (k Key) getValue(name string, buf []byte) (date []byte, valtype uint32, err error) {
99 data, typ, err2 := k.getValue(name, make([]byte, 64))
201 data, typ, err2 := k.getValue(name, make([]byte, 64))
235 data, typ, err2 := k.getValue(name, make([]byte, 8))
261 data, typ, err2 := k.getValue(name, make([]byte, 64))
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfDefineObject.py     [all...]
  /external/libchrome/base/
observer_list_unittest.cc 25 virtual int GetValue() const { return 0; }
34 int GetValue() const override { return total; }
648 EXPECT_EQ(1, std::abs(i->GetValue()));
652 EXPECT_EQ(1, std::abs(o.GetValue()));
  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 77 /// GetValue - Check to see if AvailableVals has an entry for the specified
81 ValT GetValue(BlkT *BB) {
  /external/sonivox/jet_tools/JetCreator/
JetCtrls.py 58 def GetValue(self):
59 val = wx.SpinCtrl.GetValue(self)
220 def GetValue(self):
277 def GetValue(self):
278 return StrNoneChk(self.cmb.GetValue())
336 def GetValue(self):
337 return StrNoneChk(self.txt.GetValue())
440 if int(self.time[self.iCtrl].GetValue()) > self.mx[self.iCtrl]:
442 if int(self.time[self.iCtrl].GetValue()) < self.mn[self.iCtrl]:
450 if int(self.time[self.iCtrl].GetValue()) < self.mx[self.iCtrl]:
    [all...]
JetDialogs.py 130 def GetValue(self, fld):
132 return self.ctrls[fld].GetValue()
167 self.fileName = self.je.ctrls[JetDefs.F_JFILE].GetValue()
174 self.fileName = self.je.ctrls[JetDefs.F_JFILE].GetValue()
184 if len(self.je.ctrls[JetDefs.F_JFILE].GetValue()) == 0:
188 if not FileExists(self.je.ctrls[JetDefs.F_JFILE].GetValue()):
206 def GetValue(self, fld):
207 return self.je.ctrls[fld].GetValue()
228 def GetValue(self, fld):
229 return self.je.ctrls[fld].GetValue()
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 66 /// GetValue - Check to see if AvailableVals has an entry for the specified
70 ValT GetValue(BlkT *BB) {
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_dataflow_analysis.cc 221 const HloValue& new_value = GetValue(input_value_ids[0]);
250 const HloValue& HloDataflowAnalysis::GetValue(HloValue::Id value_id) const {
254 HloValue& HloDataflowAnalysis::GetValue(HloValue::Id value_id) {
    [all...]
  /external/v8/src/
map-updater.cc 40 Object* MapUpdater::GetValue(int descriptor) const {
47 return old_descriptors_->GetValue(descriptor);
69 return GetValue(descriptor)->OptimalType(isolate_, representation);
81 return descriptors->GetValue(descriptor)
293 !EqualImmutableValues(GetValue(i), tmp_descriptors->GetValue(i))) {
316 if (!EqualImmutableValues(GetValue(i), tmp_descriptors->GetValue(i))) {
343 EqualImmutableValues(*new_value_, target_descriptors->GetValue(
372 !EqualImmutableValues(GetValue(i), tmp_descriptors->GetValue(i)))
    [all...]
  /external/webrtc/webrtc/base/
win32regkey.cc 121 HRESULT RegKey::GetValue(const wchar_t* full_key_name,
130 HRESULT RegKey::GetValue(const wchar_t* full_key_name,
139 HRESULT RegKey::GetValue(const wchar_t* full_key_name,
158 HRESULT RegKey::GetValue(const wchar_t* full_key_name,
177 HRESULT RegKey::GetValue(const wchar_t* full_key_name,
186 HRESULT RegKey::GetValue(const wchar_t* full_key_name,
193 HRESULT hr = RegKey::GetValue(full_key_name, value_name, buffer.accept());
200 HRESULT RegKey::GetValue(const wchar_t* full_key_name,
209 HRESULT RegKey::GetValue(const wchar_t* full_key_name,
451 hr = key.GetValue(value_name, reinterpret_cast<DWORD*>(value))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 77 /// GetValue - Check to see if AvailableVals has an entry for the specified
81 ValT GetValue(BlkT *BB) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 77 /// GetValue - Check to see if AvailableVals has an entry for the specified
81 ValT GetValue(BlkT *BB) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 77 /// GetValue - Check to see if AvailableVals has an entry for the specified
81 ValT GetValue(BlkT *BB) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 90 /// GetValue - Check to see if AvailableVals has an entry for the specified
94 ValT GetValue(BlkT *BB) {

Completed in 1016 milliseconds

12 3 4 5