OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getname
(Results
401 - 425
of
11133
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/llvm/lib/Transforms/Utils/
DemoteRegToStack.cpp
35
I.
getName
()+".reg2mem", AllocaPoint);
38
Slot = new AllocaInst(I.getType(), nullptr, I.
getName
() + ".reg2mem",
74
V = new LoadInst(Slot, I.
getName
()+".reload", VolatileLoads,
82
Value *V = new LoadInst(Slot, I.
getName
()+".reload", VolatileLoads, U);
117
P->
getName
()+".reg2mem", AllocaPoint);
120
Slot = new AllocaInst(P->getType(), nullptr, P->
getName
() + ".reg2mem",
140
Value *V = new LoadInst(Slot, P->
getName
() + ".reload", &*InsertPt);
/external/llvm/utils/TableGen/
CodeGenTarget.cpp
42
std::string llvm::
getName
(MVT::SimpleValueType T) {
140
if (Namespace.empty()) return R->
getName
();
141
return Namespace + "::" + R->
getName
();
160
const std::string &CodeGenTarget::
getName
() const {
161
return TargetRec->
getName
();
333
return Rec1->TheDef->
getName
() < Rec2->TheDef->
getName
();
405
if (PropList[i]->
getName
() == "SDNPHasChain") {
407
} else if (PropList[i]->
getName
() == "SDNPOptInGlue") {
409
} else if (PropList[i]->
getName
() == "SDNPMayStore")
[
all
...]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
TestHttpResponse.java
70
if (s.equalsIgnoreCase(h.
getName
())) {
79
if (headers[i].
getName
().equalsIgnoreCase(s)) {
89
if (h.
getName
().equalsIgnoreCase(s)) found.add(h);
106
if (header.
getName
().equals(newHeader.
getName
())) {
147
if (headers[i].
getName
().equalsIgnoreCase(s)) {
197
if (header.
getName
().equals("Content-Type")) {
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/
PropertyUtils.java
55
&& !properties.containsKey(field.
getName
())) {
56
properties.put(field.
getName
(), new FieldProperty(field));
66
if (readMethod == null || !readMethod.
getName
().equals("getClass")) {
67
properties.put(property.
getName
(), new MethodProperty(property));
77
properties.put(field.
getName
(), new FieldProperty(field));
87
throw new YAMLException("No JavaBean properties found in " + type.
getName
());
133
+ type.
getName
());
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/recursive/
HumanTest.java
59
assertEquals("Father", father2.
getName
());
60
assertEquals("Mother", father2.getPartner().
getName
());
61
assertEquals("Father", father2.getBankAccountOwner().
getName
());
88
assertEquals("Father", father2.
getName
());
89
assertEquals("Mother", father2.getPartner().
getName
());
90
assertEquals("Father", father2.getBankAccountOwner().
getName
());
142
assertEquals("Son", son.
getName
());
145
assertEquals("Father", father2.
getName
());
146
assertEquals("Mother", son2.getMother().
getName
());
215
assertEquals("Son", son.
getName
());
[
all
...]
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/test/
RecyclerViewTest.java
87
layoutManager.getClass().
getName
(), GridLayoutManager.class.
getName
());
98
layoutManager.getClass().
getName
(),
99
CustomLayoutManager.class.
getName
());
110
layoutManager.getClass().
getName
(),
111
CustomLayoutManager.LayoutManager.class.
getName
());
118
layoutManager.getClass().
getName
());
/libcore/luni/src/test/java/libcore/java/text/
OldAttributedCharacterIteratorAttributeTest.java
41
public String
getName
() {
42
return super.
getName
();
101
* java.text.AttributedCharacterIterator.Attribute#
getName
() Test of
102
* method java.text.AttributedCharacterIterator.Attribute#
getName
().
108
assertEquals("Incorrect attribute name", "test1", mac1.
getName
());
202
getClass().
getName
()
207
getClass().
getName
()
/libcore/luni/src/test/java/tests/security/cert/
PKIXCertPathBuilderResultTest.java
84
fail(
getName
() + ": not performed (could not create test TrustAnchor)");
107
fail(
getName
() + ": not performed (could not create test TrustAnchor)");
127
fail(
getName
() + ": not performed (could not create test TrustAnchor)");
170
fail(
getName
() + ": not performed (could not create test TrustAnchor)");
188
assertNotNull(
getName
()
213
fail(
getName
() + ": not performed (could not create test TrustAnchor)");
240
fail(
getName
() + ": not performed (could not create test TrustAnchor)");
/external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
ExemptionMechanism_ImplTest.java
81
Security.removeProvider(mProv.
getName
());
170
assertEquals("Incorrect algorithm", exMech.
getName
(),
192
ExemptionMechanism.getInstance(null, mProv.
getName
());
200
.
getName
());
230
.
getName
());
231
assertEquals("Incorrect algorithm", exMech.
getName
(),
233
assertEquals("Incorrect provider", exMech.getProvider().
getName
(),
234
mProv.
getName
());
278
assertEquals("Incorrect algorithm", exMech.
getName
(),
/external/chromium-trace/catapult/third_party/Paste/paste/util/
threadedprint.py
30
``threading.currentThread().
getName
()``, a string (typically something
93
name = currentThread().
getName
()
103
name = threading.currentThread().
getName
()
111
name = threading.currentThread().
getName
()
136
name = currentThread().
getName
()
142
name = currentThread().
getName
()
193
name = currentThread().
getName
()
218
name = currentThread().
getName
()
224
name = currentThread().
getName
()
/external/jetty/src/java/org/eclipse/jetty/util/
IntrospectionUtil.java
44
if (!method.
getName
().startsWith("set"))
65
if (methods[i].
getName
().equals(methodName) && checkParams(methods[i].getParameterTypes(), (args==null?new Class[] {}:args), strictArgs))
78
throw new NoSuchMethodException("No such method "+methodName+" on class "+clazz.
getName
());
112
throw new NoSuchFieldException("No field with name "+targetName+" in class "+clazz.
getName
()+" of type "+targetType);
191
if (methodA.
getName
().equals(methodB.
getName
())
246
if (fields[i].
getName
().equals(field.
getName
()))
266
if (methods[i].
getName
().equals(methodName)
/external/llvm/tools/llvm-pdbdump/
FunctionDumper.cpp
42
WithColor(Printer, PDB_ColorItem::Type).get() << ClassParent->
getName
();
73
<< ClassParent->
getName
();
82
<< ClassParent->
getName
();
142
WithColor(Printer, PDB_ColorItem::Identifier).get() << Symbol.
getName
();
164
WithColor(Printer, PDB_ColorItem::Identifier).get() << Symbol.
getName
();
180
<< Arg->
getName
();
213
WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.
getName
();
228
WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.
getName
();
253
WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.
getName
();
/external/proguard/src/proguard/
ConfigurationChecker.java
64
throw new IOException("The output jar [" + firstEntry.
getName
() +
76
throw new IOException("The output jar [" + entry.
getName
() +
113
System.out.println("Note: you're writing the processed class files to a directory [" + entry.
getName
() + "].");
190
if (entry2.
getName
().equals(entry1.
getName
()))
197
throw new IOException("The same output jar ["+entry1.
getName
()+"] is specified twice.");
202
throw new IOException("Input jars and output jars must be different ["+entry1.
getName
()+"].");
210
throw new IOException("Input jars and output jars must be different ["+entry1.
getName
()+"].");
216
throw new IOException("The same input jar ["+entry1.
getName
()+"] is specified twice.");
/platform_testing/tests/jank/sysapp/src/com/android/sysapp/janktests/
GMailJankTests.java
98
getClass().getSimpleName(),
getName
()), TIMESTAMP_FILE);
103
getClass().getSimpleName(),
getName
()), TIMESTAMP_FILE);
105
getClass().getSimpleName(),
getName
()), RESULTS_FILE, metrics);
130
getClass().getSimpleName(),
getName
()), TIMESTAMP_FILE);
135
getClass().getSimpleName(),
getName
()), TIMESTAMP_FILE);
137
getClass().getSimpleName(),
getName
()), RESULTS_FILE, metrics);
166
getClass().getSimpleName(),
getName
()), TIMESTAMP_FILE);
177
getClass().getSimpleName(),
getName
()), TIMESTAMP_FILE);
179
getClass().getSimpleName(),
getName
()), RESULTS_FILE, metrics);
/cts/tests/app/src/android/app/cts/
AutomaticZenRuleTest.java
57
assertEquals(mName, rule1.
getName
());
68
assertNull(rule1.
getName
());
104
assertEquals(mName + "new", rule.
getName
());
/dalvik/dexgen/src/com/android/dexgen/rop/
StdAttributeList.java
59
if (att.
getName
().equals(name)) {
83
String name = attrib.
getName
();
87
if (att.
getName
().equals(name)) {
StdMember.java
73
sb.append(getClass().
getName
());
97
public final CstUtf8
getName
() {
98
return nat.
getName
();
/dalvik/dx/src/com/android/dx/cf/iface/
StdAttributeList.java
59
if (att.
getName
().equals(name)) {
83
String name = attrib.
getName
();
87
if (att.
getName
().equals(name)) {
StdMember.java
73
sb.append(getClass().
getName
());
97
public final CstString
getName
() {
98
return nat.
getName
();
/development/tools/idegen/src/com/android/idegen/
Module.java
50
private static final Logger logger = Logger.getLogger(Module.class.
getName
());
99
File.separatorChar +
getName
() + "_intermediates" + File.separator + "src";
144
public String
getName
() {
145
return moduleRoot.
getName
();
262
.append(module.
getName
()).append("\" />\n");
266
imlFile = new File(moduleDir,
getName
() + ".iml");
296
//logger.info("Adding iml " + child.
getName
() + " " + child.getImlFile());
312
//logger.info("Adding iml " + child.
getName
() + " " + child.getImlFile());
366
return Objects.hashCode(
getName
());
378
return Objects.equal(
getName
(), other.getName())
[
all
...]
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
TestSuite.java
60
if(r.
getName
().equals(rule.
getName
())) {
90
if(rule.
getName
().equals(name)) {
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/
SetValues003Test.java
42
return SetValues003Debuggee.class.
getName
();
50
logWriter.println("==> " +
getName
() + " for " + THIS_COMMAND_NAME + ": START...");
61
logWriter.println("==> " +
getName
() + " for " + THIS_COMMAND_NAME + ": OK.");
69
logWriter.println("==> " +
getName
() + " for " + THIS_COMMAND_NAME + ": START...");
85
logWriter.println("==> " +
getName
() + " for " + THIS_COMMAND_NAME + ": OK.");
93
logWriter.println("==> " +
getName
() + " for " + THIS_COMMAND_NAME + ": START...");
110
logWriter.println("==> " +
getName
() + " for " + THIS_COMMAND_NAME + ": OK.");
118
logWriter.println("==> " +
getName
() + " for " + THIS_COMMAND_NAME + ": START...");
162
logWriter.println("==> " +
getName
() + " for " + THIS_COMMAND_NAME + ": OK.");
216
+ "(" + JDWPConstants.Tag.
getName
(checkedObjectFieldTag) + ")")
[
all
...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
MethodEntryTest.java
43
return MethodEntryDebuggee.class.
getName
();
71
JDWPConstants.EventKind.
getName
(JDWPConstants.EventKind.METHOD_ENTRY),
72
JDWPConstants.EventKind.
getName
(parsedEvents[0].getEventKind()));
MethodExitTest.java
43
return MethodEntryDebuggee.class.
getName
();
71
JDWPConstants.EventKind.
getName
(JDWPConstants.EventKind.METHOD_EXIT),
72
JDWPConstants.EventKind.
getName
(parsedEvents[0].getEventKind()));
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
InterruptDebuggee.java
90
logWriter.println(
getName
() + ": started");
100
logWriter.println(
getName
() + ": wait for SGNL_CONTINUE");
102
logWriter.println(
getName
() + ": finished");
Completed in 3422 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>