/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/ |
os_defines.h | 17 // permissions described in the GCC Runtime Library Exception, version 21 // a copy of the GCC Runtime Library Exception along with this program; 22 // see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/ |
cpu_defines.h | 17 // permissions described in the GCC Runtime Library Exception, version 21 // a copy of the GCC Runtime Library Exception along with this program; 22 // see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
opt_random.h | 17 // permissions described in the GCC Runtime Library Exception, version 21 // a copy of the GCC Runtime Library Exception along with this program; 22 // see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
os_defines.h | 17 // permissions described in the GCC Runtime Library Exception, version 21 // a copy of the GCC Runtime Library Exception along with this program; 22 // see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/ |
cpu_defines.h | 17 // permissions described in the GCC Runtime Library Exception, version 21 // a copy of the GCC Runtime Library Exception along with this program; 22 // see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
opt_random.h | 17 // permissions described in the GCC Runtime Library Exception, version 21 // a copy of the GCC Runtime Library Exception along with this program; 22 // see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
os_defines.h | 17 // permissions described in the GCC Runtime Library Exception, version 21 // a copy of the GCC Runtime Library Exception along with this program; 22 // see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/ |
cpu_defines.h | 17 // permissions described in the GCC Runtime Library Exception, version 21 // a copy of the GCC Runtime Library Exception along with this program; 22 // see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
opt_random.h | 17 // permissions described in the GCC Runtime Library Exception, version 21 // a copy of the GCC Runtime Library Exception along with this program; 22 // see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
os_defines.h | 17 // permissions described in the GCC Runtime Library Exception, version 21 // a copy of the GCC Runtime Library Exception along with this program; 22 // see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/ |
cpu_defines.h | 17 // permissions described in the GCC Runtime Library Exception, version 21 // a copy of the GCC Runtime Library Exception along with this program; 22 // see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
opt_random.h | 17 // permissions described in the GCC Runtime Library Exception, version 21 // a copy of the GCC Runtime Library Exception along with this program; 22 // see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
os_defines.h | 17 // permissions described in the GCC Runtime Library Exception, version 21 // a copy of the GCC Runtime Library Exception along with this program; 22 // see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/ |
cpu_defines.h | 17 // permissions described in the GCC Runtime Library Exception, version 21 // a copy of the GCC Runtime Library Exception along with this program; 22 // see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
os_defines.h | 17 // permissions described in the GCC Runtime Library Exception, version 21 // a copy of the GCC Runtime Library Exception along with this program; 22 // see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/ |
cpu_defines.h | 17 // permissions described in the GCC Runtime Library Exception, version 21 // a copy of the GCC Runtime Library Exception along with this program; 22 // see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
os_defines.h | 17 // permissions described in the GCC Runtime Library Exception, version 21 // a copy of the GCC Runtime Library Exception along with this program; 22 // see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
/external/antlr/antlr-3.4/runtime/CSharp2/ |
all.antlr3.runtime.net.build | 11 <include buildfile="antlr3.runtime.net.common.inc" /> 18 <echo message="ANTLR v3 C# Runtime - Nant Build file"/> 40 depends="clean, init, build.v3.runtime, build.v3.utility, copytobuilddir" 51 <nant buildfile="Sources/Antlr3.Runtime/default.build" target="clean.vsnet" inheritall="true" /> 84 <include name="antlr.runtime.dll" /> 89 <target name="build.v3.runtime" depends="init"> 90 <nant buildfile="Sources/Antlr3.Runtime/default.build" target="build" inheritall="true" /> 100 <include name="Antlr3.Runtime.dll" /> 101 <include name="Antlr3.Runtime.xml" /> 105 <include name="antlr.runtime.dll" / [all...] |
/ndk/docs/text/ |
CPLUSPLUS-SUPPORT.text | 5 The Android platform provides a very minimal C++ runtime support library 8 By default, this 'system' runtime does *not* provide the following: 17 To select the runtime you want to use, define APP_STL inside your 20 system -> Use the default minimal system C++ runtime library. 21 gabi++_static -> Use the GAbi++ runtime as a static library. 22 gabi++_shared -> Use the GAbi++ runtime as a shared library. 23 stlport_static -> Use the STLport runtime as a static library. 24 stlport_shared -> Use the STLport runtime as a shared library. 30 The 'system' runtime is the default if there is no APP_STL definition in 35 To your Application.mk. You can only select a single C++ runtime that al [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.jdt.launching_3.5.100.v20100526.jar | |
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
BaseRecognizer.js | 10 * @param {org.antlr.runtime.RecognizerSharedState} [state] state object with 13 org.antlr.runtime.BaseRecognizer = function(state) { 19 * @type org.antlr.runtime.RecognizerSharedState 21 this.state = state || new org.antlr.runtime.RecognizerSharedState(); 24 org.antlr.lang.augmentObject(org.antlr.runtime.BaseRecognizer, { 26 * @memberOf org.antlr.runtime.BaseRecognizer 32 * @memberOf org.antlr.runtime.BaseRecognizer 38 * @memberOf org.antlr.runtime.BaseRecognizer 44 * @memberOf org.antlr.runtime.BaseRecognizer 50 * @memberOf org.antlr.runtime.BaseRecognize [all...] |
/cts/tests/tests/os/src/android/os/cts/ |
HandlerTest.java | 34 static final int RUNTIME = 300; 37 static final long DELAYED = RUNTIME + 50; 63 }).runTest(RUNTIME); 72 assertTrue(mHandler.postAtTime(r, SystemClock.uptimeMillis() + RUNTIME)); 82 assertTrue(mHandler.postAtTime(r, token, SystemClock.uptimeMillis() + RUNTIME)); 91 assertTrue(mHandler1.sendMessageAtTime(msg, SystemClock.uptimeMillis() + RUNTIME)); 107 mHandler.sendMessageAtTime(msg, SystemClock.uptimeMillis() + RUNTIME); 117 mHandler.sendMessageAtTime(msg, SystemClock.uptimeMillis() + RUNTIME); 125 mHandler1.sendMessageAtTime(msg, SystemClock.uptimeMillis() + RUNTIME); 126 sleep(RUNTIME / 2) [all...] |
/art/build/ |
Android.cpplint.mk | 20 ART_CPPLINT_FILTER := --filter=-whitespace/line_length,-build/include,-readability/function,-readability/streams,-readability/todo,-runtime/references,-runtime/sizeof,-runtime/threadsafe_fn,-runtime/printf 21 ART_CPPLINT_SRC := $(shell find art -name "*.h" -o -name "*$(ART_CPP_EXTENSION)" | grep -v art/compiler/llvm/generated/ | grep -v art/runtime/elf\.h)
|
/art/runtime/native/ |
java_lang_reflect_Array.cc | 54 Runtime* runtime = Runtime::Current(); local 55 ClassLinker* class_linker = runtime->GetClassLinker(); 64 runtime->GetHeap()->GetCurrentAllocator());
|
/art/test/079-phantom/src/ |
Main.java | 41 Runtime.getRuntime().gc(); 48 Runtime.getRuntime().gc(); 53 Runtime.getRuntime().gc(); 58 Runtime.getRuntime().gc(); 63 Runtime.getRuntime().gc();
|