HomeSort by relevance Sort by last modified time
    Searched refs:Result (Results 351 - 375 of 552) sorted by null

<<11121314151617181920>>

  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactDetailActivity.java 66 private ContactLoader.Result mContactData;
189 public void onDetailsLoaded(final ContactLoader.Result result) {
190 if (result == null) {
203 mContactData = result;
204 mLookupUri = result.getLookupUri();
  /sdk/layoutlib_api/sample/src/com/example/android/render/
RenderService.java 27 import com.android.ide.common.rendering.api.Result;
169 * Renders the model and returns the result as a {@link RenderSession}.
303 Result result = mLayoutLib.renderDrawable(params);
304 if (result != null && result.isSuccess()) {
305 Object data = result.getData();
  /external/chromium/testing/gmock/test/
gmock-spec-builders_test.cc 134 class Result {};
141 MOCK_METHOD1(ReturnResult, Result(int n)); // NOLINT
249 .WillByDefault(Return(Result()));
930 bool result = false; local
931 EXPECT_NONFATAL_FAILURE(result = a.Binary(1, 2),
933 EXPECT_TRUE(result);
1117 bool result = false; local
1118 EXPECT_NONFATAL_FAILURE(result = a.Binary(0, 0),
1120 EXPECT_TRUE(result);
2185 bool result = true; local
2223 bool result = true; local
2355 bool result = true; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerIdentityImpl.java 33 import javax.xml.transform.Result;
74 * result is a stream. If the result is a DOM, it will send the events to
75 * {@link org.apache.xml.utils.DOMBuilder}. If the result is another
103 * to set the Result for the transformation.
105 * @param result A Result instance, should not be null.
107 * @throws IllegalArgumentException if result is invalid for some reason.
109 public void setResult(Result result) throws IllegalArgumentExceptio
    [all...]
TransformerHandlerImpl.java 25 import javax.xml.transform.Result;
54 * them to a Result.
85 * @param doFragment True if the result should be a document fragement.
168 * to set the Result for the transformation.
170 * @param result A Result instance, should not be null.
172 * @throws IllegalArgumentException if result is invalid for some reason.
174 public void setResult(Result result) throws IllegalArgumentException
177 if (null == result)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 702 // then breaking it can result in the intrinsics being in the successor of
776 // use of the loaded value ended up being multiple operands of the result, in
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp 91 // We therefore do not perform any name lookup if the result would
121 LookupResult Result(*this, &II, NameLoc, Kind);
127 LookupQualifiedName(Result, LookupCtx);
129 if (ObjectTypePtr && Result.empty()) {
136 LookupName(Result, S);
140 LookupName(Result, S);
144 switch (Result.getResultKind()) {
149 Result.suppressDiagnostics();
158 if (Result.getAmbiguityKind() == LookupResult::AmbiguousTagHiding) {
159 Result.suppressDiagnostics()
5881 ExprResult result = local
    [all...]
SemaChecking.cpp 106 llvm::APSInt Result;
107 if (SemaBuiltinConstantArg(TheCall, ArgNo, Result))
233 llvm::APSInt Result;
247 if (SemaBuiltinConstantArg(TheCall, ArgNo, Result))
250 TV = Result.getLimitedValue(32);
271 if (SemaBuiltinConstantArg(TheCall, i, Result))
275 unsigned Val = Result.getZExtValue();
591 // Change the result type of the call to match the original value type. This
621 ConversionResult Result = ConvertUTF8toUTF16(&FromPtr, FromPtr + NumBytes,
625 if (Result != conversionOK
2528 Expr::EvalResult result; local
3125 Expr::EvalResult result; local
    [all...]
SemaExpr.cpp 336 // DR106 tells us what the result should be but not why. It's
573 // if we have an integer operand, the result is the complex type.
604 // type of the longer, and that is the type of the result. This corresponds
642 QualType result = (order == 0 ? lhs : Context.getComplexType(rhs)); local
645 rhsExpr = ImpCastExprToType(rhsExpr.take(), result, CK_FloatingRealToComplex);
649 lhsExpr = ImpCastExprToType(lhsExpr.take(), result, CK_FloatingComplexCast);
651 return result;
669 QualType result = (order == 0 ? rhs : Context.getComplexType(lhs)); local
673 lhsExpr = ImpCastExprToType(lhsExpr.take(), result, CK_FloatingRealToComplex);
677 rhsExpr = ImpCastExprToType(rhsExpr.take(), result, CK_FloatingComplexCast)
711 QualType result = Context.getComplexType(lhs); local
733 QualType result = Context.getComplexType(rhs); local
811 QualType result = local
1197 ExprResult result = local
2477 APFloat::opStatus result = Literal.GetFloatValue(Val); local
3407 ExprResult result = rebuildUnknownAnyFunction(*this, Fn); local
4885 QualType result = CheckConditionalOperands(Cond, LHS, RHS, local
5283 Sema::AssignConvertType result = local
5493 Sema::AssignConvertType result = local
9289 ExprResult result = CheckPlaceholderExpr(E); local
9403 ExprResult result = RebuildUnknownAnyFunction(S).Visit(fn); local
9599 ExprResult result = Visit(ice->getSubExpr()); local
9657 ExprResult result = RebuildUnknownAnyExpr(*this, castType).Visit(castExpr); local
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 190 /// ReplaceNodeResults - Replace the results of node with an illegal result
300 SDValue Result = DAG.getBlockAddress(BA, getPointerTy(), /*isTarget=*/true);
302 return DAG.getNode(XCoreISD::PCRelativeWrapper, DL, getPointerTy(), Result);
425 // or result, low_shifted, high_shifted
440 SDValue Result = DAG.getNode(ISD::OR, DL, MVT::i32, LowShifted, HighShifted);
443 SDValue Ops[] = { Result, Chain };
460 SDValue Result = DAG.getNode(ISD::OR, DL, MVT::i32, Low, HighShifted);
463 SDValue Ops[] = { Result, Chain };
584 /// each intermediate result in the calculation must also have a single use.
709 SDValue Result = TryExpandADDWithMul(N, DAG)
    [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 277 // Replace the result token.
291 // If this is a disabled macro or #define X X, we must mark the result as
759 // Get the result value. Result = true means the file exists.
760 bool Result = File != 0;
772 return Result;
822 // Set up the return result.
    [all...]
HeaderSearch.cpp 144 const FileEntry * const Result = getHeaderMap()->LookupFile(
146 if (Result) {
157 return Result;
  /external/clang/lib/Parse/
ParseTemplate.cpp     [all...]
  /external/clang/tools/scan-build/
c++-analyzer 247 my $Result = $?;
251 if ($Result & 127 and $Cmd eq $Clang and defined $HtmlDir) {
255 elsif ($Result) {
ccc-analyzer 247 my $Result = $?;
251 if ($Result & 127 and $Cmd eq $Clang and defined $HtmlDir) {
255 elsif ($Result) {
  /external/llvm/lib/Support/
DAGDeltaAlgorithm.cpp 25 // about the minimality of the result. The problem is that after adding nodes to
146 /// GetTestResult - Get the test result for the active set \arg Changes with
153 /// \return - The test result.
300 bool Result = ExecuteOneTest(Extended);
301 if (!Result)
304 return Result;
  /external/llvm/utils/PerfectShuffle/
PerfectShuffle.cpp 129 unsigned Result = 0;
141 Result |= ResElt << (4*i);
143 return Result;
514 OP_VUZPL, // VUZP, left result
515 OP_VUZPR, // VUZP, right result
516 OP_VZIPL, // VZIP, left result
517 OP_VZIPR, // VZIP, right result
518 OP_VTRNL, // VTRN, left result
519 OP_VTRNR // VTRN, right result
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 1829 SDValue result; local
    [all...]
  /external/clang/include/clang/Driver/
Driver.h 329 InputInfo &Result) const;
332 /// the action \arg JA. The result is appended to the compilation's
333 /// list of temporary or result files, as appropriate.
  /external/clang/lib/Frontend/
CacheTokens.cpp 521 LookupResult Result = statChained(Path, StatBuf, FileDescriptor);
523 if (Result == CacheMissing) // Failed 'stat'.
528 return Result;
533 return Result;
  /external/libnfc-nxp/src/
phFriNfc_TopazDynamicMap.c 562 NFCSTATUS Result = PHNFCSTVAL(CID_FRI_NFC_NDEF_MAP,
607 Result = phFriNfc_Tpz_H_NxpRead(NdefMap);
610 return Result;
628 NFCSTATUS Result = NFCSTATUS_SUCCESS;
653 Result = PHNFCSTVAL(CID_FRI_NFC_NDEF_MAP,
661 Result = PHNFCSTVAL(CID_FRI_NFC_NDEF_MAP,
699 Result = phFriNfc_Tpz_H_NxpRead(NdefMap);
706 Result = phFriNfc_Tpz_H_RemainingReadDataCopy (NdefMap);
710 return Result;
719 NFCSTATUS result = NFCSTATUS_SUCCESS local
927 NFCSTATUS result = NFCSTATUS_SUCCESS; local
1048 NFCSTATUS result = NFCSTATUS_SUCCESS; local
1283 NFCSTATUS result = NFCSTATUS_SUCCESS; local
1631 NFCSTATUS result = NFCSTATUS_SUCCESS; local
1662 NFCSTATUS result = NFCSTATUS_SUCCESS; local
1732 NFCSTATUS result = NFCSTATUS_SUCCESS; local
1793 NFCSTATUS result = NFCSTATUS_SUCCESS; local
1947 NFCSTATUS result = NFCSTATUS_SUCCESS; local
2064 NFCSTATUS result = NFCSTATUS_SUCCESS; local
2215 NFCSTATUS result = NFCSTATUS_SUCCESS; local
2281 NFCSTATUS result = NFCSTATUS_SUCCESS; local
2351 NFCSTATUS result = NFCSTATUS_SUCCESS; local
2470 NFCSTATUS result = NFCSTATUS_SUCCESS; local
2556 NFCSTATUS result = NFCSTATUS_SUCCESS; local
2817 NFCSTATUS result = NFCSTATUS_SUCCESS; local
3209 NFCSTATUS result = NFCSTATUS_SUCCESS; local
3320 NFCSTATUS result = NFCSTATUS_SUCCESS; local
3491 NFCSTATUS result = NFCSTATUS_SUCCESS; local
3665 NFCSTATUS result = NFCSTATUS_SUCCESS; local
3817 NFCSTATUS result = NFCSTATUS_SUCCESS; local
3896 NFCSTATUS result = NFCSTATUS_SUCCESS; local
3957 NFCSTATUS result = NFCSTATUS_SUCCESS; local
4003 NFCSTATUS result = NFCSTATUS_SUCCESS; local
4055 NFCSTATUS result = NFCSTATUS_SUCCESS; local
4141 NFCSTATUS result = NFCSTATUS_SUCCESS; local
4208 NFCSTATUS result = NFCSTATUS_SUCCESS; local
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 258 std::vector<MCSymbol*> &Result);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 65 std::vector<int> Result;
69 Result.push_back(-1); // undef
71 Result.push_back(cast<ConstantInt>(*i)->getZExtValue());
72 return Result;
527 // we only merge two shuffles if the result is either a splat or one of the
554 // If the result mask is equal to the src shuffle or this
  /external/webkit/Source/WebCore/svg/
SVGFilterPrimitiveStandardAttributes.cpp 43 DEFINE_ANIMATED_STRING(SVGFilterPrimitiveStandardAttributes, SVGNames::resultAttr, Result, result)
  /external/webkit/Source/WebKit/chromium/src/
StorageAreaProxy.cpp 77 WebKit::WebStorageArea::Result result = WebKit::WebStorageArea::ResultOK; local
80 m_storageArea->setItem(key, value, frame->document()->url(), result, oldValue, webFrame);
81 ec = (result == WebKit::WebStorageArea::ResultOK) ? 0 : QUOTA_EXCEEDED_ERR;
83 if (oldValueString != value && result == WebKit::WebStorageArea::ResultOK)

Completed in 551 milliseconds

<<11121314151617181920>>