Searched refs:get_value (Results 1 - 25 of 99) sorted by relevance

1234

/external/clang/test/CodeGen/
H A Dtypedef.c6 int get_value(PValue v) { function
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
H A Dexample_test.cc59 EXPECT_EQ(0.4f, matrix[0][1].get_value());
61 EXPECT_EQ(0.3f, matrix[0][2].get_value());
65 EXPECT_EQ(1.f, matrix[1][0].get_value());
68 EXPECT_EQ(2.f, matrix[1][2].get_value());
72 EXPECT_EQ(3.f, matrix[2][0].get_value());
74 EXPECT_EQ(1.f, matrix[2][1].get_value());
76 EXPECT_EQ(5.f, matrix[2][2].get_value());
85 EXPECT_EQ(-4.f, matrix[4][0].get_value());
H A Doptional_value.h33 const T& get_value() const { function in class:tensorflow::boosted_trees::utils::OptionalValue
H A Dexamples_iterable_test.cc78 EXPECT_EQ(-3.0f, example.sparse_float_features[0][0].get_value());
82 EXPECT_EQ(1.0f, example.sparse_float_features[1][1].get_value());
96 EXPECT_EQ(4.0f, example.sparse_float_features[1][0].get_value());
109 EXPECT_EQ(0.0f, example.sparse_float_features[0][0].get_value());
113 EXPECT_EQ(3.f, example.sparse_float_features[1][1].get_value());
124 EXPECT_EQ(5.0f, example.sparse_float_features[0][0].get_value());
127 EXPECT_EQ(7.0f, example.sparse_float_features[1][0].get_value());
141 EXPECT_EQ(0.0f, example.sparse_float_features[0][0].get_value());
145 EXPECT_EQ(4.3f, example.sparse_float_features[1][1].get_value());
158 EXPECT_EQ(9.0f, example.sparse_float_features[1][0].get_value());
[all...]
/external/clang/test/SemaCXX/
H A Dcxx11-user-defined-literals-unused.cpp12 double get_value() { return value<double>(); } function in namespace:rdar13589856
/external/clang/test/Analysis/
H A Dstack-addr-ps.cpp27 int get_value();
29 const int &get_reference1() { return get_value(); } // expected-warning{{Address of stack memory associated with temporary object of type 'int' returned}} expected-warning {{returning reference to local temporary}}
32 const int &x = get_value(); // expected-note {{binding reference variable 'x' here}}
37 const int &x1 = get_value(); // expected-note {{binding reference variable 'x1' here}}
61 const int &x1 = get_value(); // expected-note {{binding reference variable 'x1' here}}
/external/autotest/frontend/migrations/
H A D010_add_protection_to_hosts.py11 default_protection_value = host_protections.Protection.get_value(
/external/libxcam/modules/ocl/
H A Dcl_argument.cpp44 CLArgument::get_value (void *&adress, uint32_t &size) function in class:XCam::CLArgument
/external/lisa/libs/utils/android/
H A Dgfxinfo.py21 def get_value(token): function
68 self.__properties["janky_frames"] = get_value(frames)
70 self.__properties["janky_frames_pc"] = get_value(pc)
93 self.__properties[tokens[0]] = get_value(tokens[1])
H A Dsurfaceflinger.py21 def get_value(token): function
50 parsed_values[dim].append(get_value(value[start_index:i].strip()))
60 return get_value(value)
/external/autotest/client/common_lib/
H A Dhost_protections.py36 default = Protection.get_value(default_protection)
/external/mesa3d/src/mesa/program/
H A Dprog_opt_constant_fold.c91 get_value(struct gl_program *prog, struct prog_src_register *r, float *data) function
140 get_value(prog, &inst->SrcReg[0], a);
141 get_value(prog, &inst->SrcReg[1], b);
169 get_value(prog, &inst->SrcReg[0], a);
170 get_value(prog, &inst->SrcReg[1], b);
171 get_value(prog, &inst->SrcReg[2], c);
198 get_value(prog, &inst->SrcReg[0], a);
199 get_value(prog, &inst->SrcReg[1], b);
225 get_value(prog, &inst->SrcReg[0], a);
226 get_value(pro
[all...]
/external/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_sensors_temp.c76 get_value(const sensors_chip_name *name, const sensors_subfeature *sub) function
99 sti->current = get_value(sti->chip, sf);
107 sti->current = get_value(sti->chip, sf) * 1000;
114 sti->current = get_value(sti->chip, sf);
120 sti->critical = get_value(sti->chip, sf);
128 sti->current = get_value(sti->chip, sf) * 1000;
136 sti->min = get_value(sti->chip, sf);
141 sti->max = get_value(sti->chip, sf);
/external/selinux/gui/
H A DloginsPage.py105 while liststore.get_value(iter, 0) != "user_u":
112 self.loginsNameEntry.set_text(store.get_value(iter, 0))
115 self.loginsMLSEntry.set_text(store.get_value(iter, 2))
116 seuser = store.get_value(iter, 1)
119 while iter != None and liststore.get_value(iter, 0) != seuser:
133 login = store.get_value(iter, 0)
155 seuser = list_model.get_value(iter, 0)
175 seuser = list_model.get_value(iter, 0)
H A DportsPage.py119 p1 = int(treemodel.get_value(iter1, PORT_COL).split('-')[0])
120 p2 = int(treemodel.get_value(iter2, PORT_COL).split('-')[0])
170 self.ports_number_entry.set_text(store.get_value(iter, PORT_COL))
173 self.ports_name_entry.set_text(store.get_value(iter, TYPE_COL))
174 self.ports_mls_entry.set_text(store.get_value(iter, MLS_COL))
175 protocol = store.get_value(iter, PROTOCOL_COL)
178 while iter != None and liststore.get_value(iter, 0) != protocol:
192 port = store.get_value(iter, PORT_COL)
193 protocol = store.get_value(iter, 1)
217 protocol = list_model.get_value(ite
[all...]
H A DfcontextPage.py148 self.fcontextEntry.set_text(store.get_value(iter, SPEC_COL))
150 scontext = store.get_value(iter, TYPE_COL)
154 type = store.get_value(iter, FTYPE_COL)
157 while iter != None and liststore.get_value(iter, 0) != type:
173 fspec = store.get_value(iter, SPEC_COL)
174 ftype = store.get_value(iter, FTYPE_COL)
192 ftype = list_model.get_value(it, 0)
211 ftype = list_model.get_value(iter, 0)
H A DdomainsPage.py112 p = store.get_value(iter, 1) == _("Permissive")
123 domain = store.get_value(iter, 0)
148 domain = store.get_value(iter, 0)
/external/libexif/libexif/
H A Dexif-mnote-data-priv.h53 char * (* get_value) (ExifMnoteData *, unsigned int, char *val, unsigned int maxlen); member in struct:_ExifMnoteDataMethods
/external/deqp/external/openglcts/modules/gles31/
H A Des31cFramebufferNoAttachmentsTests.cpp313 GLint get_value = ~0; local
329 gl.getFramebufferParameteriv(target, pname, &get_value);
336 TCU_CHECK_MSG(get_value == ~0, "failed call to glGetFramebufferParameteriv() "
390 GLint get_value = ~0; local
396 gl.getFramebufferParameteriv(target, pname, &get_value);
401 TCU_CHECK_MSG(get_value == ~0, "Calling glGetFramebufferParameteriv() with invalid pname "
411 GLint get_value = ~0; local
417 gl.getFramebufferParameteriv(target, pnames[k], &get_value);
421 TCU_CHECK_MSG(get_value == valid_values[k],
437 GLint get_value local
[all...]
/external/tensorflow/tensorflow/python/keras/_impl/keras/
H A Doptimizers.py210 'lr': float(K.get_value(self.lr)),
211 'momentum': float(K.get_value(self.momentum)),
212 'decay': float(K.get_value(self.decay)),
277 'lr': float(K.get_value(self.lr)),
278 'rho': float(K.get_value(self.rho)),
279 'decay': float(K.get_value(self.decay)),
338 'lr': float(K.get_value(self.lr)),
339 'decay': float(K.get_value(self.decay)),
410 'lr': float(K.get_value(self.lr)),
412 'decay': float(K.get_value(sel
[all...]
/external/syslinux/core/lwip/src/include/lwip/
H A Dsnmp_structs.h112 void (*get_value)(struct obj_def *od, u16_t len, void *value); member in struct:mib_node
132 void (*get_value)(struct obj_def *od, u16_t len, void *value); member in struct:mib_array_node
150 void (*get_value)(struct obj_def *od, u16_t len, void *value); member in struct:mib_ram_array_node
176 void (*get_value)(struct obj_def *od, u16_t len, void *value); member in struct:mib_list_rootnode
196 void (*get_value)(struct obj_def *od, u16_t len, void *value); member in struct:mib_external_node
/external/clang/test/Sema/
H A Dwarn-thread-safety-analysis.c71 int get_value(int *p) SHARED_LOCKS_REQUIRED(foo_.mu_){
105 get_value(b_); // expected-warning{{calling function 'get_value' requires holding mutex 'foo_.mu_'}}
110 (void)(get_value(b_) == 1);
/external/libnl/python/netlink/
H A Dutil.py100 def get_value(self, key, args, kwds): member in class:MyFormatter
101 # Let default get_value() handle ints
103 return Formatter.get_value(self, key, args, kwds)
117 # No special field, have default get_value() get it
118 return Formatter.get_value(self, key, args, kwds)
/external/harfbuzz_ng/src/
H A Dhb-ot-math-table.hh80 inline hb_position_t get_value (hb_ot_math_constant_t constant, function in struct:OT::MathConstants
176 inline hb_position_t get_value (hb_codepoint_t glyph, function in struct:OT::MathItalicsCorrectionInfo
207 inline hb_position_t get_value (hb_codepoint_t glyph, function in struct:OT::MathTopAccentAttachment
251 inline hb_position_t get_value (hb_position_t correction_height, hb_font_t *font) const function in struct:OT::MathKern
317 return (base+mathKern[idx]).get_value (correction_height, font);
377 { return (this+mathItalicsCorrectionInfo).get_value (glyph, font); }
381 { return (this+mathTopAccentAttachment).get_value (glyph, font); }
700 { return (this+mathConstants).get_value (constant, font); }
/external/python/cpython2/Lib/distutils/tests/
H A Dtest_msvc9compiler.py125 self.assertRaises(KeyError, Reg.get_value, 'xxx', 'xxx')
130 v = Reg.get_value(path, u'dragfullwindows')

Completed in 858 milliseconds

1234