/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/encoders/ |
D | Base64Encoder.java | 162 int finish = end; in decode() local 164 while (finish > off && i != 4) in decode() 166 if (!ignore((char)data[finish - 1])) in decode() 171 finish--; in decode() 174 i = nextI(data, off, finish); in decode() 176 while (i < finish) in decode() 180 i = nextI(data, i, finish); in decode() 184 i = nextI(data, i, finish); in decode() 188 i = nextI(data, i, finish); in decode() 203 i = nextI(data, i, finish); in decode() [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/ |
D | Base64Encoder.java | 160 int finish = end; in decode() local 162 while (finish > off && i != 4) in decode() 164 if (!ignore((char)data[finish - 1])) in decode() 169 finish--; in decode() 172 i = nextI(data, off, finish); in decode() 174 while (i < finish) in decode() 178 i = nextI(data, i, finish); in decode() 182 i = nextI(data, i, finish); in decode() 186 i = nextI(data, i, finish); in decode() 201 i = nextI(data, i, finish); in decode() [all …]
|
/external/grpc-grpc/test/cpp/microbenchmarks/ |
D | bm_metadata.cc | 37 track_counters.Finish(state); in BM_SliceFromStatic() 46 track_counters.Finish(state); in BM_SliceFromCopied() 56 track_counters.Finish(state); in BM_SliceIntern() 67 track_counters.Finish(state); in BM_SliceReIntern() 76 track_counters.Finish(state); in BM_SliceInternStaticMetadata() 86 track_counters.Finish(state); in BM_SliceInternEqualToStaticMetadata() 99 track_counters.Finish(state); in BM_MetadataFromNonInternedSlices() 114 track_counters.Finish(state); in BM_MetadataFromInternedSlices() 132 track_counters.Finish(state); in BM_MetadataFromInternedSlicesAlreadyInIndex() 146 track_counters.Finish(state); in BM_MetadataFromInternedKey() [all …]
|
D | bm_closure.cc | 40 track_counters.Finish(state); in BM_NoOpExecCtx() 51 track_counters.Finish(state); in BM_WellFlushed() 64 track_counters.Finish(state); in BM_ClosureInitAgainstExecCtx() 79 track_counters.Finish(state); in BM_ClosureInitAgainstCombiner() 93 track_counters.Finish(state); in BM_ClosureRunOnExecCtx() 106 track_counters.Finish(state); in BM_ClosureCreateAndRun() 120 track_counters.Finish(state); in BM_ClosureInitAndRun() 134 track_counters.Finish(state); in BM_ClosureSchedOnExecCtx() 151 track_counters.Finish(state); in BM_ClosureSched2OnExecCtx() 171 track_counters.Finish(state); in BM_ClosureSched3OnExecCtx() [all …]
|
D | bm_error.cc | 43 track_counters.Finish(state); in BM_ErrorCreateFromStatic() 52 track_counters.Finish(state); in BM_ErrorCreateFromCopied() 63 track_counters.Finish(state); in BM_ErrorCreateAndSetStatus() 76 track_counters.Finish(state); in BM_ErrorCreateAndSetIntAndStr() 88 track_counters.Finish(state); in BM_ErrorCreateAndSetIntLoop() 101 track_counters.Finish(state); in BM_ErrorCreateAndSetStrLoop() 112 track_counters.Finish(state); in BM_ErrorRefUnref() 130 track_counters.Finish(state); in BM_ErrorGetIntFromNoError() 142 track_counters.Finish(state); in BM_ErrorGetMissingInt() 154 track_counters.Finish(state); in BM_ErrorGetPresentInt() [all …]
|
/external/google-breakpad/src/common/ |
D | dwarf_cu_to_module_unittest.cc | 178 // this.root_handler_.EndAttributes, but not this.root_handler_.Finish. 186 // not Finish. 193 // not Finish. If NAME is non-zero, use it as the DW_AT_name 201 // function's size. Call EndAttributes and Finish; one cannot define 210 // a DW_AT_name attribute. Call EndAttributes and Finish. 241 // this.root_handler_.Finish. After that point, no further calls 399 handler->Finish(); in StartNamedDIE() 423 handler->Finish(); in StartSpecifiedDIE() 462 func->Finish(); in DefineFunction() 485 die->Finish(); in DeclarationDIE() [all …]
|
/external/libxkbcommon/xkbcommon/test/ |
D | keyseq.c | 44 KEY_O, BOTH, XKB_KEY_o, FINISH)); in main() 54 KEY_O, BOTH, XKB_KEY_o, FINISH)); in main() 68 KEY_H, BOTH, XKB_KEY_h, FINISH)); in main() 78 KEY_O, BOTH, XKB_KEY_O, FINISH)); in main() 88 KEY_O, BOTH, XKB_KEY_O, FINISH)); in main() 103 KEY_O, BOTH, XKB_KEY_o, FINISH)); in main() 118 KEY_H, BOTH, XKB_KEY_h, FINISH)); in main() 132 KEY_H, BOTH, XKB_KEY_h, FINISH)); in main() 144 KEY_O, BOTH, XKB_KEY_o, FINISH)); in main() 150 KEY_LEFTSHIFT, UP, XKB_KEY_Shift_L, FINISH)); in main() [all …]
|
D | rulescomp.c | 126 KEY_RIGHTMETA, BOTH, XKB_KEY_Multi_key, FINISH)); in main() 133 KEY_A, BOTH, KS("U094b"), FINISH)); in main() 135 KEY_GRAVE, BOTH, XKB_KEY_dead_grave, FINISH)); in main() 137 KEY_GRAVE, BOTH, XKB_KEY_dead_grave, FINISH)); in main() 141 KEY_A, BOTH, XKB_KEY_a, FINISH)); in main() 155 KEY_APOSTROPHE, BOTH, XKB_KEY_dead_grave, FINISH)); in main() 158 KEY_A, BOTH, XKB_KEY_a, FINISH)); in main() 161 KEY_A, BOTH, XKB_KEY_a, FINISH)); in main() 164 KEY_A, BOTH, XKB_KEY_a, FINISH)); in main() 166 KEY_CAPSLOCK, BOTH, XKB_KEY_Control_L, FINISH)); in main() [all …]
|
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/ |
D | ArchiveOutputStreamTest.java | 48 aos1.finish(); in testFinish() 57 aos1.finish(); in testFinish() 66 aos1.finish(); in testFinish() 75 aos1.finish(); in testFinish() 84 aos1.finish(); in testFinish() 107 finishTest.finish(); in testOptionalFinish() 108 fail("finish() cannot follow close()"); in testOptionalFinish() 151 aos1.close(); // omitted finish in doCallSequence() 170 aos1.finish(); in doCallSequence() 171 fail("Should have raised IOException - finish() called before closeArchiveEntry()"); in doCallSequence() [all …]
|
/external/llvm/test/tools/llvm-readobj/ARM/ |
D | unwind.s | 158 @ CHECK: 0xB0 ; finish 159 @ CHECK: 0xB0 ; finish 160 @ CHECK: 0xB0 ; finish 174 @ CHECK: 0xB0 ; finish 175 @ CHECK: 0xB0 ; finish 176 @ CHECK: 0xB0 ; finish 195 @ CHECK: 0xB0 ; finish 196 @ CHECK: 0xB0 ; finish 224 @ CHECK: 0xB0 ; finish 238 @ CHECK: 0xB0 ; finish [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ARM/ |
D | unwind.s | 158 @ CHECK: 0xB0 ; finish 159 @ CHECK: 0xB0 ; finish 160 @ CHECK: 0xB0 ; finish 174 @ CHECK: 0xB0 ; finish 175 @ CHECK: 0xB0 ; finish 176 @ CHECK: 0xB0 ; finish 195 @ CHECK: 0xB0 ; finish 196 @ CHECK: 0xB0 ; finish 224 @ CHECK: 0xB0 ; finish 238 @ CHECK: 0xB0 ; finish [all …]
|
/external/flatbuffers/tests/ |
D | test_builder.h | 56 b1.Finish(root_offset1); 63 src.Finish(root_offset2); 104 dst.Finish(root_offset1); 112 src.Finish(root_offset1); 126 dst.Finish(root_offset1); 134 src.Finish(root_offset1); 138 dst.Finish(root_offset2); 148 dst.Finish(root_offset1); 155 src.Finish(root_offset2); 177 src.Finish(root_offset2); [all …]
|
/external/tensorflow/tensorflow/core/lib/io/ |
D | table_builder.h | 42 // caller to close the file after calling Finish(). 45 // REQUIRES: Either Finish() or Abandon() has been called. 50 // REQUIRES: Finish(), Abandon() have not been called 57 // REQUIRES: Finish(), Abandon() have not been called 63 // Finish building the table. Stops using the file passed to the 65 // REQUIRES: Finish(), Abandon() have not been called 66 Status Finish(); 70 // If the caller is not going to call Finish(), it must call Abandon() 72 // REQUIRES: Finish(), Abandon() have not been called 79 // Finish() call, returns the size of the final generated file.
|
/external/flatbuffers/tests/namespace_test/ |
D | namespace_test2_namespace_a_generated.dart | 66 int finish() { 85 /// Finish building, and store into the [fbBuilder]. 87 int finish( 98 fbBuilder.addStruct(2, _fooStruct.finish(fbBuilder)); 107 int offset = finish(fbBuilder); 108 return fbBuilder.finish(offset, fileIdentifier); 155 int finish() { 168 /// Finish building, and store into the [fbBuilder]. 170 int finish( 186 int offset = finish(fbBuilder); [all …]
|
D | namespace_test1_namespace_a.namespace_b_generated.dart | 94 int finish() { 107 /// Finish building, and store into the [fbBuilder]. 109 int finish( 122 int offset = finish(fbBuilder); 123 return fbBuilder.finish(offset, fileIdentifier); 161 int finish(int a, int b) { 180 /// Finish building, and store into the [fbBuilder]. 182 int finish( 195 int offset = finish(fbBuilder); 196 return fbBuilder.finish(offset, fileIdentifier);
|
/external/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/app/ |
D | FingerPainting.java | 186 int finish = jumpPoints.get(j); // finishing index of current path in buildRough() local 187 buildRoughFromTo(start, finish); in buildRough() 188 start = finish; in buildRough() 198 int finish = jumpPoints.get(j); in buildSmooth() local 199 buildSmoothFromTo(start, finish); in buildSmooth() 200 start = finish; in buildSmooth() 206 // Builds a rough path that starts at index (start) of the points List, and ends at (finish - 1) 208 private void buildRoughFromTo(int start, int finish) { in buildRoughFromTo() argument 213 for (int i = start + 1; i < finish; i++) { in buildRoughFromTo() 221 … // Builds a smooth path that starts at index (start) of the points List, and ends at (finish - 1) [all …]
|
/external/skqp/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/app/ |
D | FingerPainting.java | 186 int finish = jumpPoints.get(j); // finishing index of current path in buildRough() local 187 buildRoughFromTo(start, finish); in buildRough() 188 start = finish; in buildRough() 198 int finish = jumpPoints.get(j); in buildSmooth() local 199 buildSmoothFromTo(start, finish); in buildSmooth() 200 start = finish; in buildSmooth() 206 // Builds a rough path that starts at index (start) of the points List, and ends at (finish - 1) 208 private void buildRoughFromTo(int start, int finish) { in buildRoughFromTo() argument 213 for (int i = start + 1; i < finish; i++) { in buildRoughFromTo() 221 … // Builds a smooth path that starts at index (start) of the points List, and ends at (finish - 1) [all …]
|
/external/selinux/libselinux/src/ |
D | label_backends_android.c | 158 goto finish; in process_file() 163 goto finish; in process_file() 178 goto finish; in process_file() 185 goto finish; in process_file() 192 goto finish; in process_file() 203 finish: in process_file() 245 goto finish; in init() 253 goto finish; in init() 259 goto finish; in init() 265 finish: in init() [all …]
|
/external/libdaemon/libdaemon/ |
D | dpid.c | 110 goto finish; in daemon_pid_file_is_running() 118 goto finish; in daemon_pid_file_is_running() 123 goto finish; in daemon_pid_file_is_running() 130 goto finish; in daemon_pid_file_is_running() 144 goto finish; in daemon_pid_file_is_running() 152 goto finish; in daemon_pid_file_is_running() 157 finish: in daemon_pid_file_is_running() 227 goto finish; in daemon_pid_file_create() 232 goto finish; in daemon_pid_file_create() 239 goto finish; in daemon_pid_file_create() [all …]
|
/external/fec/ |
D | rs_speedtest.c | 13 struct rusage start,finish; in main() local 31 getrusage(RUSAGE_SELF,&finish); in main() 32 …extime = finish.ru_utime.tv_sec - start.ru_utime.tv_sec + 1e-6*(finish.ru_utime.tv_usec - start.ru… in main() 47 getrusage(RUSAGE_SELF,&finish); in main() 48 …extime = finish.ru_utime.tv_sec - start.ru_utime.tv_sec + 1e-6*(finish.ru_utime.tv_usec - start.ru… in main()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/MBlaze/ |
D | brind.ll | 23 %tmp.0 = phi i32 [ 0, %entry ], [ %tmp.8, %finish ] 35 br label %finish 40 br label %finish 45 br label %finish 50 br label %finish 55 br label %finish 57 finish:
|
/external/flatbuffers/dart/example/ |
D | monster_my_game.sample_generated.dart | 125 int finish(double x, double y, double z) { 148 /// Finish building, and store into the [fbBuilder]. 150 int finish( 164 int offset = finish(fbBuilder); 165 return fbBuilder.finish(offset, fileIdentifier); 262 int finish() { 302 /// Finish building, and store into the [fbBuilder]. 304 int finish( 321 fbBuilder.addStruct(0, _pos.finish(fbBuilder)); 349 int offset = finish(fbBuilder); [all …]
|
/external/flatbuffers/grpc/tests/ |
D | message_builder_test.cpp | 23 dst.Finish(root_offset1); in builder_move_assign_after_releaseraw_test() 29 src.Finish(root_offset2); in builder_move_assign_after_releaseraw_test() 50 mb.Finish(root_offset1); in builder_reusable_after_release_message_test() 68 mb.Finish(root_offset1); in builder_reusable_after_release_test() 82 mb.Finish(root_offset1); in builder_reusable_after_releaseraw_test() 104 dst.Finish(root_offset1); in builder_reusable_after_release_and_move_assign_test() 126 dst.Finish(root_offset1); in builder_reusable_after_release_message_and_move_assign_test() 146 dst.Finish(root_offset1); in builder_reusable_after_releaseraw_and_move_assign_test() 232 mb.Finish(monsterBuilder.Finish()); // ends the table in MessageBuilder in builder_move_ctor_conversion_before_finish_half_n_half_table_test() 245 mb.Finish(monster_offset); in builder_move_ctor_conversion_before_finish_test() [all …]
|
/external/llvm/test/MC/ARM/ |
D | eh-directive-unwind_raw.s | 66 @ CHECK: 0xB0 ; finish 73 @ CHECK: 0xB0 ; finish 74 @ CHECK: 0xB0 ; finish 75 @ CHECK: 0xB0 ; finish 86 @ CHECK: 0xB0 ; finish 87 @ CHECK: 0xB0 ; finish 95 @ CHECK: 0xB0 ; finish
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | eh-directive-unwind_raw.s | 66 @ CHECK: 0xB0 ; finish 73 @ CHECK: 0xB0 ; finish 74 @ CHECK: 0xB0 ; finish 75 @ CHECK: 0xB0 ; finish 86 @ CHECK: 0xB0 ; finish 87 @ CHECK: 0xB0 ; finish 95 @ CHECK: 0xB0 ; finish
|