/external/v8/tools/gyp/test/dependencies/module-dep/ |
dll.cc | 8 void SomeFunction() {
|
/external/v8/tools/gyp/test/win/uldi/ |
dll.cc | 5 __declspec(dllexport) void SomeFunction() {
|
/external/v8/tools/gyp/test/win/idl-rules/ |
history_indexer.idl | 16 HRESULT SomeFunction([in] VARIANT begin_time, [in] VARIANT end_time);
|
/external/clang/test/SemaObjC/ |
method-undefined-warn-1.m | 55 - (void)someFunction { return; } 58 [self someFunction]; // expected-warning {{method '+someFunction' not found (return type defaults to 'id')}}
|
/external/clang/unittests/Format/ |
FormatTestJava.cpp | 90 verifyFormat("public some.package.Type someFunction( // comment\n" 275 verifyFormat("void SomeFunction(@Nullable String something) {}"); 276 verifyFormat("void SomeFunction(@org.llvm.Nullable String something) {}"); 310 " boolean someFunction(\n" 384 verifyFormat("try (SomeResource rs = someFunction()) {\n" 387 verifyFormat("try (SomeResource rs = someFunction()) {\n" 452 verifyFormat("someObject.someFunction(new Runnable() {\n" 458 verifyFormat("someFunction(new Runnable() {\n" 463 verifyFormat("someObject.someFunction(\n"
|
FormatTestJS.cpp | 91 verifyFormat("someFunction(...a);"); 96 verifyFormat("e && e.SomeFunction();"); 286 verifyFormat("var someVariable = SomeFunction([\n" 291 verifyFormat("var someVariable = SomeFunction([\n" 295 verifyFormat("var someVariable = SomeFunction(aaaa, [\n" 300 verifyFormat("var someVariable = SomeFunction(\n" 309 verifyFormat("someFunction([], {a: a});"); 374 " a: function SomeFunction() {\n" 381 " someFunction();\n" 382 " someFunction();\n [all...] |
FormatTest.cpp | 131 verifyFormat("::ns::SomeFunction(::ns::SomeOtherFunction())"); 133 verifyFormat("bool a = 2 < ::SomeFunction();"); 837 " // Calling someFunction on SomeObject\n" 838 " .someFunction();"); 840 " // Calling someFunction on SomeObject\n" 841 " .someFunction();"); 898 verifyFormat("SomeFunction(a,\n" 901 verifyFormat("SomeFunction(a, a,\n" 936 verifyFormat("someFunction(anotherFunction( // Force break.\n" [all...] |
FormatTestSelective.cpp | 236 EXPECT_EQ("someFunction(\n" 242 format("someFunction(\n"
|
/external/clang/test/Sema/ |
block-literal.c | 14 T somefunction() { function
|
/frameworks/base/core/java/android/os/ |
Parcelable.java | 59 * "<code>Parcelable someFunction()</code>", 60 * "<code>void someFunction(out Parcelable)</code>", or 61 * "<code>void someFunction(inout Parcelable)</code>". Some implementations
|
/external/clang/test/Rewriter/ |
rewrite-block-literal.mm | 24 T somefunction() {
|
/external/chromium-trace/catapult/third_party/Paste/paste/auth/ |
basic.py | 110 authfunc=somepackage.somemodule:somefunction
|
form.py | 133 authfunc=somepackage.somemodule:somefunction
|
digest.py | 243 authfunc=somepackage.somemodule:somefunction
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
2012-03-26-constexpr.ll | 11 define internal fastcc void @someFunction(%struct.this_structure_s.0.5* nocapture %scratch, i32 %stage, i32 %cbSize) nounwind {
|
/system/core/base/include/android-base/ |
utf8.h | 67 // void SomeFunction(const char* name) {
|
/external/shflags/doc/ |
coding_standards.txt | 96 someFunction
|
/frameworks/av/include/media/stagefright/foundation/ |
Mutexed.h | 44 * void someFunction() {
|
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
ListsTest.java | 82 = new SomeFunction(); 84 private static class SomeFunction
|
/external/guava/guava-tests/test/com/google/common/collect/ |
ListsTest.java | 99 = new SomeFunction(); 101 private static class SomeFunction [all...] |
/external/clang/test/Misc/ |
ast-dump-decl.cpp | 151 void SomeFunction() {
|
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/ |
indentation.py | 372 # For someFunction(...) we allow to indent at the beginning of the
|
/external/clang/lib/Format/ |
ContinuationIndenter.cpp | 725 // SomeFunction(function() { [all...] |
TokenAnnotator.cpp | [all...] |
/external/tinyxml2/ |
tinyxml2.h | [all...] |