Home
last modified time | relevance | path

Searched refs:L (Results 1 – 25 of 254) sorted by relevance

1234567891011

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Ddeemph.c33 Word16 L, /* (i) : vector size */ in Deemph() argument
44 for (i = 1; i < L; i++) in Deemph()
51 *mem = x[L - 1]; in Deemph()
60 Word16 L, /* (i) : vector size */ in Deemph2() argument
70 for (i = 1; i < L; i++) in Deemph2()
78 *mem = x[L - 1]; in Deemph2()
88 Word16 L, /* (i) : vector size */ in Deemph_32() argument
104 for (i = 1; i < L; i++) in Deemph_32()
114 *mem = y[L - 1]; in Deemph_32()
Dutil.c34 Word16 L /* (i) : length of vector */ in Set_zero() argument
37 Word32 num = (Word32)L; in Set_zero()
54 Word16 L /* (i) : vector length */ in Copy() argument
58 if (L <= 0) { in Copy()
61 if(L&1) in Copy()
66 num = (Word32)(L>>1); in Copy()
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/util/
DGenerationalClassUtil.java58 L.d("building generational class cache"); in buildCache()
69 L.d("checking url %s for intermediate data", url); in buildCache()
73 L.d("cannot load file for %s", url); in buildCache()
84 L.d("cannot open zip file from %s", url); in buildCache()
86 L.d("cannot open zip file from %s", url); in buildCache()
103 L.d("loaded item %s from file", item); in loadFromDirectory()
106 L.e(e, "Could not merge in Bindables from %s", file.getAbsolutePath()); in loadFromDirectory()
108 L.e(e, "Could not read Binding properties intermediate file. %s", in loadFromDirectory()
132 L.d("loaded item %s from zip file", item); in loadFomZipFile()
138 L.e(e, "Could not merge in Bindables from %s", file.getAbsolutePath()); in loadFomZipFile()
[all …]
/frameworks/av/services/audioflinger/
DAudioResamplerFirGen.h423 static inline double firTransfer(const T* coef, int L, int halfNumCoef, double w) {
428 for (int i=1 ; i<=L ; ++i) {
429 for (int j=0, ix=i ; j<halfNumCoef ; ++j, ix+=L) {
466 double dcos = 2. * cos(L*w);
467 int start = ((halfNumCoef)*L + 1);
468 SineGen cc((start - L) * w, w, true); // cosine
470 for (int i=1 ; i<=L ; ++i) {
524 static void testFir(const T* coef, int L, int halfNumCoef,
530 double trf = firTransfer(coef, L, halfNumCoef, wstart);
537 trf = firTransfer(coef, L, halfNumCoef, wstart);
[all …]
/frameworks/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/
DProcessMethodAdapters.java29 import android.databinding.tool.util.L;
59 L.d("processing adapters"); in onHandleStep()
76 L.e(e, "Could not write BindingAdapter intermediate file."); in onHandleStep()
93 L.e(element, "@BindingAdapter on invalid element: %s", element); in addBindingAdapters()
101 L.e(element, "@BindingAdapter requires at least one attribute. %s", in addBindingAdapters()
117 L.e(executableElement, "BindingAdapter %s: old values should be followed " + in addBindingAdapters()
128 L.e(element, "@BindingAdapter %s has %d attributes and %d value " + in addBindingAdapters()
145 L.e(element, "@BindingAdapter for duplicate View and parameter type: %s", element); in addBindingAdapters()
168 L.e(executableElement, "@BindingAdapter %s is applied to a method that has two " + in takesComponent()
177 L.e(executableElement, "@BindingAdapter %s is applied to a method that doesn't take a " + in takesComponent()
[all …]
DProcessExpressions.java30 import android.databinding.tool.util.L;
68 L.e(throwable, "unable to prepare resource bundle"); in onHandleStep()
85 L.e(t, "cannot generate view binders"); in onHandleStep()
126 L.d("layout info folder does not exist, skipping for %s", layoutInfoFolderPath); in createIntermediateFromLayouts()
139 L.e(e, "cannot load layout file information. Try a clean build"); in createIntermediateFromLayouts()
158 L.e("When compiling a library module, build info must include exportClassListTo path"); in writeResourceBundle()
163 L.d("Writing list of classes to %s . \nList:%s", exportClassNamesTo, out); in writeResourceBundle()
168 L.e(e, "Cannot create list of written classes"); in writeResourceBundle()
209 L.d("loaded layout info file %s", bundle); in appendTo()
237 L.d("loaded layout info file %s", bundle); in appendTo()
[all …]
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
DNotificationTests.java53 public static void L(String msg, Object... args) { in L() method in NotificationTests
253 L("Constructing notifications..."); in testCreate()
258 L(" %s: create=%dms", summarize(n), SystemClock.currentThreadTimeMillis() - time); in testCreate()
290L(" %s: create=%dms", phoneCall.toString(), SystemClock.currentThreadTimeMillis() - time); in testCreate()
303 L(" %s: create=%dms", summarize(n), SystemClock.currentThreadTimeMillis() - time); in testCreate()
324 L(" %s: create=%dms", summarize(n), SystemClock.currentThreadTimeMillis() - time); in testCreate()
348 L(" %s: create=%dms", summarize(n), SystemClock.currentThreadTimeMillis() - time); in testCreate()
366 L(" %s: create=%dms", summarize(n), SystemClock.currentThreadTimeMillis() - time); in testCreate()
380 L(" %s: create=%dms", summarize(n), SystemClock.currentThreadTimeMillis() - time); in testCreate()
384 L("Posting notifications..."); in testCreate()
[all …]
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/
DDataBindingBuilder.java23 import android.databinding.tool.util.L;
72 L.setDebugLog(enableDebugLogs); in setDebugLogEnabled()
76 return L.isDebugEnabled(); in isDebugLogEnabled()
93 L.e(exception, "Cannot read data binding version"); in getVersions()
137 L.e(e, "Unable to read generated class list from %s", in readGeneratedClasses()
140 L.e(e, "Unexpected exception while reading %s", in readGeneratedClasses()
145 L.e("Could not read data binding generated class list"); in readGeneratedClasses()
172 L.e(e, "cannot write file " + f.getAbsolutePath()); in writeToFile()
/frameworks/data-binding/gradlePlugin/src/main/java/android/databinding/tool/
DDataBindingExcludeGeneratedTask.java29 import android.databinding.tool.util.L;
84 L.d("Excluding generated classes from jar. Is library ? %s", isLibrary); in excludeGenerated()
98 L.d("Excluding generated classes from library jar is done."); in excludeGenerated()
102 L.d("exclude %s", pattern); in exclude()
116 L.e(e, "Unable to read generated class list from %s", in readGeneratedClasses()
119 L.e(e, "Unexpected exception while reading %s", in readGeneratedClasses()
/frameworks/base/core/tests/coretests/src/android/text/
DStaticLayoutBidiTest.java33 public static final int L = Layout.DIR_LEFT_TO_RIGHT; field in StaticLayoutBidiTest
44 expectNativeBidi(REQ_DL, "a test", "000000", L); in testAllLtr()
49 expectNativeBidi(REQ_DL, "abc " + ALEF + BET + GIMEL, "0000111", L); in testLtrRtl()
74 expectNativeBidi(REQ_L, ALEF + SP + ALEF + BET + GIMEL + DALET, "111111", L); in testLAllRtl()
84 expectNativeBidi(REQ_L, ALEF + BET + GIMEL + " abc", "1110000", L); in testNativeBidi()
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/drawable/
DIconTest.java39 public static void L(String s, Object... parts) { in L() method in IconTest
80 L("writing temp bitmaps to %s...", dir); in testWithBitmap()
170 L(TAG, "asyncTest: dispatching load to thread: " + thd); in testAsync()
174 L(TAG, "asyncTest: thread: loading drawable"); in testAsync()
175 L(TAG, "asyncTest: thread: loaded: %dx%d", draw1.getIntrinsicWidth(), in testAsync()
194 L(TAG, "asyncTest: awaiting result"); in testAsync()
197 L(TAG, "asyncTest: done"); in testAsync()
210 L("starting testParcel; bitmap: %d bytes, PNG: %d bytes", in testParcel()
234 L("used %d bytes parceling: %s", parcel.dataPosition() - pos, img); in testParcel()
242 L("test %d: read from parcel: %s", i, img); in testParcel()
[all …]
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/
DPreconditions.java25 L.e(error, args); in check()
31 L.e(error, args); in checkNotNull()
37 L.e(error, args); in checkNull()
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/writer/
DJavaFileWriter.java18 import android.databinding.tool.util.L;
29 L.d("writing file %s", exactPath.getAbsoluteFile()); in writeToFile()
32 L.e(e, "Could not write to %s", exactPath); in writeToFile()
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
Dpreemph.cpp240 Word16 L, /* (i) : size of filtering */ in preemphasis() argument
250 p1 = signal + L - 1; in preemphasis()
254 for (i = 0; i <= L - 2; i++) in preemphasis()
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/writer/
DAnnotationJavaFileWriter.java20 import android.databinding.tool.util.L;
39 L.d("writing file %s", canonicalName); in writeToFile()
45 L.e(e, "Could not write to %s", canonicalName); in writeToFile()
/frameworks/base/tests/LegacyRestoreTest/
Dkk-fixed-encrypted-settings-abcd.ab12 �������� ���wz7-L-���|lt���=Ź��d�@Ɨ5�4$�s�+89��t�Fʹ�P{�r�������AE�l�]p�g ��<>��6�����w�p�;�i…
15 ���L�
18 …�1w㵀;�T� �{��U��C����sKþ�8%:���% #��P�@o($���û"��a����!�쒳a�m�����&���LO\�J�>��f�,�L!��x��`b;�
19 _��33�4<g�.|�ţἲ�#jD��o���;�SvW�{���Œ')@����/�6Zҁ���}�jk�-�(��H�O����ù��8y^����������1�LX…
21 …��)^\�E������N���5:�MM�e�`��$�|��3��[c�g�lK7��Q~��3�.;ݒ�����aX������ĈL*�Č�F��[u(��+ڛ���x��…
Djbmr2-encrypted-settings-abcd.ab12 6��r^GflC�!~��]�k^����=8�]x��ͥ�W�*��Q���L�]�w�)� ����{I��B[��8|�F�d�w���=��J�k���:BB
13 \x�[+�L u�nT(�‚�{�O+��kc����^9��#=[J��vb�k��Q@�> �%�0��#� 5�G3���;��'a���Gnd� �b=�� �S�~�^3�/…
14 …����{n{��Sn$��� ��fcʲ1i�Bu�z�1z� � XG��E�K�AO"��8-���LX����-r�0=Fn�<���DNsaꭥ\6�s�#L�d`�…
15 …��^�qqy��>� ��`�x���⼖��0���I�0j��T�z�,aB�Zo���(7 �V5��.���$����'D~LG�?�X��"j �O�Z�|�f…
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
DResourceBundle.java21 import android.databinding.tool.util.L;
67 L.e("File bundle must have a name. %s does not have one.", bundle); in addLayoutBundle()
76 L.d("skipping layout bundle %s because it already exists.", bundle); in addLayoutBundle()
80 L.d("adding bundle %s", bundle); in addLayoutBundle()
101 L.d("There is no binding for %s, reverting to plain layout", in validateMultiResLayouts()
151 L.d("checking for missing variables in %s / %s", bundle.mFileName, in validateMultiResLayouts()
157 L.d("adding missing variable %s to %s / %s", variable.getKey(), in validateMultiResLayouts()
164 L.d("adding missing import %s to %s / %s", userImport.getKey(), in validateMultiResLayouts()
174 L.d("validating ids for %s", bundles.getKey()); in validateMultiResLayouts()
182 L.d("checking %s %s %s", target.getId(), target.getFullClassName(), in validateMultiResLayouts()
[all …]
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dacelp.h225 Word16 L, /* (i) : vector size */
231 Word16 L, /* (i) : vector size */
239 Word16 L, /* (i) : vector size */
254 … Word16 L /* (i) : vector size */
261 … Word16 L /* (i) : vector size */
469 Word16 L /* (i) : vector length */
473 Word16 L /* (i) : length of vector */
480 Word16 L /* (i) : subframe size */
/frameworks/av/media/libstagefright/codecs/amrwb/src/
Ddeemphasis_32.cpp125 int16 L, /* (i) : vector size */ in deemphasis_32() argument
144 for (i = 1; i < L - 1; i++) in deemphasis_32()
162 *mem = y[L - 1]; in deemphasis_32()
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
DDataBinder.java22 import android.databinding.tool.util.L;
44 L.d("reading resource bundle into data binder"); in DataBinder()
76 L.d("writing data binder base %s", canonicalName); in writerBaseClasses()
95 L.d("writing data binder %s", canonicalName); in writeBinders()
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
DExprModel.java25 import android.databinding.tool.util.L;
262 L.d("adding import %s as %s klass: %s", type, alias, id.getClass().getSimpleName());
303 L.d("sealing model");
319 L.d("observable %s", expr.getUniqueKey());
328 L.d("non-observable %s", expr.getUniqueKey());
340 L.d("checking field access expr %s. getter: %s", fae,fae.getGetter());
345 L.d("notifiable field %s : %s for %s : %s", parent.getUniqueKey(),
366 L.d("list of binding expressions");
368 L.d("[%d] %s", i, mBindingExpressions.get(i));
392 L.d("requirement id for %s is %d", expr, counter);
[all …]
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
Dcopy.cpp83 Word16 L /* i : vector length */ in Copy() argument
86 memmove(y, x, L*sizeof(*x)); in Copy()
Dset_zero.cpp63 Word16 L /* (i) : length of vector */ in Set_zero() argument
68 for (i = 0; i < L; i++) in Set_zero()
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/reflection/java/
DJavaAnalyzer.java25 import android.databinding.tool.util.L;
81 L.d("trying to load class %s from %s", className, mClassLoader.toString()); in findClass()
106 L.d("loaded class %s", loaded.mClass.getCanonicalName()); in findClass()
122 L.d("recursively checking %s", className); in loadRecursively()
137 L.d("%s %s", entry.getKey(), entry.getValue()); in loadAndroidHome()

1234567891011