Searched refs:REMOVE (Results 1 - 5 of 5) sorted by relevance
/third_party/pulseaudio/src/utils/ |
H A D | pax11publish.c | 45 enum { DUMP, EXPORT, IMPORT, REMOVE } mode = DUMP; in main() enumerator 76 mode = REMOVE; in main() 196 case REMOVE: in main()
|
/third_party/ffmpeg/libavcodec/ |
H A D | filter_units_bsf.c | 41 REMOVE, enumerator 126 if (ctx->mode == REMOVE ? j < ctx->nb_types in filter_units_filter() 171 ctx->mode = REMOVE; in filter_units_init()
|
/third_party/cJSON/ |
H A D | cJSON_Utils.c | 757 enum patch_operation { INVALID, ADD, REMOVE, REPLACE, MOVE, COPY, TEST }; enumerator 774 return REMOVE; in decode_patch_operation() 858 if (opcode == REMOVE) in apply_patch() 904 if ((opcode == REMOVE) || (opcode == REPLACE)) in apply_patch() 914 if (opcode == REMOVE) in apply_patch()
|
/third_party/icu/tools/release/c/ |
H A D | uconfigtest.sh | 85 /* for uconfigtest.sh - you may REMOVE above this line */
|
/third_party/node/src/ |
H A D | js_native_api_v8.h | 623 REMOVE = 1
|
Completed in 5 milliseconds