Searched defs:Db (Results  1 – 7 of 7) sorted by relevance
| /external/swiftshader/third_party/llvm-subzero/lib/Demangle/ | 
| D | ItaniumDemangle.cpp | 4203 struct Db {  struct4204   typedef std::vector<string_pair<std::string>> sub_type;
 4205   typedef std::vector<sub_type> template_param_type;
 4206   sub_type names;
 4207   template_param_type subs;
 4208   std::vector<template_param_type> template_param;
 4209   unsigned cv = 0;
 4210   unsigned ref = 0;
 4211   unsigned encoding_depth = 0;
 4212   bool parsed_ctor_dtor_cv = false;
 [all …]
 
 | 
| /external/ImageMagick/tests/ | 
| D | validate.c | 535   const double blue,double *Y,double *Db,double *Dr)  in ConvertRGBToYDbDr()542 static void ConvertYDbDrToRGB(const double Y,const double Db,const double Dr,  in ConvertYDbDrToRGB()
 910     Db,  in ValidateRGBToYDbDr()  local
 
 | 
| /external/ImageMagick/MagickCore/ | 
| D | colorspace.c | 416   const double blue,double *Y,double *Db,double *Dr)  in ConvertRGBToYDbDr()1780 static void ConvertYDbDrToRGB(const double Y,const double Db,const double Dr,  in ConvertYDbDrToRGB()
 
 | 
| /external/chromium-trace/catapult/third_party/polymer/components/shadycss/ | 
| D | scoping-shim.min.js | 49 function Db(a,b,c){var e=Eb(a,b),d=P(e),f=d.l;e===a.c||f||(Db(a,e,d),f=d.l);a=Object.create(f||null…  class
 | 
| /external/sqlite/dist/orig/ | 
| D | sqlite3.c | 14624 typedef struct Db Db;  typedef16616 struct Db {  struct
 16617   char *zDbSName;      /* Name of this database. (schema name, not filename) */  argument
 16628 ** the Schema for the TEMP databaes (sqlite3.aDb[1]) which is free-standing.  argument
 
 | 
| /external/sqlite/dist/ | 
| D | sqlite3.c | 14624 typedef struct Db Db;  typedef16616 struct Db {  struct
 16617   char *zDbSName;      /* Name of this database. (schema name, not filename) */  argument
 16628 ** the Schema for the TEMP databaes (sqlite3.aDb[1]) which is free-standing.  argument
 
 | 
| /external/rust/crates/libsqlite3-sys/sqlite3/ | 
| D | sqlite3.c | 14783 typedef struct Db Db;  typedef16748 struct Db {  struct
 16749   char *zDbSName;      /* Name of this database. (schema name, not filename) */  argument
 16760 ** the Schema for the TEMP databaes (sqlite3.aDb[1]) which is free-standing.  argument
 
 |