HomeSort by relevance Sort by last modified time
    Searched defs:tj (Results 1 - 6 of 6) sorted by null

  /cts/hostsidetests/incident/src/com/android/server/cts/
JobSchedulerIncidentTest.java 261 for (StateControllerProto.BackgroundJobsController.TrackedJob tj : bjc.getTrackedJobsList()) {
262 testJobStatusShortInfoProto(tj.getInfo(), filterLevel);
263 assertTrue(0 <= tj.getSourceUid());
266 for (StateControllerProto.BatteryController.TrackedJob tj : bc.getTrackedJobsList()) {
267 testJobStatusShortInfoProto(tj.getInfo(), filterLevel);
268 assertTrue(0 <= tj.getSourceUid());
271 for (StateControllerProto.ConnectivityController.TrackedJob tj : cc.getTrackedJobsList()) {
272 testJobStatusShortInfoProto(tj.getInfo(), filterLevel);
273 assertTrue(0 <= tj.getSourceUid());
274 testNetworkRequestProto(tj.getRequiredNetwork())
    [all...]
  /external/pdfium/third_party/lcms/src/
cmswtpnt.c 148 cmsFloat64Number uj,vj,tj,di,dj,mi,mj; local
168 tj = isotempdata[j].tt;
171 dj = ((vs - vj) - tj * (us - uj)) / sqrt(1.0 + tj * tj);
  /external/deqp-deps/SPIRV-Tools/source/opt/
type_manager.cpp 163 Type* tj = j.get(); local
164 assert((ti == tj || !ti->IsSame(tj)) &&
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
type_manager.cpp 163 Type* tj = j.get(); local
164 assert((ti == tj || !ti->IsSame(tj)) &&
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
conv_2d_gpu.h 293 int tj = x % TileSizeJ; local
294 int input_index = input_origin_flat_index + ti * input_dims[2] + tj;
300 shared_memory_tile[i_loc][tj] =
305 if (tj < tile_width) {
307 shared_memory_tile[i_loc][tj] =
339 int tj = x % TileSizeI; local
340 int output_index = output_origin_flat_index + ti * output_dims[2] + tj;
346 output[output_index] = shared_memory_tile[tj][i_loc];
350 if (tj < tile_height) {
352 output[output_index] = shared_memory_tile[tj][i_loc]
    [all...]
  /external/zxing/core/
core.jar 

Completed in 975 milliseconds