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

/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/jsoncpp/
H A Damalgamate.py39 def get_value( self ): member in class:AmalgamationFile
47 f.write( str.encode(self.get_value(), 'UTF-8') )
/external/autotest/client/site_tests/desktopui_SonicExtension/extension_pages/
H A Dweb_elements.py55 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/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/mesa3d/src/mesa/program/
H A Dprog_opt_constant_fold.c90 get_value(struct gl_program *prog, struct prog_src_register *r, float *data) function
146 get_value(prog, &inst->SrcReg[0], a);
147 get_value(prog, &inst->SrcReg[1], b);
175 get_value(prog, &inst->SrcReg[0], a);
176 get_value(prog, &inst->SrcReg[1], b);
177 get_value(prog, &inst->SrcReg[2], c);
204 get_value(prog, &inst->SrcReg[0], a);
205 get_value(prog, &inst->SrcReg[1], b);
235 get_value(prog, &inst->SrcReg[0], a);
236 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/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_wm_pass0.c49 static struct brw_wm_value *get_value( struct brw_wm_compile *c) function
254 out->dst[i] = get_value(c);
/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/autotest/server/hosts/
H A Dabstract_ssh.py15 get_value = global_config.get_config_value variable
16 enable_master_ssh = get_value('AUTOSERV', 'enable_master_ssh', type=bool,
701 AUTOTEST_GB_DISKSPACE_REQUIRED = get_value("SERVER",
/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/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/deqp/modules/gles31/scripts/
H A Dgen-implicit-conversions.py767 "INVALUE": self.get_value(),
771 def get_value(self): member in class:InvalidStructCase
/external/libpng/contrib/pngminus/
H A Dpnm2png.c58 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
/external/autotest/server/
H A Dautotest.py24 get_value = global_config.global_config.get_config_value variable
25 autoserv_prebuild = get_value('AUTOSERV', 'enable_server_prebuild',
/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/kmod/libkmod/
H A Dlibkmod-config.c926 const char *(*get_value)(const struct kmod_list *l); member in struct:kmod_config_iter
954 iter->get_value = kmod_command_get_command;
959 iter->get_value = kmod_command_get_command;
964 iter->get_value = kmod_alias_get_modname;
969 iter->get_value = kmod_option_get_options;
974 iter->get_value = softdep_get_plain_softdep;
1142 if (iter->get_value == NULL)
1149 s = i->data = (void *) iter->get_value(iter->curr);
1151 s = iter->get_value(iter->curr);
/external/ltp/utils/ffsb-6.0-rc2/
H A Dparser.c517 void *get_value(config_options_t * config, char *name) function
533 return get_value(config, name);
538 void *value = get_value(config, name);
546 void *value = get_value(config, name);
554 void *value = get_value(config, name);
562 void *value = get_value(config, name);
935 list_head = (value_list_t *) get_value(config, "size_weight");
975 (value_list_t *) get_value(config,
987 (value_list_t *) get_value(config,
/external/mesa3d/src/glsl/
H A Dir.h1232 ir_rvalue *get_value() const function in class:ir_return
/external/webrtc/talk/app/webrtc/java/jni/
H A Dpeerconnection_jni.cc459 jmethodID get_value = GetMethodID(jni, local
462 jni->CallObjectMethod(entry, get_value));
/external/v8/src/parsing/
H A Dparser.cc4885 Statement* get_value; local
4891 get_value = factory()->NewExpressionStatement(property, nopos);
4978 // The rewriter needs to process the get_value statement only, hence we
4992 do_block->statements()->Add(get_value, zone());
/external/mesa3d/include/GL/
H A Dvms_x_fix.h907 #define cli$get_value CLI$GET_VALUE

Completed in 1781 milliseconds