HomeSort by relevance Sort by last modified time
    Searched refs:someFunc (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/angle/tests/compiler_tests/
ExpressionLimit_test.cpp 300 vec4 someFunc() {
301 return someFunc();
305 gl_FragColor = u_color * someFunc();
313 vec4 someFunc();
316 return someFunc();
319 vec4 someFunc() {
324 gl_FragColor = u_color * someFunc();
331 vec4 someFunc() {
333 return someFunc();
340 gl_FragColor = someFunc();
    [all...]
  /external/clang/test/SemaCXX/
typo-correction.cpp 233 void somefunc(); // expected-note{{'::outer::somefunc' declared here}}
234 void somefunc(int, int); // expected-note{{'::outer::somefunc' declared here}}
237 void somefunc(int) { function in namespace:outer::inner
238 someFunc(); // expected-error{{use of undeclared identifier 'someFunc'; did you mean '::outer::somefunc'?}}
239 someFunc(1, 2); // expected-error{{use of undeclared identifier 'someFunc'; did you mean '::outer::somefunc'?}
    [all...]
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
TestService.java 554 someFunc(i);
559 int someFunc(int foo) {
    [all...]

Completed in 1451 milliseconds