/libcore/ojluni/src/main/java/java/security/ |
Security.java | 395 * <attribute_name>:< attribute_value></i> 398 * <i><algorithm_or_type></i> and the <i><attribute_name></i>. 466 * <li> <i><crypto_service>.<algorithm_or_type> <attribute_name></i> 469 * and the <i><attribute_name></i>. [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/ |
action_runner_unittest.py | 48 for attribute_name in interaction_kwargs: 49 self.assertTrue(getattr(records[0], attribute_name))
|
/dalvik/dx/src/com/android/multidex/ |
MainDexListBuilder.java | 192 AttRuntimeVisibleAnnotations.ATTRIBUTE_NAME);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
GLStateType.java | 155 ATTRIBUTE_NAME("Name"),
|
GLState.java | 330 IGLProperty attributeName = new GLStringProperty(GLStateType.ATTRIBUTE_NAME, "");
|
/system/connectivity/shill/net/ |
nl80211_attribute.cc | 122 AttributeList* attribute_list, size_t id, const string& attribute_name, 128 attribute_list->CreateNestedAttribute(id, attribute_name.c_str()); 134 LOG(ERROR) << "Couldn't get attribute " << attribute_name 169 LOG(ERROR) << "Couldn't get attribute " << attribute_name [all...] |
nl80211_attribute.h | 582 const std::string& attribute_name,
|
/external/autotest/cli/ |
server.py | 64 attribute_name='hostname', use_leftover=True) 72 role_info = topic_common.item_parse_info(attribute_name='role')
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/ |
domain.py | 117 def get_attributes(self, item_name, attribute_name=None, 133 return self.connection.get_attributes(self, item_name, attribute_name,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
Hyperlinks.java | 44 import static com.android.xml.AndroidManifest.ATTRIBUTE_NAME; 280 if (NODE_ACTIVITY.equals(tagName) && ATTRIBUTE_NAME.equals(attribute.getLocalName()) 293 if (attribute != null && ATTRIBUTE_NAME.equals(attribute.getLocalName()) 431 if (NODE_SERVICE.equals(nodeName) && ATTRIBUTE_NAME.equals(attribute.getLocalName()) 474 && ATTRIBUTE_NAME.equals(attribute.getLocalName()) 493 && ATTRIBUTE_NAME.equals(attribute.getLocalName()) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/ |
ManifestInfo.java | 25 import static com.android.xml.AndroidManifest.ATTRIBUTE_NAME; 125 String name = activity.getAttributeNS(NS_RESOURCES, ATTRIBUTE_NAME); 158 String metadataName = data.getAttributeNS(NS_RESOURCES, ATTRIBUTE_NAME); [all...] |
/system/connectivity/shill/ |
NETLINK_MESSAGES.txt | 130 LOG(ERROR) << "Couldn't get attribute " << attribute_name
|
/external/chromium-trace/catapult/telemetry/third_party/mock/ |
mock.py | 1113 attribute_name = None variable in class:_patch [all...] |
/external/chromium-trace/catapult/third_party/mock/ |
mock.py | 1113 attribute_name = None variable in class:_patch [all...] |
/cts/tools/utils/ |
CollectAllTests.java | 142 setAttribute(testPackageElem, ATTRIBUTE_NAME, xmlName);
|
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
XmlDocumentProvider.java | 94 * A projection can also fetch any node attribute by appending a <code>@attribute_name</code>
|
/external/autotest/client/cros/audio/ |
cras_utils.py | 295 and their 'attribute_name' is True.
|
/external/google-breakpad/src/common/dwarf/ |
dwarf2diehandler.h | 44 // switch (attribute_name) {
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/ |
test_connection.py | 618 self.assertEqual(parsed[0].attribute_name, 622 self.assertEqual(parsed[-1].attribute_name, [all...] |
/dalvik/dx/src/com/android/dx/cf/direct/ |
DirectClassFile.java | 318 Attribute attSf = attribs.findFirst(AttSourceFile.ATTRIBUTE_NAME);
|
/external/libxml2/test/schemas/ |
nvdcve_0.xsd | 472 true. Such attributes appear only in the form attribute_name="1".
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/ |
AttrsXmlParser.java | 241 * The map is attribute_name => (constant_name => integer_value).
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/ |
ApplicationPackageNameRefactoring.java | 361 + AndroidManifest.ATTRIBUTE_NAME;
|
/external/proguard/docs/manual/ |
ant.html | 428 <dt><a href="usage.html#keepattributes"><code><b><keepattribute name = </b></code></a>"<i>attribute_name</i>"
|
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/ |
ant.html | 419 <dt><a href="usage.html#keepattributes"><code><b><keepattribute name = </b></code></a>"<i>attribute_name</i>"
|