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

1 2

  /external/clang/test/CodeGen/
windows-on-arm-stack-probe-size.c 10 __declspec(dllimport) void initialise(signed char buffer[4096]);
14 initialise(buffer);
  /external/syslinux/gpxe/src/core/
init.c 34 * Initialise gPXE
43 void initialise ( void ) { function
48 init_fn->initialise ();
serial_console.c 30 .initialise = serial_console_init,
main.c 39 /* Some devices take an unreasonably long time to initialise */
42 initialise();
process.c 93 * Initialise processes
105 .initialise = init_processes,
serial.c 244 * Initialise serial port early on so that it is available to capture
248 .initialise = serial_init,
malloc.c 359 * Initialise the heap
368 .initialise = init_heap,
  /external/syslinux/gpxe/src/include/gpxe/
init.h 12 * call to initialise().
15 void ( * initialise ) ( void ); member in struct:init_fn
77 extern void initialise ( void );
  /external/syslinux/gpxe/src/arch/x86/prefix/
efidrvprefix.c 36 /* Initialise EFI environment */
40 /* Initialise gPXE environment */
41 initialise();
  /external/syslinux/gpxe/src/arch/i386/interface/pxe/
pxe_loader.c 37 initialise();
pxe_call.c 405 * Initialise !PXE and PXENV+ structures
436 .initialise = pxe_init_structures,
  /external/valgrind/helgrind/tests/
bar_bad.stderr.exp 2 initialise a barrier with zero count
21 initialise a barrier twice
29 initialise a barrier which has threads waiting on it
  /external/valgrind/drd/tests/
bar_bad.stderr.exp 3 initialise a barrier with zero count
9 initialise a barrier twice
18 initialise a barrier which has threads waiting on it
bar_bad_xml.stderr.exp 32 initialise a barrier with zero count
59 initialise a barrier twice
108 initialise a barrier which has threads waiting on it
  /external/syslinux/gpxe/src/arch/i386/core/
video_subr.c 103 .initialise = video_init,
  /external/syslinux/gpxe/src/image/
embedded.c 100 .initialise = embedded_init,
  /frameworks/rs/tests/lldb/tests/harness/
util_log.py 15 '''Initialise the Python logging facility for the test suite.
19 It provides the function to initialise the logging facility and retrieve an
33 def initialise(identifier, level=logging.INFO, print_to_stdout=False, function
35 '''Initialise the logging facility for the test suite.
68 # initialise the Logger
133 "initialise" beforehand.
  /external/syslinux/gpxe/src/interface/smbios/
smbios_settings.c 135 /** Initialise SMBIOS settings */
148 .initialise = smbios_init,
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/
ComplexMovementRenderer.java 89 ringRenderable.initialise(ringData);
94 mCone.initialise(coneData);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/Renderable/
ConeRenderable.java 58 public void initialise(ObjImporter.ObjectData coneData) { method in class:ConeRenderable
RingRenderable.java 82 * Initialise the ring with data from the .obj file.
84 public void initialise(ObjImporter.ObjectData ringData) { method in class:RingRenderable
  /frameworks/rs/tests/lldb/tests/
run_test.py 295 harness.util_log.initialise(
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
CapabilityPolling.java 171 private void initialise() { method in class:CapabilityPolling
474 initialise(); method
    [all...]
  /external/ltp/testcases/network/nfsv4/locks/
locktests.c 229 int initialise(int clnt) function
1104 initialise(nThread);
  /frameworks/rs/tests/lldb/
run_tests.py 224 # initialise the logging facility
226 util_log.initialise("driver",

Completed in 444 milliseconds

1 2