代码搜索结果

找到约 10,000 项符合 Embedded 的代码

evmdm642_vdisparamsntsc_embedded.c

/* * Copyright 2003 by Texas Instruments Incorporated. * All rights reserved. Property of Texas Instruments Incorporated. * Restricted rights to use, duplicate or disclose this code are *

evmdm642_vcapparamsntsc_embedded.c

/* * Copyright 2003 by Texas Instruments Incorporated. * All rights reserved. Property of Texas Instruments Incorporated. * Restricted rights to use, duplicate or disclose this code are *

evmdm642_vcapparamsntsc_embedded.c

/* * Copyright 2003 by Texas Instruments Incorporated. * All rights reserved. Property of Texas Instruments Incorporated. * Restricted rights to use, duplicate or disclose this code are *

evmdm642_vcapparamsntsc_embedded.c

/* * Copyright 2003 by Texas Instruments Incorporated. * All rights reserved. Property of Texas Instruments Incorporated. * Restricted rights to use, duplicate or disclose this code are *

evmdm642_vcapparamspal_embedded.c

/* * Copyright 2003 by Texas Instruments Incorporated. * All rights reserved. Property of Texas Instruments Incorporated. * Restricted rights to use, duplicate or disclose this code are *

evmdm642_vdisparamspal_embedded.c

/* * Copyright 2003 by Texas Instruments Incorporated. * All rights reserved. Property of Texas Instruments Incorporated. * Restricted rights to use, duplicate or disclose this code are *

is_key_column_usage_embedded.result

SHOW TABLES FROM information_schema LIKE 'KEY_COLUMN_USAGE'; Tables_in_information_schema (KEY_COLUMN_USAGE) KEY_COLUMN_USAGE ####################################################################### #

is_table_constraints_mysql_embedded.result

DROP DATABASE IF EXISTS db_datadict; CREATE DATABASE db_datadict; DROP USER testuser1@localhost; CREATE USER testuser1@localhost; GRANT SELECT ON db_datadict.* TO testuser1@localhost; SELECT * FROM

is_table_constraints_mysql_embedded.test

# suite/funcs_1/t/is_table_constraints_mysql_embedded.test # # Check the content of information_schema.table_constraints about tables within # the database mysql (= the system tables) with different p

is_key_column_usage_embedded.test

# suite/funcs_1/t/is_key_column_usage_embedded.test # # Check the layout of information_schema.key_column_usage and the impact of # CREATE/ALTER/DROP TABLE/VIEW/SCHEMA/COLUMN ... on it. # Variant for