/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
D | prog_opt_constant_fold.c | 90 get_value(struct gl_program *prog, struct prog_src_register *r, float *data) in get_value() function 146 get_value(prog, &inst->SrcReg[0], a); in _mesa_constant_fold() 147 get_value(prog, &inst->SrcReg[1], b); in _mesa_constant_fold() 175 get_value(prog, &inst->SrcReg[0], a); in _mesa_constant_fold() 176 get_value(prog, &inst->SrcReg[1], b); in _mesa_constant_fold() 177 get_value(prog, &inst->SrcReg[2], c); in _mesa_constant_fold() 204 get_value(prog, &inst->SrcReg[0], a); in _mesa_constant_fold() 205 get_value(prog, &inst->SrcReg[1], b); in _mesa_constant_fold() 235 get_value(prog, &inst->SrcReg[0], a); in _mesa_constant_fold() 236 get_value(prog, &inst->SrcReg[1], b); in _mesa_constant_fold() [all …]
|
/external/mesa3d/src/mesa/program/ |
D | prog_opt_constant_fold.c | 90 get_value(struct gl_program *prog, struct prog_src_register *r, float *data) in get_value() function 146 get_value(prog, &inst->SrcReg[0], a); in _mesa_constant_fold() 147 get_value(prog, &inst->SrcReg[1], b); in _mesa_constant_fold() 175 get_value(prog, &inst->SrcReg[0], a); in _mesa_constant_fold() 176 get_value(prog, &inst->SrcReg[1], b); in _mesa_constant_fold() 177 get_value(prog, &inst->SrcReg[2], c); in _mesa_constant_fold() 204 get_value(prog, &inst->SrcReg[0], a); in _mesa_constant_fold() 205 get_value(prog, &inst->SrcReg[1], b); in _mesa_constant_fold() 235 get_value(prog, &inst->SrcReg[0], a); in _mesa_constant_fold() 236 get_value(prog, &inst->SrcReg[1], b); in _mesa_constant_fold() [all …]
|
/external/clang/test/Analysis/ |
D | stack-addr-ps.cpp | 27 int get_value(); 29 const int &get_reference1() { return get_value(); } // expected-warning{{Address of stack memory as… in get_reference1() 32 const int &x = get_value(); // expected-note {{binding reference variable 'x' here}} in get_reference2() 37 const int &x1 = get_value(); // expected-note {{binding reference variable 'x1' here}} in get_reference3() 61 const int &x1 = get_value(); // expected-note {{binding reference variable 'x1' here}} in f4()
|
/external/clang/test/Sema/ |
D | warn-thread-safety-analysis.c | 71 int get_value(int *p) SHARED_LOCKS_REQUIRED(foo_.mu_){ in get_value() function 104 …get_value(b_); // expected-warning{{calling function 'get_value' requires holding mutex 'foo_.mu_'… in main() 109 (void)(get_value(b_) == 1); in main()
|
/external/libpng/contrib/pngminus/ |
D | pnm2png.c | 56 png_uint_32 get_value (FILE *pnm_file, int depth); 394 *pix_ptr++ = get_value (pnm_file, bit_depth); in pnm2png() 397 tmp16 = get_value (pnm_file, bit_depth); in pnm2png() 411 *pix_ptr++ = get_value (alpha_file, bit_depth); in pnm2png() 414 tmp16 = get_value (alpha_file, bit_depth); in pnm2png() 573 png_uint_32 get_value (FILE *pnm_file, int depth) in get_value() function
|
/external/pixman/demos/ |
D | scale.c | 131 get_value (app_t *app, const named_int_t table[], const char *box_name) in get_value() function 236 get_value (app, filters, "reconstruct_x_combo_box"), in rescale() 237 get_value (app, filters, "reconstruct_y_combo_box"), in rescale() 238 get_value (app, filters, "sample_x_combo_box"), in rescale() 239 get_value (app, filters, "sample_y_combo_box"), in rescale() 246 app->original, get_value (app, repeats, "repeat_combo_box")); in rescale()
|
/external/chromium_org/third_party/bintrees/bintrees/ |
D | treemixin.py | 158 self.get_value(key) 263 return self.get_value(key) 351 def get_value(self, key): member in TreeMixin 375 return self.get_value(key) 405 return self.get_value(key) 416 value = self.get_value(key)
|
D | qbintree.pyx | 44 def get_value(self, key): member in cBinaryTree
|
D | qavltree.pyx | 44 def get_value(self, key): member in cAVLTree
|
D | qrbtree.pyx | 44 def get_value(self, key): member in cRBTree
|
/external/chromium_org/cc/quads/ |
D | list_container_unittest.cc | 37 int get_value() { return value; } in get_value() function in cc::__anon3e9ef7150111::SimpleDrawQuad 80 EXPECT_EQ(kMagicNumberToUseForDrawQuadOne, dq_1->get_value()); in TEST() 81 EXPECT_EQ(kMagicNumberToUseForDrawQuadTwo, dq_2->get_value()); in TEST() 455 EXPECT_EQ(i, static_cast<SimpleDrawQuad*>(&*iter)->get_value()); in TEST() 480 EXPECT_EQ(i, (*sdq_iter)->get_value()); in TEST() 502 EXPECT_EQ(i, (*dq_iter)->get_value()); in TEST() 524 EXPECT_EQ(i, (*dq_iter)->get_value()); in TEST()
|
/external/clang/test/CodeGen/ |
D | typedef.c | 6 int get_value(PValue v) { in get_value() function
|
/external/libexif/libexif/ |
D | exif-mnote-data.c | 147 if (!d || !d->methods.get_value) return NULL; in exif_mnote_data_get_value() 148 return d->methods.get_value (d, n, val, maxlen); in exif_mnote_data_get_value()
|
D | exif-mnote-data-priv.h | 53 char * (* get_value) (ExifMnoteData *, unsigned int, char *val, unsigned int maxlen); member
|
/external/clang/test/SemaCXX/ |
D | cxx11-user-defined-literals-unused.cpp | 12 double get_value() { return value<double>(); } in get_value() function
|
/external/skia/tests/ |
D | PointTest.cpp | 60 template <typename T> T get_value(skiatest::Reporter* reporter, T value) { in get_value() function 87 SkScalar bigFloat = get_value(reporter, 3.4e38f); in test_overflow()
|
/external/chromium_org/third_party/skia/tests/ |
D | PointTest.cpp | 60 template <typename T> T get_value(skiatest::Reporter* reporter, T value) { in get_value() function 87 SkScalar bigFloat = get_value(reporter, 3.4e38f); in test_overflow()
|
/external/jsoncpp/ |
D | amalgamate.py | 39 def get_value( self ): member in AmalgamationFile 47 f.write( self.get_value() )
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | parse-options.c | 35 static int get_value(struct parse_opt_ctx_t *p, in get_value() function 192 return get_value(p, options, OPT_SHORT); in parse_short_opt() 267 return get_value(p, options, flags); in parse_long_opt() 279 return get_value(p, abbrev_option, abbrev_flags); in parse_long_opt()
|
D | config.c | 126 static int get_value(config_fn_t fn, void *data, char *name, unsigned int len) in get_value() function 263 if (get_value(fn, data, var, baselen+1) < 0) in perf_parse_file()
|
/external/lldb/examples/summaries/cocoa/ |
D | cache.py | 28 def get_value(self,key,default=None): member in Cache
|
D | objc_runtime.py | 588 self.runtime_version = runtime_version.get_value(self.pid) 594 self.is_lion = os_version.get_value(self.pid) 600 self.types_cache = types_caches.get_value(self.pid) 609 self.isa_cache = isa_caches.get_value(self.pid) 742 data = self.sys_params.isa_cache.get_value(self.isa_value,default=None)
|
/external/pixman/test/ |
D | composite.c | 185 get_value (pixman_image_t *image) in get_value() function 337 if (!pixel_checker_check (&checker, get_value (dst->image), &expected)) in composite_test() 366 pixel = get_value (dst->image); in composite_test()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_wm_pass0.c | 49 static struct brw_wm_value *get_value( struct brw_wm_compile *c) in get_value() function 254 out->dst[i] = get_value(c); in pass0_set_dst()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
D | brw_wm_pass0.c | 49 static struct brw_wm_value *get_value( struct brw_wm_compile *c) in get_value() function 254 out->dst[i] = get_value(c); in pass0_set_dst()
|