OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:objc
(Results
701 - 725
of
1182
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium_org/tools/code_coverage/
croc_scan_test.py
181
self.assertEqual(croc_scan.ScanFile('bar3', '
ObjC
'), 'scan cpp bar3')
182
self.assertEqual(croc_scan.ScanFile('bar4', '
ObjC
++'), 'scan cpp bar4')
/external/clang/test/SemaObjC/
arc-objc-lifetime.m
1
// RUN: %clang_cc1 -triple x86_64-apple-darwin11 -fsyntax-only -fobjc-arc -fblocks -fobjc-runtime-has-weak -Wexplicit-ownership-type -verify -Wno-
objc
-root-class %s
2
// RUN: %clang_cc1 -x objective-c++ -triple x86_64-apple-darwin11 -fsyntax-only -fobjc-arc -fblocks -fobjc-runtime-has-weak -Wexplicit-ownership-type -verify -Wno-
objc
-root-class %s
attr-deprecated.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
default-synthesize-3.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
property-deprecated-warning.m
1
// RUN: %clang_cc1 -fsyntax-only -triple thumbv6-apple-ios3.0 -verify -Wno-
objc
-root-class %s
2
// RUN: %clang_cc1 -x objective-c++ -fsyntax-only -triple thumbv6-apple-ios3.0 -verify -Wno-
objc
-root-class %s
/external/compiler-rt/test/BlocksRuntime/
testfilerunner.m
336
[pa addPointer:"-
ObjC
++"];
339
[pa addPointer:"-
ObjC
"];
589
printf("%s will compile and run individual test files under a variety of compilers, c, obj-c, c++, and
objc
++\n", whoami);
591
printf(" .m files are compiled with
objc
and
objc
++ compilers\n");
592
printf(" .C files are compiled with c++ and
objc
++ compilers\n");
593
printf(" .M files are compiled only with the
objc
++ compiler\n");
600
printf(" C++ restricts the test to only be run by c++ and
objc
++ compilers\n");
/external/lldb/test/lang/objc/objc-new-syntax/
TestObjCNewSyntax.py
15
mydir = os.path.join("lang", "
objc
", "
objc
-new-syntax")
/external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp
1
//===- ObjCARCContract.cpp -
ObjC
ARC Optimization ------------------------===//
10
/// This file defines late
ObjC
ARC optimizations. ARC stands for Automatic
42
#define DEBUG_TYPE "
objc
-arc-contract"
97
"
objc
-arc-contract", "
ObjC
ARC contraction", false, false)
101
"
objc
-arc-contract", "
ObjC
ARC contraction", false, false)
339
// For
ObjC
library calls which return their argument, replace uses of the
DependencyAnalysis.cpp
1
//===- DependencyAnalysis.cpp -
ObjC
ARC Optimization ---------------------===//
31
#define DEBUG_TYPE "
objc
-arc-dependency"
75
// IC_Call operations (as opposed to IC_CallOrUser) never "use"
objc
pointers.
ObjCARCUtil.cpp
1
//===- ObjCARCUtil.cpp -
ObjC
ARC Optimization ----------------------------===//
170
// use of an
objc
pointer. Bitcasts, GEPs, Selects, PHIs transfer a pointer
200
// Short cut: Some intrinsics obviously don't use
ObjC
pointers.
/external/clang/test/Index/
overriding-method-comments.mm
22
// CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comments.mm" line="[[@LINE-3]]" column="1"><Name>METH:</Name><USR>c:
objc
(cs)Root(im)METH:</USR><Declaration>- (void)METH:(id)AAA;</Declaration><Parameters><Parameter><Name>AAA</Name><Index>0</Index><Direction isExplicit="1">in</Direction><Discussion><Para> ZZZ</Para></Discussion></Parameter></Parameters></Function>]
31
// CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comments.mm" line="[[@LINE-3]]" column="1"><Name>METH:</Name><USR>c:
objc
(cs)Root(im)METH:</USR><Declaration>- (void)METH:(id)BBB;</Declaration><Parameters><Parameter><Name>BBB</Name><Index>0</Index><Direction isExplicit="1">in</Direction><Discussion><Para> ZZZ</Para></Discussion></Parameter></Parameters></Function>]
37
// CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comments.mm" line="[[@LINE-3]]" column="1"><Name>METH:</Name><USR>c:
objc
(cs)Root(im)METH:</USR><Declaration>- (void)METH:(id)III;</Declaration><Parameters><Parameter><Name>III</Name><Index>0</Index><Direction isExplicit="1">in</Direction><Discussion><Para> ZZZ</Para></Discussion></Parameter></Parameters></Function>]
51
// CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comments.mm" line="[[@LINE-3]]" column="1"><Name>EXT_METH:::</Name><USR>c:
objc
(cs)Redec(im)EXT_METH:::</USR><Declaration>- (void)EXT_METH:(id)AAA:(double)BBB:(int)CCC;</Declaration><Parameters><Parameter><Name>AAA</Name><Index>0</Index><Direction isExplicit="1">in</Direction><Discussion><Para> input value </Para></Discussion></Parameter><Parameter><Name>BBB</Name><Index>1</Index><Direction isExplicit="1">in</Direction><Discussion><Para> 2nd input value is double</Para></Discussion></Parameter><Parameter><Name>CCC</Name><Index>2</Index><Direction isExplicit="1">out</Direction><Discussion><Para> output value is int </Para></Discussion></Parameter></Parameters></Function>]
57
// CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comments.mm" line="[[@LINE-3]]" column="1"><Name>EXT_METH:::</Name><USR>c:
objc
(cs)Redec(im)EXT_METH:::</USR><Declaration>- (void)EXT_METH:(id)PPP:(double)QQQ:(int)RRR;</Declaration><Parameters><Parameter><Name>PPP</Name><Index>0</Index><Direction isExplicit="1">in</Direction><Discussion><Para> input value </Para></Discussion></Parameter><Parameter><Name>QQQ</Name><Index>1</Index><Direction isExplicit="1">in</Direction><Discussion><Para> 2nd input value is double</Para></Discussion></Parameter><Parameter><Name>RRR</Name><Index>2</Index><Direction isExplicit="1">out</Direction><Discussion><Para> output value is int </Para></Discussion></Parameter></Parameters></Function>]
/external/lldb/include/lldb/DataFormatters/
FormatNavigator.h
500
log->Printf("[Get_ObjC] no valid
ObjC
runtime, skipping dynamic");
589
true); // yes
ObjC
596
log->Printf("[Get_Impl] allowed to figure out dynamic
ObjC
type");
604
log->Printf("[Get_Impl] dynamic disabled or failed - stripping
ObjC
pointer");
628
// we are separately passing in valobj and type because the valobj is fixed (and is used for
ObjC
discovery and bitfield size)
/external/lldb/source/
lldb.cpp
52
#include "Plugins/LanguageRuntime/
ObjC
/AppleObjCRuntime/AppleObjCRuntimeV1.h"
53
#include "Plugins/LanguageRuntime/
ObjC
/AppleObjCRuntime/AppleObjCRuntimeV2.h"
365
case eSectionTypeDataObjCMessageRefs: return "
objc
-message-refs";
366
case eSectionTypeDataObjCCFStrings: return "
objc
-cfstrings";
385
case eSectionTypeDWARFAppleObjC: return "apple-
objc
";
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/
gtype.state
11
(!languages 9 ada c cp fortran go java lto
objc
objcp)
139
(!srcfile 390 "c-family/c-
objc
.h")
143
(!srcfile 130 "c/c-
objc
-common.c")
194
(!srcfile 384 "
objc
/
objc
-map.h")
195
(!srcfile 384 "
objc
/
objc
-act.h")
196
(!srcfile 384 "
objc
/
objc
-act.c")
197
(!srcfile 384 "
objc
/objc-runtime-shared-support.c"
[
all
...]
/external/clang/lib/CodeGen/
CGObjCRuntime.h
1
//===----- CGObjCRuntime.h - Interface to
ObjC
Runtimes ---------*- C++ -*-===//
129
/// Get the type constant to catch for the given
ObjC
pointer type.
130
/// This is used externally to implement catching
ObjC
types in C++.
/external/lldb/examples/summaries/cocoa/
NSNumber.py
12
import lldb.runtime.
objc
.objc_runtime
namespace
191
class_data,wrapper =lldb.runtime.
objc
.objc_runtime.Utilities.prepare_class_detection(valobj,statistics)
216
if isinstance(provider,lldb.runtime.
objc
.objc_runtime.SpecialSituation_Description):
NSSet.py
11
import lldb.runtime.
objc
.objc_runtime
namespace
191
class_data,wrapper =lldb.runtime.
objc
.objc_runtime.Utilities.prepare_class_detection(valobj,statistics)
237
if isinstance(provider,lldb.runtime.
objc
.objc_runtime.SpecialSituation_Description):
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
main.m
12
char *inp = "/Users/acondit/source/antlr3/acondit_localhost/code/antlr/antlr3-main/runtime/
ObjC
/Framework/examples/simplecTreeParser/input";
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCTP.h
4
* Standard antlr3
OBJC
runtime definitions
/external/chromium_org/base/mac/
objc_property_releaser.mm
7
#import <
objc
/runtime.h>
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_bridge_unittest.mm
99
// Call all the callbacks; make sure they are all redirected to the
objc
object.
/external/chromium_org/chrome/browser/ui/cocoa/wrench_menu/
wrench_menu_controller.h
52
// A shim NSViewController that loads the buttons from the NIB because
ObjC
/external/chromium_org/chrome/common/mac/
objc_zombie.mm
10
#import <
objc
/runtime.h>
24
// Apparently
objc
/runtime.h doesn't define this with the 10.6 SDK yet.
120
// |_internal_object_dispose()| (in
objc
-class.m) does this, so it
124
#pragma clang diagnostic ignored "-Wdeprecated-
objc
-isa-usage"
/external/chromium_org/remoting/host/
continue_window_mac.mm
33
// A bridge between C++ and
ObjC
implementations of ContinueWindow.
/external/chromium_org/testing/iossim/
iossim.gyp
124
'-Wno-
objc
-property-no-attribute',
Completed in 1283 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>