| /external/tensorflow/tensorflow/core/debug/ |
| D | debug_graph_utils_test.cc | 28 std::unordered_map<string, string>* attributes) { in ParseDebugOpName() argument 36 std::unordered_map<string, string> attributes; in TEST_F() local 45 std::unordered_map<string, string> attributes; in TEST_F() local 62 std::unordered_map<string, string> attributes; in TEST_F() local 92 std::unordered_map<string, string> attributes; in TEST_F() local 109 std::unordered_map<string, string> attributes; in TEST_F() local 131 std::unordered_map<string, string> attributes; in TEST_F() local 141 std::unordered_map<string, string> attributes; in TEST_F() local
|
| /external/turbine/java/com/google/turbine/bytecode/ |
| D | LowerAttributes.java | 36 List<Attribute> attributes = new ArrayList<>(); in classAttributes() local 50 List<Attribute> attributes = new ArrayList<>(); in methodAttributes() local 71 List<Attribute> attributes = new ArrayList<>(); in fieldAttributes() local 83 static void addAllAnnotations(List<Attribute> attributes, List<AnnotationInfo> annotations) { in addAllAnnotations() 101 List<Attribute> attributes, ImmutableList<TypeAnnotationInfo> annotations) { in addAllTypeAnnotations() 117 List<Attribute> attributes, ImmutableList<ImmutableList<AnnotationInfo>> annotations) { in addParameterAnnotations()
|
| /external/testng/src/main/java/org/testng/reporters/ |
| D | XMLUtils.java | 35 @Nullable Properties attributes) { in xml() 61 String elementName, Boolean value, Properties attributes) { in xmlOptional() 68 String elementName, @Nullable String value, Properties attributes) { in xmlOptional() 75 String elementName, @Nullable String value, @Nullable Properties attributes) { in xmlRequired() 80 Properties attributes) { in xmlOpen() 93 public static void appendAttributes(IBuffer result, Properties attributes) { in appendAttributes() 105 Properties attributes, boolean noNewLine) { in xmlOpen()
|
| D | XMLStringBuffer.java | 102 public void push(String tagName, @Nullable String schema, @Nullable Properties attributes) { in push() 126 public void push(String tagName, @Nullable Properties attributes) { in push() 130 public void push(String tagName, String... attributes) { in push() 134 private Properties createProperties(String[] attributes) { in createProperties() 203 public void addRequired(String tagName, @Nullable String value, @Nullable Properties attributes) { in addRequired() 206 public void addRequired(String tagName, @Nullable String value, String... attributes) { in addRequired() 217 public void addOptional(String tagName, @Nullable String value, @Nullable Properties attributes) { in addOptional() 223 public void addOptional(String tagName, @Nullable String value, String... attributes) { in addOptional() 246 …public void addOptional(String tagName, @Nullable Boolean value, @Nullable Properties attributes) { in addOptional() 277 public void addEmptyElement(String tagName, @Nullable Properties attributes) { in addEmptyElement() [all …]
|
| /external/testng/src/main/java/org/testng/xml/ |
| D | TestNGContentHandler.java | 124 private void xmlSuiteFile(boolean start, Attributes attributes) { in xmlSuiteFile() 139 private void xmlSuite(boolean start, Attributes attributes) { in xmlSuite() 231 private void xmlDefine(boolean start, Attributes attributes) { in xmlDefine() 247 private void xmlScript(boolean start, Attributes attributes) { in xmlScript() 268 private void xmlTest(boolean start, Attributes attributes) { in xmlTest() 343 public void xmlClasses(boolean start, Attributes attributes) { in xmlClasses() 357 public void xmlListeners(boolean start, Attributes attributes) { in xmlListeners() 372 public void xmlListener(boolean start, Attributes attributes) { in xmlListener() 382 public void xmlPackages(boolean start, Attributes attributes) { in xmlPackages() 408 public void xmlMethodSelectors(boolean start, Attributes attributes) { in xmlMethodSelectors() [all …]
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/ |
| D | CertificationRequestInfo.java | 42 ASN1Set attributes = null; field in CertificationRequestInfo 75 ASN1Set attributes) in CertificationRequestInfo() 95 ASN1Set attributes) in CertificationRequestInfo() 165 private static void validateAttributes(ASN1Set attributes) in validateAttributes()
|
| D | PrivateKeyInfo.java | 27 private ASN1Set attributes; field in PrivateKeyInfo 62 ASN1Set attributes) in PrivateKeyInfo()
|
| /external/v8/src/ |
| D | property.cc | 16 const PropertyAttributes& attributes) { in operator <<() 26 PropertyAttributes attributes, in DataField() 33 PropertyAttributes attributes, in DataField() 45 PropertyAttributes attributes) { in DataConstant()
|
| D | accessors.cc | 24 AccessorNameBooleanSetterCallback setter, PropertyAttributes attributes) { in MakeAccessor() 139 Isolate* isolate, PropertyAttributes attributes) { in ArgumentsIteratorInfo() 224 Isolate* isolate, PropertyAttributes attributes) { in ArrayLengthInfo() 271 Isolate* isolate, Handle<String> name, PropertyAttributes attributes) { in ModuleNamespaceEntryInfo() 307 Isolate* isolate, PropertyAttributes attributes) { in StringLengthInfo() 332 Isolate* isolate, PropertyAttributes attributes) { in ScriptColumnOffsetInfo() 358 Isolate* isolate, PropertyAttributes attributes) { in ScriptIdInfo() 383 Isolate* isolate, PropertyAttributes attributes) { in ScriptNameInfo() 407 Isolate* isolate, PropertyAttributes attributes) { in ScriptSourceInfo() 432 Isolate* isolate, PropertyAttributes attributes) { in ScriptLineOffsetInfo() [all …]
|
| D | property.h | 42 PropertyAttributes attributes) { in DataConstant() 52 PropertyAttributes attributes) { in AccessorConstant() 78 PropertyAttributes attributes, PropertyLocation location, in Descriptor()
|
| /external/deqp/modules/glshared/ |
| D | glsAttributeLocationTests.cpp | 73 bool hasAttributeAliasing (const vector<Attribute>& attributes, const map<string, deUint32>& bindin… in hasAttributeAliasing() 111 string generateAttributeDefinitions (const vector<Attribute>& attributes) in generateAttributeDefinitions() 129 string generateConditionUniformDefinitions (const vector<Attribute>& attributes) in generateConditionUniformDefinitions() 173 string generateOutputCode (const vector<Attribute>& attributes) in generateOutputCode() 227 string generateVertexShaderTemplate (const vector<Attribute>& attributes) in generateVertexShaderTemplate() 254 string createVertexShaderSource (glu::RenderContext& renderCtx, const vector<Attribute>& attributes… in createVertexShaderSource() 412 …Log& log, glu::RenderContext& renderCtx, deUint32 program, const vector<Attribute>& attributes, bo… in createAndAttachShaders() 483 void logAttributes (TestLog& log, const vector<Attribute>& attributes) in logAttributes() 497 …ery (TestLog& log, const glw::Functions& gl, deUint32 program, const vector<Attribute>& attributes) in checkActiveAttribQuery() 602 …(TestLog& log, const glw::Functions& gl, deUint32 program, const vector<Attribute>& attributes, co… in checkAttribLocationQuery() [all …]
|
| /external/proguard/src/proguard/classfile/editor/ |
| D | AttributesEditor.java | 199 Attribute[] attributes, in replaceAttribute() 222 Attribute[] attributes, in addAttribute() 248 Attribute[] attributes, in deleteAttribute() 277 Attribute[] attributes, in findAttributeIndex() 299 Attribute[] attributes, in findAttribute()
|
| /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
| D | SimpleAttributeTableGenerator.java | 13 private final AttributeTable attributes; field in SimpleAttributeTableGenerator 16 AttributeTable attributes) in SimpleAttributeTableGenerator()
|
| /external/python/cpython2/Tools/webchecker/ |
| D | webchecker.py | 788 def check_name_id(self, attributes): argument 803 def unknown_starttag(self, tag, attributes): argument 808 def start_a(self, attributes): argument 814 def do_area(self, attributes): argument 818 def do_body(self, attributes): argument 822 def do_img(self, attributes): argument 826 def do_frame(self, attributes): argument 830 def do_iframe(self, attributes): argument 834 def do_link(self, attributes): argument 844 def do_object(self, attributes): argument [all …]
|
| /external/libpng/scripts/ |
| D | intprefix.c | 15 #define PNG_INTERNAL_FUNCTION(type, name, args, attributes)\ argument 18 #define PNG_INTERNAL_CALLBACK(type, name, args, attributes)\ argument
|
| D | symbols.c | 19 #define PNG_EXPORTA(ordinal, type, name, args, attributes)\ argument 21 #define PNG_REMOVED(ordinal, type, name, args, attributes)\ argument
|
| /external/tensorflow/tensorflow/core/common_runtime/ |
| D | renamed_device.cc | 37 DeviceAttributes attributes(underlying->attributes()); in NewRenamedDevice() local 44 const DeviceAttributes& attributes, in RenamedDevice()
|
| /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/ |
| D | MenuLoader.java | 55 NamedNodeMap attributes = node.getAttributes(); in processNode() local 107 Map<String, String> attributes, Menu root) { in inflateMenu() argument 131 private final TestAttributeSet attributes; field in MenuLoader.MenuNode 135 public MenuNode(String name, Map<String, String> attributes) { in MenuNode() argument 157 TestAttributeSet attributes = child.attributes; in addChildrenInGroup() local
|
| /external/deqp/modules/egl/ |
| D | teglChooseConfigTests.cpp | 113 …& eglTestCtx, const char* name, const char* description, bool checkOrder, const EGLint* attributes) in ChooseConfigCase() 126 …nst char* description, bool checkOrder, const std::vector<std::pair<EGLenum, EGLint> >& attributes) in ChooseConfigCase() 161 void executeTest (const std::vector<std::pair<EGLenum, EGLint> >& attributes, bool checkOrder) in executeTest() 214 void fillDontCare (std::vector<std::pair<EGLenum, EGLint> >& attributes) in fillDontCare() 250 } attributes[] = in getValue() local 321 std::vector<std::pair<EGLenum, EGLint> > attributes; in iterate() local 360 …std::vector<std::pair<EGLenum, EGLint> > attributes = genRandomAttributes(m_attribSet, numAttribs,… in iterate() local 417 static const struct AttribSpec attributes[] = in genRandomAttributes() local 496 std::vector<std::pair<EGLenum, EGLint> > attributes; in iterate() local 541 } attributes[] = in init() local
|
| /external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/ |
| D | module.py | 270 attributes=None): argument 318 def __init__(self, name=None, module=None, attributes=None): argument 340 def AddField(self, name, kind, ordinal=None, default=None, attributes=None): argument 365 def __init__(self, name=None, module=None, attributes=None): argument 385 def AddField(self, name, kind, ordinal=None, attributes=None): argument 495 attributes=None): argument 513 def __init__(self, interface, name, ordinal=None, attributes=None): argument 529 attributes=None): argument 535 attributes=None): argument 560 def __init__(self, name=None, module=None, attributes=None): argument [all …]
|
| /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/ |
| D | parsetree.py | 211 def __call__(cls, keyword, attributes, **kwargs): argument 241 def __init__(self, keyword, attributes, expressions, argument 336 def __init__(self, keyword, attributes, **kwargs): argument 359 def __init__(self, keyword, attributes, **kwargs): argument 385 def __init__(self, keyword, attributes, **kwargs): argument 404 def __init__(self, keyword, attributes, **kwargs): argument 460 def __init__(self, keyword, attributes, **kwargs): argument 518 def __init__(self, keyword, attributes, **kwargs): argument 535 def __init__(self, namespace, defname, attributes, **kwargs): argument 566 def __init__(self, keyword, attributes, **kwargs): argument [all …]
|
| /external/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/ |
| D | ServiceData.java | 16 private final Map<String, String> attributes; field in ServiceData 21 Map<String, String> attributes, MetaData metaData, List<IntentFilterData> intentFilters) { in ServiceData() argument
|
| D | BroadcastReceiverData.java | 14 private final Map<String, String> attributes; field in BroadcastReceiverData 19 Map<String, String> attributes, MetaData metaData, List<IntentFilterData> intentFilters) { in BroadcastReceiverData() argument
|
| /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowSystemVibrator.java | 48 …ected void vibrate(int uid, String opPkg, long[] pattern, int repeat, AudioAttributes attributes) { in vibrate() 63 protected void vibrate(int uid, String opPkg, long milliseconds, AudioAttributes attributes) { in vibrate() 68 …protected void vibrate(int uid, String opPkg, VibrationEffect effect, AudioAttributes attributes) { in vibrate()
|
| /external/apache-xml/src/main/java/org/apache/xalan/processor/ |
| D | XSLTElementDef.java | 56 XSLTElementDef[] elements, XSLTAttributeDef[] attributes, in XSLTElementDef() 85 XSLTElementDef[] elements, XSLTAttributeDef[] attributes, in XSLTElementDef() 117 XSLTElementDef[] elements, XSLTAttributeDef[] attributes, in XSLTElementDef() 143 XSLTElementDef[] elements, XSLTAttributeDef[] attributes, in XSLTElementDef() 172 XSLTElementDef[] elements, XSLTAttributeDef[] attributes, in XSLTElementDef() 200 XSLTElementDef[] elements, XSLTAttributeDef[] attributes, in XSLTElementDef() 225 XSLTElementDef[] elements, XSLTAttributeDef[] attributes, in XSLTElementDef() 264 XSLTElementDef[] elements, XSLTAttributeDef[] attributes, in build()
|