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

/external/clang/test/CodeGen/
H A Dtypedef.c6 int get_value(PValue v) { function
/external/clang/test/SemaCXX/
H A Dcxx11-user-defined-literals-unused.cpp12 double get_value() { return value<double>(); } function in namespace:rdar13589856
/external/lldb/examples/summaries/cocoa/
H A Dcache.py28 def get_value(self,key,default=None): member in class:Cache
/external/jsoncpp/
H A Damalgamate.py39 def get_value( self ): member in class:AmalgamationFile
47 f.write( self.get_value() )
/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/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.cpp60 template <typename T> T get_value(skiatest::Reporter* reporter, T value) { function
75 // be no-op'd, so we add a runtime tests (just like get_value) to force
87 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/linux-tools-perf/src/tools/perf/util/
H A Dparse-options.c35 static int get_value(struct parse_opt_ctx_t *p, function
192 return get_value(p, options, OPT_SHORT);
267 return get_value(p, options, flags);
279 return get_value(p, abbrev_option, abbrev_flags);
H A Dconfig.c126 static int get_value(config_fn_t fn, void *data, char *name, unsigned int len) function
263 if (get_value(fn, data, var, baselen+1) < 0)
/external/toybox/toys/pending/
H A Dexpr.c186 static void get_value(struct value *v) function
209 get_value(v);
243 get_value(tok);
266 get_value(&tok); // warm up the parser with the initial value
/external/deqp/modules/gles31/scripts/
H A Dgen-implicit-conversions.py745 "INVALUE": self.get_value(),
749 def get_value(self): member in class:InvalidStructCase
/external/libpng/contrib/pngminus/
H A Dpnm2png.c56 png_uint_32 get_value (FILE *pnm_file, int depth);
394 *pix_ptr++ = get_value (pnm_file, bit_depth);
397 tmp16 = get_value (pnm_file, bit_depth);
411 *pix_ptr++ = get_value (alpha_file, bit_depth);
414 tmp16 = get_value (alpha_file, bit_depth);
569 * get_value() - takes first (numeric) string and converts into number,
573 png_uint_32 get_value (FILE *pnm_file, int depth) function
/external/chromium-trace/trace-viewer/third_party/WebOb/webob/
H A Dcookies.py684 def get_value(self): member in class:CookieProfile
/external/linux-tools-perf/src/tools/lib/traceevent/
H A Dparse-filter.c1583 get_value(struct event_format *event, function
1668 return get_value(event, arg->field.field, record);
1743 addr = get_value(event, arg->str.field, record);
/external/mesa3d/src/glsl/
H A Dir.h1232 ir_rvalue *get_value() const function in class:ir_return
/external/lldb/tools/debugserver/source/
H A DRNBRemote.cpp1548 get_value (std::string &line) function
1584 std::string value = get_value (line);
/external/pcre/dist/
H A Dpcretest.c1965 get_value(pcre_uint8 *str, pcre_uint8 **endptr) function
3134 ((size_offsets = get_value((pcre_uint8 *)argv[op+1], &endptr)),
3146 if (argc > 2 && (temp = get_value((pcre_uint8 *)argv[op+1], &endptr),
3157 ((stack_size = get_value((pcre_uint8 *)argv[op+1], &endptr)),
/external/mesa3d/include/GL/
H A Dvms_x_fix.h907 #define cli$get_value CLI$GET_VALUE

Completed in 1144 milliseconds