代码搜索结果

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

embedded-cuddle1.c

void foo() { #ifdef foo if (1) { } /* if */ { a++; } #endif }

embedded-cuddle2.c

void foo() { #ifdef foo if (1) { } /* if */ #endif }

embedded-db-viewer.sh

# $Revision$ # $Date$ # Script to start the HSQLDB database viewer. The embedded-db.rc file # contains connection settings. Visit http://hsqldb.org for documentation # on using the tool. The classpat

embedded-db-viewer.bat

@echo off REM # $Revision$ REM # $Date$ REM # Script to start the HSQLDB database viewer. The embedded-db.rc file REM # contains connection settings. Visit http://hsqldb.org for documentation REM #

qt-embedded-mxc.spec

%define pfx /opt/freescale/rootfs/%{_target_cpu} Summary : qt-embedded library for qtopia Name : qt-embedded Version : 2.3.10 Release : 1 License : GPL Vend

is_tables_myisam_embedded.result

SET @@session.sql_mode = 'NO_ENGINE_SUBSTITUTION'; DROP DATABASE IF EXISTS test1; DROP DATABASE IF EXISTS test2; CREATE DATABASE test1; CREATE DATABASE test2; CREATE TABLE test1.t1 (f1 VARCHAR(20)) E

is_tables_mysql_embedded.result

DROP DATABASE IF EXISTS test1; CREATE DATABASE test1; SELECT *, LEFT( table_comment, IF(INSTR(table_comment,'InnoDB free') = 0 AND INSTR(table_comment,'number_of_replicas') = 0, LENGTH(table_comment),

is_statistics_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_columns_mysql_embedded.result

SELECT * FROM information_schema.columns WHERE table_schema = 'mysql' ORDER BY table_schema, table_name, column_name; TABLE_CATALOG TABLE_SCHEMA TABLE_NAME COLUMN_NAME ORDINAL_POSITION COLUMN_DEFAULT