| /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
| db_feature_detection.cpp | 401 movq mm2,mm6 /*3 Start with 1* in front two steps*/ 418 movq mm2,mm4 /*19 Start with 1* in front two steps*/ 439 movq mm2,mm6 /*35 Start with 1* in front two steps*/ 458 movq mm0,mm6 /*50b Start with 1* in front two steps*/ [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/ |
| BlockFrequencyInfoImpl.h | 608 BlockNode Start; 659 StartIrr = Lookup[Start.Index]; 742 /// the loop. Start by assigning full mass to the Loop header. For each [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/ |
| BlockFrequencyInfoImpl.h | 608 BlockNode Start; 659 StartIrr = Lookup[Start.Index]; 742 /// the loop. Start by assigning full mass to the Loop header. For each [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/ |
| BlockFrequencyInfoImpl.h | 608 BlockNode Start; 659 StartIrr = Lookup[Start.Index]; 742 /// the loop. Start by assigning full mass to the Loop header. For each [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/ |
| BlockFrequencyInfoImpl.h | 608 BlockNode Start; 659 StartIrr = Lookup[Start.Index]; 742 /// the loop. Start by assigning full mass to the Loop header. For each [all...] |
| /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/ |
| BlockFrequencyInfoImpl.h | 608 BlockNode Start; 659 StartIrr = Lookup[Start.Index]; 742 /// the loop. Start by assigning full mass to the Loop header. For each [all...] |
| /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/ |
| BlockFrequencyInfoImpl.h | 608 BlockNode Start; 659 StartIrr = Lookup[Start.Index]; 742 /// the loop. Start by assigning full mass to the Loop header. For each [all...] |
| /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/ |
| BlockFrequencyInfoImpl.h | 608 BlockNode Start; 659 StartIrr = Lookup[Start.Index]; 742 /// the loop. Start by assigning full mass to the Loop header. For each [all...] |
| /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/ |
| BlockFrequencyInfoImpl.h | 608 BlockNode Start; 659 StartIrr = Lookup[Start.Index]; 742 /// the loop. Start by assigning full mass to the Loop header. For each [all...] |
| /system/core/init/ |
| service.cpp | 771 if (auto result = Start(); !result) { 785 Result<Success> Service::Start() { 800 // It is not an error to try to start a service that is already running. [all...] |
| /art/runtime/ |
| runtime.cc | 381 // Make sure our internal threads are dead before we start tearing down things they're using. 438 // Well-known classes must be deleted or it is impossible to successfully start another Runtime 439 // instance. We rely on a small initialization order issue in Runtime::Start() that requires 732 bool Runtime::Start() { 733 VLOG(startup) << "Runtime::Start entering"; 802 // Send the start phase event. We have to wait till here as this is when the main thread peer 838 VLOG(startup) << "Runtime::Start exiting"; 843 Trace::Start(trace_config_->trace_file.c_str(), [all...] |
| /device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/ |
| TianoCompress.c | 1477 UINT16 Start[18];
1479 Start[1] = 0;
1481 Start[Index + 1] = (UINT16) ((Start[Index] + mLenCnt[Index]) << 1);
1485 Code[Index] = Start[Len[Index]]++;
[all...] |
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/ |
| ProcessDsc.c | 827 // Start multi-thread build if ThreadNumber is specified and no error status
[all...] |
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/ |
| StrGather.c | 105 BOOLEAN NewDatabase; // to start from scratch
759 WCHAR *Start;
772 Start = Ptr = SourceFile->FileBufferPtr;
775 Warning (SourceFile->FileName, SourceFile->LineNum, 0, "carriage return found in quoted string", "%S", Start);
792 Start
811 *Ptr = *Start;
812 Start++;
922 WCHAR *Start;
937 Start = Ptr = SourceFile->FileBufferPtr;
976 Error (SourceFile->FileName, SourceFile->LineNum, 0, "missing closing bracket", "%S", Start);
[all...] |
| /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
| PxeBaseCode.h | 207 /// to start or join a multicast TFTP session. It is also required to
320 be returned. If there is not enough memory or other resources to start the PXE
371 @retval EFI_OUT_OF_RESOURCES Could not allocate enough memory or other resources to start the
386 in Start() are released, the Started field of the EFI_PXE_BASE_CODE_MODE structure is
[all...] |
| /external/clang/lib/AST/ |
| DeclBase.cpp | 61 void *Start = Context.Allocate(Size + Extra + 8); 62 void *Result = (char*)Start + 8; 82 // padding at the start if required. [all...] |
| Expr.cpp | [all...] |
| /external/clang/lib/CodeGen/ |
| CGExprAgg.cpp | 336 // Start pointer. 346 LValue Start = CGF.EmitLValueForFieldInitialization(DestLV, *Field); 351 CGF.EmitStoreThroughLValue(RValue::get(ArrayStart), Start); 485 // Advance to the start of the rest of the array. 487 element = Builder.CreateInBoundsGEP(element, one, "arrayinit.start"); [all...] |
| TargetInfo.cpp | [all...] |
| /external/clang/lib/Frontend/ |
| ASTUnit.cpp | 58 TimeRecord Start; 64 Start = TimeRecord::getCurrentTime(); 75 Elapsed -= Start; 2850 void ASTUnit::ConcurrencyState::start() { function in class:ASTUnit::ConcurrencyState 2863 void ASTUnit::ConcurrencyState::start() {} function in class:ASTUnit::ConcurrencyState [all...] |
| /external/clang/lib/Lex/ |
| ModuleMap.cpp | [all...] |
| /external/google-breakpad/src/common/dwarf/ |
| dwarf2reader.cc | 135 const char* CompilationUnit::SkipDIE(const char* start, 140 start = SkipAttribute(start, i->second); 142 return start; 146 const char* CompilationUnit::SkipAttribute(const char* start, 152 form = static_cast<enum DwarfForm>(reader_->ReadUnsignedLEB128(start, 154 start += len; 155 return SkipAttribute(start, form); 158 return start; 162 return start + 1 [all...] |
| /external/googletest/googletest/src/ |
| gtest-internal-inl.h | 316 << "Invalid shuffle range start " << begin << ": must be in range [0, " 559 // Gets the time of the test program start, in ms from the start of the 788 // Gets the random seed used at the start of the current test iteration. [all...] |
| /external/libvpx/libvpx/third_party/googletest/src/src/ |
| gtest-internal-inl.h | 316 << "Invalid shuffle range start " << begin << ": must be in range [0, " 559 // Gets the time of the test program start, in ms from the start of the 788 // Gets the random seed used at the start of the current test iteration. [all...] |
| /external/llvm/examples/Kaleidoscope/Chapter9/ |
| toy.cpp | 315 std::unique_ptr<ExprAST> Start, End, Step, Body; 318 ForExprAST(const std::string &VarName, std::unique_ptr<ExprAST> Start, 321 : VarName(VarName), Start(std::move(Start)), End(std::move(End)), 326 Start->dump(indent(out, ind) << "Cond:", ind + 1); 547 auto Start = ParseExpression(); 548 if (!Start) 551 return LogError("expected ',' after for start value"); 575 return llvm::make_unique<ForExprAST>(IdName, std::move(Start), std::move(End), 1057 // start = startexp [all...] |