Home
last modified time | relevance | path

Searched refs:JOIN (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/platform_tools/android/apps/skottie/
H A Dskottie_metric.sql12 INNER JOIN thread_track ON (thread_track.id = slice.track_id)
23 INNER JOIN thread_track ON (thread_track.id = slice.track_id)
24 INNER JOIN thread ON (thread.utid = thread_track.utid)
37 INNER JOIN thread_track ON (thread_track.id = slice.track_id)
38 INNER JOIN thread ON (thread.utid = thread_track.utid)
39 INNER JOIN test_start_ts ON (test_start_ts.process_upid = thread.upid)
51 INNER JOIN thread_track ON (thread_track.id = slice.track_id)
52 INNER JOIN thread ON (thread.utid = thread_track.utid)
53 INNER JOIN test_start_ts ON (slice.ts >= test_start_ts.test_start AND slice.ts <= test_start_ts.test_end)
66 INNER JOIN thread_trac
[all...]
/third_party/ffmpeg/libavcodec/ppc/
H A Dasm.S24 #define JOIN(a, b) GLUE(a, b) define
25 #define X(s) JOIN(EXTERN_ASM, s)
41 #define L(s) JOIN(., s)
/third_party/ffmpeg/libavutil/aarch64/
H A Dasm.S233 #define JOIN(a, b) GLUE(a, b) define
234 #define X(s) JOIN(EXTERN_ASM, s)
/third_party/skia/third_party/externals/tint/src/
H A Dintrinsic_table.cc525 #define JOIN(a, b) a##b macro
528 bool JOIN(match_texture_, suffix)(const sem::Type* ty, \
532 const sem::SampledTexture* JOIN(build_texture_, suffix)( \
562 bool JOIN(match_texture_multisampled_, suffix)(const sem::Type* ty, \
566 const sem::MultisampledTexture* JOIN(build_texture_multisampled_, suffix)( \
582 bool JOIN(match_texture_depth_, suffix)(const sem::Type* ty) { \
585 const sem::DepthTexture* JOIN(build_texture_depth_, \
631 bool JOIN(match_texture_storage_, suffix)(const sem::Type* ty, Number& F, \
635 const sem::StorageTexture* JOIN(build_texture_storage_, suffix)( \
/third_party/ffmpeg/libavutil/arm/
H A Dasm.S366 #define JOIN(a, b) GLUE(a, b) define
367 #define X(s) JOIN(EXTERN_ASM, s)
/third_party/ffmpeg/tests/fate/
H A Dfilter-audio.mak299 FATE_AFILTER-$(call FILTERDEMDECENCMUX, JOIN, WAV, PCM_S16LE, PCM_S16LE, PCM_S16LE) += fate-filter-join
/third_party/mesa3d/src/intel/tools/
H A Di965_gram.y393 %token <integer> JMPI JOIN
/third_party/sqlite/src/
H A Dsqlite3.c17258 #define SQLITE_SimplifyJoin 0x00002000 /* Convert LEFT JOIN to JOIN */
18664 #define JT_LTORJ 0x40 /* One of the LEFT operands of a RIGHT JOIN
18689 #define WHERE_RIGHT_JOIN 0x1000 /* Processing a RIGHT JOIN */
19121 u8 withinRJSubrtn; /* Nesting level for RIGHT JOIN body subroutines */
[all...]

Completed in 128 milliseconds