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

1 2 3 4 5

  /external/clang/test/CodeGen/
typedef.c 6 int get_value(PValue v) { function
  /external/clang/test/SemaCXX/
cxx11-user-defined-literals-unused.cpp 12 double get_value() { return value<double>(); } function in namespace:rdar13589856
  /external/clang/test/Analysis/
stack-addr-ps.cpp 27 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/
010_add_protection_to_hosts.py 11 default_protection_value = host_protections.Protection.get_value(
  /external/autotest/client/site_tests/desktopui_SonicExtension/extension_pages/
web_elements.py 55 def get_value(self): member in class:TextBox
77 if self.get_value() != value:
101 if value == 'on' and not self.get_value():
103 elif value == 'off' and self.get_value():
107 def get_value(self): member in class:CheckBox
130 def get_value(self): member in class:ScrollBox
149 def get_value(self): member in class:WebElementBox
  /external/lisa/libs/utils/android/
gfxinfo.py 21 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])
surfaceflinger.py 21 def get_value(token): function
50 parsed_values[dim].append(get_value(value[start_index:i].strip()))
60 return get_value(value)
  /tools/test/connectivity/acts/framework/acts/libs/config/
schema.py 34 def get_value(self): member in class:ConfigDataHandler
56 value = self.owner.inner.get_value(self.key)
98 def get_value(self, key): member in class:ConfigSchema
109 return handler.get_value()
112 return self.DEFAULT_HANDLER.get_value()
base.py 64 def get_value(self, key): member in class:ConfigWrapper
106 Unlike get_value, this will return the true value of a config. This
115 value = self.get_value(key)
data_source.py 40 def get_value(self, key): member in class:DictConfigDataSource
133 def get_value(self, key): member in class:MergeConfigDataSource
139 values = [c.get_value(key) for c in self.configs if c.has_value(key)]
  /external/mesa3d/src/mesa/program/
prog_opt_constant_fold.c 91 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(prog, &inst->SrcReg[1], b)
    [all...]
  /external/autotest/client/common_lib/
host_protections.py 36 default = Protection.get_value(default_protection)
enum.py 18 >>> e.get_value('String one')
58 def get_value(self, name): member in class:Enum
  /external/mesa3d/src/gallium/auxiliary/hud/
hud_sensors_temp.c 76 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/libexif/libexif/
exif-mnote-data-priv.h 53 char * (* get_value) (ExifMnoteData *, unsigned int, char *val, unsigned int maxlen); member in struct:_ExifMnoteDataMethods
  /external/selinux/gui/
portsPage.py 122 p1 = int(treemodel.get_value(iter1, PORT_COL).split('-')[0])
123 p2 = int(treemodel.get_value(iter2, PORT_COL).split('-')[0])
173 self.ports_number_entry.set_text(store.get_value(iter, PORT_COL))
176 self.ports_name_entry.set_text(store.get_value(iter, TYPE_COL))
177 self.ports_mls_entry.set_text(store.get_value(iter, MLS_COL))
178 protocol = store.get_value(iter, PROTOCOL_COL)
181 while iter != None and liststore.get_value(iter, 0) != protocol:
195 port = store.get_value(iter, PORT_COL)
196 protocol = store.get_value(iter, 1)
220 protocol = list_model.get_value(iter, 0
    [all...]
fcontextPage.py 151 self.fcontextEntry.set_text(store.get_value(iter, SPEC_COL))
153 scontext = store.get_value(iter, TYPE_COL)
157 type = store.get_value(iter, FTYPE_COL)
160 while iter != None and liststore.get_value(iter, 0) != type:
176 fspec = store.get_value(iter, SPEC_COL)
177 ftype = store.get_value(iter, FTYPE_COL)
195 ftype = list_model.get_value(it,0)
214 ftype = list_model.get_value(iter, 0)
loginsPage.py 109 while liststore.get_value(iter, 0) != "user_u":
116 self.loginsNameEntry.set_text(store.get_value(iter, 0))
119 self.loginsMLSEntry.set_text(store.get_value(iter, 2))
120 seuser = store.get_value(iter, 1)
123 while iter != None and liststore.get_value(iter, 0) != seuser:
137 login = store.get_value(iter, 0)
159 seuser = list_model.get_value(iter, 0)
179 seuser = list_model.get_value(iter, 0)
usersPage.py 104 self.selinuxUserEntry.set_text(store.get_value(iter, 0))
106 self.mlsRangeEntry.set_text(store.get_value(iter, 1))
107 self.selinuxRolesEntry.set_text(store.get_value(iter, 2))
148 user = store.get_value(iter, 0)
  /external/syslinux/core/lwip/src/include/lwip/
snmp_structs.h 112 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/
warn-thread-safety-analysis.c 71 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/
util.py 100 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/
hb-ot-math-table.hh 80 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/fio/tools/
fiologparser.py 47 results = [ts.get_value(start, end) for ts in series]
59 results = [ts.get_value(start, end) for ts in series]
71 results = [ts.get_value(start, end) for ts in series]
143 results = [ts.get_value(start, end) for ts in series]
182 def get_value(self, start, end): member in class:TimeSeries
  /external/libpng/contrib/pngminus/
pnm2png.c 58 png_uint_32 get_value (FILE *pnm_file, int depth);
401 *pix_ptr++ = get_value (pnm_file, bit_depth);
404 tmp16 = get_value (pnm_file, bit_depth);
418 *pix_ptr++ = get_value (alpha_file, bit_depth);
421 tmp16 = get_value (alpha_file, bit_depth);
586 * get_value() - takes first (numeric) string and converts into number,
590 png_uint_32 get_value (FILE *pnm_file, int depth) function

Completed in 379 milliseconds

1 2 3 4 5