OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:myobj
(Results
1 - 20
of
20
) sorted by null
/external/clang/test/CodeGenObjC/
objc2-ivar-assign.m
36
MyClass *
myObj
;
37
myObj
.property = 0;
38
myObj
.propertyI = 0;
39
myObj
.propertyTI = 0;
40
myObj
.propertyTPI = 0;
41
myObj
.propertyID = 0;
encode-test.m
84
typedef Object
MyObj
;
92
const char *ee = @encode(
MyObj
*const);
111
const char g5[] = @encode(
MyObj
* const);
/external/chromium/base/
stringize_macros_unittest.cc
13
#define PREPROCESSOR_UTIL_UNITTEST_B(x)
myobj
->FunctionCall(x)
28
EXPECT_STREQ("
myobj
->FunctionCall(y)",
47
EXPECT_STREQ(L"
myobj
->FunctionCall(y)",
stringize_macros.h
25
// #define B(x)
myobj
->FunctionCall(x)
29
// STRINGIZE(B(y)) produces "
myobj
->FunctionCall(y)"
42
// LSTRINGIZE(B(y)) produces L"
myobj
->FunctionCall(y)"
/external/chromium/chrome/browser/debugger/manual_tests/
debugger-step-on-for-in-statements.html
2
var
myObj
= {test : 1};
5
return
myObj
;
/external/webkit/Source/WebCore/manual-tests/inspector/
debugger-step-on-for-in-statements.html
2
var
myObj
= {test : 1};
5
return
myObj
;
/external/nist-sip/java/gov/nist/core/
GenericObjectList.java
409
Object
myobj
= myIterator.next();
local
414
if (
myobj
.equals(hisobj))
427
Object
myobj
= myIterator.next();
local
428
if (hisobj.equals(
myobj
))
454
Object
myobj
= null;
local
457
myobj
= myIterator.next();
458
if (
myobj
instanceof GenericObject)
460
+ ((GenericObject)
myobj
).encode());
461
if (GenericObject.isMySubclass(
myobj
.getClass())
462
&& ((GenericObject)
myobj
).match(hisobj)
[
all
...]
GenericObject.java
545
Object
myObj
= f.get(this);
547
if (hisObj != null &&
myObj
== null)
549
else if (hisObj == null &&
myObj
!= null)
551
else if (hisObj == null &&
myObj
== null)
555
&&
myObj
instanceof java.lang.String) {
558
if (((String)
myObj
)
563
GenericObject.isMySubclass(
myObj
.getClass())
564
&& !((GenericObject)
myObj
).match(hisObj))
567
GenericObjectList.isMySubclass(
myObj
.getClass())
568
&& !((GenericObjectList)
myObj
).match(hisObj)
[
all
...]
/external/clang/test/SemaObjC/
nsobject-attribute.m
21
@property (strong) __attribute__((NSObject)) CFTypeRef
myObj
; // no-warning
34
@synthesize
myObj
;
/external/nist-sip/java/gov/nist/javax/sip/address/
NetObject.java
219
Object
myObj
= f.get(this);
221
if (hisObj != null &&
myObj
== null)
223
else if (hisObj == null &&
myObj
!= null)
225
else if (hisObj == null &&
myObj
== null)
229
&&
myObj
instanceof java.lang.String) {
232
if (((String)
myObj
)
237
GenericObject.isMySubclass(
myObj
.getClass())
239
&&
myObj
.getClass().equals(hisObj.getClass())
243
((GenericObject)
myObj
).encode();
250
GenericObject.isMySubclass(
myObj
.getClass()
[
all
...]
/external/nist-sip/java/gov/nist/javax/sip/header/
SIPObject.java
228
Object
myObj
= f.get(this);
230
if (hisObj != null &&
myObj
== null)
232
else if (hisObj == null &&
myObj
!= null)
234
else if (hisObj == null &&
myObj
== null)
238
&&
myObj
instanceof java.lang.String) {
241
if (((String)
myObj
)
247
&& GenericObject.isMySubclass(
myObj
.getClass())
249
&&
myObj
.getClass().equals(hisObj.getClass())
253
((GenericObject)
myObj
).encode();
260
GenericObject.isMySubclass(
myObj
.getClass()
[
all
...]
/external/clang/test/Analysis/
self-init.m
52
@class
MyObj
;
53
extern id _commonInit(
MyObj
*self);
55
@interface
MyObj
: NSObject {
69
@implementation
MyObj
206
self = [
MyObj
commonInitMember:self];
212
self = [
MyObj
commonInitMember:self];
retain-release-region-store.m
125
id
myObj
;
134
myObj
= (id) date;
retain-release.m
555
id
myObj
;
562
myObj
= (id) CFArrayCreateMutable(0, 10, &kCFTypeArrayCallBacks); // no-warning
[
all
...]
/dalvik/vm/oo/
Resolve.cpp
319
* I
myobj
= (something that implements I)
320
*
myobj
.hashCode()
/external/webkit/Source/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp
[
all
...]
/external/smack/src/org/jivesoftware/smack/util/
Base64.java
455
* Example: <code>encodeObject(
myObj
, Base64.GZIP )</code> or
457
* Example: <code>encodeObject(
myObj
, Base64.GZIP | Base64.DONT_BREAK_LINES )</code>
[
all
...]
/external/clang/unittests/Format/
FormatTest.cpp
[
all
...]
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-111557.js
[
all
...]
/external/clang/tools/libclang/
CIndex.cpp
[
all
...]
Completed in 391 milliseconds