代码搜索:cannot
找到约 7,468 项符合「cannot」的源代码
代码结果 7,468
www.eeworm.com/read/248940/4459251
txt domecho02-01.txt
DomEcho02 ../samples/slideSample01.xml
Warning: Cannot convert string "-monotype-arial-regular-r-normal--*-140-*-*-p-*-iso8859-1" to type FontStruct
www.eeworm.com/read/247473/4482119
pubdef chk.pubdef
#!/bin/sh -
#
# Reconcile the list of public defines with the man pages and the Java files.
d=../..
[ -f $d/LICENSE ] || {
echo 'FAIL: cannot find source distribution directory.'
exit 1
}
p=$d/di
www.eeworm.com/read/246537/4493975
c dgcliloop3.c
#include "unp.h"
/* Try and get ENOBUFS from sendto() by sending huge datagrams.
But I still cannot get the error. */
#define NDG 2000 /* #datagrams to send */
#define DGLEN 65507 /* length of
www.eeworm.com/read/245478/4503575
properties localstrings.properties
#Default resource bundle for english locale
#common to all
caught_exception=Caught an unexpected exception
cannot_create=Couldn't create converter bean
unable_to_lookup=Unable to lookup home
converte
www.eeworm.com/read/243359/4529068
properties messages.properties
ERR_INITIALIZE_MENUITEMRULE_1 =Error initializing menu item rule class {0}.
ERR_MENURULE_FROZEN_0 =The menu rule definition is frozen and cannot be modified anymore.
GUI_CONTEXTMENU_
www.eeworm.com/read/240162/4582180
c err-msg10.c
// { dg-do assemble }
// GROUPS passed error-messages
class foo {
public:
virtual static int f () = 0;// { dg-error "" } member `f' cannot be declared both virtual and static.*
};
www.eeworm.com/read/240162/4589316
c 20010114-1.c
/* Origin: PR c/166 from Joerg Czeranski . */
/* In the declaration of proc, x cannot be parsed as a typedef name,
so it must be parsed as a parameter name. */
typedef int x;
void
www.eeworm.com/read/240162/4590171
c paste1.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Test operator ## semantics. */
#define bad1 ## owt /* { dg-error "cannot" "## at objlike start" } */
#define
www.eeworm.com/read/237695/4621564
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity CYCLONE_PRIM_DFFE is
// This module cannot be connected to from
// VHDL because it has unnamed ports.
end CYCLONE_PRIM_DFFE;
www.eeworm.com/read/233448/4674996
c err-msg10.c
// { dg-do assemble }
// GROUPS passed error-messages
class foo {
public:
virtual static int f () = 0;// { dg-error "" } member `f' cannot be declared both virtual and static.*
};