代码搜索:runtime
找到约 10,000 项符合「runtime」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5522896
m selector-1.m
/* Test warning for non existing selectors. */
/* Contributed by Devang Patel . */
/* { dg-options "-Wselector -fnext-runtime" } */
/* { dg-do compile } */
typedef struct objc_obj
www.eeworm.com/read/162614/5522915
m const-str-1.m
/* Test errors for constant strings. */
/* { dg-do compile } */
/* { dg-options "-fgnu-runtime" } */
#ifdef __cplusplus
extern void baz(...);
#endif
void foo()
{
baz(@"hiya"); /* { dg-error "ann
www.eeworm.com/read/162614/5522962
m sync-1.m
/* Make sure that @synchronized parses. */
/* { dg-options "-fnext-runtime -fobjc-exceptions" } */
/* { dg-do compile } */
#include
void foo(id sem)
{
@synchronized (sem) {
r
www.eeworm.com/read/162614/5537446
cc natruntime.cc
// natRuntime.cc - Implementation of native side of Runtime class.
/* Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation
This file is part of libgcj.
Th
www.eeworm.com/read/162519/5546978
cc natruntime.cc
// natRuntime.cc - Implementation of native side of Runtime class.
/* Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation
This file is part of libgcj.
Th
www.eeworm.com/read/157712/5602516
cpp mainfrm.cpp
// MainFrm.cpp : implementation of the CMainFrame class
//
#include "stdafx.h"
#include "SplitWndDemo.h"
#include "MainFrm.h"
#include "SplitWndDemoView.h"
#include "View2.h"
#include "View
www.eeworm.com/read/251778/6783337
cpp ex_student.cpp
// Ex_Student.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Ex_Student.h"
#include "MainFrm.h"
#include "Ex_StudentDoc.h"
#include "Ex_StudentView.h
www.eeworm.com/read/474029/6828844
cpp waveedit.cpp
// WaveEdit.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "WaveEdit.h"
#include "MainFrm.h"
#include "WaveEditDoc.h"
#include "WaveEditorView.h"
#
www.eeworm.com/read/473001/6854073
autotest
# This script automatically downloads, installs and checks a
# Blitz++ release. It is used to automatically verify a
# development release on many platforms before a general
# release is made.
www.eeworm.com/read/472609/6871782
cpp mainfrm.cpp
// MainFrm.cpp : implementation of the CMainFrame class
//
#include "stdafx.h"
#include "TMS.h"
#include "MainFrm.h"
#include "PasswdDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef T