HomeSort by relevance Sort by last modified time
    Searched refs:getValue (Results 126 - 150 of 1452) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/clang/lib/Rewrite/
DeltaTree.cpp 93 const SourceDelta &getValue(unsigned i) const {
97 SourceDelta &getValue(unsigned i) {
189 while (i != e && FileIndex > getValue(i).FileLoc)
194 if (i != e && getValue(i).FileLoc == FileIndex) {
274 while (i != e && SubSplit.FileLoc > InsertSide->getValue(i).FileLoc)
353 assert(N->getValue(i-1).FileLoc < N->getValue(i).FileLoc);
354 FullDelta += N->getValue(i).Delta;
364 const SourceDelta &IVal = N->getValue(i);
367 assert(IN->getValue(i-1).FileLoc < IVal.FileLoc)
    [all...]
  /libcore/luni/src/test/java/tests/api/org/xml/sax/ext/
Attributes2ImplTest.java 78 assertEquals(multi.getValue(i), attrs.getValue(i));
95 assertEquals(multi.getValue(i), attrs.getValue(i));
128 assertEquals("abc", attrs.getValue(0));
143 assertEquals("abc", attrs.getValue(1));
161 assertEquals(multi.getValue(0), attrs.getValue(0));
169 assertEquals(multi.getValue(2), attrs.getValue(1))
    [all...]
  /cts/tests/tests/net/src/android/net/cts/
UrlQuerySanitizerTest.java 77 method = "getValue",
231 assertEquals(bookName, uqs.getValue(book));
232 assertEquals(bookPrice, uqs.getValue(price));
233 assertNull(uqs.getValue(notExistPar));
240 assertEquals(bookName, uqs.getValue(book));
243 assertEquals(bookPrice, uqs.getValue(price));
245 assertNull(uqs.getValue(notExistPar));
255 assertEquals(EXPECTED_UNDERLINE_NAME, uqs.getValue(NAME));
256 assertEquals(EXPECTED_AGE, uqs.getValue(AGE));
257 assertEquals(EXPECTED_HEIGHT, uqs.getValue(HEIGHT))
    [all...]
  /frameworks/compile/linkloader/include/impl/
ELFSymbol.hxx 106 PRINT_LINT("Value", getValue() );
120 setw(7) << getValue() <<
169 my_addr =const_cast<unsigned char *>(&st[0] + (off_t)getValue());
176 uint32_t *p = (uint32_t *)(&st[0] + (size_t)getValue());
195 std::max((size_t)getValue(), sizeof(void*)),
200 my_addr = memalign(std::max((size_t)getValue(), sizeof(void *)),
209 size_t align = (size_t)getValue();
244 my_addr = const_cast<unsigned char *>(&st[0] + (off_t)getValue());
274 my_addr = const_cast<unsigned char *>(&st[0] + (off_t)getValue());
303 my_addr = const_cast<unsigned char *>(&st[0] + (off_t)getValue());
    [all...]
  /external/clang/lib/Driver/
Arg.cpp 86 Output.push_back(getValue(Args, i));
93 Output.push_back(getValue(Args, i));
102 OS << getValue(Args, i);
110 getIndex(), getOption().getName(), getValue(Args, 0)));
112 Output.push_back(getValue(Args, i));
118 Output.push_back(getValue(Args, i));
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
ChainedData.java 141 public String getValue(String path, String defaultValue) {
143 if (child != null && child.getValue() != null) {
144 return child.getValue();
154 String value = child.getValue();
166 public String getValue(String path) {
169 return child.getValue();
Data.java 43 String getValue();
211 String getValue(String path, String defaultValue);
223 String getValue(String path);
  /sdk/sdkmanager/app/tests/com/android/sdkmanager/
CommandLineProcessorTest.java 168 assertEquals("value1", c.getValue("verb1", "action1", "first"));
169 assertEquals("value2", c.getValue("verb1", "action1", "second"));
176 assertEquals(null, c.getValue("verb1", "action1", "first"));
177 assertEquals("value2", c.getValue("verb1", "action1", "second"));
184 assertEquals(null, c.getValue("verb1", "action1", "first"));
185 assertEquals(null, c.getValue("verb1", "action1", "second"));
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 164 return nonloc::ConcreteInt(BasicVals.getValue(0, ArrayIndexTy));
168 return nonloc::ConcreteInt(BasicVals.getValue(idx, ArrayIndexTy));
175 BasicVals.getValue(integer->getValue(),
180 return makeTruthVal(boolean->getValue());
184 return nonloc::ConcreteInt(BasicVals.getValue(integer));
188 return loc::ConcreteInt(BasicVals.getValue(integer));
192 return nonloc::ConcreteInt(BasicVals.getValue(integer, isUnsigned));
197 return loc::ConcreteInt(BasicVals.getValue(integer, type));
199 return nonloc::ConcreteInt(BasicVals.getValue(integer, type))
    [all...]
  /frameworks/ex/common/tests/src/com/android/common/
Rfc822ValidatorTest.java 55 assertEquals(e.getValue(), validator.fixText(e.getKey()).toString());
70 assertEquals(e.getValue(), validator.fixText(e.getKey()).toString());
86 assertEquals(e.getValue(), validator.fixText(e.getKey()).toString());
  /libcore/luni/src/test/java/libcore/java/util/jar/
OldAttributesTest.java 38 a.getValue("IllegalArgumentException expected");
63 .getValue(new Attributes.Name("1")));
65 .getValue(new Attributes.Name("0")));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt.ndk/src/com/android/ide/eclipse/adt/ndk/internal/build/
NdkEnvSupplier.java 46 public String getValue() {
73 if (path.getValue() != null)
82 public String getValue() {
  /system/media/mca/filterfw/java/android/filterfw/core/
FilterFunction.java 68 if (entry.getValue() instanceof Frame) {
69 mFilter.pushInputFrame(entry.getKey(), (Frame)entry.getValue());
71 mFilter.pushInputValue(entry.getKey(), entry.getValue());
  /cts/tests/tests/text/src/android/text/cts/
AnnotationTest.java 56 method = "getValue",
62 assertEquals(VALUE1, mAnnotation.getValue());
64 assertEquals(VALUE2, mAnnotation.getValue());
116 assertEquals(out.getValue(), mAnnotation.getValue());
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstLong.java 84 public long getValue() {
  /dalvik/dx/src/com/android/dx/rop/cst/
CstLong.java 84 public long getValue() {
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLSessionImplTest.java 110 session.getValue(null);
114 assertNull(session.getValue("abc"));
137 assertSame(session.getValue("abc"), o);
141 assertNull(session.getValue("abc"));
  /external/clang/lib/Basic/
FileManager.cpp 91 return UniqueDirs.GetOrCreateValue(FullPath).getValue();
111 return UniqueFiles.GetOrCreateValue(FullPath).getValue();
250 if (NamedDirEnt.getValue())
275 if (NamedDirEnt.getValue())
276 return NamedDirEnt.getValue() == NON_EXISTENT_DIR
277 ? 0 : NamedDirEnt.getValue();
325 if (NamedFileEnt.getValue())
326 return NamedFileEnt.getValue() == NON_EXISTENT_FILE
327 ? 0 : NamedFileEnt.getValue();
406 if (NamedFileEnt.getValue() && NamedFileEnt.getValue() != NON_EXISTENT_FILE
    [all...]
  /external/emma/ant/ant14/com/vladium/emma/ant/
StringValue.java 39 public String getValue ()
  /external/guava/src/com/google/common/collect/
ImmutableEntry.java 43 @Override public V getValue() {
  /external/nist-sip/java/gov/nist/javax/sip/address/
TelephoneNumber.java 82 return (String) parameters.getValue(POSTDIAL);
90 return (String) parameters.getValue(ISUB);
97 return parameters.getValue(POSTDIAL) != null;
209 Object val = parameters.getValue(name);
  /external/oauth/core/src/main/java/net/oauth/client/
URLConnectionClient.java 68 for (String value : header.getValue()) {
78 contentLength = header.getValue();
80 connection.setRequestProperty(key, header.getValue());
82 headers.append(key).append(": ").append(header.getValue()).append(EOL);
  /external/proguard/src/proguard/classfile/editor/
ConstantAdder.java 90 constantPoolEditor.addIntegerConstant(integerConstant.getValue());
97 constantPoolEditor.addLongConstant(longConstant.getValue());
104 constantPoolEditor.addFloatConstant(floatConstant.getValue());
111 constantPoolEditor.addDoubleConstant(doubleConstant.getValue());
  /frameworks/base/core/java/android/animation/
Keyframe.java 173 public abstract Object getValue();
253 public Object getValue() {
296 public Object getValue() {
340 public Object getValue() {
  /frameworks/base/core/java/android/text/
Annotation.java 57 public String getValue() {

Completed in 1182 milliseconds

1 2 3 4 56 7 8 91011>>