/packages/apps/TV/tuner/res/raw/ |
D | ut_kr_all | 3 A 473028615 8VSB 4 A 479028615 8VSB 5 A 485028615 8VSB 6 A 491028615 8VSB 7 A 497028615 8VSB 8 A 503028615 8VSB 9 A 509028615 8VSB 10 A 515028615 8VSB 11 A 521028615 8VSB 12 A 527028615 8VSB [all …]
|
D | ut_us_all | 3 A 57028615 8VSB 2 4 A 63028615 8VSB 3 5 A 69028615 8VSB 4 6 A 79028615 8VSB 5 7 A 85028615 8VSB 6 8 A 177028615 8VSB 7 9 A 183028615 8VSB 8 10 A 189028615 8VSB 9 11 A 195028615 8VSB 10 12 A 201028615 8VSB 11 [all …]
|
D | ut_kr_cable_standard_center_frequencies_qam256 | 5 A 57000000 QAM256 6 A 63000000 QAM256 7 A 69000000 QAM256 8 A 79000000 QAM256 9 A 85000000 QAM256 12 A 93000000 QAM256 13 A 99000000 QAM256 14 A 105000000 QAM256 15 A 111000000 QAM256 16 A 117000000 QAM256 [all …]
|
D | ut_us_cable_standard_center_frequencies_qam256 | 5 A 57000000 QAM256 6 A 63000000 QAM256 7 A 69000000 QAM256 8 A 79000000 QAM256 9 A 85000000 QAM256 10 A 177000000 QAM256 11 A 183000000 QAM256 12 A 189000000 QAM256 14 A 195000000 QAM256 15 A 201000000 QAM256 [all …]
|
D | ut_us_atsc_center_frequencies_8vsb | 3 A 57028615 8VSB 2 4 A 63028615 8VSB 3 5 A 69028615 8VSB 4 6 A 79028615 8VSB 5 7 A 85028615 8VSB 6 8 A 177028615 8VSB 7 9 A 183028615 8VSB 8 10 A 189028615 8VSB 9 11 A 195028615 8VSB 10 12 A 201028615 8VSB 11 [all …]
|
D | ut_kr_atsc_center_frequencies_8vsb | 3 A 473028615 8VSB 4 A 479028615 8VSB 5 A 485028615 8VSB 6 A 491028615 8VSB 7 A 497028615 8VSB 8 A 503028615 8VSB 9 A 509028615 8VSB 10 A 515028615 8VSB 11 A 521028615 8VSB 12 A 527028615 8VSB [all …]
|
D | ut_kr_dev_cj_cable_center_frequencies_qam256 | 4 A 585000000 QAM256 6 A 591000000 QAM256 8 # CH:100 - MBN, Channel A 9 A 651000000 QAM256 10 A 657000000 QAM256 11 A 663000000 QAM256 14 A 693000000 QAM256 17 A 747000000 QAM256 20 A 555000000 8VSB 22 A 561000000 8VSB [all …]
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_utilities_linalg.cpp | 31 void db_CholeskyDecomp6x6(double A[36],double d[6]) in db_CholeskyDecomp6x6() 37 s=A[0]; in db_CholeskyDecomp6x6() 40 A[6]=A[1]*temp; in db_CholeskyDecomp6x6() 41 A[12]=A[2]*temp; in db_CholeskyDecomp6x6() 42 A[18]=A[3]*temp; in db_CholeskyDecomp6x6() 43 A[24]=A[4]*temp; in db_CholeskyDecomp6x6() 44 A[30]=A[5]*temp; in db_CholeskyDecomp6x6() 46 s=A[7]-A[6]*A[6]; in db_CholeskyDecomp6x6() 49 A[13]=(A[8]-A[6]*A[12])*temp; in db_CholeskyDecomp6x6() 50 A[19]=(A[9]-A[6]*A[18])*temp; in db_CholeskyDecomp6x6() [all …]
|
D | db_utilities.h | 289 inline double db_ScalarProduct4(const double A[4],const double B[4]) in db_ScalarProduct4() 291 return(A[0]*B[0]+A[1]*B[1]+A[2]*B[2]+A[3]*B[3]); in db_ScalarProduct4() 296 inline double db_ScalarProduct7(const double A[7],const double B[7]) in db_ScalarProduct7() 298 return(A[0]*B[0]+A[1]*B[1]+A[2]*B[2]+ in db_ScalarProduct7() 299 A[3]*B[3]+A[4]*B[4]+A[5]*B[5]+ in db_ScalarProduct7() 300 A[6]*B[6]); in db_ScalarProduct7() 305 inline double db_ScalarProduct9(const double A[9],const double B[9]) in db_ScalarProduct9() 307 return(A[0]*B[0]+A[1]*B[1]+A[2]*B[2]+ in db_ScalarProduct9() 308 A[3]*B[3]+A[4]*B[4]+A[5]*B[5]+ in db_ScalarProduct9() 309 A[6]*B[6]+A[7]*B[7]+A[8]*B[8]); in db_ScalarProduct9() [all …]
|
D | db_utilities_poly.h | 219 inline void db_CharacteristicPolynomial4x4(double p[5],const double A[16]) in db_CharacteristicPolynomial4x4() 230 two01[0]=A[0]*A[5]-A[1]*A[4]; in db_CharacteristicPolynomial4x4() 231 two01[1]= -(A[0]+A[5]); in db_CharacteristicPolynomial4x4() 234 two02[0]=A[0]*A[6]-A[2]*A[4]; in db_CharacteristicPolynomial4x4() 235 two02[1]= -A[6]; in db_CharacteristicPolynomial4x4() 237 two03[0]=A[0]*A[7]-A[3]*A[4]; in db_CharacteristicPolynomial4x4() 238 two03[1]= -A[7]; in db_CharacteristicPolynomial4x4() 240 two12[0]=A[1]*A[6]-A[2]*A[5]; in db_CharacteristicPolynomial4x4() 241 two12[1]=A[2]; in db_CharacteristicPolynomial4x4() 243 two13[0]=A[1]*A[7]-A[3]*A[5]; in db_CharacteristicPolynomial4x4() [all …]
|
D | db_utilities_linalg.h | 36 inline void db_MultiplyScalar6(double A[6],double mult) in db_MultiplyScalar6() 38 (*A++) *= mult; (*A++) *= mult; (*A++) *= mult; (*A++) *= mult; (*A++) *= mult; in db_MultiplyScalar6() 39 (*A++) *= mult; in db_MultiplyScalar6() 44 inline void db_MultiplyScalar7(double A[7],double mult) in db_MultiplyScalar7() 46 (*A++) *= mult; (*A++) *= mult; (*A++) *= mult; (*A++) *= mult; (*A++) *= mult; in db_MultiplyScalar7() 47 (*A++) *= mult; (*A++) *= mult; in db_MultiplyScalar7() 52 inline void db_MultiplyScalar9(double A[9],double mult) in db_MultiplyScalar9() 54 (*A++) *= mult; (*A++) *= mult; (*A++) *= mult; (*A++) *= mult; (*A++) *= mult; in db_MultiplyScalar9() 55 (*A++) *= mult; (*A++) *= mult; (*A++) *= mult; (*A++) *= mult; in db_MultiplyScalar9() 83 DB_API void db_CholeskyDecomp6x6(double A[36],double d[6]); [all …]
|
D | db_utilities_camera.h | 57 void inline db_Identity2x2(double A[4]) in db_Identity2x2() 59 A[0]=1;A[1]=0; in db_Identity2x2() 60 A[2]=0;A[3]=1; in db_Identity2x2() 65 void inline db_Identity3x3(double A[9]) in db_Identity3x3() 67 A[0]=1;A[1]=0;A[2]=0; in db_Identity3x3() 68 A[3]=0;A[4]=1;A[5]=0; in db_Identity3x3() 69 A[6]=0;A[7]=0;A[8]=1; in db_Identity3x3()
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
D | Consumers.java | 28 public static <A extends QuietlyCloseable> void consumeCloseable(Consumer<A> consumer, in consumeCloseable() 29 A value) { in consumeCloseable() 38 public static <A> void consumeAsync(Handler handler, in consumeAsync() 39 final Consumer<A> consumer, final A value) { in consumeAsync() 51 public static <A extends QuietlyCloseable> void consumeCloseableAsync(Handler handler, in consumeCloseableAsync() 52 final Consumer<A> consumer, final A value) { in consumeCloseableAsync() 64 public static <A> Consumer<A> createAsyncConsumer( in createAsyncConsumer() 65 final Handler handler, final Consumer<A> consumer) { in createAsyncConsumer() 66 return new Consumer<A>() { in createAsyncConsumer() 67 public boolean consume(A value) { in createAsyncConsumer() [all …]
|
D | CachedLater.java | 30 public abstract class CachedLater<A> implements NowOrLater<A> { 37 private A mValue; 42 private List<Consumer<? super A>> mWaitingConsumers; 54 protected void store(A value) { in store() 56 List<Consumer<? super A>> waitingConsumers; in store() 65 for (Consumer<? super A> consumer : waitingConsumers) { in store() 79 public void getLater(Consumer<? super A> consumer) { in getLater() 82 A value; in getLater() 88 mWaitingConsumers = new ArrayList<Consumer<? super A>>(); in getLater() 130 public synchronized A getNow() { in getNow()
|
D | BarrierConsumer.java | 28 public class BarrierConsumer<A> implements Consumer<A> { 36 private ArrayList<A> mValues; 45 mValues = new ArrayList<A>(expectedCount); in BarrierConsumer() 54 public ArrayList<A> getValues() { in getValues() 64 ArrayList<A> values = mValues; in getValues() 72 public boolean consume(A value) { in consume()
|
D | NowOrLaterWrapper.java | 21 public abstract class NowOrLaterWrapper<A, B> implements NowOrLater<B> { 23 private final NowOrLater<A> mWrapped; 25 public NowOrLaterWrapper(NowOrLater<A> wrapped) { in NowOrLaterWrapper() 30 mWrapped.getLater(new Consumer<A>(){ in getLater() 31 public boolean consume(A value) { in getLater() 49 public abstract B get(A value); in get()
|
D | SQLiteAsyncQuery.java | 26 public abstract class SQLiteAsyncQuery<A> { 34 protected abstract A performQuery(SQLiteDatabase db); in performQuery() 39 public void run(SQLiteDatabase db, Consumer<A> consumer) { in run() 40 A result = performQuery(db); in run()
|
D | Util.java | 38 public static <A> Set<A> setOfFirstN(List<A> list, int n) { in setOfFirstN() 40 HashSet<A> set = new HashSet<A>(end); in setOfFirstN()
|
/packages/apps/DocumentsUI/tests/res/raw/ |
D | images_tar | 10 …���b���XWOw�����r�z�?���(D��Ox��Z��O���U��5�T ��L|��{�I��Y�S;�T�A��ZY}����<c�uϠ���j… 19 …A�K�R�|��P�j<i��d�č%��&g��S���0��WaLB9�[%_��֦I��V2XOH�.�T_��v9��n�U4k�2���s�DmD�D��|/#�Y�T�… 25 …���a��c]d��J69�M��*����!OA�!a�����X�C��LGVĕi]��S*�����AT���i�N��[��UMb������X�A�x���z� 27 A�4�P]X߸͒x�6w#<[���Kט&gn|o��� ��ºϺ�4����Y����J@��B0-n�M�b˄�vu���>E�㖳a�p�}���oE���c… 28 …��C���#V:hL&=84�m����;ɛ�&�����`�L��돀3��(؞e|>� G'�ֺ5:�&En��#������`Ȱ��8zT��!����A�m�� 30 …A~�*����8ŪH�K_]��19��� \�P�7��U���#*${�������:�k:��X�?���,c0�O��YuɄ����E[�����{�`��Xy*… 32 ��0P\�A^u�[��V�������#��L��{K@K�!���s������!l�H�&���ͧ��O��[�̮��zP��m��ԣ�x��>I��� 38 `�IF闆�+Ƒ��=�mÅ��P���u@�0TP�Tz;I�i�'�1sj;�9^����9���i}�զA��� 41 �Zko�#�2�eOV0� �n��<��`mA��^�P1("=>�$B"�1$���v%�ʦ��F~o�_$(��:QcG<Pm�w֥�A�:��d��rV�����7
|
/packages/modules/NeuralNetworks/tools/api/ |
D | types.spec | 242 * A tensor of OEM specific values. 245 /* ADDING A NEW FUNDAMENTAL TYPE REQUIRES UPDATING THE VALUE OF 248 /* ADDING A NEW OEM TYPE REQUIRES UPDATING THE VALUE OF 284 /** A 32 bit floating point scalar value. */ 287 /** A signed 32 bit integer scalar value. */ 293 /** A tensor of 32 bit floating point values. */ 296 /** A tensor of 32 bit integer values. */ 300 * A tensor of 8 bit unsigned integers that represent real numbers. 364 * * 0: A tensor. 365 * * 1: A tensor of the same {@link %{OperandType}}, and compatible dimensions [all …]
|
D | README.md | 51 A line that begins with `%%` is a comment, and is ignored. 53 A line that begins with `%` and is not a comment is a *directive*. 72 A line that begins with `%%` is a comment, and is ignored. 74 A line that begins with `%` and is not a comment is a *directive*. 86 * A conditional region can enclose a section region. 87 * A section region can enclose a conditional region. 91 * A conditional region can be enclosed by a section region. 92 * A section region can be enclosed by a conditional region. 96 A *null region* is a sequence of lines that is not part of any other region. 105 A *conditional region* is a sequence of lines immediately preceded by the `%kind [all …]
|
/packages/modules/NeuralNetworks/common/operations/ |
D | HeatmapMaxKeypoint.cpp | 60 float A[2][2], b[2]; in solveForDelta() local 63 A[0][0] = grid[1][0] - 2.0f * grid[1][1] + grid[1][2]; in solveForDelta() 64 A[0][1] = (grid[2][2] - grid[2][0] - grid[0][2] + grid[0][0]) / 4.0f; in solveForDelta() 65 A[1][0] = A[0][1]; in solveForDelta() 66 A[1][1] = grid[0][1] - 2.0f * grid[1][1] + grid[2][1]; in solveForDelta() 69 float crossProd1 = A[0][0] * A[1][1], crossProd2 = A[0][1] * A[1][0]; in solveForDelta() 73 delta[0] = (A[1][1] * b[0] - A[0][1] * b[1]) / detA; in solveForDelta() 74 delta[1] = (A[0][0] * b[1] - A[1][0] * b[0]) / detA; in solveForDelta() 84 ((A[0][0] * delta[0] + A[0][1] * delta[1]) * delta[0] + in solveForDelta() 85 (A[1][0] * delta[0] + A[1][1] * delta[1]) * delta[1]) / in solveForDelta()
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ |
D | ConsumerTrap.java | 26 public class ConsumerTrap<A> implements Consumer<A> { 28 private volatile A mValue; 30 public boolean consume(A value) { in consume() 35 public A getValue() { in getValue()
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
D | DelayingSuggestionsAdapter.java | 31 public class DelayingSuggestionsAdapter<A> implements SuggestionsAdapter<A> { 40 private final SuggestionsAdapterBase<A> mDelayedAdapter; 42 public DelayingSuggestionsAdapter(SuggestionsAdapterBase<A> delayed) { in DelayingSuggestionsAdapter() 129 public A getListAdapter() { in getListAdapter()
|
/packages/services/Car/car-lib/src/android/car/navigation/ |
D | navigation_state.proto | 24 // A reference to an image. This consists of a 'content://' style URI plus 35 // Color: Images can be either "tintable" or not. A "tintable" image is such 39 // (e.g. icons). A non "tintable" images contains information in all its 47 // A URI defining the location that the image can be retrieved from. 154 // A left turn onto the opposite side of the same street, from 175 157 // A right turn onto the opposite side of the same street, from 175 161 // A slight left turn to enter a turnpike or freeway. See TURN_SLIGHT_LEFT 164 // A slight right turn to enter a turnpike or freeway. See TURN_SLIGHT_RIGHT 167 // A normal left turn to enter a turnpike or freeway. See TURN_NORMAL_LEFT 170 // A normal right turn to enter a turnpike or freeway. See TURN_NORMAL_RIGHT [all …]
|