Searched defs:getValue (Results 251 - 275 of 422) sorted by relevance

<<11121314151617

/external/icu/icu4c/source/common/
H A Duprops.cpp300 IntPropertyGetValue *getValue; member in struct:IntProperty
468 return prop.getValue(prop, c, which);
H A Dbytestriebuilder.cpp64 int32_t getValue() const { return value; } function in class:BytesTrieElement
290 return elements[i].getValue();
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DNestedMapData.java190 public String getValue() { method in class:NestedMapData
442 setAttribute(attribute.getKey(), attribute.getValue());
452 setValue(from.getValue());
471 if (getValue() != null) {
474 if (getValue().contains("\n")) {
477 out.append(" = ").append(getValue()).append('\n');
510 String value = entry.getValue();
524 while (getValue().contains(marker)) {
527 out.append(" << ").append(marker).append('\n').append(getValue());
528 if (!getValue()
[all...]
/external/jsilver/src/org/clearsilver/jni/
H A DJniHdf.java182 public String getValue(String hdfname, String default_value) { method in class:JniHdf
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Dconfig.cpp58 bool getValue(const char* name, char* pValue, size_t& len) const;
59 bool getValue(const char* name, unsigned long& rValue) const;
60 bool getValue(const char* name, unsigned short & rValue) const;
392 ** Function: CNfcConfig::getValue()
400 bool CNfcConfig::getValue(const char* name, char* pValue, size_t& len) const function in class:CNfcConfig
419 ** Function: CNfcConfig::getValue()
427 bool CNfcConfig::getValue(const char* name, unsigned long& rValue) const function in class:CNfcConfig
443 ** Function: CNfcConfig::getValue()
451 bool CNfcConfig::getValue(const char* name, unsigned short& rValue) const function in class:CNfcConfig
652 bool b = rConfig.getValue(nam
[all...]
/external/libnfc-nci/src/adaptation/
H A Dconfig.cpp58 bool getValue(const char* name, char* pValue, size_t& len) const;
59 bool getValue(const char* name, unsigned long& rValue) const;
60 bool getValue(const char* name, unsigned short & rValue) const;
407 ** Function: CNfcConfig::getValue()
415 bool CNfcConfig::getValue(const char* name, char* pValue, size_t& len) const function in class:CNfcConfig
434 ** Function: CNfcConfig::getValue()
442 bool CNfcConfig::getValue(const char* name, unsigned long& rValue) const function in class:CNfcConfig
458 ** Function: CNfcConfig::getValue()
466 bool CNfcConfig::getValue(const char* name, unsigned short& rValue) const function in class:CNfcConfig
667 bool b = rConfig.getValue(nam
[all...]
/external/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h49 Value *getValue() const { return Val; } function in class:llvm::AliasSet::PointerRec
205 Value *getPointer() const { return CurNode->getValue(); }
H A DScalarEvolutionExpressions.h45 ConstantInt *getValue() const { return V; } function in class:llvm::SCEVConstant
506 Value *getValue() const { return getValPtr(); } function in class:llvm::SCEVUnknown
711 Value *V = Expr->getValue();
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
H A DWebSocketFrame.java245 header |= opCode.getValue() & 0x0F;
342 public byte getValue() { method in class:WebSocketFrame.OpCode
352 if (opcode.getValue() == value) {
371 public int getValue() { method in class:WebSocketFrame.CloseCode
377 if (code.getValue() == value) {
409 payload[0] = (byte) ((code.getValue() >> 8) & 0xFF);
410 payload[1] = (byte) ((code.getValue()) & 0xFF);
/external/skia/include/views/
H A DSkWidget.h255 uint16_t getValue() const { return fValue; } function in class:SkProgressView
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPNode.java493 return this.value.compareTo(((XMPNode) xmpNode).getValue());
523 public String getValue() method in class:XMPNode
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemNumber.java300 public XPath getValue() method in class:ElemNumber
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dbraille_util.js236 cvox.BrailleUtil.getValue = function(node) {
278 return new cvox.Spannable(cvox.DomUtil.getValue(node), valueSpan);
322 return opt_override.value || cvox.BrailleUtil.getValue(node);
/external/chromium_org/third_party/icu/source/common/
H A Dbytestriebuilder.cpp64 int32_t getValue() const { return value; } function in class:BytesTrieElement
290 return elements[i].getValue();
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ducharstrietest.cpp307 trie->getValue()!=2000000000
315 trie->getValue()!=44444
328 trie->getValue()!=99999
355 int32_t getValue() const { return value; } function in class:__anon12358::Generator
373 builder_->add(gen.getString(), gen.getValue(), errorCode);
392 int32_t value=gen.getValue();
402 if(!USTRINGTRIE_HAS_VALUE(result) || result!=trie->current() || value!=trie->getValue()) {
404 "next()!=current() or getValue() wrong "
484 if(trie->next(u_n)!=USTRINGTRIE_INTERMEDIATE_VALUE || 6!=trie->getValue()) {
487 // hasUniqueValue() after getValue()
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h343 const llvm::APSInt& getValue() const { function in class:clang::ento::nonloc::ConcreteInt
416 const CompoundValData* getValue() const { function in class:clang::ento::nonloc::CompoundVal
533 const llvm::APSInt& getValue() const { function in class:clang::ento::loc::ConcreteInt
/external/deqp/framework/randomshaders/
H A DrsgProgramExecutor.cpp50 ValueAccess getValue (const VariableType& type, int vtxNdx);
51 ConstValueAccess getValue (const VariableType& type, int vtxNdx) const;
62 ValueAccess VaryingStorage::getValue (const VariableType& type, int vtxNdx) function in class:rsg::VaryingStorage
67 ConstValueAccess VaryingStorage::getValue (const VariableType& type, int vtxNdx) const function in class:rsg::VaryingStorage
230 execCtx.getValue(uniformIter->getVariable()) = uniformIter->getValue().value();
241 ExecValueAccess access = execCtx.getValue(input->getVariable());
265 ExecConstValueAccess access = execCtx.getValue(output);
270 ValueAccess varyingAccess = dst->getValue(output->getType(), vtxNdx);
283 execCtx.getValue(
[all...]
/external/icu/icu4c/source/test/intltest/
H A Ducharstrietest.cpp307 trie->getValue()!=2000000000
315 trie->getValue()!=44444
328 trie->getValue()!=99999
355 int32_t getValue() const { return value; } function in class:__anon22169::Generator
373 builder_->add(gen.getString(), gen.getValue(), errorCode);
392 int32_t value=gen.getValue();
402 if(!USTRINGTRIE_HAS_VALUE(result) || result!=trie->current() || value!=trie->getValue()) {
404 "next()!=current() or getValue() wrong "
484 if(trie->next(u_n)!=USTRINGTRIE_INTERMEDIATE_VALUE || 6!=trie->getValue()) {
487 // hasUniqueValue() after getValue()
[all...]
/external/jsilver/src/com/google/streamhtmlparser/impl/
H A DHtmlParserImpl.java255 HtmlUtils.parseContentAttributeForUrl(getValue());
288 public String getValue() { method in class:HtmlParserImpl
320 return (HtmlUtils.parseContentAttributeForUrl(getValue()) ==
/external/llvm/include/llvm/ADT/
H A DFoldingSet.h766 T &getValue() { return data; } function in class:llvm::FoldingSetNodeWrapper
767 const T &getValue() const { return data; } function in class:llvm::FoldingSetNodeWrapper
H A DStringMap.h127 const ValueTy &getValue() const { return second; } function in class:llvm::StringMapEntry
128 ValueTy &getValue() { return second; } function in class:llvm::StringMapEntry
299 return GetOrCreateValue(Key).getValue();
/external/llvm/include/llvm/IR/
H A DConstants.h105 inline const APInt &getValue() const { function in class:llvm::ConstantInt
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.h280 uint64_t getValue() const { return Integer; } function in class:llvm::DIEInteger
307 /// getValue - Get MCExpr.
309 const MCExpr *getValue() const { return Expr; } function in class:llvm::DIEExpr
336 /// getValue - Get MCSymbol.
338 const MCSymbol *getValue() const { return Label; } function in class:llvm::DIELabel
566 /// getValue - Grab the current index out.
567 size_t getValue() const { return Index; } function in class:llvm::DIELocList
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp59 if (LHSResult.getValue() != RHSResult.getValue()) {
61 << format("0x%lx", LHSResult.getValue()) << " != "
62 << format("0x%lx", RHSResult.getValue()) << "\n";
83 uint64_t getValue() const { return Value; } function in class:llvm::RuntimeDyldCheckerExprEval::EvalResult
163 return EvalResult(LHSResult.getValue() + RHSResult.getValue());
165 return EvalResult(LHSResult.getValue() - RHSResult.getValue());
167 return EvalResult(LHSResult.getValue()
[all...]
/external/smack/src/org/jivesoftware/smack/util/collections/
H A DAbstractHashedMap.java52 protected static final String GETVALUE_INVALID = "getValue() can only be called after next() and before remove()";
195 return entry.getValue();
250 if (entry.getValue() == null) {
260 if (isEqualValue(value, entry.getValue())) {
284 V oldValue = entry.getValue();
313 put(entry.getKey(), entry.getValue());
330 V oldValue = entry.getValue();
390 * @param value2 the second value extracted from the entry via <code>getValue()</code>
748 public V getValue() { method in class:AbstractHashedMap.HashMapIterator
753 return current.getValue();
1048 public V getValue() { method in class:AbstractHashedMap.HashEntry
[all...]

Completed in 5651 milliseconds

<<11121314151617