/hardware/bsp/intel/peripheral/libupm/src/hmc5883l/ |
hmc5883l.h | 91 mraa::Result update();
|
/hardware/bsp/intel/peripheral/libupm/src/itg3200/ |
itg3200.h | 107 mraa::Result update();
|
/hardware/bsp/intel/peripheral/libupm/src/lcd/ |
lcd.cxx | 41 mraa::Result
|
/system/connectivity/shill/ |
mock_connection_health_checker.cc | 30 const Callback<void(Result)>& result_callback)
|
http_request.h | 50 enum Result { 81 // This (Start) function returns a failure result if the request 84 virtual Result Start( 87 const base::Callback<void(Result, const ByteString&)>& result_callback); 95 // and before the result callback is called. 115 void SendStatus(Result result); 116 void StartIdleTimeout(int timeout_seconds, Result timeout_result); 129 base::Callback<void(Result, const ByteString&)> result_callback_; 139 Result timeout_result_ [all...] |
/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/ |
phFriNfc_MifareStdMap.c | 63 NFCSTATUS Result); 132 NFCSTATUS Result = NFCSTATUS_SUCCESS; 185 Result = PHNFCSTVAL(CID_FRI_NFC_NDEF_MAP, 190 Result = ((NdefMap->CardState == 194 Result); 196 return Result; 5396 NFCSTATUS result = NFCSTATUS_SUCCESS; local 5465 NFCSTATUS result = NFCSTATUS_SUCCESS; local [all...] |
/external/clang/lib/Frontend/Rewrite/ |
RewriteObjC.cpp | 322 std::string &Result); 327 virtual void RewriteMetaDataIntoBuffer(std::string &Result) = 0; 331 std::string &Result) = 0; 333 std::string &Result) = 0; 337 std::string &Result) = 0; 339 std::string &Result) = 0; 344 std::string &Result) = 0; 479 QualType getSimpleFunctionType(QualType result, 482 if (result == Context->getObjCInstanceType()) 483 result = Context->getObjCIdType() [all...] |
/external/clang/include/clang/Basic/ |
DiagnosticIDs.h | 91 DiagnosticMapping Result; 92 Result.Severity = (unsigned)Severity; 93 Result.IsUser = IsUser; 94 Result.IsPragma = IsPragma; 95 Result.HasNoWarningAsError = 0; 96 Result.HasNoErrorAsFatal = 0; 97 return Result;
|
/external/llvm/lib/Analysis/ |
ObjCARCAliasAnalysis.cpp | 49 AliasResult Result = 52 if (Result != MayAlias) 53 return Result; 60 Result = AAResultBase::alias(MemoryLocation(UA), MemoryLocation(UB)); 63 if (Result == NoAlias) 157 Result.reset(new ObjCARCAAResult( 163 Result.reset();
|
/external/llvm/lib/DebugInfo/PDB/ |
PDBContext.cpp | 35 DILineInfo Result; 36 Result.FunctionName = getFunctionName(Address, Specifier.FNKind); 51 return Result; 59 Result.FileName = SourceFile->getFileName(); 60 Result.Column = LineInfo->getColumnNumber(); 61 Result.Line = LineInfo->getLineNumber(); 62 return Result;
|
/external/clang/test/CodeGen/ |
2002-07-14-MiscTests3.c | 64 int Result; 65 if (Val > 12.345) Result = 4; 66 return Result; /* Test use of undefined value */ 76 int Result = Param; 80 EF1(&Result, &c, &X); 85 EF1(&Result, &c, &X); 89 return Result; 112 int i, Result = 0; 114 Result += Array[i]; 116 return Result; [all...] |
/packages/apps/Email/src/com/android/email/activity/ |
ContactStatusLoader.java | 40 public class ContactStatusLoader extends AsyncTaskLoader<ContactStatusLoader.Result> { 62 * Class that encapsulates the result. 64 public static class Result { 65 public static final Result UNKNOWN = new Result(null, PRESENCE_UNKNOWN_RESOURCE_ID, null); 76 public Result(Bitmap photo, int presenceResId, Uri lookupUri) { 94 public Result loadInBackground() { 103 public static Result getContactInfo(Context context, String emailAddress) { 110 return Result.UNKNOWN; 116 return Result.UNKNOWN [all...] |
/external/clang/test/CodeGenCXX/ |
explicit-instantiation.cpp | 7 template<typename T, typename U, typename Result> 9 Result operator()(const T& t, const U& u) const; 12 template<typename T, typename U, typename Result> 13 Result plus<T, U, Result>::operator()(const T& t, const U& u) const {
|
/external/libnfc-nxp/src/ |
phFriNfc_IntNdefMap.c | 122 NFCSTATUS Result = NFCSTATUS_SUCCESS; 159 Result = PHNFCSTVAL(CID_FRI_NFC_NDEF_MAP, 164 Result = ((NdefMap->CardState == 168 Result); 169 return Result;
|
phFriNfc_MifareStdMap.c | 248 NFCSTATUS Result); 6065 NFCSTATUS result = NFCSTATUS_SUCCESS; local [all...] |
/external/v8/src/wasm/ |
wasm-result.h | 37 // The overall result of decoding a function or a module. 39 struct Result { 40 Result() 56 void CopyFrom(Result<V>& that) { 66 std::ostream& operator<<(std::ostream& os, const Result<T>& result) { 67 os << "Result = "; 68 if (result.ok()) { 69 if (result.val != nullptr) { 70 os << *result.val 101 str << error << result; local [all...] |
/external/llvm/lib/Support/ |
StringRef.cpp | 118 std::string Result(size(), char()); 120 Result[i] = ascii_tolower(Data[i]); 122 return Result; 126 std::string Result(size(), char()); 128 Result[i] = ascii_toupper(Data[i]); 130 return Result; 379 unsigned long long &Result) { 388 Result = 0; 406 unsigned long long PrevResult = Result; 407 Result = Result*Radix+CharVal [all...] |
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
RuntimeDyldCOFFI386.h | 116 uint64_t Result = 121 assert(static_cast<int32_t>(Result) <= INT32_MAX && 123 assert(static_cast<int32_t>(Result) >= INT32_MIN && 128 << " Value: " << format("0x%08" PRIx32, Result) << '\n'); 129 writeBytesUnaligned(Result, Target, 4); 135 uint64_t Result = 138 assert(static_cast<int32_t>(Result) <= INT32_MAX && 140 assert(static_cast<int32_t>(Result) >= INT32_MIN && 145 << " Value: " << format("0x%08" PRIx32, Result) << '\n'); 146 writeBytesUnaligned(Result, Target, 4) [all...] |
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
EmailAsyncTask.java | 41 public abstract class EmailAsyncTask<Params, Progress, Result> { 125 public void onCancelled(Result2 result) { 127 mOwner.onCancelled(result); 131 public void onPostExecute(Result2 result) { 134 mOwner.onCancelled(result); 136 mOwner.onSuccess(result); 141 private final InnerTask<Params, Progress, Result> mInnerTask; 149 mInnerTask = new InnerTask<Params, Progress, Result>(this); 159 protected abstract Result doInBackground(Params... params); 169 protected void onCancelled(Result result) [all...] |
/external/clang/lib/Sema/ |
SemaCodeComplete.cpp | 47 /// the result set (when it returns true) and which declarations should be 51 typedef CodeCompletionResult Result; 55 std::vector<Result> Results; 58 /// into the result set, used to ensure that no declaration ever gets into 59 /// the result set twice. 142 /// Closely matching the preferred type gives a boost to a result's 167 void AdjustResultPriorityForDecl(Result &R); 169 void MaybeAddConstructorResults(Result R); 216 Result *data() { return Results.empty()? nullptr : &Results.front(); } 239 /// When an Objective-C method declaration result is added, and tha [all...] |
/external/clang/lib/ASTMatchers/Dynamic/ |
Parser.cpp | 88 TokenInfo Result; 89 Result.Range.Start = currentLocation(); 92 Result.Kind = TokenInfo::TK_CodeCompletion; 93 Result.Text = StringRef(CodeCompletionLocation, 0); 95 return Result; 99 Result.Kind = TokenInfo::TK_Eof; 100 Result.Text = ""; 101 return Result; 106 Result.Kind = TokenInfo::TK_Comma; 107 Result.Text = Code.substr(0, 1) [all...] |
/external/clang/lib/Tooling/ |
FileMatchTrie.cpp | 113 StringRef Result = MatchingChild->getValue().findEquivalent( 116 if (!Result.empty() || IsAmbiguous) 117 return Result; 121 StringRef Result; 124 if (Result.empty()) { 125 Result = AllChildren[i]; 132 return Result; 185 StringRef Result = Root->findEquivalent(*Comparator, FileName, IsAmbiguous); 188 return Result;
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
CharsTrie.java | 19 import android.icu.util.BytesTrie.Result; 123 * @return The match/value Result. 125 public Result current() /*const*/ { 128 return Result.NO_MATCH; 132 valueResults_[node>>15] : Result.NO_VALUE; 140 * @return The match/value Result. 142 public Result first(int inUnit) { 152 * @return The match/value Result. 154 public Result firstForCodePoint(int cp) { 159 Result.NO_MATCH) 255 Result result=branchNext(pos, node, inUnit); local 721 Result result; local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
CharsTrie.java | 18 import com.ibm.icu.util.BytesTrie.Result; 129 * @return The match/value Result. 132 public Result current() /*const*/ { 135 return Result.NO_MATCH; 139 valueResults_[node>>15] : Result.NO_VALUE; 147 * @return The match/value Result. 150 public Result first(int inUnit) { 160 * @return The match/value Result. 163 public Result firstForCodePoint(int cp) { 168 Result.NO_MATCH) 267 Result result=branchNext(pos, node, inUnit); local 747 Result result; local [all...] |
/external/llvm/unittests/DebugInfo/DWARF/ |
DWARFFormValueTest.cpp | 58 DWARFFormValue Result(Form); 61 Result.extractValue(Data, &Offset, nullptr); 62 return Result; 70 DWARFFormValue Result(DW_FORM_udata); 72 Result.extractValue(Data, &Offset, nullptr); 73 return Result; 81 DWARFFormValue Result(DW_FORM_sdata); 83 Result.extractValue(Data, &Offset, nullptr); 84 return Result;
|