/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Utils/ |
SSAUpdaterImpl.h | 120 BBInfo *Info = new (Allocator) BBInfo(BB, 0); 121 BBMap[BB] = Info; 122 WorkList.push_back(Info); 129 Info = WorkList.pop_back_val(); 131 Traits::FindPredecessorBlocks(Info->BB, &Preds); 132 Info->NumPreds = Preds.size(); 133 if (Info->NumPreds == 0) 134 Info->Preds = nullptr; 136 Info->Preds = static_cast<BBInfo **>(Allocator.Allocate( 137 Info->NumPreds * sizeof(BBInfo *), alignof(BBInfo *))) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Utils/ |
SSAUpdaterImpl.h | 120 BBInfo *Info = new (Allocator) BBInfo(BB, 0); 121 BBMap[BB] = Info; 122 WorkList.push_back(Info); 129 Info = WorkList.pop_back_val(); 131 Traits::FindPredecessorBlocks(Info->BB, &Preds); 132 Info->NumPreds = Preds.size(); 133 if (Info->NumPreds == 0) 134 Info->Preds = nullptr; 136 Info->Preds = static_cast<BBInfo **>(Allocator.Allocate( 137 Info->NumPreds * sizeof(BBInfo *), alignof(BBInfo *))) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Utils/ |
SSAUpdaterImpl.h | 120 BBInfo *Info = new (Allocator) BBInfo(BB, 0); 121 BBMap[BB] = Info; 122 WorkList.push_back(Info); 129 Info = WorkList.pop_back_val(); 131 Traits::FindPredecessorBlocks(Info->BB, &Preds); 132 Info->NumPreds = Preds.size(); 133 if (Info->NumPreds == 0) 134 Info->Preds = nullptr; 136 Info->Preds = static_cast<BBInfo **>(Allocator.Allocate( 137 Info->NumPreds * sizeof(BBInfo *), alignof(BBInfo *))) [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/ |
SSAUpdaterImpl.h | 107 BBInfo *Info = new (Allocator) BBInfo(BB, 0); 108 BBMap[BB] = Info; 109 WorkList.push_back(Info); 116 Info = WorkList.pop_back_val(); 118 Traits::FindPredecessorBlocks(Info->BB, &Preds); 119 Info->NumPreds = Preds.size(); 120 if (Info->NumPreds == 0) 121 Info->Preds = nullptr; 123 Info->Preds = static_cast<BBInfo **>(Allocator.Allocate( 124 Info->NumPreds * sizeof(BBInfo *), alignof(BBInfo *))) [all...] |
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Utils/ |
SSAUpdaterImpl.h | 107 BBInfo *Info = new (Allocator) BBInfo(BB, 0); 108 BBMap[BB] = Info; 109 WorkList.push_back(Info); 116 Info = WorkList.pop_back_val(); 118 Traits::FindPredecessorBlocks(Info->BB, &Preds); 119 Info->NumPreds = Preds.size(); 120 if (Info->NumPreds == 0) 121 Info->Preds = nullptr; 123 Info->Preds = static_cast<BBInfo **>(Allocator.Allocate( 124 Info->NumPreds * sizeof(BBInfo *), alignof(BBInfo *))) [all...] |
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Utils/ |
SSAUpdaterImpl.h | 107 BBInfo *Info = new (Allocator) BBInfo(BB, 0); 108 BBMap[BB] = Info; 109 WorkList.push_back(Info); 116 Info = WorkList.pop_back_val(); 118 Traits::FindPredecessorBlocks(Info->BB, &Preds); 119 Info->NumPreds = Preds.size(); 120 if (Info->NumPreds == 0) 121 Info->Preds = nullptr; 123 Info->Preds = static_cast<BBInfo **>(Allocator.Allocate( 124 Info->NumPreds * sizeof(BBInfo *), alignof(BBInfo *))) [all...] |
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Utils/ |
SSAUpdaterImpl.h | 120 BBInfo *Info = new (Allocator) BBInfo(BB, 0); 121 BBMap[BB] = Info; 122 WorkList.push_back(Info); 129 Info = WorkList.pop_back_val(); 131 Traits::FindPredecessorBlocks(Info->BB, &Preds); 132 Info->NumPreds = Preds.size(); 133 if (Info->NumPreds == 0) 134 Info->Preds = nullptr; 136 Info->Preds = static_cast<BBInfo **>(Allocator.Allocate( 137 Info->NumPreds * sizeof(BBInfo *), alignof(BBInfo *))) [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Utils/ |
SSAUpdaterImpl.h | 120 BBInfo *Info = new (Allocator) BBInfo(BB, 0); 121 BBMap[BB] = Info; 122 WorkList.push_back(Info); 129 Info = WorkList.pop_back_val(); 131 Traits::FindPredecessorBlocks(Info->BB, &Preds); 132 Info->NumPreds = Preds.size(); 133 if (Info->NumPreds == 0) 134 Info->Preds = nullptr; 136 Info->Preds = static_cast<BBInfo **>(Allocator.Allocate( 137 Info->NumPreds * sizeof(BBInfo *), alignof(BBInfo *))) [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Utils/ |
SSAUpdaterImpl.h | 120 BBInfo *Info = new (Allocator) BBInfo(BB, 0); 121 BBMap[BB] = Info; 122 WorkList.push_back(Info); 129 Info = WorkList.pop_back_val(); 131 Traits::FindPredecessorBlocks(Info->BB, &Preds); 132 Info->NumPreds = Preds.size(); 133 if (Info->NumPreds == 0) 134 Info->Preds = nullptr; 136 Info->Preds = static_cast<BBInfo **>(Allocator.Allocate( 137 Info->NumPreds * sizeof(BBInfo *), alignof(BBInfo *))) [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Utils/ |
SSAUpdaterImpl.h | 120 BBInfo *Info = new (Allocator) BBInfo(BB, 0); 121 BBMap[BB] = Info; 122 WorkList.push_back(Info); 129 Info = WorkList.pop_back_val(); 131 Traits::FindPredecessorBlocks(Info->BB, &Preds); 132 Info->NumPreds = Preds.size(); 133 if (Info->NumPreds == 0) 134 Info->Preds = nullptr; 136 Info->Preds = static_cast<BBInfo **>(Allocator.Allocate( 137 Info->NumPreds * sizeof(BBInfo *), alignof(BBInfo *))) [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
EarlyExitException.cs | 70 protected EarlyExitException(SerializationInfo info, StreamingContext context) 71 : base(info, context) { 72 if (info == null) 73 throw new ArgumentNullException("info"); 75 this._decisionNumber = info.GetInt32("DecisionNumber"); 84 public override void GetObjectData(SerializationInfo info, StreamingContext context) { 85 if (info == null) 86 throw new ArgumentNullException("info"); 88 base.GetObjectData(info, context); 89 info.AddValue("DecisionNumber", DecisionNumber) [all...] |
MismatchedSetException.cs | 69 protected MismatchedSetException(SerializationInfo info, StreamingContext context) 70 : base(info, context) { 71 if (info == null) 72 throw new ArgumentNullException("info"); 74 this._expecting = (BitSet)info.GetValue("Expecting", typeof(BitSet)); 83 public override void GetObjectData(SerializationInfo info, StreamingContext context) { 84 if (info == null) 85 throw new ArgumentNullException("info"); 87 base.GetObjectData(info, context); 88 info.AddValue("Expecting", _expecting) [all...] |
MismatchedTreeNodeException.cs | 70 protected MismatchedTreeNodeException(SerializationInfo info, StreamingContext context) 71 : base(info, context) { 72 if (info == null) 73 throw new ArgumentNullException("info"); 75 this._expecting = info.GetInt32("Expecting"); 84 public override void GetObjectData(SerializationInfo info, StreamingContext context) { 85 if (info == null) 86 throw new ArgumentNullException("info"); 88 base.GetObjectData(info, context); 89 info.AddValue("Expecting", _expecting) [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
RewriteCardinalityException.cs | 71 protected RewriteCardinalityException(SerializationInfo info, StreamingContext context) 72 : base(info, context) { 73 if (info == null) 74 throw new ArgumentNullException("info"); 76 _elementDescription = info.GetString("ElementDescription"); 79 public override void GetObjectData(SerializationInfo info, StreamingContext context) { 80 if (info == null) 81 throw new ArgumentNullException("info"); 83 base.GetObjectData(info, context); 84 info.AddValue("ElementDescription", _elementDescription) [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
EarlyExitException.cs | 78 protected EarlyExitException(SerializationInfo info, StreamingContext context) 79 : base(info, context) 81 if (info == null) 82 throw new ArgumentNullException("info"); 84 this._decisionNumber = info.GetInt32("DecisionNumber"); 95 public override void GetObjectData(SerializationInfo info, StreamingContext context) 97 if (info == null) 98 throw new ArgumentNullException("info"); 100 base.GetObjectData(info, context); 101 info.AddValue("DecisionNumber", DecisionNumber) [all...] |
MismatchedSetException.cs | 77 protected MismatchedSetException(SerializationInfo info, StreamingContext context) 78 : base(info, context) 80 if (info == null) 81 throw new ArgumentNullException("info"); 83 this._expecting = (BitSet)info.GetValue("Expecting", typeof(BitSet)); 94 public override void GetObjectData(SerializationInfo info, StreamingContext context) 96 if (info == null) 97 throw new ArgumentNullException("info"); 99 base.GetObjectData(info, context); 100 info.AddValue("Expecting", _expecting) [all...] |
MismatchedTreeNodeException.cs | 78 protected MismatchedTreeNodeException(SerializationInfo info, StreamingContext context) 79 : base(info, context) 81 if (info == null) 82 throw new ArgumentNullException("info"); 84 this._expecting = info.GetInt32("Expecting"); 95 public override void GetObjectData(SerializationInfo info, StreamingContext context) 97 if (info == null) 98 throw new ArgumentNullException("info"); 100 base.GetObjectData(info, context); 101 info.AddValue("Expecting", _expecting) [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
RewriteCardinalityException.cs | 78 protected RewriteCardinalityException(SerializationInfo info, StreamingContext context) 79 : base(info, context) 81 if (info == null) 82 throw new ArgumentNullException("info"); 84 _elementDescription = info.GetString("ElementDescription"); 87 public override void GetObjectData(SerializationInfo info, StreamingContext context) 89 if (info == null) 90 throw new ArgumentNullException("info"); 92 base.GetObjectData(info, context); 93 info.AddValue("ElementDescription", _elementDescription) [all...] |
/external/autotest/server/site_tests/buffet_PrivetInfo/ |
buffet_PrivetInfo.py | 36 """This test verifies that the buffet responds to /privet/info request and 53 info = helper.send_privet_request(privet_helper.URL_INFO) 56 if info['version'] != '3.0': 59 authentication = info['authentication'] 65 _assert_not_empty(info, 'name') 66 _assert_not_empty(info, 'id') 68 _assert_not_empty(info, 'modelManifestId') 69 _assert_equal(5, len(info['modelManifestId'])) 71 manifest = info['basicModelManifest'] 76 _assert_equal({'id': '', 'status': 'unconfigured'}, info['gcd'] [all...] |
/external/boringssl/src/util/ |
generate-coverage.sh | 40 util/generate-asm-lcov.py "$BUILD/callgrind" "$BUILD" > "$BUILD/asm.info" 48 lcov -c -d "$BUILD" -b "$BUILD" -o "$BUILD/lcov.info" 49 lcov -r "$BUILD/lcov.info" -o "$BUILD/filtered.info" "*_test.c" "*_test.cc" "*/third_party/googletest/*" 50 cat "$BUILD/filtered.info" "$BUILD/asm.info" > "$BUILD/final.info" 51 sed -i "s;$BUILD;$BUILD_SRC;g" "$BUILD/final.info" 52 sed -i "s;$SRC;$BUILD_SRC;g" "$BUILD/final.info" 53 genhtml -p "$BUILD_SRC" "$BUILD/final.info" [all...] |
/external/cblas/examples/ |
cblas_example2.c | 12 int rout=-1,info=0,m,n,k,lda,ldb,ldc; local 20 info = atoi(argv[2]); 24 if (info==0) { 29 if (info==1) { 34 if (info==2) { 39 if (info==3) { 45 if (info==0) { 51 if (info==1) { 57 if (info==2) { 63 if (info==3) [all...] |
/external/iptables/extensions/ |
libxt_CONNSECMARK.c | 38 struct xt_connsecmark_target_info *info = cb->data; local 43 info->mode = CONNSECMARK_SAVE; 46 info->mode = CONNSECMARK_RESTORE; 57 static void print_connsecmark(const struct xt_connsecmark_target_info *info) 59 switch (info->mode) { 69 xtables_error(OTHER_PROBLEM, PFX "invalid mode %hhu\n", info->mode); 77 const struct xt_connsecmark_target_info *info = local 81 print_connsecmark(info); 87 const struct xt_connsecmark_target_info *info = local 91 print_connsecmark(info); [all...] |
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/data/ |
SessionInfoStoreTest.java | 63 final SessionInfo info = store.getMerged("MERGE"); local 64 assertEquals("MERGE", info.getId()); 65 assertEquals(0, info.getStartTimeStamp()); 66 assertEquals(0, info.getDumpTimeStamp()); 74 final SessionInfo info = store.getMerged("MERGE"); local 75 assertEquals("MERGE", info.getId()); 76 assertEquals(12345, info.getStartTimeStamp()); 77 assertEquals(600000, info.getDumpTimeStamp()); 90 public void visitSessionInfo(SessionInfo info) { 91 actual.add(info); [all...] |
/external/libxcam/xcore/ |
image_file_handle.cpp | 43 const VideoBufferInfo info = buf->get_video_info (); local 51 for (uint32_t index = 0; index < info.components; index++) { 52 info.get_planar_info (planar, index); 56 if (fread (memory + info.offsets [index] + i * info.strides [index], 1, line_bytes, _fp) != line_bytes) { 73 const VideoBufferInfo info = buf->get_video_info (); local 81 for (uint32_t index = 0; index < info.components; index++) { 82 info.get_planar_info (planar, index); 86 if (fwrite (memory + info.offsets [index] + i * info.strides [index], 1, line_bytes, _fp) != line_bytes) [all...] |
/external/mesa3d/src/gallium/drivers/r300/ |
r300_shader_semantics.h | 50 struct r300_shader_semantics* info) 54 info->pos = ATTR_UNUSED; 55 info->psize = ATTR_UNUSED; 56 info->face = ATTR_UNUSED; 57 info->fog = ATTR_UNUSED; 58 info->wpos = ATTR_UNUSED; 61 info->color[i] = ATTR_UNUSED; 62 info->bcolor[i] = ATTR_UNUSED; 66 info->generic[i] = ATTR_UNUSED; 69 info->num_generic = 0 [all...] |