/external/clang/test/Analysis/ |
H A D | virtualcall.h | 4 namespace system { namespace
|
/external/jmonkeyengine/engine/src/core/com/jme3/system/ |
H A D | JmeVersion.java | 1 package com.jme3.system;
|
H A D | Annotations.java | 32 package com.jme3.system;
|
H A D | Platform.java | 1 package com.jme3.system;
|
H A D | Timer.java | 32 package com.jme3.system; 36 * created from getTimer("display system")
|
H A D | NanoTimer.java | 33 package com.jme3.system;
|
H A D | SystemListener.java | 33 package com.jme3.system;
|
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/ |
H A D | JmeCanvasContext.java | 33 package com.jme3.system;
|
H A D | JmeDesktopSystem.java | 32 package com.jme3.system; 40 import com.jme3.system.JmeContext.Type; 122 ctxClazz = (Class<? extends JmeContext>) Class.forName("com.jme3.system.lwjgl.LwjglCanvas"); 125 ctxClazz = (Class<? extends JmeContext>) Class.forName("com.jme3.system.lwjgl.LwjglDisplay"); 128 ctxClazz = (Class<? extends JmeContext>) Class.forName("com.jme3.system.lwjgl.LwjglOffscreenBuffer"); 152 ctxClazz = (Class<? extends JmeContext>) Class.forName("com.jme3.system.jogl.JoglDisplay"); 155 ctxClazz = (Class<? extends JmeContext>) Class.forName("com.jme3.system.jogl.JoglCanvas");
|
H A D | Natives.java | 32 package com.jme3.system; 90 URL url = Thread.currentThread().getContextClassLoader().getResource("com/jme3/system/Natives.class");
|
/external/conscrypt/src/compat/java/dalvik/system/ |
H A D | BlockGuard.java | 17 package dalvik.system; 27 Class<?> c_closeGuard = cl.loadClass("dalvik.system.BlockGuard"); 32 Class<?> c_policy = cl.loadClass("dalvik.system.BlockGuard.Policy");
|
H A D | CloseGuard.java | 17 package dalvik.system; 28 Class<?> c_closeGuard = Class.forName("dalvik.system.CloseGuard");
|
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/ |
H A D | PaintMode.java | 1 package com.jme3.system.awt;
|
/external/libcxx/test/libcxx/test/ |
H A D | target_info.py | 9 def system(self): member in class:TargetInfo 30 def system(self): member in class:LocalTI 31 return platform.system()
|
/external/lldb/examples/customization/pwd-cd-and-system/ |
H A D | utils.py | 36 def system(debugger, command_line, result, dict): function
|
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/ |
H A D | AndroidTimer.java | 33 package com.jme3.system.android; 35 import com.jme3.system.Timer;
|
H A D | JmeAndroidSystem.java | 1 package com.jme3.system.android;
10 import com.jme3.system.AppSettings;
11 import com.jme3.system.JmeContext;
12 import com.jme3.system.JmeContext.Type;
13 import com.jme3.system.JmeSystemDelegate;
14 import com.jme3.system.Platform;
108 // system when the app is uninstalled
|
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/ |
H A D | LwjglDisplay.java | 33 package com.jme3.system.lwjgl;
35 import com.jme3.system.AppSettings;
36 import com.jme3.system.JmeContext.Type;
|
H A D | LwjglSmoothingTimer.java | 33 package com.jme3.system.lwjgl; 36 import com.jme3.system.Timer; 42 * <code>Timer</code> handles the system's time related functionality. This
|
H A D | LwjglTimer.java | 33 package com.jme3.system.lwjgl; 35 import com.jme3.system.Timer; 41 * <code>Timer</code> handles the system's time related functionality. This
|
/external/junit/src/org/junit/internal/ |
H A D | TextListener.java | 16 public TextListener(JUnitSystem system) { argument 17 this(system.out());
|
/external/junit/src/org/junit/runner/ |
H A D | JUnitCore.java | 50 * @param system 52 public static void runMainAndExit(JUnitSystem system, String... args) { argument 53 Result result= new JUnitCore().runMain(system, args); 54 system.exit(result.wasSuccessful() ? 0 : 1); 81 * @param system 83 public Result runMain(JUnitSystem system, String... args) { argument 84 system.out().println("JUnit version " + Version.id()); 91 system.out().println("Could not find class: " + each); 96 RunListener listener= new TextListener(system);
|
/external/linux-tools-perf/src/tools/perf/util/ |
H A D | parse-events.h | 20 char *system; member in struct:tracepoint_path
|
/external/svox/pico/lib/ |
H A D | picoextapi.c | 52 pico_System *system); 89 pico_System system, 93 if (NULL == system) { 108 pico_System system, 113 if (NULL == system) { 123 pico_System system, 127 if (NULL == system) { 162 pico_System system, 171 if (!is_valid_system_handle(system)) { 176 picoos_Common common = pico_sysGetCommon(system); 88 picoext_setTraceLevel( pico_System system, pico_Int32 level ) argument 107 picoext_setTraceFilterFN( pico_System system, const pico_Char *name ) argument 122 picoext_setLogFile( pico_System system, const pico_Char *name ) argument 161 picoext_getSystemMemUsage( pico_System system, pico_Int16 resetIncremental, pico_Int32 *outUsedBytes, pico_Int32 *outIncrUsedBytes, pico_Int32 *outMaxUsedBytes ) argument [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
H A D | XSLOutputAttributes.java | 40 * doctype-system 66 * as the system identifier in the document type declaration (DTD). 67 * @return the system identifier to be used in the DOCTYPE declaration in 127 /** Set the value coming from the xsl:output doctype-public and doctype-system stylesheet properties 128 * @param system the system identifier to be used in the DOCTYPE declaration 133 public void setDoctype(String system, String pub); argument 140 /** Set the value coming from the xsl:output doctype-system stylesheet attribute. 141 * @param doctype the system identifier to be used in the DOCTYPE
|