Home
last modified time | relevance | path

Searched defs:entity (Results 1 – 25 of 42) sorted by relevance

12

/third_party/node/deps/npm/node_modules/libnpmteam/
Dindex.js16 cmd.create = (entity, opts) => { argument
29 cmd.destroy = (entity, opts) => { argument
41 cmd.add = (user, entity, opts) => { argument
54 cmd.rm = (user, entity, opts) => { argument
79 cmd.lsUsers = (entity, opts) => { argument
83 cmd.lsUsers.stream = (entity, opts) => { argument
97 function splitEntity (entity = '') { argument
/third_party/node/deps/npm/lib/
Dteam.js54 function team ([cmd, entity = '', user = ''], cb) { argument
83 function teamCreate (entity, opts) { argument
98 function teamDestroy (entity, opts) { argument
113 function teamAdd (entity, user, opts) { argument
129 function teamRm (entity, user, opts) { argument
145 function teamListUsers (entity, opts) { argument
159 function teamListTeams (entity, opts) { argument
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
Dmacro_checker.py65 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
Dentity_db.py231 def findMacroAndEntity(self, macro, entity): argument
237 def findEntity(self, entity): argument
256 def findEntityCaseInsensitive(self, entity): argument
301 def entityHasValidity(self, entity): argument
Dmacro_checker_file.py164 def shouldEntityBeText(entity, subscript): argument
898 def checkIncludeRefPageRelation(self, entity, generated_type): argument
1481 def handleIncludeMissingRefPage(self, entity, generated_type): argument
1495 def handleIncludeMismatchRefPage(self, entity, generated_type): argument
1606 def computeExpectedRefPageFromInclude(self, entity): argument
1611 def makeRefPageTag(self, entity, data=None, argument
Dconsole_printer.py176 def makeRowOfBroken(entity, uses): argument
198 def makeRowOfMissing(entity): argument
Dshared.py83 def generateInclude(dir_traverse, generated_type, category, entity): argument
Dconsistency_tools.py541 def set_error_context(self, entity=None, elem=None): argument
/third_party/icu/tools/currency/src/com/ibm/icu/dev/tool/currency/
DCurrencyDataEntry.java16 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/
Dgstv4l2codecdevice.c131 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/
Df_dfu.c296 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/node/deps/npm/node_modules/libnpmaccess/
Dindex.js41 cmd.grant = (spec, entity, permissions, opts) => { argument
61 cmd.revoke = (spec, entity, opts) => { argument
78 cmd.lsPackages = (entity, opts) => { argument
93 cmd.lsPackages.stream = (entity, opts) => { argument
192 function splitEntity (entity = '') { argument
/third_party/typescript/tests/cases/compiler/
DinferenceDoesntCompareAgainstUninstantiatedTypeParameter.ts2 constructor(private entity?: TEntityClass, public settings?: SettingsInterface<TEntityClass>) { property in ClassA
/third_party/vk-gl-cts/framework/xexml/
DxeXMLParser.cpp533 static char getEntityValue (const std::string& entity) in getEntityValue()
561 std::string entity; in parseEntityValue() local
/third_party/typescript/src/compiler/
DsymbolWalker.ts185 const entity = getResolvedSymbol(getFirstIdentifier(query.exprName)); constant
/third_party/vk-gl-cts/executor/
DxeXMLWriter.cpp86 const char* entity = getEscapeEntity(s[inPos]); in xsputn() local
/third_party/libxml2/fuzz/
Dfuzz.c203 const char *url, *entity; in xmlFuzzReadEntities() local
265 xmlFuzzEntityInfo *entity; in xmlFuzzEntityLoader() local
/third_party/typescript/tests/baselines/reference/
DinferenceDoesntCompareAgainstUninstantiatedTypeParameter.js40 function ClassA(entity, settings) { argument
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dgen-tag-table.py45 def html_unescape (parser, entity): argument
48 def html_unescape (parser, entity): argument
/third_party/libxml2/
Dentities.c101 xmlFreeEntity(xmlEntityPtr entity) in xmlFreeEntity()
917 xmlFreeEntityWrapper(void *entity, const xmlChar *name ATTRIBUTE_UNUSED) { in xmlFreeEntityWrapper()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
DUnitsConverter.java381 private void addEntity(String entity, int power) { in addEntity()
/third_party/skia/third_party/externals/expat/expat/lib/
Dxmlparse.c395 ENTITY *entity; member
2817 ENTITY *entity; in doContent() local
4566 ENTITY *entity = (ENTITY *)lookup(parser, &dtd->paramEntities, in doProlog() local
4613 ENTITY *entity = (ENTITY *)lookup(parser, &dtd->paramEntities, in doProlog() local
5096 ENTITY *entity; in doProlog() local
5430 processInternalEntity(XML_Parser parser, ENTITY *entity, XML_Bool betweenDecl) { in processInternalEntity()
5496 ENTITY *entity; in internalEntityProcessor() local
5662 ENTITY *entity; in appendAttributeValue() local
5829 ENTITY *entity; in storeEntityValue() local
7390 entityTrackingReportStats(XML_Parser rootParser, ENTITY *entity, in entityTrackingReportStats()
[all …]
/third_party/python/Modules/expat/
Dxmlparse.c395 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/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/
Dmedia.h211 __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/
DNVPTXUtilities.cpp81 GlobalValue *entity = in cacheAnnotationFromMD() local

12