| /third_party/node/deps/npm/lib/commands/ |
| D | team.js | 42 async exec ([cmd, entity = '', user = '']) { argument 68 async create (entity, opts) { argument 82 async destroy (entity, opts) { argument 96 async add (entity, user, opts) { argument 111 async rm (entity, user, opts) { argument 126 async listUsers (entity, opts) { argument 140 async listTeams (entity, opts) { argument
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
| D | macro_checker.py | 65 def haveLinkTarget(self, entity): argument 83 def addLinkToEntity(self, entity, context): argument 89 def seenRefPage(self, entity): argument 93 def addRefPage(self, entity): argument 97 def findMacroAndEntity(self, macro, entity): argument 104 def findEntity(self, entity): argument 111 def findEntityCaseInsensitive(self, entity): argument
|
| D | entity_db.py | 231 def findMacroAndEntity(self, macro, entity): argument 237 def findEntity(self, entity): argument 256 def findEntityCaseInsensitive(self, entity): argument 301 def entityHasValidity(self, entity): argument
|
| D | macro_checker_file.py | 164 def shouldEntityBeText(entity, subscript): argument 898 def checkIncludeRefPageRelation(self, entity, generated_type): argument 1454 def handleIncludeMissingRefPage(self, entity, generated_type): argument 1468 def handleIncludeMismatchRefPage(self, entity, generated_type): argument 1579 def computeExpectedRefPageFromInclude(self, entity): argument 1584 def makeRefPageTag(self, entity, data=None, argument
|
| D | console_printer.py | 176 def makeRowOfBroken(entity, uses): argument 198 def makeRowOfMissing(entity): argument
|
| D | shared.py | 83 def generateInclude(dir_traverse, generated_type, category, entity): argument
|
| D | consistency_tools.py | 422 def set_error_context(self, entity=None, elem=None): argument
|
| /third_party/node/deps/npm/node_modules/libnpmteam/lib/ |
| D | index.js | 9 cmd.create = (entity, opts = {}) => { argument 23 cmd.destroy = async (entity, opts = {}) => { argument 48 cmd.rm = async (user, entity, opts = {}) => { argument 75 cmd.lsUsers.stream = (entity, opts = {}) => { argument 89 function splitEntity (entity = '') { argument
|
| /third_party/icu/tools/currency/src/com/ibm/icu/dev/tool/currency/ |
| D | CurrencyDataEntry.java | 16 private String entity; field in CurrencyDataEntry 25 …private CurrencyDataEntry(String entity, String currency, String alphabeticCode, Integer numericCo… in CurrencyDataEntry() 36 public String entity() { in entity() method in CurrencyDataEntry 79 public Builder setEntity(String entity) { in setEntity()
|
| /third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/ |
| D | gstv4l2codecdevice.c | 131 struct media_v2_entity *entity = in find_v4l_entity() local 164 struct media_v2_entity *entity = in find_codec_entity() local 182 struct media_v2_entity *entity, struct media_v2_pad **sink_pad, in find_codec_entity_pads() 271 struct media_v2_entity *entity) in find_video_devnode() 350 struct media_v2_entity *entity = (struct media_v2_entity *) c->data; in gst_v4l2_codec_find_devices() local
|
| /third_party/NuttX/drivers/usbdev/gadget/ |
| D | f_dfu.c | 296 struct usb_dfu_entity *entity = usb_dfu_get_entity(0); in usb_dfu_running() local 308 struct usb_dfu_entity *entity = usb_dfu_get_entity(0); in usb_dfu_update_status() local 320 struct usb_dfu_entity *entity = usb_dfu_get_entity(0); in usb_dfu_update_size_get() local 332 struct usb_dfu_entity *entity = usb_dfu_get_entity(0); in dfu_ram_read() local 364 struct usb_dfu_entity *entity = usb_dfu_get_entity(0); in dfu_ram_write() local 493 struct usb_dfu_entity *entity = usb_dfu_get_entity(0); in usbdev_dfu_transaction_cleanup() local 802 struct usb_dfu_entity *entity = usb_dfu_get_entity(0); in dfu_manifest_sync_request() local 837 struct usb_dfu_entity *entity = usb_dfu_get_entity(0); in dfu_manifest_request() local 1012 static int dfu_ram_init_env(struct usb_dfu_entity *entity, char *envstr) in dfu_ram_init_env() 1056 struct usb_dfu_entity *entity; in usb_dfu_init_env_entities() local
|
| /third_party/typescript/tests/cases/compiler/ |
| D | inferenceDoesntCompareAgainstUninstantiatedTypeParameter.ts | 2 constructor(private entity?: TEntityClass, public settings?: SettingsInterface<TEntityClass>) { property in ClassA
|
| /third_party/vk-gl-cts/framework/xexml/ |
| D | xeXMLParser.cpp | 533 static char getEntityValue (const std::string& entity) in getEntityValue() 561 std::string entity; in parseEntityValue() local
|
| /third_party/typescript/src/compiler/ |
| D | symbolWalker.ts | 182 const entity = getResolvedSymbol(getFirstIdentifier(query.exprName)); constant
|
| /third_party/vk-gl-cts/executor/ |
| D | xeXMLWriter.cpp | 86 const char* entity = getEscapeEntity(s[inPos]); in xsputn() local
|
| /third_party/typescript/tests/baselines/reference/ |
| D | inferenceDoesntCompareAgainstUninstantiatedTypeParameter.js | 40 function ClassA(entity, settings) { argument
|
| /third_party/skia/third_party/externals/expat/expat/lib/ |
| D | xmlparse.c | 406 ENTITY *entity; member 2857 ENTITY *entity; in doContent() local 4608 ENTITY *entity = (ENTITY *)lookup(parser, &dtd->paramEntities, in doProlog() local 4655 ENTITY *entity = (ENTITY *)lookup(parser, &dtd->paramEntities, in doProlog() local 5170 ENTITY *entity; in doProlog() local 5504 processInternalEntity(XML_Parser parser, ENTITY *entity, XML_Bool betweenDecl) { in processInternalEntity() 5570 ENTITY *entity; in internalEntityProcessor() local 5736 ENTITY *entity; in appendAttributeValue() local 5902 ENTITY *entity; in storeEntityValue() local 6051 storeSelfEntityValue(XML_Parser parser, ENTITY *entity) { in storeSelfEntityValue() [all …]
|
| /third_party/python/Modules/expat/ |
| D | xmlparse.c | 395 ENTITY *entity; member 2809 ENTITY *entity; in doContent() local 4558 ENTITY *entity = (ENTITY *)lookup(parser, &dtd->paramEntities, in doProlog() local 4605 ENTITY *entity = (ENTITY *)lookup(parser, &dtd->paramEntities, in doProlog() local 5088 ENTITY *entity; in doProlog() local 5422 processInternalEntity(XML_Parser parser, ENTITY *entity, XML_Bool betweenDecl) { in processInternalEntity() 5488 ENTITY *entity; in internalEntityProcessor() local 5649 ENTITY *entity; in appendAttributeValue() local 5816 ENTITY *entity; in storeEntityValue() local 7377 entityTrackingReportStats(XML_Parser rootParser, ENTITY *entity, in entityTrackingReportStats() [all …]
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/ |
| D | UnitsConverter.java | 403 private void addEntity(String entity, int power) { in addEntity()
|
| /third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/ |
| D | media.h | 211 __u32 entity; /* entity ID */ member 233 __u32 entity; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
| D | NVPTXUtilities.cpp | 81 GlobalValue *entity = in cacheAnnotationFromMD() local
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
| D | tinyxmlparser.cpp | 43 TiXmlBase::Entity TiXmlBase::entity[ TiXmlBase::NUM_ENTITY ] = member in TiXmlBase
|
| D | tinyxml.h | 412 static Entity entity[ NUM_ENTITY ]; variable
|
| /third_party/gstreamer/gstplugins_good/gst/isomp4/ |
| D | qtdemux_tags.c | 191 guint8 *entity; in qtdemux_tag_add_classification() local
|
| /third_party/python/Modules/ |
| D | _elementtree.c | 3063 PyObject *entity; member
|