/third_party/ffmpeg/libavfilter/ |
H A D | vf_deshake_opencl.c | 33 * * The name of the copyright holders may not be used to endorse or promote products 2106 .name = "default", 2114 .name = "default", 2155 .name = "deshake_opencl",
|
H A D | af_afftdn.c | 1232 .name = "default", 1240 .name = "default", 1246 .name = "afftdn",
|
H A D | vf_stereo3d.c | 1096 .name = "default", 1104 .name = "default", 1111 .name = "stereo3d",
|
H A D | vf_zscale.c | 1100 .name = "default", 1108 .name = "default", 1115 .name = "zscale",
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_qsv.c | 1440 const char *name; in choose_implementation() member 1458 if (!strcmp(device, impl_map[i].name)) { in choose_implementation() 1667 .name = "QSV",
|
/third_party/backends/backend/ |
H A D | dc25.c | 703 #define BIDIM_ARRAY(name, x, y, width) (name[((x) + ((y) * (width)))]) 1984 if (strcmp (devicename, dev[i].name) == 0) in sane_open()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | TimeZoneFormat.java | 55 * <code>TimeZoneFormat</code> supports time zone display name formatting and parsing. 62 * time zone display name data model and this class implements the algorithm for actual 312 * When a time zone display name is not found within a set of display names 313 * used for the specified style, look for the name from display names used 319 * When parsing a time zone display name in {@link Style#SPECIFIC_SHORT}, 512 * Returns the time zone display name data used by this instance. 514 * @return the time zone display name data. 560 * Sets the time zone display name data to this instance. 562 * @param tznames the time zone display name data. 841 * Returns the display name o [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | dtfmrgts.cpp | 26 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break; 29 DateFormatRegressionTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument 69 default: name = ""; break; in runIndexedTest()
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | RBReporter.java | 44 JTextField textField; // Text report file name 45 JTextField htmlField; // HTML report file name 46 JTextField xmlField; // XML report file name 789 String name = f.getName(); in initComponents() 790 if (!(name.toLowerCase().endsWith(".properties"))) return false; in initComponents() 791 if (name.indexOf("_") > 0) return false; in initComponents()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | TimeZoneFormat.java | 56 * <code>TimeZoneFormat</code> supports time zone display name formatting and parsing. 63 * time zone display name data model and this class implements the algorithm for actual 278 * When a time zone display name is not found within a set of display names 279 * used for the specified style, look for the name from display names used 284 * When parsing a time zone display name in {@link Style#SPECIFIC_SHORT}, 473 * Returns the time zone display name data used by this instance. 475 * @return the time zone display name data. 520 * Sets the time zone display name data to this instance. 522 * @param tznames the time zone display name data. 786 * Returns the display name o [all...] |
/third_party/mbedtls/tests/src/test_helpers/ |
H A D | ssl_helpers.c | 754 ep->name = (endpoint_type == MBEDTLS_SSL_IS_SERVER) ? "Server" : "Client"; in mbedtls_test_ssl_endpoint_init() 1068 const unsigned char *name, size_t name_len) in psk_dummy_callback() 1072 (void) name; in psk_dummy_callback() 1067 psk_dummy_callback(void *p_info, mbedtls_ssl_context *ssl, const unsigned char *name, size_t name_len) psk_dummy_callback() argument
|
/third_party/libbpf/src/ |
H A D | bpf.c | 1169 int bpf_raw_tracepoint_open(const char *name, int prog_fd) in bpf_raw_tracepoint_open() argument 1176 attr.raw_tracepoint.name = ptr_to_u64(name); in bpf_raw_tracepoint_open()
|
/third_party/json/include/nlohmann/thirdparty/hedley/ |
H A D | hedley.hpp | 1741 #define JSON_HEDLEY_ARRAY_PARAM(name) (name) 1743 #define JSON_HEDLEY_ARRAY_PARAM(name)
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_x11.c | 497 dri2_surf->buffers[i].name = buffers[i].name; in dri2_x11_process_buffers() 1151 buffers[0].name, in dri2_create_image_khr_pixmap()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_parser.y | 88 static void new_label(const char *name) 90 ralloc_steal(labels, (void *) name); 91 _mesa_hash_table_insert(labels, name, (void *)(uintptr_t)ip);
|
/third_party/mesa3d/src/asahi/compiler/ |
H A D | agx_compile.c | 552 fprintf(stderr, "Unhandled intrinsic %s\n", nir_intrinsic_infos[instr->intrinsic].name); in agx_emit_intrinsic() 622 fprintf(stderr, "Unhandled ALU op %s\n", nir_op_infos[op].name); in agx_emit_alu_bool() 840 fprintf(stderr, "Unhandled ALU op %s\n", nir_op_infos[instr->op].name); in agx_emit_alu()
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | vir.c | 1699 const char *name; member 1793 strategies[strat].name, in v3d_compile() 1914 fprintf(stderr, "SHADER-DB-%s - %s\n", s->info.name, shaderdb); in v3d_compile()
|
/third_party/mesa3d/src/compiler/glsl/glcpp/ |
H A D | glcpp-parse.y | 172 add_builtin_define(glcpp_parser_t *parser, const char *name, int value); 306 * (pre-defined) macro name. 316 * software layers. Defining or undefining such a name 319 * multiple definitions of the same name. All macro names 321 * such a name results in a compile-time error. 556 glcpp_error (& @1, parser, "#define without macro name"); 1455 add_builtin_define(glcpp_parser_t *parser, const char *name, int value) 1464 _define_object_macro(parser, NULL, name, list); 1557 * Macro name not followed by a '('. This is not an error, but 1558 * simply that the macro name shoul [all...] |
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | gldrv.h | 232 void (APIENTRY *glLoadName )( GLuint name ); 235 void (APIENTRY *glPushName )( GLuint name ); 309 const GLubyte * (APIENTRY *glGetString )( GLenum name );
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_disasm.c | 8 * that the name of the copyright holders not be used in advertising or 801 control(FILE *file, const char *name, const char *const ctrl[], in control() argument 805 fprintf(file, "*** invalid %s value %d ", name, id); in control() 827 string(file, desc->name); in print_opcode()
|
H A D | brw_vec4.cpp | 2400 stage_abbrev, nir->info.name, iteration, pass_num); \ in run() 2413 stage_abbrev, nir->info.name); in run() 2655 nir->info.name); in brw_compile_vs()
|
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/ |
H A D | inflate.c | 798 state->head->name != Z_NULL && 800 state->head->name[state->length++] = (Bytef)len; 809 state->head->name = Z_NULL;
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | inflate.c | 787 state->head->name != Z_NULL && 789 state->head->name[state->length++] = (Bytef)len; 798 state->head->name = Z_NULL;
|
/third_party/node/deps/zlib/ |
H A D | inflate.c | 757 state->head->name != Z_NULL && in inflate() 759 state->head->name[state->length++] = (Bytef)len; in inflate() 768 state->head->name = Z_NULL; in inflate()
|
/third_party/node/deps/zlib/contrib/optimizations/ |
H A D | inflate.c | 768 state->head->name != Z_NULL && in inflate() 770 state->head->name[state->length++] = (Bytef)len; in inflate() 779 state->head->name = Z_NULL; in inflate()
|