Searched defs:get_value (Results 1 - 25 of 49) sorted by relevance

12

/external/clang/test/CodeGen/
H A Dtypedef.c6 int get_value(PValue v) { function
/external/autotest/client/common_lib/
H A Denum.py18 >>> e.get_value('String one')
58 def get_value(self, name): member in class:Enum
/external/clang/test/SemaCXX/
H A Dcxx11-user-defined-literals-unused.cpp12 double get_value() { return value<double>(); } function in namespace:rdar13589856
/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/jsoncpp/
H A Damalgamate.py39 def get_value( self ): member in class:AmalgamationFile
47 f.write( str.encode(self.get_value(), 'UTF-8') )
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
H A Doptional_value.h33 const T& get_value() const { function in class:tensorflow::boosted_trees::utils::OptionalValue
/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/fio/tools/
H A Dfiologparser.py47 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/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/autotest/client/bin/
H A Dsite_sysinfo.py13 get_value = global_config.global_config.get_config_value variable
14 collect_corefiles = get_value('CLIENT', 'collect_corefiles',
/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/python/cpython2/Lib/multiprocessing/
H A Dsynchronize.py113 def get_value(self): member in class:Semaphore
/external/python/cpython3/Lib/
H A Dstring.py248 def get_value(self, key, args, kwargs): member in class:Formatter
295 obj = self.get_value(first, args, kwargs)
/external/skia/tests/
H A DPointTest.cpp59 template <typename T> T get_value(skiatest::Reporter* reporter, T value) { function
74 // be no-op'd, so we add a runtime tests (just like get_value) to force
86 SkScalar bigFloat = get_value(reporter, 3.4e38f);
/external/skqp/tests/
H A DPointTest.cpp59 template <typename T> T get_value(skiatest::Reporter* reporter, T value) { function
74 // be no-op'd, so we add a runtime tests (just like get_value) to force
86 SkScalar bigFloat = get_value(reporter, 3.4e38f);
/external/fonttools/Lib/fontTools/
H A Dinspect.py154 def get_value(self): member in class:Row
/external/fonttools/Tools/fontTools/
H A Dinspect.py154 def get_value(self): member in class:Row
/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/pdfium/fxjs/
H A Dcjs_event.cpp271 CJS_Return event::get_value(CJS_Runtime* pRuntime) { function in class:event
/external/python/cpython3/Lib/multiprocessing/
H A Dsynchronize.py129 def get_value(self): member in class:Semaphore
/external/python/cpython3/Lib/test/
H A Dtest_string.py111 def get_value(self, key, args, kwds): member in class:ModuleTest.test_override_get_value.NamespaceFormatter
119 string.Formatter.get_value(key, args, kwds)
/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/autotest/server/hosts/
H A Dabstract_ssh.py17 get_value = global_config.get_config_value variable
18 enable_master_ssh = get_value('AUTOSERV', 'enable_master_ssh', type=bool,
775 AUTOTEST_GB_DISKSPACE_REQUIRED = get_value("SERVER",

Completed in 881 milliseconds

12