OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:objc
(Results
526 - 550
of
1182
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
SimpleCParser.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.
237
/*
ObjC
start of ruleAttributeScope */
239
/*
ObjC
end of ruleAttributeScope */
241
/*
ObjC
start globalAttributeScope */
242
/*
ObjC
end globalAttributeScope */
243
/*
ObjC
start actions.(actionScope).synthesize */
244
/*
ObjC
end actions.(actionScope).synthesize */
245
/*
ObjC
start synthesize() */
246
/*
ObjC
end synthesize() *
[
all
...]
/external/chromium_org/third_party/sqlite/src/src/
test_vfs.c
941
int
objc
,
967
if(
objc
<2 ){
984
if(
objc
!=3 &&
objc
!=4 ){
1001
if(
objc
==4 ){
1048
if(
objc
!=3 ){
1075
if(
objc
==3 ){
1089
}else if(
objc
!=2 ){
1122
if(
objc
==4 ){
1131
}else if(
objc
!=2 )
[
all
...]
test_rtree.c
237
int
objc
,
243
UNUSED_PARAMETER(
objc
);
251
if(
objc
!=2 ){
265
int
objc
,
271
UNUSED_PARAMETER(
objc
);
279
if(
objc
!=2 ){
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TLexer.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.
60
/*
ObjC
Start of actions.lexer.methods */
61
/*
ObjC
end of actions.lexer.methods */
62
/*
ObjC
start methods() */
63
/*
ObjC
end methods() */
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangLexer.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.
60
/*
ObjC
Start of actions.lexer.methods */
61
/*
ObjC
end of actions.lexer.methods */
62
/*
ObjC
start methods() */
63
/*
ObjC
end methods() */
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntime.cpp
47
//
ObjC
objects can only be pointers, but we extend this to integer types because an expression might just
48
// result in an address, and we should try that to see if the address is an
ObjC
object.
89
strm.Printf ("Value doesn't point to an
ObjC
object.\n");
227
true); // check
ObjC
305
// be an old and incorrect
ObjC
library sitting around in the list, and we don't want to look at that.
345
m_objc_exception_bp_sp->SetBreakpointKind("
ObjC
exception");
/external/clang/lib/Parse/
ParseInit.cpp
127
/// NOTE: [OBC] allows '[
objc
-receiver
objc
-message-args ]' as an
160
// an
objc
message send with no designator, so we don't want to create this
181
// We must have either an array designator now or an
objc
message send.
189
// designator an an
objc
message send: '['
objc
-message-expr ']'.
191
// [foo bar] ->
objc
message send
194
// [4][foo bar] -> obsolete GNU designation with
objc
message send.
290
// expression (allowing *=, =, etc) to handle the
objc
case. Sema needs
303
// tokens are '...' or ']' or an
objc
message send. If this is an obj
[
all
...]
/external/chromium_org/device/bluetooth/
bluetooth_discovery_manager_mac.mm
7
#import <IOBluetooth/
objc
/IOBluetoothDevice.h>
8
#import <IOBluetooth/
objc
/IOBluetoothDeviceInquiry.h>
/external/chromium_org/tools/gn/
test_with_scope.cc
66
//
OBJC
76
//
OBJC
/external/clang/include/clang/AST/
ASTMutationListener.h
84
/// \brief A new
objc
category class was added for an interface.
88
/// \brief A
objc
class extension redeclared or introduced a property.
/external/clang/test/Analysis/
dead-stores.m
1
// RUN: %clang_cc1 -analyze -analyzer-checker=alpha.core -analyzer-checker=deadcode.DeadStores,osx.cocoa.RetainCount -fblocks -verify -Wno-
objc
-root-class %s
39
// pointer types and
ObjC
object pointer types differently. Here
/external/clang/test/CodeGenObjCXX/
exceptions-legacy.mm
4
//
ObjC
and C++ exceptions in the legacy runtime.
41
//
ObjC
EH "cleanup".
/external/clang/test/Index/
local-symbols.m
32
NSString *s = @"
objc
str";
51
// CHECK: local-symbols.m:32:17: ObjCStringLiteral="
objc
str" Extent=[32:17 - 32:28]
/external/clang/test/Misc/
warning-flags-enabled.c
15
// RUN: diagtool show-enabled -Wno-everything -Werror=
objc
-root-class %s | FileCheck -check-prefix CHECK-ERROR %s
16
// RUN: diagtool show-enabled -Wno-everything -Wfatal-errors=
objc
-root-class %s | FileCheck -check-prefix CHECK-FATAL %s
/external/clang/test/Modules/
templates.mm
2
// RUN: %clang_cc1 -triple x86_64-linux-gnu -std=c++11 -x objective-c++ -fmodules -fmodules-cache-path=%t -I %S/Inputs -verify %s -Wno-
objc
-root-class
3
// RUN: %clang_cc1 -triple x86_64-linux-gnu -std=c++11 -x objective-c++ -fmodules -fmodules-cache-path=%t -I %S/Inputs -emit-llvm %s -o - -Wno-
objc
-root-class | FileCheck %s
/external/clang/test/PCH/
chain-categories2.m
4
// RUN: %clang_cc1 -fsyntax-only -verify -Wno-
objc
-root-class -include %s -include %s %s
7
// RUN: %clang_cc1 -fsyntax-only -verify -Wno-
objc
-root-class %s -chain-include %s -chain-include %s
/external/clang/test/Rewriter/
instancetype-test.mm
1
// RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fms-extensions -rewrite-
objc
-fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp
3
// RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fms-extensions -rewrite-
objc
%s -o %t-modern-rw.cpp
objc-modern-boxing.mm
2
// RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -rewrite-
objc
%t.mm -o - | FileCheck %s
3
// RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -rewrite-
objc
%t.mm -o %t-rw.cpp
rewrite-block-pointer.mm
1
// RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-
objc
-fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp
3
// RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-
objc
%s -o %t-modern-rw.cpp
/external/clang/test/SemaObjC/
default-synthesize-2.m
1
// RUN: %clang_cc1 -x objective-c -fsyntax-only -verify -Wno-
objc
-root-class %s
2
// RUN: %clang_cc1 -x objective-c++ -fsyntax-only -verify -Wno-
objc
-root-class %s
method-conflict-2.m
1
// RUN: %clang_cc1 -Wmethod-signatures -fsyntax-only -verify -Wno-
objc
-root-class %s
2
// RUN: %clang_cc1 -x objective-c++ -Wmethod-signatures -fsyntax-only -verify -Wno-
objc
-root-class %s
warn-retain-block-property.m
1
// RUN: not %clang_cc1 -fsyntax-only -fblocks -fobjc-arc -Wno-
objc
-root-class %s 2>&1 | FileCheck --check-prefix=CHECK-ARC %s
4
// RUN: not %clang_cc1 -fsyntax-only -fblocks -Wno-
objc
-root-class %s 2>&1 | FileCheck %s
warning-missing-selector-name.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 -Wmissing-selector-name %s
/external/lldb/source/Core/
Language.cpp
44
{ { "
objc
" , NULL , "Objective-C" } },
45
{ { "
objc
++" , NULL , "Objective-C++" } },
/external/lldb/test/functionalities/data-formatter/data-formatter-disabling/
TestDataFormatterDisabling.py
59
self.runCmd('type category enable
objc
', check=False)
64
#self.runCmd('type category enable system VectorTypes libcxx gnu-libstdc++ CoreGraphics CoreServices AppKit CoreFoundation
objc
default', check=False)
Completed in 345 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>