/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/ |
CallSite.h | 365 Attribute getAttribute(unsigned i, Attribute::AttrKind Kind) const { 366 CALLSITE_DELEGATE_GETTER(getAttribute(i, Kind)); 369 Attribute getAttribute(unsigned i, StringRef Kind) const { 370 CALLSITE_DELEGATE_GETTER(getAttribute(i, Kind));
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/ |
CallSite.h | 365 Attribute getAttribute(unsigned i, Attribute::AttrKind Kind) const { 366 CALLSITE_DELEGATE_GETTER(getAttribute(i, Kind)); 369 Attribute getAttribute(unsigned i, StringRef Kind) const { 370 CALLSITE_DELEGATE_GETTER(getAttribute(i, Kind));
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/ |
CallSite.h | 365 Attribute getAttribute(unsigned i, Attribute::AttrKind Kind) const { 366 CALLSITE_DELEGATE_GETTER(getAttribute(i, Kind)); 369 Attribute getAttribute(unsigned i, StringRef Kind) const { 370 CALLSITE_DELEGATE_GETTER(getAttribute(i, Kind));
|
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/ |
CallSite.h | 365 Attribute getAttribute(unsigned i, Attribute::AttrKind Kind) const { 366 CALLSITE_DELEGATE_GETTER(getAttribute(i, Kind)); 369 Attribute getAttribute(unsigned i, StringRef Kind) const { 370 CALLSITE_DELEGATE_GETTER(getAttribute(i, Kind));
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/ |
CallSite.h | 365 Attribute getAttribute(unsigned i, Attribute::AttrKind Kind) const { 366 CALLSITE_DELEGATE_GETTER(getAttribute(i, Kind)); 369 Attribute getAttribute(unsigned i, StringRef Kind) const { 370 CALLSITE_DELEGATE_GETTER(getAttribute(i, Kind));
|
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/ |
CallSite.h | 365 Attribute getAttribute(unsigned i, Attribute::AttrKind Kind) const { 366 CALLSITE_DELEGATE_GETTER(getAttribute(i, Kind)); 369 Attribute getAttribute(unsigned i, StringRef Kind) const { 370 CALLSITE_DELEGATE_GETTER(getAttribute(i, Kind));
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/ |
CallSite.h | 365 Attribute getAttribute(unsigned i, Attribute::AttrKind Kind) const { 366 CALLSITE_DELEGATE_GETTER(getAttribute(i, Kind)); 369 Attribute getAttribute(unsigned i, StringRef Kind) const { 370 CALLSITE_DELEGATE_GETTER(getAttribute(i, Kind));
|
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/ |
reflection.h | 98 const TObjectReflection& getAttribute(int i) const
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LintOverlay.java | 110 int severity = marker.getAttribute(IMarker.SEVERITY, 0);
|
IncludeFinder.java | 562 url = element.getAttribute(ATTR_LAYOUT); 797 String tmpMsg = marker.getAttribute(IMarker.MESSAGE, null); 839 int tmpLine = marker.getAttribute(IMarker.LINE_NUMBER, -1); 844 int tmpSeverity = marker.getAttribute(IMarker.SEVERITY, -1); 849 String tmpMsg = marker.getAttribute(IMarker.MESSAGE, null); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
LintJob.java | 148 String id = marker.getAttribute(EclipseLintRunner.MARKER_CHECKID_PROPERTY, "");
|
SetAttributeFix.java | 51 protected String getAttribute() {
|
/test/vts/agents/hal/ |
SocketClientToDriver.cpp | 159 string VtsDriverSocketClient::GetAttribute(const string& arg) {
|
/test/vts/compilation_tools/vtsc/code_gen/driver/ |
DriverCodeGenBase.h | 70 // Generates code for GetAttribute(...) function body.
|
LibSharedCodeGen.cpp | 155 out << "bool " << fuzzer_extended_class_name << "::GetAttribute(" << "\n";
|
/test/vts/compilation_tools/vtsc/test/golden/DRIVER/ |
NfcClientCallback.driver.cpp | 83 bool FuzzerExtended_android_hardware_nfc_V1_0_INfcClientCallback::GetAttribute(
|
/external/parameter-framework/upstream/tools/coverage/ |
coverage.py | 308 self.name = DomElement.getAttribute("Name") 406 self.selectionCriterion = DomElement.getAttribute("SelectionCriterion") 407 self.matchesWhen = DomElement.getAttribute("MatchesWhen") 408 self.value = DomElement.getAttribute("Value") 435 type = DomElement.getAttribute("Type") [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_minidom.py | 245 self.confirm(child.getAttribute("def") == "ghi")
249 self.confirm(child.getAttribute("jkl") == "mno")
255 self.confirm(child.getAttribute("def") == "newval")
317 and el.getAttribute("spam") == "bam"
323 and el.getAttribute("spam") == "ham"
329 and el.getAttribute("spam") == "ham"
332 and el.getAttribute("spam2") == "bam")
337 and el.getAttribute("spam") == "ham"
340 and el.getAttribute("spam2") == "bam2")
[all...] |
/external/python/cpython2/Lib/test/ |
test_minidom.py | 252 self.confirm(child.getAttribute("def") == "ghi") 256 self.confirm(child.getAttribute("jkl") == "mno") 262 self.confirm(child.getAttribute("def") == "newval") 324 and el.getAttribute("spam") == "bam" 330 and el.getAttribute("spam") == "ham" 336 and el.getAttribute("spam") == "ham" 339 and el.getAttribute("spam2") == "bam") 344 and el.getAttribute("spam") == "ham" 347 and el.getAttribute("spam2") == "bam2") [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_minidom.py | 245 self.confirm(child.getAttribute("def") == "ghi") 249 self.confirm(child.getAttribute("jkl") == "mno") 255 self.confirm(child.getAttribute("def") == "newval") 317 and el.getAttribute("spam") == "bam" 323 and el.getAttribute("spam") == "ham" 329 and el.getAttribute("spam") == "ham" 332 and el.getAttribute("spam2") == "bam") 337 and el.getAttribute("spam") == "ham" 340 and el.getAttribute("spam2") == "bam2") [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_minidom.py | 245 self.confirm(child.getAttribute("def") == "ghi") 249 self.confirm(child.getAttribute("jkl") == "mno") 255 self.confirm(child.getAttribute("def") == "newval") 317 and el.getAttribute("spam") == "bam" 323 and el.getAttribute("spam") == "ham" 329 and el.getAttribute("spam") == "ham" 332 and el.getAttribute("spam2") == "bam") 337 and el.getAttribute("spam") == "ham" 340 and el.getAttribute("spam2") == "bam2") [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_minidom.py | 245 self.confirm(child.getAttribute("def") == "ghi") 249 self.confirm(child.getAttribute("jkl") == "mno") 255 self.confirm(child.getAttribute("def") == "newval") 317 and el.getAttribute("spam") == "bam" 323 and el.getAttribute("spam") == "ham" 329 and el.getAttribute("spam") == "ham" 332 and el.getAttribute("spam2") == "bam") 337 and el.getAttribute("spam") == "ham" 340 and el.getAttribute("spam2") == "bam2") [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_minidom.py | 245 self.confirm(child.getAttribute("def") == "ghi") 249 self.confirm(child.getAttribute("jkl") == "mno") 255 self.confirm(child.getAttribute("def") == "newval") 317 and el.getAttribute("spam") == "bam" 323 and el.getAttribute("spam") == "ham" 329 and el.getAttribute("spam") == "ham" 332 and el.getAttribute("spam2") == "bam") 337 and el.getAttribute("spam") == "ham" 340 and el.getAttribute("spam2") == "bam2") [all...] |
/external/icu/icu4c/source/test/intltest/ |
ssearch.cpp | 133 const UnicodeString *debugTestCase = root->getAttribute("debug"); 148 const UnicodeString *id = testCase->getAttribute("id"); 162 const UnicodeString *strength = testCase->getAttribute("strength"); 183 const UnicodeString *norm = testCase->getAttribute("norm"); 193 const UnicodeString *alt = testCase->getAttribute("alternate_handling"); 201 const UnicodeString *locale = testCase->getAttribute("locale"); [all...] |
/external/icu/icu4c/source/test/letest/ |
letest.cpp | 604 char *id = getCString(testCase->getAttribute(id_attr)); 605 char *script = getCString(testCase->getAttribute(script_attr)); 606 char *lang = getCString(testCase->getAttribute(lang_attr)); 641 char *fontName = getCString(element->getAttribute(name_attr)); 642 char *fontVer = getCString(element->getAttribute(ver_attr)); 643 char *fontCksum = getCString(element->getAttribute(cksum_attr)); [all...] |