Searched defs:system (Results 1 - 25 of 63) sorted by relevance

123

/external/clang/test/Analysis/
H A Dvirtualcall.h4 namespace system { namespace
/external/jmonkeyengine/engine/src/core/com/jme3/system/
H A DJmeVersion.java1 package com.jme3.system;
H A DAnnotations.java32 package com.jme3.system;
H A DPlatform.java1 package com.jme3.system;
H A DTimer.java32 package com.jme3.system;
36 * created from getTimer("display system")
H A DNanoTimer.java33 package com.jme3.system;
H A DSystemListener.java33 package com.jme3.system;
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/
H A DJmeCanvasContext.java33 package com.jme3.system;
H A DJmeDesktopSystem.java32 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 DNatives.java32 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 DBlockGuard.java17 package dalvik.system;
27 Class<?> c_closeGuard = cl.loadClass("dalvik.system.BlockGuard");
32 Class<?> c_policy = cl.loadClass("dalvik.system.BlockGuard.Policy");
H A DCloseGuard.java17 package dalvik.system;
28 Class<?> c_closeGuard = Class.forName("dalvik.system.CloseGuard");
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/
H A DPaintMode.java1 package com.jme3.system.awt;
/external/libcxx/test/libcxx/test/
H A Dtarget_info.py9 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 Dutils.py36 def system(debugger, command_line, result, dict): function
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/
H A DAndroidTimer.java33 package com.jme3.system.android;
35 import com.jme3.system.Timer;
H A DJmeAndroidSystem.java1 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 DLwjglDisplay.java33 package com.jme3.system.lwjgl;
35 import com.jme3.system.AppSettings;
36 import com.jme3.system.JmeContext.Type;
H A DLwjglSmoothingTimer.java33 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 DLwjglTimer.java33 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 DTextListener.java16 public TextListener(JUnitSystem system) { argument
17 this(system.out());
/external/junit/src/org/junit/runner/
H A DJUnitCore.java50 * @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 Dparse-events.h20 char *system; member in struct:tracepoint_path
/external/svox/pico/lib/
H A Dpicoextapi.c52 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 DXSLOutputAttributes.java40 * 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

Completed in 754 milliseconds

123