OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dosomething
(Results
1 - 25
of
38
) sorted by null
1
2
/external/clang/test/SemaObjC/
transparent-union.m
15
- (void)
doSomething
: (xx_object_t) xxObject;
20
- (void)
doSomething
: (xx_object_t) xxObject {}
21
- (void)testMeth { struct xx_queue_s *sq; [self
doSomething
:sq ]; }
synthesize-setter-contclass.m
8
-(void)
doSomething
;
18
-(void)
doSomething
protocol-qualified-class-unsupported.m
26
static void
doSomething
(Class <Func> unsupportedObjectType) {
35
doSomething
([Derived self]);
36
doSomething
([Derived2 self]);
no-warn-unimpl-method.m
16
-(void)
doSomething
;
20
-(void)
doSomething
;
24
-(void)
doSomething
block-ivar.m
13
- (int)
doSomething
{
method-typecheck-2.m
11
- (void)
doSomething
: (float) x; // expected-note {{previous definition is here}}
19
- (void)
doSomething
: (int) x {} // expected-warning {{conflicting parameter types}}
protocol-archane.m
17
- (void)
doSomething
;
self-declared-in-block.m
34
- (void)
doSomething
{
/external/clang/test/CodeGenCXX/
debug-info-method-spec.cpp
5
void
doSomething
(int i) { ++i; }
9
a->
doSomething
(2);
/external/clang/test/CodeGenObjC/
blocks-ivar-debug.m
14
- (int)
doSomething
{
/external/llvm/test/CodeGen/ARM/
peephole-bitcast.ll
19
tail call void @
doSomething
(float %x) nounwind
26
declare void @
doSomething
(float)
/cts/tests/SignatureTest/tests/src/android/tests/sigtest/tests/data/
NormalInterface.java
27
void
doSomething
();
NormalClass.java
62
void
doSomething
();
/external/chromium/net/base/
test_completion_callback_unittest.cc
33
bool
DoSomething
(CompletionCallback* callback);
57
// Only used on the origin thread (where
DoSomething
was called).
102
bool ExampleEmployer::
DoSomething
(CompletionCallback* callback) {
121
bool queued = boss.
DoSomething
(&callback);
/external/clang/test/Analysis/
self-init.m
56
-(void)
doSomething
;
124
[self
doSomething
];
157
-(void)
doSomething
{}
/external/webkit/Source/WebKit/qt/docs/webkitsnippets/
qtwebkit_bridge_snippets.cpp
91
myQObject.somethingChanged.connect(myOtherQObject.
doSomething
);
95
myQObject.somethingChanged.disconnect(myOtherQObject.
doSomething
);
/external/chromium/net/disk_cache/
storage_block.h
26
//
DoSomething
(a.Data());
/external/gtest/test/
gtest_nc.cc
208
void
DoSomething
() {}
213
h.
DoSomething
(); // To avoid the "unused variable" warning.
/external/protobuf/gtest/test/
gtest_nc.cc
208
void
DoSomething
() {}
213
h.
DoSomething
(); // To avoid the "unused variable" warning.
/frameworks/base/tests/CoreTests/android/core/
MiscRegressionTest.java
430
doSomething
();
433
public void
doSomething
() {
469
// Expect to find MyThread.
doSomething
in the trace
470
assertTrue("Must find MyThread.
doSomething
in trace",
472
trace.getMethodName().equals("
doSomething
"));
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
JavaExpression.java
376
* A typed assignment (e.g. stuff =
doSomething
()).
390
* A typed assignment with declaration (e.g. String stuff =
doSomething
()). Use this in preference
/external/protobuf/src/google/protobuf/io/
zero_copy_stream.h
54
//
DoSomething
(buffer, BUFFER_SIZE);
61
//
DoSomething
(buffer, size);
/cts/tests/SignatureTest/tests/src/android/tests/sigtest/tests/
JDiffClassDescriptionTest.java
261
clz.addMethod(new JDiffClassDescription.JDiffMethod("
doSomething
", Modifier.PUBLIC, "void"));
269
clz.addMethod(new JDiffClassDescription.JDiffMethod("
doSomething
", Modifier.PUBLIC, "void"));
/external/webkit/Source/WebCore/bindings/js/
ScriptController.cpp
126
// inlineCode is true for <a href="javascript:
doSomething
()">
127
// and false for <script>
doSomething
()</script>. Check if it has the
/external/guava/src/com/google/common/base/
Throwables.java
131
* T
doSomething
() {
Completed in 862 milliseconds
1
2