OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:objc
(Results
101 - 125
of
1182
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
TreeRewriteLexer.h
4
* Standard antlr3
OBJC
runtime definitions
25
/*
ObjC
start of actions.lexer.memVars */
26
/*
ObjC
end of actions.lexer.memVars */
30
/*
ObjC
start actions.lexer.methodsDecl */
31
/*
ObjC
end actions.lexer.methodsDecl */
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangDumpDecl.m
2
* This
OBJC
source file was generated by $ANTLR version ${project.version} ${buildNumber}
10
*
ObjC
language generator and runtime by Alan Condit, acondit|hereisanat|ipns|dotgoeshere|com.
48
/* start of synthesize --
OBJC
-Line 1837 */
72
/*
ObjC
start of ruleAttributeScope */
74
/*
ObjC
end of ruleAttributeScope */
76
/*
ObjC
start globalAttributeScope */
77
/*
ObjC
end globalAttributeScope */
78
/*
ObjC
start actions.(actionScope).synthesize */
79
/*
ObjC
end actions.(actionScope).synthesize */
80
/*
ObjC
start synthesize() *
[
all
...]
Lang.g
4
language =
ObjC
;
/external/compiler-rt/test/BlocksRuntime/
testfilerunner.h
18
four source types: C,
ObjC
, C++,
ObjC
++,
19
and for
ObjC
or
ObjC
++ we have
21
we assume C++ friendly includes for C/
ObjC
even if C++ isn't used
24
four compilers: C,
ObjC
, C++,
ObjC
++
25
and for
ObjC
or
ObjC
++ we can compile
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
Fuzzy.h
1
// $ANTLR ${project.version} ${buildNumber} /Users/acondit/source/antlr3/acondit_localhost/code/antlr/antlr3-main/runtime/
ObjC
/Framework/examples/fuzzy/Fuzzy.g 2011-05-05 22:05:01
4
* Standard antlr3
OBJC
runtime definitions
50
/*
ObjC
start of actions.lexer.memVars */
51
/*
ObjC
end of actions.lexer.memVars */
55
/*
ObjC
start actions.lexer.methodsDecl */
56
/*
ObjC
end actions.lexer.methodsDecl */
/external/chromium_org/third_party/libjingle/source/talk/
libjingle_examples.gyp
230
'examples/
objc
/AppRTCDemo/channel.html',
238
'examples/
objc
/AppRTCDemo/ios/ResourceRules.plist',
239
'examples/
objc
/AppRTCDemo/ios/en.lproj/APPRTCViewController.xib',
240
'examples/
objc
/Icon.png',
243
'examples/
objc
/AppRTCDemo/ios/APPRTCAppDelegate.h',
244
'examples/
objc
/AppRTCDemo/ios/APPRTCAppDelegate.m',
245
'examples/
objc
/AppRTCDemo/ios/APPRTCViewController.h',
246
'examples/
objc
/AppRTCDemo/ios/APPRTCViewController.m',
247
'examples/
objc
/AppRTCDemo/ios/AppRTCDemo-Prefix.pch',
248
'examples/
objc
/AppRTCDemo/ios/main.m'
[
all
...]
/external/chromium_org/third_party/sqlite/src/src/
test_mutex.c
140
int
objc
,
145
if(
objc
!=1 ){
161
int
objc
,
166
if(
objc
!=1 ){
182
int
objc
,
200
if(
objc
!=2 ){
243
int
objc
,
253
if(
objc
!=1 ){
276
int
objc
,
281
if(
objc
!=1 )
[
all
...]
test_malloc.c
311
int
objc
,
317
if(
objc
!=2 ){
336
int
objc
,
342
if(
objc
!=3 ){
365
int
objc
,
369
if(
objc
!=2 ){
396
int
objc
,
405
if(
objc
!=4 ){
442
int
objc
,
450
if(
objc
!=3 )
[
all
...]
/external/chromium_org/tools/gyp/test/mac/
gyptest-objc-arc.py
8
Verifies that ARC
objc
settings are handled correctly.
20
CHDIR = '
objc
-arc'
/external/clang/test/Analysis/inlining/
test_objc_inlining_option.m
1
// RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-config ipa=dynamic-bifurcate -analyzer-config
objc
-inlining=false -verify %s
19
// Vanila:
ObjC
class method is called by name.
/external/clang/test/Index/
annotate-comments-property-accessor.m
16
// CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-property-accessor.m" line="[[@LINE-1]]" column="51"><Name>MyProperty</Name><USR>c:
objc
(cs)AppDelegate(py)MyProperty</USR><Declaration>- (int)ReadonlyGetter;</Declaration><Abstract><Para> This is ReadonlyProperty</Para></Abstract></Function>]
22
// CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-property-accessor.m" line="[[@LINE-1]]" column="15"><Name>GeneralProperty</Name><USR>c:
objc
(cs)AppDelegate(py)GeneralProperty</USR><Declaration>- (int)GeneralProperty;</Declaration><Abstract><Para> This is GeneralProperty</Para></Abstract></Function>]
23
// CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-property-accessor.m" line="[[@LINE-2]]" column="15"><Name>GeneralProperty</Name><USR>c:
objc
(cs)AppDelegate(py)GeneralProperty</USR><Declaration>- (void)setGeneralProperty:(int)GeneralProperty;</Declaration><Abstract><Para> This is GeneralProperty</Para></Abstract></Function>]
32
// CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-property-accessor.m" line="[[@LINE-4]]" column="32"><Name>PropertyInPrimaryClass</Name><USR>c:
objc
(cs)AppDelegate(py)PropertyInPrimaryClass</USR><Declaration>- (id)PropertyInPrimaryClass;</Declaration><Abstract><Para> This is PropertyInPrimaryClass</Para></Abstract></Function>]
33
// CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-property-accessor.m" line="[[@LINE-5]]" column="32"><Name>PropertyInPrimaryClass</Name><USR>c:
objc
(cs)AppDelegate(py)PropertyInPrimaryClass</USR><Declaration>- (void)setPropertyInPrimaryClass:(id)PropertyInPrimaryClass;</Declaration><Abstract><Para> This is PropertyInPrimaryClass</Para></Abstract></Function>]
42
// CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-property-accessor.m" line="[[@LINE-6]]" column="1"><Name>PropertyInClassExtension</Name><USR>c:
objc
(cs)AppDelegate(py)PropertyInClassExtension</USR><Declaration>- (id)GetterInClassExtension;</Declaration><Abstract><Para> This is PropertyInClassExtension</Para></Abstract></Function>]
52
// CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-property-accessor.m" line="[[@LINE-4]]" column="54"><Name>PropertyInClassExtension</Name><USR>c:
objc
(cs)AppDelegate(py)PropertyInClassExtension</USR><Declaration>- (id)GetterInClassExtension;</Declaration><Abstract><Para> This is PropertyInClassExtension</Para></Abstract></Function>]
53
// CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-property-accessor.m" line="[[@LINE-5]]" column="54"><Name>PropertyInClassExtension</Name><USR>c:
objc
(cs)AppDelegate(py)PropertyInClassExtension</USR><Declaration>- (void)setPropertyInClassExtension:(id)PropertyInClassExtension;</Declaration><Abstract><Para> This is PropertyInClassExtension</Para></Abstract></Function>]
index-attrs.m
16
// CHECK: <getter>: kind:
objc
-instance-method | name: prop | {{.*}} <attribute>: attribute(annotate)=anno
17
// CHECK: <setter>: kind:
objc
-instance-method | name: setProp: | {{.*}} <attribute>: attribute(annotate)=anno
index-pch-objc.m
10
// CHECK: [indexDeclaration]: kind:
objc
-ivar | name: _foo
/external/clang/test/Rewriter/
rewrite-line-directive.m
2
// RUN: %clang -fms-extensions -rewrite-
objc
%t.mm -o %t-rw.cpp
4
// RUN: %clang -g -fms-extensions -rewrite-
objc
%t.mm -o %t-rw.cpp
/external/clang/test/SemaObjC/
assign-rvalue-message.m
1
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -verify -Wno-
objc
-root-class %s
2
// RUN: %clang_cc1 -x objective-c++ -triple x86_64-apple-darwin10 -fsyntax-only -verify -Wno-
objc
-root-class %s
block-on-method-param.m
1
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -verify -fblocks -Wno-
objc
-root-class %s
2
// RUN: %clang_cc1 -x objective-c++ -triple x86_64-apple-darwin10 -fsyntax-only -verify -fblocks -Wno-
objc
-root-class %s
error-outof-scope-property-use.m
1
// RUN: %clang_cc1 -fsyntax-only -verify -Wno-
objc
-root-class %s
2
// RUN: %clang_cc1 -x objective-c++ -fsyntax-only -verify -Wno-
objc
-root-class %s
self-declared-in-block.m
1
// RUN: %clang_cc1 -fsyntax-only -triple x86_64-apple-darwin10 -fblocks -verify -Wno-
objc
-root-class %s
2
// RUN: %clang_cc1 -x objective-c++ -fsyntax-only -triple x86_64-apple-darwin10 -fblocks -verify -Wno-
objc
-root-class %s
warn-weak-field.m
1
// RUN: %clang_cc1 -triple i386-apple-darwin9 -fsyntax-only -fobjc-gc -verify -Wno-
objc
-root-class %s
2
// RUN: %clang_cc1 -x objective-c++ -triple i386-apple-darwin9 -fsyntax-only -fobjc-gc -verify -Wno-
objc
-root-class %s
/external/lldb/examples/summaries/cocoa/
Class.py
9
import lldb.runtime.
objc
.objc_runtime
namespace
14
runtime =lldb.runtime.
objc
.objc_runtime.ObjCRuntime.runtime_from_isa(valobj)
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
Combined__.gl
3
language=
ObjC
;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTable__.gl
3
language=
ObjC
;
/external/clang/test/Analysis/
objc-bool.m
4
// Test handling of
ObjC
bool literals.
static_local.m
1
// RUN: %clang_cc1 -analyze -analyzer-checker=core -verify -Wno-
objc
-root-class %s
/external/clang/test/Modules/
requires.m
6
@import DependsOnModule.NotObjC; // expected-error{{module 'DependsOnModule.NotObjC' is incompatible with feature '
objc
'}}
Completed in 252 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>