HomeSort by relevance Sort by last modified time
    Searched full:volumes (Results 1 - 25 of 320) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/lldb/utils/test/
README-run-until-faulted 3 [18:20:29] johnny:/Volumes/data/lldb/svn/trunk/utils/test $ ./run-until-faulted.py -l /Volumes/data/lldb/svn/trunk/build/Debug/lldb -e './a.out'
4 lldb command: /Volumes/data/lldb/svn/trunk/build/Debug/lldb
18 [18:20:40] johnny:/Volumes/data/lldb/svn/trunk/utils/test $
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fileSystemProvider/archive/
background.js 10 // Multiple volumes can be opened at the same time. The key is the
13 var volumes = {};
36 if (Object.keys(volumes[options.fileSystemId].openedFiles).length != 0) {
44 delete volumes[options.fileSystemId];
56 volumes[options.fileSystemId].metadata[options.entryPath];
67 volumes[options.fileSystemId].metadata[options.directoryPath];
79 for (var entry in volumes[options.fileSystemId].metadata) {
90 entries.push(volumes[options.fileSystemId].metadata[entry]);
101 volumes[options.fileSystemId].openedFiles[options.requestId] =
110 if (!volumes[options.fileSystemId].openedFiles[options.openRequestId])
    [all...]
  /external/lldb/examples/test/
usage-config 9 [15:36:32] johnny:/Volumes/data/lldb/svn/trunk/test $ ./dotest.py -v -c ~/.lldbtest-config persistent_variables
10 [15:40:55] johnny:/Volumes/data/lldb/svn/trunk/test $
.lldbtest-config2 6 # /Volumes/data/lldb/svn/trunk/test $ ./dotest.py -r /Volumes/data/lldb-test/archs -s session -c ../examples/test/.lldbtest-config2 -v -w . 2> ~/Developer/Log/lldbtest.log
9 # /Volumes/data/lldb-test/archs which must not exist before the run.
12 # '-s' option, e.g., /Volumes/data/lldb-test/archs.arch=i386/test/session could
usage-lldb-loggings 9 [11:31:34] johnny:/Volumes/data/lldb/svn/ToT/test $ ./dotest.py -A x86_64 -v -c ../examples/test/.lldb-loggings functionalities/breakpoint/breakpoint_command
11 LLDB build dir: /Volumes/data/lldb/svn/ToT/build/Debug
13 Path: /Volumes/data/lldb/svn/ToT
60 [11:36:44] johnny:/Volumes/data/lldb/svn/ToT/test $ ls -l /tmp/lldb_log*
63 [11:37:09] johnny:/Volumes/data/lldb/svn/ToT/test $
70 [11:37:09] johnny:/Volumes/data/lldb/svn/ToT/test $ ./dotest.py -A x86_64 -v -c ../examples/test/.lldb-loggings functionalities/breakpoint/breakpoint_command
72 LLDB build dir: /Volumes/data/lldb/svn/ToT/build/Debug
74 Path: /Volumes/data/lldb/svn/ToT
113 with log destination: /Volumes/data/lldb/svn/ToT/test/2012-08-22-13_21_46/lldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dsym.txt
118 with log destination: /Volumes/data/lldb/svn/ToT/test/2012-08-22-13_21_46/lldb_log-x86_64-clang-TestBreakpointCommand.BreakpointC (…)
    [all...]
usage-pre-post-flight 5 [11:31:19] johnny:/Volumes/data/lldb/svn/ToT/test $ ./dotest.py -A x86_64 -v -c ../examples/test/.lldb-pre-post-flight.bad functionalities/watchpoint/hello_watchpoint
8 [11:32:48] johnny:/Volumes/data/lldb/svn/ToT/test $ ./dotest.py -A x86_64 -v -c ../examples/test/.lldb-pre-post-flight functionalities/watchpoint/hello_watchpoint
10 LLDB build dir: /Volumes/data/lldb/svn/ToT/build/Debug
12 Path: /Volumes/data/lldb/svn/ToT
  /bootable/recovery/mtdutils/
mounts.c 34 MountedVolume *volumes; member in struct:__anon1124
40 NULL, // volumes
67 if (g_mounts_state.volumes == NULL) {
69 MountedVolume *volumes = malloc(numv * sizeof(*volumes)); local
70 if (volumes == NULL) {
74 g_mounts_state.volumes = volumes;
76 memset(volumes, 0, numv * sizeof(*volumes));
    [all...]
  /external/llvm/test/DebugInfo/ARM/
sectionorder.ll 14 !0 = metadata !{i32 786449, i32 0, i32 12, metadata !"test.c", metadata !"/Volumes/Data/radar/15623193", metadata !"LLVM", i1 true, i1 false, metadata !"", i32 0, metadata !1, metadata !1, metadata !1, metadata !1} ; [ DW_TAG_compile_unit ] [/Volumes/Data/radar/15623193/test.c] [DW_LANG_C99]
  /external/lldb/docs/testsuite/2010-10-19-14_10_49.059609/
TestSettings.SettingsCommandTestCase.test_set_output_path.log 12 runCmd: file /Volumes/data/lldb/svn/trunk/test/settings/a.out
13 output: Current executable set to '/Volumes/data/lldb/svn/trunk/test/settings/a.out' (x86_64).
27 output: Process 43533 launched: '/Volumes/data/lldb/svn/trunk/test/settings/a.out' (x86_64)
39 File "/Volumes/data/lldb/svn/trunk/test/settings/TestSettings.py", line 125, in test_set_output_path
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Required_Suite.py 4 Generated from /Volumes/Sap/System Folder/Extensions/AppleScript
  /sdk/testapps/javaProjectTest/javaProject3/
.classpath 5 <classpathentry exported="true" kind="lib" path="libs/basicJar2.jar" sourcepath="/Volumes/Android/int/master/sdk/testapps/basicJar2/src"/>
  /external/replicaisland/src/com/replica/replicaisland/
AnimationFrame.java 20 * A single animation frame. Frames contain a texture, a hold time, and collision volumes to
23 * frames. Note that an animation frame may have a null texture and null collision volumes. Null
24 * collision volumes will exclude that frame from collision detection and a null texture will
DynamicCollisionComponent.java 21 * A component to include dynamic collision volumes (such as those produced every frame from
22 * animating sprites) in the dynamic collision world. Given a set of "attack" volumes and
23 * "vulnerability" volumes (organized such that only attack vs vulnerability intersections result
GameObjectCollisionSystem.java 25 * volumes from game objects each frame and performs a series of tests to see which of them
26 * overlap. Collisions are only considered between offending "attack" volumes and receiving
27 * "vulnerability" volumes. This implementation works by using a sweep-and-prune algorithm:
29 * overlaps. A bounding volume that encompasses all attack and vulnerability volumes is used for
30 * this test, and when an intersection is found the actual offending and receiving volumes are
70 * Adds a game object, and its related volumes, to the dynamic collision world for one frame.
71 * Once registered for collisions the object may damage other objects via attack volumes or
72 * receive damage from other volumes via vulnerability volumes.
77 * all of the attack and vulnerability volumes
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/css/
file_types.css 353 url('../images/volumes/black_archive.png') 1x,
354 url('../images/volumes/2x/black_archive.png') 2x);
360 url('../images/volumes/white_archive.png') 1x,
361 url('../images/volumes/2x/white_archive.png') 2x);
367 url('../images/volumes/black_downloads.png') 1x,
368 url('../images/volumes/2x/black_downloads.png') 2x);
374 url('../images/volumes/white_downloads.png') 1x,
375 url('../images/volumes/2x/white_downloads.png') 2x);
381 url('../images/volumes/black_drive.png') 1x,
382 url('../images/volumes/2x/black_drive.png') 2x)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
SDL_syscdrom.c 31 static FSVolumeRefNum* volumes; variable
71 if (ListTrackFiles (volumes[cdrom->id], tracks[cdrom->id], cdrom->numtracks) < 0)
160 volumes = NULL;
187 mounted audio CD volumes, rather than
192 /* Find out how many cd volumes are mounted */
196 If there are no volumes, fake a cd device
208 /* Allocate space for volumes */
209 volumes = (FSVolumeRefNum*) SDL_calloc (1, sizeof(*volumes) * SDL_numcds);
210 if (volumes == NULL)
    [all...]
  /external/lldb/examples/customization/pwd-cd-and-system/
README 23 /Volumes/data/lldb/svn/trunk/test/functionalities/watchpoint/multiple_threads
26 /Volumes/data/lldb/svn/trunk/test/functionalities/watchpoint/multiple_threads
28 Current working directory: /Volumes/data/lldb/svn/trunk/test/functionalities/watchpoint
  /external/lldb/test/
bench-history 6 [17:45:55] johnny:/Volumes/data/lldb/svn/trunk/test $ ./bench.py 2>&1 | grep -P '^lldb.*benchmark:'
15 [15:53:34] johnny:/Volumes/data/lldb/svn/trunk/test $ ./bench.py 2>&1 | grep -P '^lldb.*benchmark:'
22 [16:09:20] johnny:/Volumes/data/lldb/svn/trunk/test $ ./bench.py 2>&1 | grep -P '^lldb.*benchmark:'
34 [15:50:34] johnny:/Volumes/data/lldb/svn/trunk/test $ ./bench.py -e /Volumes/data/lldb/svn/regression/build/Debug/lldb -x '-F Driver::MainLoop()' 2>&1 | grep -P '^lldb.*benchmark:'
44 [17:27:09] johnny:/Volumes/data/lldb/svn/trunk/test $ ./bench.py -e /Volumes/data/lldb/svn/regression/build/Debug/lldb -x '-F Driver::MainLoop()' 2>&1 | grep -P '^lldb.*benchmark:'
55 [11:30:10] johnny:/Volumes/data/lldb/svn/trunk/test $ ./bench.py -e /Volumes/data/lldb/svn/regression/build/Debug/lldb -x '-F Driver::MainLoop()' 2>&1 | grep -P '^lldb.*benchmark:'
63 [11:37:23] johnny:/Volumes/data/lldb/svn/trunk/test $ ./bench.py -e /Volumes/data/lldb/svn/regression/build/Debug/lldb -x '-F (…)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/pulse/
volume.h 39 * Sinks, sources, sink inputs and samples can all have their own volumes.
47 * Volumes commonly span between muted (0%), and normal (100%). It is possible
48 * to set volumes to higher than 100%, but clipping might occur.
52 * The volumes in PulseAudio are logarithmic in nature and applications
62 * Calculations can only be reliably performed on software volumes
63 * as it is commonly unknown what scale hardware volumes relate to.
66 * software volumes. Hence it is usually a better idea to treat all
225 * valid for software volumes! */
228 /** Multiply two per-channel volumes and return the result in
229 * *dest. This is only valid for software volumes! a, b and dest ma
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
volume.h 39 * Sinks, sources, sink inputs and samples can all have their own volumes.
47 * Volumes commonly span between muted (0%), and normal (100%). It is possible
48 * to set volumes to higher than 100%, but clipping might occur.
52 * The volumes in PulseAudio are logarithmic in nature and applications
62 * Calculations can only be reliably performed on software volumes
63 * as it is commonly unknown what scale hardware volumes relate to.
66 * software volumes. Hence it is usually a better idea to treat all
225 * valid for software volumes! */
228 /** Multiply two per-channel volumes and return the result in
229 * *dest. This is only valid for software volumes! a, b and dest ma
    [all...]
  /external/lldb/lldb.xcodeproj/xcshareddata/xcschemes/
lldb-tool.xcscheme 43 argument = "/Volumes/work/gclayton/Documents/src/attach/a.out"
47 argument = "-a i386 /Volumes/work/gclayton/Documents/src/lldb/test/macosx/universal/testit"
89 customWorkingDirectory = "/Volumes/work/gclayton/Documents/devb/attach"
161 argument = "/Volumes/work/gclayton/Documents/src/attach/a.out"
165 argument = "-a i386 /Volumes/work/gclayton/Documents/src/lldb/test/macosx/universal/testit"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/mtd/
ubi-user.h 45 * UBI volumes are created via the %UBI_IOCMKVOL ioctl command of UBI character
63 * UBI volumes re-name
66 * To re-name several volumes atomically at one go, the %UBI_IOCRNVOL command
160 /* Re-name volumes */
194 /* Maximum amount of UBI volumes that can be re-named at one go */
204 * These constants are used when data is written to UBI volumes in order to
229 * erase individual eraseblocks on dynamic volumes
283 * This structure is used by user-space programs when creating new volumes. The
284 * @used_bytes field is only necessary when creating static volumes.
318 * Re-sizing is possible for both dynamic and static volumes. But while dynami
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/mtd/
ubi-user.h 45 * UBI volumes are created via the %UBI_IOCMKVOL ioctl command of UBI character
63 * UBI volumes re-name
66 * To re-name several volumes atomically at one go, the %UBI_IOCRNVOL command
160 /* Re-name volumes */
194 /* Maximum amount of UBI volumes that can be re-named at one go */
204 * These constants are used when data is written to UBI volumes in order to
229 * erase individual eraseblocks on dynamic volumes
283 * This structure is used by user-space programs when creating new volumes. The
284 * @used_bytes field is only necessary when creating static volumes.
318 * Re-sizing is possible for both dynamic and static volumes. But while dynami
    [all...]
  /external/lldb/test/functionalities/archives/
README 4 [16:17:44] johnny:/Volumes/data/lldb/svn/latest/test/functionalities/archives $ dsymutil -s a.out
10 [ 0] 00000002 64 (N_SO ) 00 0000 0000000000000000 '/Volumes/data/lldb/svn/latest/test/functionalities/archives/'
12 [ 2] 00000046 66 (N_OSO ) 03 0001 000000004f0f780c '/Volumes/data/lldb/svn/latest/test/functionalities/archives/main.o'
18 [ 8] 00000002 64 (N_SO ) 00 0000 0000000000000000 '/Volumes/data/lldb/svn/latest/test/functionalities/archives/'
20 [ 10] 00000093 66 (N_OSO ) 03 0001 000000004f0f780c '/Volumes/data/lldb/svn/latest/test/functionalities/archives/libfoo.a(a.o)'
31 [ 21] 00000002 64 (N_SO ) 00 0000 0000000000000000 '/Volumes/data/lldb/svn/latest/test/functionalities/archives/'
33 [ 23] 000000f4 66 (N_OSO ) 03 0001 000000004f0f780c '/Volumes/data/lldb/svn/latest/test/functionalities/archives/libfoo.a(b.o)'
  /external/lldb/scripts/Python/interface/
SBLineEntry.i 24 line entry: /Volumes/data/lldb/svn/trunk/test/python_api/symbol-context/main.c:20
27 line entry: /Volumes/data/lldb/svn/trunk/test/python_api/symbol-context/main.c:21
30 line entry: /Volumes/data/lldb/svn/trunk/test/python_api/symbol-context/main.c:22
33 line entry: /Volumes/data/lldb/svn/trunk/test/python_api/symbol-context/main.c:23

Completed in 1424 milliseconds

1 2 3 4 5 6 7 8 91011>>