HomeSort by relevance Sort by last modified time
    Searched refs:getName (Results 151 - 175 of 14392) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/testng/src/main/java/org/testng/remote/strprotocol/
RemoteTestListener.java 43 trm= new TestResultMessage(m_suite.getName(), m_xmlTest.getName(), testResult);
59 m_sender.sendMessage(new TestResultMessage(m_suite.getName(), m_xmlTest.getName(), testResult));
69 m_sender.sendMessage(new TestResultMessage(m_suite.getName(), m_xmlTest.getName(), testResult));
79 m_sender.sendMessage(new TestResultMessage(m_suite.getName(), m_xmlTest.getName(), testResult));
89 m_sender.sendMessage(new TestResultMessage(m_suite.getName(), m_xmlTest.getName(), testResult))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetRPCAPI.h 49 static const char *getName() { return "DirectBufferWriter"; }
116 static const char *getName() { return "CallIntVoid"; }
123 static const char *getName() { return "CallMain"; }
129 static const char *getName() { return "CallVoidVoid"; }
136 static const char *getName() { return "CreateRemoteAllocator"; }
143 static const char *getName() { return "CreateIndirectStubsOwner"; }
150 static const char *getName() { return "DeregisterEHFrames"; }
157 static const char *getName() { return "DestroyRemoteAllocator"; }
164 static const char *getName() { return "DestroyIndirectStubsOwner"; }
175 static const char *getName() { return "EmitIndirectStubs";
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetRPCAPI.h 49 static const char *getName() { return "DirectBufferWriter"; }
116 static const char *getName() { return "CallIntVoid"; }
123 static const char *getName() { return "CallMain"; }
129 static const char *getName() { return "CallVoidVoid"; }
136 static const char *getName() { return "CreateRemoteAllocator"; }
143 static const char *getName() { return "CreateIndirectStubsOwner"; }
150 static const char *getName() { return "DeregisterEHFrames"; }
157 static const char *getName() { return "DestroyRemoteAllocator"; }
164 static const char *getName() { return "DestroyIndirectStubsOwner"; }
175 static const char *getName() { return "EmitIndirectStubs";
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetRPCAPI.h 49 static const char *getName() { return "DirectBufferWriter"; }
116 static const char *getName() { return "CallIntVoid"; }
123 static const char *getName() { return "CallMain"; }
129 static const char *getName() { return "CallVoidVoid"; }
136 static const char *getName() { return "CreateRemoteAllocator"; }
143 static const char *getName() { return "CreateIndirectStubsOwner"; }
150 static const char *getName() { return "DeregisterEHFrames"; }
157 static const char *getName() { return "DestroyRemoteAllocator"; }
164 static const char *getName() { return "DestroyIndirectStubsOwner"; }
175 static const char *getName() { return "EmitIndirectStubs";
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetRPCAPI.h 49 static const char *getName() { return "DirectBufferWriter"; }
116 static const char *getName() { return "CallIntVoid"; }
123 static const char *getName() { return "CallMain"; }
129 static const char *getName() { return "CallVoidVoid"; }
136 static const char *getName() { return "CreateRemoteAllocator"; }
143 static const char *getName() { return "CreateIndirectStubsOwner"; }
150 static const char *getName() { return "DeregisterEHFrames"; }
157 static const char *getName() { return "DestroyRemoteAllocator"; }
164 static const char *getName() { return "DestroyIndirectStubsOwner"; }
175 static const char *getName() { return "EmitIndirectStubs";
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetRPCAPI.h 49 static const char *getName() { return "DirectBufferWriter"; }
116 static const char *getName() { return "CallIntVoid"; }
123 static const char *getName() { return "CallMain"; }
129 static const char *getName() { return "CallVoidVoid"; }
136 static const char *getName() { return "CreateRemoteAllocator"; }
143 static const char *getName() { return "CreateIndirectStubsOwner"; }
150 static const char *getName() { return "DeregisterEHFrames"; }
157 static const char *getName() { return "DestroyRemoteAllocator"; }
164 static const char *getName() { return "DestroyIndirectStubsOwner"; }
175 static const char *getName() { return "EmitIndirectStubs";
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetRPCAPI.h 49 static const char *getName() { return "DirectBufferWriter"; }
116 static const char *getName() { return "CallIntVoid"; }
123 static const char *getName() { return "CallMain"; }
129 static const char *getName() { return "CallVoidVoid"; }
136 static const char *getName() { return "CreateRemoteAllocator"; }
143 static const char *getName() { return "CreateIndirectStubsOwner"; }
150 static const char *getName() { return "DeregisterEHFrames"; }
157 static const char *getName() { return "DestroyRemoteAllocator"; }
164 static const char *getName() { return "DestroyIndirectStubsOwner"; }
175 static const char *getName() { return "EmitIndirectStubs";
    [all...]
  /external/proguard/src/proguard/classfile/editor/
MemberAdder.java 99 //String name = programField.getName(programClass);
118 // System.out.println("MemberAdder: renaming field ["+targetClass+"."+targetField.getName(targetClass)+" "+targetField.getDescriptor(targetClass)+"]");
123 // constantPoolEditor.addUtf8Constant(newUniqueMemberName(name, targetClass.getName()));
131 // System.out.println("MemberAdder: updating field ["+programClass+"."+programField.getName(programClass)+" "+programField.getDescriptor(programClass)+"] into ["+targetClass.getName()+"]");
150 System.out.println("MemberAdder: copying field ["+programClass+"."+programField.getName(programClass)+" "+programField.getDescriptor(programClass)+"] into ["+targetClass.getName()+"]");
186 String name = programMethod.getName(programClass);
200 System.out.println("MemberAdder: skipping abstract method ["+programClass.getName()+"."+programMethod.getName(programClass)+programMethod.getDescriptor(programClass)+"] into ["+targetClass.getName()+"]")
    [all...]
  /packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
arguments_parser.cpp 30 AKLOGE("minCount = maxCount = 0 for %s.", mArgumentSpecs[i].getName().c_str());
36 mArgumentSpecs[i].getName().c_str()v );
39 if (argumentNameSet.count(mArgumentSpecs[i].getName()) > 0) {
41 mArgumentSpecs[i].getName().c_str());
44 argumentNameSet.insert(mArgumentSpecs[i].getName());
63 printf(" [<%s>]", argSpec.getName().c_str());
65 printf(" <%s>", argSpec.getName().c_str());
67 printf(" [<%s>...]", argSpec.getName().c_str());
69 printf(" <%s>...", argSpec.getName().c_str());
87 printf(" <%s>\t\t\t%s\n", argSpec.getName().c_str(), argSpec.getDescription().c_str())
    [all...]
  /external/icu/icu4c/source/i18n/
csrmbcs.h 74 const char *getName() const = 0;
107 const char *getName() const;
124 const char *getName() const = 0;
146 const char *getName() const;
161 const char *getName() const;
179 const char *getName() const;
198 const char *getName() const;
  /external/proguard/src/proguard/
DescriptorKeepChecker.java 147 notePrinter.print(referencingClass.getName(),
148 programClass.getName(),
150 ClassUtil.externalClassName(referencingClass.getName()) +
154 referencingMember.getName(referencingClass),
156 ClassUtil.externalFullMethodDescription(referencingClass.getName(),
158 referencingMember.getName(referencingClass),
161 ClassUtil.externalClassName(programClass.getName()) +
  /packages/apps/Contacts/tests/src/com/android/contacts/compat/
CompatUtilsTest.java 38 assertTrue(CompatUtils.isClassAvailable(BaseClass.class.getName()));
63 assertFalse(CompatUtils.isMethodAvailable(BaseClass.class.getName(), "derivedMethod"));
67 assertTrue(CompatUtils.isMethodAvailable(BaseClass.class.getName(), "baseMethod"));
71 assertTrue(CompatUtils.isMethodAvailable(DerivedClass.class.getName(), "baseMethod"));
75 assertTrue(CompatUtils.isMethodAvailable(DerivedClass.class.getName(), "overloadedMethod"));
76 assertTrue(CompatUtils.isMethodAvailable(DerivedClass.class.getName(), "overloadedMethod",
81 assertFalse(CompatUtils.isMethodAvailable(DerivedClass.class.getName(), "overloadedMethod",
  /cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
CameraDeviceInfo.java 219 return ((CameraCharacteristics.Key) keyObj).getName();
448 charsKeyNames.add(CameraCharacteristics.COLOR_CORRECTION_AVAILABLE_ABERRATION_MODES.getName());
449 charsKeyNames.add(CameraCharacteristics.CONTROL_AE_AVAILABLE_ANTIBANDING_MODES.getName());
450 charsKeyNames.add(CameraCharacteristics.CONTROL_AE_AVAILABLE_MODES.getName());
451 charsKeyNames.add(CameraCharacteristics.CONTROL_AE_AVAILABLE_TARGET_FPS_RANGES.getName());
452 charsKeyNames.add(CameraCharacteristics.CONTROL_AE_COMPENSATION_RANGE.getName());
453 charsKeyNames.add(CameraCharacteristics.CONTROL_AE_COMPENSATION_STEP.getName());
454 charsKeyNames.add(CameraCharacteristics.CONTROL_AF_AVAILABLE_MODES.getName());
455 charsKeyNames.add(CameraCharacteristics.CONTROL_AVAILABLE_EFFECTS.getName());
456 charsKeyNames.add(CameraCharacteristics.CONTROL_AVAILABLE_SCENE_MODES.getName());
    [all...]
  /art/test/1945-proxy-method-arguments/src/
Main.java 37 System.out.println("Proxy for " + TestInterface.class + "." + method.getName());
38 if (method.getName().equals("method0")) {
40 } else if (method.getName().equals("method1")) {
42 } else if (method.getName().equals("method10")) {
44 } else if (method.getName().equals("method10Even")) {
53 System.out.println(" arg0: " + arg0.getClass().getName());
60 System.out.println(" arg0: " + arg0.getClass().getName());
64 System.out.println(" arg1: " + arg1.getClass().getName() + " \"" + arg1 + "\"");
71 System.out.println(" arg0: " + arg0.getClass().getName());
77 System.out.println(" arg" + arg_pos + ": " + arg.getClass().getName() + " \"" + arg + "\"")
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
CallablesTest.java 45 String oldName = Thread.currentThread().getName();
49 assertEquals(Thread.currentThread().getName(), newName.get());
54 assertEquals(oldName, Thread.currentThread().getName());
58 String oldName = Thread.currentThread().getName();
63 assertEquals(Thread.currentThread().getName(), newName.get());
71 assertEquals(oldName, Thread.currentThread().getName());
84 final String oldName = Thread.currentThread().getName();
88 assertEquals(Thread.currentThread().getName(), oldName);
93 assertEquals(oldName, Thread.currentThread().getName());
  /external/annotation-tools/annotation-file-utilities/src/annotator/find/
ReceiverInsertion.java 88 boolean commentAnnotation = (comments && baseType.getName().isEmpty());
90 if (!baseType.getName().isEmpty()) {
95 result += t.getName() + ".";
114 if (precedingChar == '.' && getBaseType().getName().isEmpty()) {
127 if (!getBaseType().getName().isEmpty() && !addComma) {
  /external/clang/tools/diagtool/
DiagnosticNames.h 24 llvm::StringRef getName() const {
29 return getName() < Other.getName();
45 llvm::StringRef getName() const;
98 return getName() < Other;
  /external/guice/core/src/com/google/inject/internal/util/
Classes.java 50 return member.getDeclaringClass().getName() + "." + member.getName() + "()";
52 return member.getDeclaringClass().getName() + "." + member.getName();
54 return member.getDeclaringClass().getName() + ".<init>()";
  /external/guice/core/test/com/google/inject/
ProvisionExceptionTest.java 82 "at " + E.class.getName() + ".setObject(ProvisionExceptionTest.java:");
98 "at " + ProvisionExceptionTest.class.getName(),
112 "at " + F.class.getName() + ".<init>(ProvisionExceptionTest.java:");
126 "while locating ", FProvider.class.getName(),
127 "while locating ", F.class.getName());
141 "at " + ProvisionExceptionTest.class.getName(),
188 "while locating " + InnerClass.class.getName());
202 "while locating " + LocalClass.class.getName());
212 assertContains(expected.getMessage(), MethodWithBindingAnnotation.class.getName()
213 + ".injectMe() is annotated with @", Green.class.getName() + "(), "
    [all...]
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/types/
ResolvedTypeVariable.java 59 if (!typeParameter.getName().equals(that.typeParameter.getName())) return false;
83 if(tpToBeReplaced.getName().equals(this.typeParameter.getName())){
98 return typeParameter.getName();
  /external/jcommander/src/main/java/com/beust/jcommander/
FuzzyMap.java 13 String getName();
25 if (c.getName().equalsIgnoreCase(name.getName())) {
36 String string = name.getName();
39 String n = c.getName();
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/reference/
BaseFieldReference.java 44 hashCode = hashCode*31 + getName().hashCode();
53 getName().equals(other.getName()) &&
64 res = getName().compareTo(o.getName());
BaseMethodReference.java 47 hashCode = hashCode*31 + getName().hashCode();
57 getName().equals(other.getName()) &&
68 res = getName().compareTo(o.getName());
  /external/testng/src/test/java/test/dataprovider/
MethodTest.java 13 Assert.assertEquals("test1", m.getName());
14 Assert.assertEquals("test.dataprovider.MethodTest", m.getDeclaringClass().getName());
31 if ("test2".equals(m.getName())) {
33 } else if ("test3".equals(m.getName())) {
38 Assert.assertEquals("test.dataprovider.MethodTest", m.getDeclaringClass().getName());
  /frameworks/av/services/audiopolicy/engineconfigurable/src/
Stream.cpp 35 ALOGD("%s: Stream %s identifier 0x%X", __FUNCTION__, getName().c_str(), identifier);
54 ALOGD("%s: 0x%X for Stream %s", __FUNCTION__, strategy, getName().c_str());
61 ALOGV("%s: 0x%X for Stream %s", __FUNCTION__, mApplicableStrategy, getName().c_str());
72 ALOGD("%s: 0x%X for Stream %s", __FUNCTION__, mVolumeProfile, getName().c_str());
79 ALOGV("%s: 0x%X for Stream %s", __FUNCTION__, mVolumeProfile, getName().c_str());

Completed in 1416 milliseconds

1 2 3 4 5 67 8 91011>>