Home
last modified time | relevance | path

Searched refs:TRIGGER (Results 1 – 13 of 13) sorted by relevance

/third_party/libunwind/tests/
Dtest-ptrace.c63 TRIGGER enumerator
203 ++optind, trace_mode = TRIGGER; in main()
275 if (trace_mode == TRIGGER) in main()
298 case TRIGGER: in main()
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/examples/
Dgzlog.c266 #define TRIGGER 1024 macro
1032 if (((log->last - log->first) >> 10) + (log->stored >> 10) < TRIGGER) in gzlog_write()
/third_party/zlib/examples/
Dgzlog.c266 #define TRIGGER 1024 macro
1034 if (((log->last - log->first) >> 10) + (log->stored >> 10) < TRIGGER) in gzlog_write()
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/examples/
Dgzlog.c266 #define TRIGGER 1024 macro
1032 if (((log->last - log->first) >> 10) + (log->stored >> 10) < TRIGGER) in gzlog_write()
/third_party/ffmpeg/libavcodec/x86/
Dh264_idct_10bit.asm96 ;;;;;;; NO FATE SAMPLES TRIGGER THIS
621 ;;;;;;; NO FATE SAMPLES TRIGGER THIS
/third_party/cmsis/CMSIS/Core/Include/
Dcore_sc300.h991 __IM uint32_t TRIGGER; /*!< Offset: 0xEE8 (R/ ) TRIGGER Register */ member
Dcore_cm3.h1006 __IM uint32_t TRIGGER; /*!< Offset: 0xEE8 (R/ ) TRIGGER Register */ member
Dcore_cm4.h1064 __IM uint32_t TRIGGER; /*!< Offset: 0xEE8 (R/ ) TRIGGER Register */ member
Dcore_cm23.h740 __IM uint32_t TRIGGER; /*!< Offset: 0xEE8 (R/ ) TRIGGER Register */ member
Dcore_cm7.h1291 __IM uint32_t TRIGGER; /*!< Offset: 0xEE8 (R/ ) TRIGGER Register */ member
Dcore_cm35p.h1313 __IM uint32_t TRIGGER; /*!< Offset: 0xEE8 (R/ ) TRIGGER Register */ member
Dcore_cm33.h1313 __IM uint32_t TRIGGER; /*!< Offset: 0xEE8 (R/ ) TRIGGER Register */ member
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch94858 + sqlite3TreeViewLine(pView, "TRIGGER %s", pTrigger->zName);
101733 ** resolution problems in a CREATE TRIGGER|TABLE|VIEW|INDEX statement.
110957 - /* 251 */ "trigger_decl ::= temp TRIGGER ifnotexists nm dbnm trigger_time trigger_event ON fullna…
110980 - /* 274 */ "cmd ::= DROP TRIGGER ifexists fullname",
111116 + /* 254 */ "trigger_decl ::= temp TRIGGER ifnotexists nm dbnm trigger_time trigger_event ON fullna…
111139 + /* 277 */ "cmd ::= DROP TRIGGER ifexists fullname",
111776 - 268, /* (251) trigger_decl ::= temp TRIGGER ifnotexists nm dbnm trigger_time trigger_event ON …
111799 - 175, /* (274) cmd ::= DROP TRIGGER ifexists fullname */
111965 + 269, /* (254) trigger_decl ::= temp TRIGGER ifnotexists nm dbnm trigger_time trigger_event ON …
111988 + 176, /* (277) cmd ::= DROP TRIGGER ifexists fullname */
[all …]