/external/bluetooth/glib/glib/ |
gatomic.c | 42 gint result; local 45 : "=r" (result), "=m" (*atomic) 47 return result; 64 gint result; local 67 : "=a" (result), "=m" (*atomic) 70 return result == oldval; 82 gpointer result; local 85 : "=a" (result), "=m" (*atomic) 88 return result == oldval; 110 gpointer result; local 123 gpointer result; local 169 gint result; local 195 gint result; local 226 gint result; local 248 gint result; local 262 gpointer result; local 283 gint result, temp; local 309 gint result, temp; local 333 gint result; local 345 gint result; local 358 gint result; local 390 gpointer result; local 422 gpointer result; local 456 gpointer result; local 541 gpointer result = oldval; local 553 gpointer result = oldval; local 568 int result; local 596 gint result; local 620 gboolean result; local 640 gboolean result; local 740 gint result; local 756 gint result; local 854 gint result; local 879 gboolean result; local 899 gboolean result; local 918 gint result; local 939 gpointer result; local 1002 gint result; local 1014 gint result; local [all...] |
/external/clang/include/clang/AST/ |
ExprCXX.h | 595 // Ty is the void type which is used as the result type of the [all...] |
/external/clang/lib/Lex/ |
PTHLexer.cpp | 137 bool PTHLexer::LexEndOfFile(Token &Result) { 157 return PP->HandleEndOfFile(Result);
|
/external/llvm/examples/Kaleidoscope/Chapter5/ |
toy.cpp | 256 ExprAST *Result = new NumberExprAST(NumVal); 258 return Result;
|
/external/llvm/examples/Kaleidoscope/Chapter6/ |
toy.cpp | 284 ExprAST *Result = new NumberExprAST(NumVal); 286 return Result;
|
/external/llvm/include/llvm/ADT/ |
SmallVector.h | 339 T Result = this->back(); 341 return Result;
|
APInt.h | 156 /// must be sufficient to hold the result. 162 /// result to hold the input. 446 /// getOneBitSet - Return an APInt with exactly one bit set in the result. 458 /// @param numBits the intended bit width of the result 473 /// @param numBits the bitwidth of the result 474 /// @param hiBitsSet the number of high-order bits set in the result. 489 /// @param numBits the bitwidth of the result 490 /// @param loBitsSet the number of low-order bits set in the result. 550 APInt Result(*this); 551 Result.flipAllBits() [all...] |
/external/llvm/lib/ExecutionEngine/JIT/ |
JIT.cpp | 358 bool result = ExecutionEngine::removeModule(M); local 382 return result; 540 // Return result of the call. 546 GenericValue Result = runFunction(Stub, std::vector<GenericValue>()); 549 // And return the result. 550 return Result;
|
/external/llvm/lib/Transforms/Utils/ |
BasicBlockUtils.cpp | 95 /// a result. This includes tracing the def-use list from the PHI to see if 473 /// The output is added to Result, as pairs of <from,to> edge info. 475 SmallVectorImpl<std::pair<const BasicBlock*,const BasicBlock*> > &Result) { 501 Result.push_back(std::make_pair(ParentBB, BB));
|
/external/llvm/lib/VMCore/ |
Constants.cpp | 250 PossibleRelocationsTy Result = NoRelocation; 252 Result = std::max(Result, 255 return Result; [all...] |
/libcore/luni/src/test/java/libcore/xml/ |
XsltXPathConformanceTestSuite.java | 37 import javax.xml.transform.Result; 98 int result = compareNullsFirst(a.getNamespaceURI(), b.getNamespaceURI()); 99 return result == 0 ? result 167 TestSuite result = new TestSuite(); local 174 result.addTest(suite.create(base, testCaseElement)); 178 return result; 189 * <test-case category="XSLT-Result-Tree" id="attribset_attribset01"> 308 * the result to an expected output file. 357 Result result local 565 List<Element> result = new ArrayList<Element>(); local [all...] |
/packages/apps/Email/src/com/android/email/service/ |
MailService.java | 91 private final Controller.Result mControllerCallback = new ControllerResults(); 570 // discard result - there is no longer an account with this id 617 class ControllerResults extends Controller.Result { 619 public void updateMailboxCallback(MessagingException result, long accountId, 623 //checkAuthenticationStatus(result, accountId); 624 if (result != null || progress == 100) { 639 public void serviceCheckMailCallback(MessagingException result, long accountId, 641 if (result != null || progress == 100) { 642 if (result != null) {
|
/packages/apps/Email/tests/src/com/android/email/ |
RefreshManagerTest.java | 429 public volatile Result mListener; 470 public void addResultCallback(Result listener) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
ProjectCallback.java | 36 import com.android.ide.common.rendering.api.Result; 533 Result result = mLayoutLib.getViewParent(viewObject); local 534 if (result.isSuccess()) { 535 Object parent = result.getData();
|
/external/chromium/testing/gmock/test/ |
gmock-actions_test.cc | 401 // 'Result' is not a member of class 'testing::internal::Function<int>' 422 template <typename Result, typename ArgumentTuple> 423 Result Perform(const ArgumentTuple& args) { return get<1>(args); } 437 template <typename Result> 438 Result Perform(const tuple<>&) const { return 0; } [all...] |
/external/clang/include/clang/Sema/ |
Overload.h | 34 /// OverloadingResult - Capture the result of performing overload 495 // The result of a comparison between implicit conversion 522 /// This conversion candidate is not viable because its result 609 unsigned Result; 640 /// after the call to the overload candidate to convert the result
|
/external/llvm/include/llvm/ExecutionEngine/ |
ExecutionEngine.h | 230 /// and return the result. 444 void LoadValueFromMemory(GenericValue &Result, GenericValue *Ptr,
|
/external/llvm/include/llvm/ |
Module.h | 248 void getMDKindNames(SmallVectorImpl<StringRef> &Result) const;
|
/external/webkit/Source/WebCore/inspector/front-end/ |
ConsoleView.js | 303 // Always scroll when command result arrives. 369 function evaluated(result) 371 if (!result) 373 result.getAllProperties(evaluatedProperties.bind(this)); 553 function evalCallback(error, result) 556 callback(WebInspector.RemoteObject.fromPayload(result)); 579 function printResult(result) 587 self.addMessage(new WebInspector.ConsoleCommandResult(result, commandMessage)); 826 // There can be string log and string eval result. We distinguish between them based on message type. 827 var shouldFormatMessage = WebInspector.RemoteObject.type(parameters[0]) === "string" && this.type !== WebInspector.ConsoleMessage.MessageType.Result; [all...] |
/packages/apps/Email/tests/src/com/android/email/activity/ |
MailboxFinderTest.java | 88 for (Controller.Result callback : controller.getResultCallbacksForTest()) {
|
/external/libnfc-nxp/src/ |
phFriNfc_DesfireFormat.c | 888 NFCSTATUS result = PHNFCSTVAL(CID_FRI_NFC_NDEF_SMTCRDFMT, local 900 result = phFriNfc_Desf_HSendTransCmd(NdefSmtCrdFmt); 902 return (result); 908 NFCSTATUS Result = PHNFCSTVAL(CID_FRI_NFC_NDEF_SMTCRDFMT, 921 Result = phFriNfc_Desf_HSendTransCmd(NdefSmtCrdFmt); 923 return (Result); 995 NFCSTATUS result = NFCSTATUS_SUCCESS; local 1078 NFCSTATUS result = NFCSTATUS_SUCCESS; local 1184 NFCSTATUS result = NFCSTATUS_SUCCESS; local 1204 NFCSTATUS result = NFCSTATUS_SUCCESS; local 1223 NFCSTATUS result = NFCSTATUS_SUCCESS; local [all...] |
/external/llvm/lib/Analysis/ |
Lint.cpp | 235 AliasAnalysis::AliasResult Result = AA->alias(*AI, *BI); 236 Assert1(Result != AliasAnalysis::MustAlias && 237 Result != AliasAnalysis::PartialAlias, 439 "Undefined result: xor(undef, undef)", &I); 445 "Undefined result: sub(undef, undef)", &I); 452 "Undefined result: Shift count out of range", &I); 459 "Undefined result: Shift count out of range", &I); 466 "Undefined result: Shift count out of range", &I); 527 "Undefined result: extractelement index out of range", &I); 535 "Undefined result: insertelement index out of range", &I) [all...] |
/external/llvm/lib/Transforms/IPO/ |
MergeFunctions.cpp | 808 std::pair<FnSetType::iterator, bool> Result = FnSet.insert(NewF); 809 if (Result.second) { 814 const ComparableFunction &OldF = *Result.first;
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
CStringChecker.cpp | 891 SVal result = local 1609 int result; local [all...] |
/external/dbus/dbus/ |
dbus-string.c | 307 * result in aborting the program. Also, if the string is wasting a 1846 dbus_unichar_t result; local 2554 DBusString result; local 2605 DBusString result; local 2873 dbus_unichar_t result; local [all...] |