HomeSort by relevance Sort by last modified time
    Searched refs:relocate (Results 51 - 75 of 107) sorted by null

1 23 4 5

  /external/chromium_org/tools/gyp/test/library/
gyptest-shared-obj-install-path.py 22 test.relocate('src', 'relocate/src')
24 test.build('shared_dependency.gyp', test.ALL, chdir='relocate/src')
27 makefile_path = 'relocate/src/GypAndroid.mk'
29 makefile_path = 'relocate/src/Makefile'
40 test.build('shared_dependency.gyp', test.ALL, chdir='relocate/src')
gyptest-shared.py 28 test.relocate('src', 'relocate/src')
30 test.build('library.gyp', test.ALL, chdir='relocate/src')
38 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
44 chdir='relocate/src')
48 contents = test.read('relocate/src/program.c')
50 test.write('relocate/src/program.c', contents)
52 test.build('library.gyp', test.ALL, chdir='relocate/src')
60 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
66 chdir='relocate/src'
    [all...]
gyptest-static.py 28 test.relocate('src', 'relocate/src')
30 test.build('library.gyp', test.ALL, chdir='relocate/src')
38 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
44 chdir='relocate/src')
48 contents = test.read('relocate/src/program.c')
50 test.write('relocate/src/program.c', contents)
52 test.build('library.gyp', test.ALL, chdir='relocate/src')
60 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
66 chdir='relocate/src'
    [all...]
  /external/chromium_org/tools/gyp/test/rules/
gyptest-all.py 20 test.relocate('src', 'relocate/src')
22 test.build('actions.gyp', test.ALL, chdir='relocate/src')
31 chdir = 'relocate/src/subdir1'
33 chdir = 'relocate/src'
42 chdir = 'relocate/src/subdir3'
44 chdir = 'relocate/src'
47 test.must_match('relocate/src/subdir2/file1.out', 'Hello from file1.in\n')
48 test.must_match('relocate/src/subdir2/file2.out', 'Hello from file2.in\n')
50 test.must_match('relocate/src/subdir2/file1.out2', 'Hello from file1.in\n'
    [all...]
  /external/chromium_org/tools/gyp/test/rules-dirname/
gyptest-dirname.py 19 test.relocate('src', 'relocate/src')
21 test.build('actions.gyp', chdir='relocate/src')
29 chdir = 'relocate/src/subdir'
31 chdir = 'relocate/src'
37 test.must_match('relocate/src/subdir/foo/bar/baz.dirname',
39 test.must_match('relocate/src/subdir/a/b/c.dirname',
45 test.must_match('relocate/src/subdir/foo/bar/baz.path',
47 test.must_match('relocate/src/subdir/a/b/c.path',
  /external/llvm/lib/Target/PowerPC/
PPCJITInfo.h 34 void relocate(void *Function, MachineRelocation *MR, unsigned NumRelocs,
  /external/llvm/lib/Target/Sparc/
SparcJITInfo.h 53 /// relocate - Before the JIT can run a block of code that has been emitted,
56 void relocate(void *Function, MachineRelocation *MR,
  /frameworks/compile/libbcc/lib/ExecutionEngine/
ObjectLoaderImpl.h 37 virtual bool relocate(SymbolResolverInterface &pResolver) = 0;
ELFObjectLoaderImpl.h 47 virtual bool relocate(SymbolResolverInterface &pResolver);
ELFObjectLoaderImpl.cpp 61 bool ELFObjectLoaderImpl::relocate(SymbolResolverInterface &pResolver) { function in class:ELFObjectLoaderImpl
62 mObject->relocate(SymbolResolverInterface::LookupFunction, &pResolver);
  /external/chromium_org/tools/gyp/test/builddir/
gyptest-all.py 38 test.relocate('src', 'relocate/src')
40 test.subdir('relocate/builddir')
43 # by making all of relocate read-only and then making only builddir writable.
44 test.writable('relocate', False)
45 test.writable('relocate/builddir', True)
48 test.build('prog1.gyp', test.ALL, SYMROOT=None, chdir='relocate/src')
76 dir = 'relocate/builddir/Default/'
gyptest-default.py 38 test.relocate('src', 'relocate/src')
40 test.subdir('relocate/builddir')
43 # by making all of relocate read-only and then making only builddir writable.
44 test.writable('relocate', False)
45 test.writable('relocate/builddir', True)
48 test.build('prog1.gyp', SYMROOT=None, chdir='relocate/src')
76 dir = 'relocate/builddir/Default/'
  /external/chromium_org/tools/gyp/test/make/
gyptest-noload.py 22 test.relocate('noload', 'relocate/noload')
24 test.build('build/all.gyp', test.ALL, chdir='relocate/noload')
25 test.run_built_executable('exe', chdir='relocate/noload',
29 test.build('build/all.gyp', test.ALL, chdir='relocate/noload',
31 test.run_built_executable('exe', chdir='relocate/noload',
33 test.build('build/all.gyp', test.ALL, chdir='relocate/noload',
35 test.run_built_executable('exe', chdir='relocate/noload',
39 with open('relocate/noload/main.c', 'a') as src_file:
41 test.build('build/all.gyp', test.ALL, chdir='relocate/noload'
    [all...]
  /external/chromium_org/tools/gyp/test/ninja/action_dependencies/
gyptest-action-dependencies.py 27 chdir = 'relocate/src'
28 test.relocate('src', chdir)
  /external/chromium_org/tools/gyp/test/rules-rebuild/
gyptest-all.py 18 test.relocate('src', 'relocate/src')
21 test.build('same_target.gyp', test.ALL, chdir='relocate/src')
29 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
31 test.up_to_date('same_target.gyp', 'program', chdir='relocate/src')
35 contents = test.read(['relocate', 'src', 'prog1.in'])
37 test.write(['relocate', 'src', 'prog1.in'], contents)
39 test.build('same_target.gyp', test.ALL, chdir='relocate/src')
47 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
49 test.up_to_date('same_target.gyp', 'program', chdir='relocate/src'
    [all...]
gyptest-default.py 18 test.relocate('src', 'relocate/src')
21 test.build('same_target.gyp', chdir='relocate/src')
29 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
31 test.up_to_date('same_target.gyp', 'program', chdir='relocate/src')
35 contents = test.read(['relocate', 'src', 'prog1.in'])
37 test.write(['relocate', 'src', 'prog1.in'], contents)
39 test.build('same_target.gyp', chdir='relocate/src')
47 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
49 test.up_to_date('same_target.gyp', 'program', chdir='relocate/src'
    [all...]
  /external/llvm/lib/Target/Mips/
MipsJITInfo.h 55 /// relocate - Before the JIT can run a block of code that has been emitted,
58 void relocate(void *Function, MachineRelocation *MR,
  /external/chromium_org/tools/gyp/test/actions/
gyptest-all.py 19 test.relocate('src', 'relocate/src')
27 test.build('actions.gyp', test.ALL, chdir='relocate/src')
31 test.build('actions.gyp', test.ALL, chdir='relocate/src')
32 test.must_match('relocate/src/subdir1/actions-out/action-counter.txt', '1')
33 test.must_match('relocate/src/subdir1/actions-out/action-counter_2.txt', '1')
34 test.build('actions.gyp', test.ALL, chdir='relocate/src')
35 test.must_match('relocate/src/subdir1/actions-out/action-counter.txt', '2')
36 test.must_match('relocate/src/subdir1/actions-out/action-counter_2.txt', '2')
42 test.build('actions.gyp', test.ALL, chdir='relocate/src'
    [all...]
  /external/llvm/include/llvm/Target/
TargetJITInfo.h 100 /// relocate - Before the JIT can run a block of code that has been emitted,
103 virtual void relocate(void *Function, MachineRelocation *MR, function in class:llvm::TargetJITInfo
  /external/llvm/lib/Target/X86/
X86JITInfo.h 61 /// relocate - Before the JIT can run a block of code that has been emitted,
64 void relocate(void *Function, MachineRelocation *MR,
  /art/build/
Android.common_test.mk 32 test-art-host-run-test-gcstress-optimizing-relocate-004-SignalTest32 \
36 test-art-host-run-test-gcverify-optimizing-relocate-004-SignalTest32 \
40 test-art-host-run-test-optimizing-relocate-004-SignalTest32 \
45 test-art-target-run-test-gcstress-optimizing-relocate-004-SignalTest32 \
46 test-art-target-run-test-gcstress-default-relocate-004-SignalTest32 \
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
multisect1.asm 7 ; shrink & relocate stack:
  /art/test/
run-test 74 relocate="yes"
99 elif [ "x$1" = "x--relocate" ]; then
100 relocate="yes"
102 elif [ "x$1" = "x--no-relocate" ]; then
103 relocate="no"
271 if [ "$relocate" = "yes" ]; then
272 run_args="${run_args} --relocate"
274 run_args="${run_args} --no-relocate"
332 echo " --relocate Force the use of relocating in the test, making"
335 echo " --no-relocate Force the use of no relocating in the test
    [all...]
Android.run-test.mk 27 # $(3): -relocate, -norelocate, -no-prebuild, or undefined.
64 ART_TEST_KNOWN_BROKEN += $(foreach test, $(TEST_ART_TIMING_SENSITIVE_RUN_TESTS), $(call all-run-test-names,$(test),,-relocate))
65 ART_TEST_KNOWN_BROKEN += $(foreach test, $(TEST_ART_TIMING_SENSITIVE_RUN_TESTS), $(call all-run-test-names,$(test),-trace,-relocate))
66 ART_TEST_KNOWN_BROKEN += $(foreach test, $(TEST_ART_TIMING_SENSITIVE_RUN_TESTS), $(call all-run-test-names,$(test),-gcverify,-relocate))
67 ART_TEST_KNOWN_BROKEN += $(foreach test, $(TEST_ART_TIMING_SENSITIVE_RUN_TESTS), $(call all-run-test-names,$(test),-gcstress,-relocate))
85 ART_TEST_KNOWN_BROKEN += $(foreach test, $(TEST_ART_BROKEN_TRACE_RUN_TESTS), $(call all-run-test-names,$(test),-trace,-relocate))
95 ART_TEST_KNOWN_BROKEN += $(foreach test, $(TEST_ART_BROKEN_GCSTRESS_RUN_TESTS), $(call all-run-test-names,$(test),-gcstress,-relocate))
106 ART_TEST_KNOWN_BROKEN += $(call all-run-test-target-names,115-native-bridge,,-relocate)
107 ART_TEST_KNOWN_BROKEN += $(call all-run-test-target-names,115-native-bridge,-trace,-relocate)
108 ART_TEST_KNOWN_BROKEN += $(call all-run-test-target-names,115-native-bridge,-gcverify,-relocate)
    [all...]
  /external/llvm/lib/Target/ARM/
ARMJITInfo.h 76 /// relocate - Before the JIT can run a block of code that has been emitted,
79 void relocate(void *Function, MachineRelocation *MR,

Completed in 1018 milliseconds

1 23 4 5