Home
last modified time | relevance | path

Searched defs:attributes (Results 1 – 25 of 648) sorted by relevance

12345678910>>...26

/external/tensorflow/tensorflow/core/debug/
Ddebug_graph_utils_test.cc28 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/
DLowerAttributes.java36 List<Attribute> attributes = new ArrayList<>(); in classAttributes() local
53 List<Attribute> attributes = new ArrayList<>(); in methodAttributes() local
74 List<Attribute> attributes = new ArrayList<>(); in fieldAttributes() local
86 static void addAllAnnotations(List<Attribute> attributes, List<AnnotationInfo> annotations) { in addAllAnnotations()
104 List<Attribute> attributes, ImmutableList<TypeAnnotationInfo> annotations) { in addAllTypeAnnotations()
120 List<Attribute> attributes, ImmutableList<ImmutableList<AnnotationInfo>> annotations) { in addParameterAnnotations()
/external/testng/src/main/java/org/testng/reporters/
DXMLUtils.java35 @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()
DXMLStringBuffer.java102 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/
DTestNGContentHandler.java124 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/v8/src/objects/
Dproperty.cc18 const PropertyAttributes& attributes) { in operator <<()
40 PropertyKind kind, PropertyAttributes attributes, in Descriptor()
59 int field_index, PropertyAttributes attributes, in DataField()
66 PropertyAttributes attributes, in DataField()
77 PropertyAttributes attributes) { in DataConstant()
86 PropertyAttributes attributes) { in DataConstant()
94 PropertyAttributes attributes) { in AccessorConstant()
/external/u-boot/env/
Dattr.c29 int (*callback)(const char *name, const char *attributes, void *priv), in env_attr_walk()
33 char *name, *attributes; in env_attr_walk() local
116 char *attributes; member
119 static int regex_callback(const char *name, const char *attributes, void *priv) in regex_callback()
169 int env_attr_lookup(const char *attr_list, const char *name, char *attributes) in env_attr_lookup()
259 int env_attr_lookup(const char *attr_list, const char *name, char *attributes) in env_attr_lookup()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
DCertificationRequestInfo.java42 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()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/pkcs/
DCertificationRequestInfo.java44 ASN1Set attributes = null; field in CertificationRequestInfo
77 ASN1Set attributes) in CertificationRequestInfo()
97 ASN1Set attributes) in CertificationRequestInfo()
167 private static void validateAttributes(ASN1Set attributes) in validateAttributes()
/external/deqp/modules/glshared/
DglsAttributeLocationTests.cpp73 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/cldr/tools/java/org/unicode/cldr/draft/keyboard/
DKeyboardId.java37 private final ImmutableList<String> attributes; field in KeyboardId
39 private KeyboardId(ULocale locale, Platform platform, ImmutableList<String> attributes) { in KeyboardId()
46 … public static KeyboardId of(ULocale locale, Platform platform, ImmutableList<String> attributes) { in of()
62 ImmutableList<String> attributes = attributeStrings.length > 1 in fromString() local
79 public ImmutableList<String> attributes() { in attributes() method in KeyboardId
/external/opencensus-java/api/src/test/java/io/opencensus/trace/
DAnnotationTest.java56 Map<String, AttributeValue> attributes = new HashMap<String, AttributeValue>(); in fromDescriptionAndAttributes() local
76 Map<String, AttributeValue> attributes = new HashMap<String, AttributeValue>(); in annotation_EqualsAndHashCode() local
95 Map<String, AttributeValue> attributes = new HashMap<String, AttributeValue>(); in annotation_ToString() local
/external/proguard/src/proguard/classfile/editor/
DAttributesEditor.java199 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/python/cpython2/Tools/webchecker/
Dwebchecker.py788 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/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowResourcesTest.java131 AttributeSet attributes = Robolectric.buildAttributeSet() in obtainAttributes_shouldReturnValuesFromAttributeSet() local
152 AttributeSet attributes = Xml.asAttributeSet(parser); in obtainAttributes_shouldReturnValuesFromResources() local
170 AttributeSet attributes = Robolectric.buildAttributeSet() in obtainStyledAttributes_shouldCheckXmlFirst_fromAttributeSetBuilder() local
199 AttributeSet attributes = Robolectric.buildAttributeSet() in obtainStyledAttributesShouldCheckXmlFirst_andFollowReferences() local
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DSimpleAttributeTableGenerator.java13 private final AttributeTable attributes; field in SimpleAttributeTableGenerator
16 AttributeTable attributes) in SimpleAttributeTableGenerator()
/external/arm-trusted-firmware/services/std_svc/spm_mm/
Dspm_mm_xlat.c49 static unsigned int smc_attr_to_mmap_attr(unsigned int attributes) in smc_attr_to_mmap_attr()
111 uint32_t attributes; in spm_memory_attributes_get_smc_handler() local
137 uint32_t attributes = (uint32_t) smc_attributes; in spm_memory_attributes_set_smc_handler() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DFormattedValueFieldPositionIteratorImpl.java38 …public static boolean nextPosition(List<FieldPosition> attributes, ConstrainedFieldPosition cfpos)… in nextPosition()
60 … AttributedCharacterIterator toCharacterIterator(CharSequence cs, List<FieldPosition> attributes) { in toCharacterIterator()
79 …public static void addOverlapSpans(List<FieldPosition> attributes, Format.Field spanField, int fir… in addOverlapSpans()
115 public static void sort(List<FieldPosition> attributes) { in sort()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DFormattedValueFieldPositionIteratorImpl.java40 …public static boolean nextPosition(List<FieldPosition> attributes, ConstrainedFieldPosition cfpos)… in nextPosition()
62 … AttributedCharacterIterator toCharacterIterator(CharSequence cs, List<FieldPosition> attributes) { in toCharacterIterator()
81 …public static void addOverlapSpans(List<FieldPosition> attributes, Format.Field spanField, int fir… in addOverlapSpans()
117 public static void sort(List<FieldPosition> attributes) { in sort()
/external/u-boot/lib/efi_loader/
Defi_variable.c166 const efi_guid_t *vendor, u32 *attributes, in efi_get_variable()
273 u32 *attributes) in parse_uboot_variable()
338 u32 attributes; in efi_get_next_variable_name() local
422 const efi_guid_t *vendor, u32 attributes, in efi_set_variable()
564 u32 attributes, in efi_query_variable_info()
584 u32 *attributes, efi_uintn_t *data_size, void *data) in efi_get_variable_runtime()
617 u32 attributes, efi_uintn_t data_size, in efi_set_variable_runtime()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Degl_context.cc29 Status GetConfig(EGLDisplay display, const EGLint* attributes, in GetConfig()
42 static const EGLint attributes[] = {EGL_CONTEXT_CLIENT_VERSION, 3, in CreateContext() local
125 const EGLint attributes[] = {EGL_RENDERABLE_TYPE, EGL_OPENGL_ES3_BIT_KHR, in CreateSurfacelessContext() local
134 const EGLint attributes[] = { in CreatePBufferContext() local
/external/angle/third_party/glslang/src/glslang/MachineIndependent/
Dattribute.cpp133 TAttributes *attributes = nullptr; in makeAttributes() local
143 TAttributes *attributes = nullptr; in makeAttributes() local
165 void TParseContext::handleSelectionAttributes(const TAttributes& attributes, TIntermNode* node) in handleSelectionAttributes()
194 void TParseContext::handleSwitchAttributes(const TAttributes& attributes, TIntermNode* node) in handleSwitchAttributes()
223 void TParseContext::handleLoopAttributes(const TAttributes& attributes, TIntermNode* node) in handleLoopAttributes()
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dattribute.cpp133 TAttributes *attributes = nullptr; in makeAttributes() local
143 TAttributes *attributes = nullptr; in makeAttributes() local
165 void TParseContext::handleSelectionAttributes(const TAttributes& attributes, TIntermNode* node) in handleSelectionAttributes()
194 void TParseContext::handleSwitchAttributes(const TAttributes& attributes, TIntermNode* node) in handleSwitchAttributes()
223 void TParseContext::handleLoopAttributes(const TAttributes& attributes, TIntermNode* node) in handleLoopAttributes()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowSystemVibrator.java49 …ected void vibrate(int uid, String opPkg, long[] pattern, int repeat, AudioAttributes attributes) { in vibrate()
64 protected void vibrate(int uid, String opPkg, long milliseconds, AudioAttributes attributes) { in vibrate()
69 …protected void vibrate(int uid, String opPkg, VibrationEffect effect, AudioAttributes attributes) { in vibrate()
75 String reason, AudioAttributes attributes) { in vibrate()
/external/deqp/modules/egl/
DteglChooseConfigTests.cpp113 …& 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

12345678910>>...26