代码搜索:Objective
找到约 3,719 项符合「Objective」的源代码
代码结果 3,719
www.eeworm.com/read/456722/1602784
makefile
# Name: Makefile
# Project: hid-mouse example
# Author: Christian Starkjohann
# Creation Date: 2008-04-07
# Tabsize: 4
# Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH
# License: GNU GPL v
www.eeworm.com/read/456722/1602787
makefile
# Name: Makefile
# Project: hid-custom-rq example
# Author: Christian Starkjohann
# Creation Date: 2008-04-07
# Tabsize: 4
# Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH
# License: GNU G
www.eeworm.com/read/456722/1602788
h requests.h
/* Name: requests.h
* Project: custom-class, a basic USB example
* Author: Christian Starkjohann
* Creation Date: 2008-04-09
* Tabsize: 4
* Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software G
www.eeworm.com/read/456722/1602789
c main.c
/* Name: main.c
* Project: hid-custom-rq example
* Author: Christian Starkjohann
* Creation Date: 2008-04-07
* Tabsize: 4
* Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH
* License:
www.eeworm.com/read/456722/1602791
makefile
# Name: Makefile
# Project: hid-custom-rq example
# Author: Christian Starkjohann
# Creation Date: 2008-04-06
# Tabsize: 4
# Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH
# License: GNU G
www.eeworm.com/read/456722/1602794
windows makefile.windows
# Name: Makefile.windows
# Project: hid-custom-rq example
# Author: Christian Starkjohann
# Creation Date: 2008-04-06
# Tabsize: 4
# Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH
# Licens
www.eeworm.com/read/233448/4676292
mm basic.mm
// APPLE LOCAL file mainline
// A basic sanity check for Objective-C++.
// { dg-do run }
#include
#include
@interface Greeter : Object
- (void) greet: (const char *)msg;
@
www.eeworm.com/read/233448/4676326
exp dg.exp
# APPLE LOCAL file mainline
# GCC Objective-C++ testsuite that uses the `dg.exp' driver.
# Copyright (C) 2004 Free Software Foundation, Inc.
# This program is free software; you can redistribute it
www.eeworm.com/read/233448/4676330
mm syntax-error-3.mm
/* APPLE LOCAL file 4093475 */
/* Yet another stray infinite loop... */
/* { dg-do compile } */
@interface Foo
{
int x;
int y;
}
- (int) foo ; { /* { dg-error "stray .\{. between Objective\\-C\\+
www.eeworm.com/read/233448/4676361
mm defs.mm
/* APPLE LOCAL file mainline */
/* Check @defs() in Objective-C++ */
/* Contributed by Devang Patel */
/* { dg-options "-lobjc" } */
/* { dg-do run } */
#include
#inc