/external/gtest/test/ |
gtest_color_test_.cc | 49 // created before main() is entered, and thus that ShouldUseColor() 55 int main(int argc, char** argv) { function
|
/external/icu4c/samples/break/ |
readme.txt | 9 break.cpp Main source file in C++ 10 ubreak.c Main source file in C
|
/external/icu4c/samples/case/ |
readme.txt | 9 case.cpp Main source file in C++ 10 ucase.c Main source file in C
|
/external/icu4c/samples/numfmt/ |
readme.txt | 9 main.cpp Main source file in C++
|
/external/quake/ |
Android.mk | 64 main.cpp \ 118 LOCAL_SRC_FILES:= main.cpp
|
/external/skia/xcode/ports/ |
skia_mac.cp | 11 int main(int argc, char* argv[]) function 59 err = CreateNibReference(CFSTR("main"), &nibRef);
|
/external/stlport/test/compiler/StTerm-order/ |
stterm-test.cc | 8 * of returning from main and as a result of calling exit (18.3). These objects 114 int main() function
|
/external/webkit/JavaScriptCore/os-win32/ |
WinMain.cpp | 27 int main(int argc, char** argv); 75 int res = main(arguments.size(), arguments.data());
|
/external/webkit/JavaScriptCore/wtf/ |
MainThread.h | 41 // Blocks the thread until the call finishes on the main thread. Misusing this can easily cause deadlocks. 46 // Must be called from the main thread (Darwin is an exception to this rule).
|
/external/webkit/WebCore/bindings/js/ |
JSCallbackData.h | 40 // We have to clean up this data on the main thread because unprotecting a 41 // JSObject on a non-main thread without synchronization would corrupt the heap
|
/external/webkit/WebCore/bindings/v8/ |
StaticDOMDataStore.h | 41 // statically. This encapsulates thread-specific DOM data for the main 44 // tears down the main thread can not call any WTF functions.
|
/external/webkit/WebCore/manual-tests/ |
onbeforeunload-close_with_javascript.html | 28 <p id="success" style="background-color:palegreen; padding:3px;">You should see the same dialog if you click the "Close" button in the main window. 32 No dialog (as described above) after clicking the "Close" button in the newly opened window, or in the main window.
|
/external/webkit/WebCore/platform/ |
SharedTimer.h | 48 // Implemented by port (since it provides the run loop for the main thread). 54 // Implementation of SharedTimer for the main thread.
|
/external/webkit/WebCore/workers/ |
WorkerLoaderProxy.h | 43 // A proxy to talk to the loader context. Normally, the document on the main thread 52 // Posts a task to the thread which runs the loading code (normally, the main thread).
|
/external/webkit/WebKit/gtk/tests/ |
testhttpbackend.c | 69 int main(int argc, char** argv) function 80 int main(int argc, char** argv) function
|
testwebhistoryitem.c | 59 int main(int argc, char** argv) function 75 int main(int argc, char** argv) function
|
testwebsettings.c | 64 int main(int argc, char** argv) function 75 int main(int argc, char** argv) function
|
/external/webkit/WebKitTools/QueueStatusServer/ |
main.py | 61 def main(): function 65 main()
|
/external/wpa_supplicant_6/wpa_supplicant/examples/ |
wpas-test.py | 25 def main(): function 90 main()
|
/frameworks/base/cmds/system_server/library/ |
system_init.cpp | 2 * System server main initialization. 93 // the beginning of their processes's main(), before calling
|
/hardware/ti/wlan/wl1271/Test/ |
TwIfDebug.c | 55 * \brief Main TwIf debug function 57 * Main TwIf debug function
|
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
mainSecKeysOnly.h | 35 * \brief RSN main security SM 44 /* PURPOSE: RSN main security SM */
|
/sdk/archquery/src/com/android/archquery/ |
Main.java | 46 public final class Main { 47 public static void main(String[] args) { method in class:Main
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
LibraryDeltaVisitor.java | 29 * The goal is to detect library resource/library changes when compiling the main project 48 // Since the delta visitor goes through the main
|
/sdk/eclipse/scripts/ |
gen_icon.py | 24 def main(args): function 71 main(sys.argv[1:])
|