HomeSort by relevance Sort by last modified time
    Searched refs:dataL (Results 1 - 2 of 2) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/
WidgetCtsProvider.java 43 String dataL;
48 dataL = dl;
165 String dataL = null;
194 dataL = "Width: " + widthL + " Height: " + heightL;
206 dataL = "Width: " + widthL + " Height: " + heightL;
217 dataL = dataP = "Widget is reportedly on: KEYGUARD";
219 dataL = dataP = "Widget is reportedly on: HOME SCREEN";
221 dataL = dataP = "Error.";
227 dataL = dataP = sPassCount.get(widgetId) + " of " + sTestCount.get(widgetId)
230 return new TextData(title, instruction, dataP, dataL);
    [all...]
  /external/adhd/cras/src/dsp/
crossover2.c 317 float *dataL, float *dataR)
335 "vld1.32 d0[], [%[dataL]] \n"
354 "vst1.f32 d4[0], [%[dataL]]! \n"
358 "=r"(dataL),
368 [dataL]"0"(dataL),
397 float *dataL, float *dataR)
413 "movss (%[dataL]), %%xmm2 \n"
448 "movss %%xmm1, (%[dataL]) \n"
451 "add $4, %[dataL] \n
    [all...]

Completed in 221 milliseconds