HomeSort by relevance Sort by last modified time
    Searched refs:MAIN (Results 1 - 25 of 468) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/none/tests/
pth_blockedsig.stdout.exp 1 thread CHILD sending SIGUSR1 to thread MAIN
  /external/elfutils/libcpu/
i386_lex.l 55 %x MAIN
69 "%%" { BEGIN (MAIN); return kPERCPERC; }
72 <MAIN>"0" { return '0'; }
73 <MAIN>"1" { return '1'; }
75 <INITIAL,MAIN>"{"{ID2}"}" { i386_lval.str = xstrndup (yytext + 1,
79 <MAIN>"INVALID" { i386_lval.str = (void *) -1l;
82 <MAIN>{ID} { i386_lval.str = xstrndup (yytext, yyleng);
85 <MAIN>"," { return ','; }
87 <MAIN>":" { return ':'; }
89 <INITIAL,MAIN>^"\n" { /* IGNORE */
    [all...]
  /external/vogar/src/vogar/
RunnerType.java 24 * Runs both JUnit classes and classes with a main(String[] args) method.
39 * Runs only classes with a main(String[] args) method.
41 MAIN(false, false, true);
  /external/valgrind/memcheck/tests/solaris/
thr_daemon_exit_libc.stdout.exp 12 MAIN thread exiting
  /external/compiler-rt/test/asan/TestCases/Linux/
coverage-missing.cc 3 // First case: coverage from executable. main() is called on every code path.
9 // RUN: %sancov print *.sancov > main.txt
11 // RUN: [ $(cat main.txt | wc -l) == 1 ]
21 // RUN: sort main.txt foo-missing.txt -o foo-missing-with-main.txt
25 // RUN: ( diff bar.txt foo-missing-with-main.txt || true ) | not grep "^<"
66 #if defined(MAIN)
67 int main(int argc, char **argv) { function
  /external/mesa3d/src/mesa/x86/
mmx_blendtmp.h 44 MAIN ( EDI, ESI )
66 /* main loop */
69 MAIN ( EDI, ESI )
94 MAIN ( EDI, ESI )
114 #undef MAIN
mmx_blend.S 273 #define MAIN( rgba, dest ) \
294 #define MAIN( rgba, dest ) \
324 #define MAIN( rgba, dest ) \
356 #define MAIN( rgba, dest ) \
389 #define MAIN( rgba, dest ) \
  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
HidDefs.h 32 MAIN,
  /development/tools/logblame/
app_switch_test 45 adb shell am start -a android.intent.action.MAIN $intent
  /external/compiler-rt/test/esan/TestCases/
struct-simple.cpp 3 // RUN: %clang_esan_frag -O0 %s -DMAIN -c -o %t-main.o 2>&1
4 // RUN: %clang_esan_frag -O0 %t-part1.o %t-part2.o %t-main.o -o %t 2>&1
18 //===-- compilation unit part1 without main function ----------------------===//
36 // Same struct in both main and part1.
42 // Different structs with the same name in main and part1.
75 //===-- compilation unit part2 without main function ----------------------===//
84 //===-- compilation unit with main function -------------------------------===//
86 #ifdef MAIN
100 // Same struct in both main and part1.
106 // Different structs with the same name in main and part1
113 int main(int argc, char **argv) { function
    [all...]
  /external/vogar/test/vogar/target/main/
TestRunnerMainTest.java 17 package vogar.target.main;
29 * Tests for using TestRunner to run classes that provide a main method.
34 @TestRunnerProperties(testClass = Main.class, runnerType = RunnerType.MAIN)
41 .success("main", "Args: \n")
45 @TestRunnerProperties(testClass = Main.class)
52 .success("main", "Args: \n")
56 @TestRunnerProperties(testClass = Main.class)
63 .success("main", "Args: arg1, arg2\n")
67 public static class Main {
68 public static void main(String[] args) { method in class:TestRunnerMainTest.Main
85 public static void main(String[] args) throws InterruptedException { method in class:TestRunnerMainTest.MainLong
    [all...]
  /system/core/init/
log.cpp 58 android::base::KernelLogger(android::base::MAIN, severity, "selinux", nullptr, 0, buf);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderThrottle.java 68 * Definition of the contract for the main table of our provider.
78 public static final String TABLE_NAME = "main";
83 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/main");
90 = Uri.parse("content://" + AUTHORITY + "/main/");
173 // The incoming URI matches the main table URI pattern
174 private static final int MAIN = 1;
175 // The incoming URI matches the main table row ID URI pattern
187 mUriMatcher.addURI(AUTHORITY, MainTable.TABLE_NAME, MAIN);
219 case MAIN:
220 // If the incoming URI is for main table
    [all...]
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderThrottleSupport.java 69 * Definition of the contract for the main table of our provider.
79 public static final String TABLE_NAME = "main";
84 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/main");
91 = Uri.parse("content://" + AUTHORITY + "/main/");
174 // The incoming URI matches the main table URI pattern
175 private static final int MAIN = 1;
176 // The incoming URI matches the main table row ID URI pattern
188 mUriMatcher.addURI(AUTHORITY, MainTable.TABLE_NAME, MAIN);
220 case MAIN:
221 // If the incoming URI is for main table
    [all...]
  /external/google-breakpad/src/common/android/include/
stab.h 50 _STAB_CODE_DEF(MAIN,0x2a) \
  /external/syslinux/com32/cmenu/
complex.c 51 unsigned char TESTING, RESCUE, MAIN, PREPMENU, NETMENU, LONGMENU, SECRETMENU;
251 int main(void) function
381 MAIN = add_menu(" Main Menu ", 8);
415 curr = showmenus(MAIN);
  /build/make/tools/droiddoc/test/stubs/
func.sh 49 -hdf page.build MAIN-eng.joeo.20080710.121320 -hdf page.now "10 Jul 2008 12:13" \
  /toolchain/binutils/binutils-2.25/libiberty/
concat.c 197 #ifdef MAIN
205 main (void) function
argv.c 344 @code{argc} and @code{argv} arguments to @code{main}. This function
355 @code{expandargv} near the beginning of @code{main} and allow the
456 are now in the main ARGV. */
491 #ifdef MAIN
513 main (void) function
540 #endif /* MAIN */
  /hardware/interfaces/contexthub/1.0/
types.hal 162 MAIN = 0, // Main memory
  /art/test/etc/
run-test-jar 37 MAIN=""
341 MAIN="Main"
343 MAIN="$1"
458 cmdline="${JAVA} ${DEBUGGER_OPTS} ${JVM_VERIFY_ARG} -Xmx256m -classpath classes:classes2 ${FLAGS} $MAIN $@ ${ARGS}"
699 -cp $DEX_LOCATION/$TEST_NAME.jar$SECONDARY_DEX $MAIN $ARGS"
  /external/openssh/openbsd-compat/
fmt_scaled.c 106 /* Main loop: Scan digits, find decimal point, if present.
238 /* if the result would be >= 10, round main number */
265 #ifdef MAIN
271 main(int argc, char **argv) function
  /external/r8/src/test/java/com/android/tools/r8/memberrebinding/
MemberRebindingTest.java 108 MethodSubject main = inspector.clazz("memberrebinding.Memberrebinding") local
109 .method(DexInspector.MAIN);
111 main.iterateInstructions(MemberRebindingTest::coolInvokes);
136 MethodSubject main = inspector.clazz("memberrebinding.Memberrebinding") local
137 .method(DexInspector.MAIN);
139 main.iterateInstructions(MemberRebindingTest::coolInvokes);
167 MethodSubject main = inspector.clazz("memberrebinding2.Memberrebinding") local
168 .method(DexInspector.MAIN);
170 main.iterateInstructions(InstructionSubject::isFieldAccess);
183 MethodSubject main = inspector.clazz("memberrebinding2.Memberrebinding" local
202 MethodSubject main = inspector.clazz("memberrebinding3.Memberrebinding").method(TEST); local
212 MethodSubject main = inspector.clazz("memberrebinding3.Memberrebinding").method(TEST); local
222 MethodSubject main = inspector.clazz("memberrebinding4.Memberrebinding").method(TEST); local
231 MethodSubject main = inspector.clazz("memberrebinding4.Memberrebinding").method(TEST); local
    [all...]
  /external/tcpdump/
print-ascii.c 192 #ifdef MAIN
194 main(int argc, char *argv[]) function
209 #endif /* MAIN */
  /packages/services/Car/service/src/com/android/car/hal/
InputHalService.java 39 public static final int DISPLAY_MAIN = VehicleDisplay.MAIN;

Completed in 2281 milliseconds

1 2 3 4 5 6 7 8 91011>>