/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pt_fetch.c | 60 draw_pt_fetch_prepare(struct pt_fetch *fetch, in draw_pt_fetch_prepare() 150 draw_pt_fetch_run(struct pt_fetch *fetch, in draw_pt_fetch_run() 177 draw_pt_fetch_run_linear(struct pt_fetch *fetch, in draw_pt_fetch_run_linear() 206 struct pt_fetch *fetch = CALLOC_STRUCT(pt_fetch); in draw_pt_fetch_create() local 222 draw_pt_fetch_destroy(struct pt_fetch *fetch) in draw_pt_fetch_destroy()
|
D | draw_pt_vsplit.c | 86 vsplit_add_cache(struct vsplit_frontend *vsplit, unsigned fetch) in vsplit_add_cache() 114 vsplit_add_cache_uint(struct vsplit_frontend *vsplit, unsigned fetch) in vsplit_add_cache_uint() 132 #define ADD_CACHE(vsplit, fetch) vsplit_add_cache(vsplit, fetch) argument 137 #define ADD_CACHE(vsplit, fetch) vsplit_add_cache(vsplit, fetch) argument 142 #define ADD_CACHE(vsplit, fetch) vsplit_add_cache_uint(vsplit, fetch) argument
|
D | draw_pt_fetch_shade_pipeline.c | 45 struct pt_fetch *fetch; member 131 static void fetch( struct pt_fetch *fetch, in fetch() function
|
D | draw_vs_variant.c | 56 struct translate *fetch; member 273 struct translate_key fetch, emit; in draw_vs_create_variant_generic() local
|
D | draw_pt_fetch_shade_pipeline_llvm.c | 46 struct pt_fetch *fetch; member
|
/external/valgrind/coregrind/m_gdbserver/ |
D | regcache.c | 46 int fetch) in get_regcache() 203 unsigned char *register_data (int n, int fetch) in register_data() 211 unsigned char *register_data_for_supply (int n, int fetch, Bool *mod) in register_data_for_supply()
|
/external/skia/src/effects/ |
D | SkMatrixConvolutionImageFilter.cpp | 122 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() function in UncheckedPixelFetcher 129 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() function in ClampPixelFetcher 138 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() function in RepeatPixelFetcher 153 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() function in ClampToBlackPixelFetcher
|
/external/jetty/src/java/org/eclipse/jetty/security/ |
D | CrossContextPsuedoSession.java | 30 T fetch(HttpServletRequest request); in fetch() method
|
D | HashCrossContextPsuedoSession.java | 49 public T fetch(HttpServletRequest request) in fetch() method in HashCrossContextPsuedoSession
|
/external/autotest/client/site_tests/security_OpenSSLBlacklist/ |
D | security_OpenSSLBlacklist.py | 22 def fetch(self, blacklist='/dev/null'): member in security_OpenSSLBlacklist
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_test_format.c | 134 LLVMValueRef fetch = NULL; in test_format_float() local 219 LLVMValueRef fetch = NULL; in test_format_unorm8() local
|
/external/ppp/pppd/plugins/pppoatm/ |
D | text2qos.c | 19 #define fetch __atmlib_fetch macro
|
/external/okhttp/samples/crawler/src/main/java/com/squareup/okhttp/sample/ |
D | Crawler.java | 82 public void fetch(HttpUrl url) throws IOException { in fetch() method in Crawler
|
/external/chromium-trace/catapult/third_party/Paste/paste/debug/ |
D | testserver.py | 75 def fetch(path): function
|
/external/mesa3d/src/mesa/main/ |
D | texcompress.c | 476 void (*fetch)(const struct swrast_texture_image *texImage, in _mesa_decompress_image() local
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/ |
D | query.py | 51 def fetch(self, limit, offset=0): member in Query
|
/external/autotest/utils/ |
D | external_packages.py | 448 def fetch(self, dest_dir): member in ExternalPackage 1104 def fetch(self, unused_dest_dir): member in _ExternalGitRepo 1117 def fetch(self, unused_dest_dir): member in HdctoolsRepo 1216 def fetch(self, unused_dest_dir): member in BtsocketRepo
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
D | BufferedTokenStream.java | 131 protected void fetch(int n) { in fetch() method in BufferedTokenStream
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
D | template.rb | 131 def fetch( name, values = {} ) method in ANTLR3.Template.Group
|
/external/chromium-trace/catapult/third_party/typ/typ/ |
D | host.py | 188 def fetch(self, url, data=None, headers=None): member in Host
|
/external/chromium-trace/catapult/third_party/typ/typ/fakes/ |
D | host_fake.py | 245 def fetch(self, url, data=None, headers=None): member in FakeHost
|
/external/guice/extensions/persist/lib/ |
D | ejb3-persistence.jar | ... .Annotation {
public abstract javax.persistence.FetchType fetch ()
public abstract boolean optional ()
}
javax ... |
/external/libpcap/ |
D | pcap-usb-linux.c | 844 struct mon_bin_mfetch fetch; in usb_read_linux_mmap() local
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format_s3tc.c | 247 util_format_dxtn_fetch_t fetch, in util_format_dxtn_rgb_unpack_rgba_8unorm() 315 util_format_dxtn_fetch_t fetch, in util_format_dxtn_rgb_unpack_rgba_float()
|
/external/mesa3d/src/gallium/auxiliary/translate/ |
D | translate_generic.c | 56 fetch_func fetch; member
|