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

1 2 3 4 5 6

  /external/chromium_org/ppapi/tests/
ppapi_nacl_tests_newlib.nmf 3 "x86-64": {"url": "ppapi_nacl_tests_newlib_x64.nexe"},
4 "x86-32": {"url": "ppapi_nacl_tests_newlib_x32.nexe"},
5 "arm": {"url": "ppapi_nacl_tests_newlib_arm.nexe"},
6 "mips32": {"url": "ppapi_nacl_tests_newlib_mips32.nexe"}
  /external/chromium_org/chrome/browser/resources/app_list/
hotword_nacl.nmf 3 "x86-64": { "url": "chrome://app-list/hotword_x86_64.nexe" },
4 "x86-32": { "url": "chrome://app-list/hotword_x86_32.nexe" },
5 "arm": {"url": "chrome://app-list/hotword_arm.nexe" }
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/browser_dynamic_library/
browser_dlopen_test.nmf 3 "x86-32" : {"url" : "browser_dlopen_test_x86-32.nexe"},
4 "x86-64" : {"url" : "browser_dlopen_test_x86-64.nexe"},
5 "arm" : {"url" : "browser_dlopen_test_arm.nexe"}
  /external/chromium_org/native_client_sdk/src/tools/lib/tests/
elf_test.py 21 static_nexe = os.path.join(DATA_DIR, 'test_static_arm.nexe')
25 dyn_nexe = os.path.join(DATA_DIR, 'test_dynamic_x86_32.nexe')
26 static_nexe = os.path.join(DATA_DIR, 'test_static_x86_32.nexe')
31 dyn_nexe = os.path.join(DATA_DIR, 'test_dynamic_x86_64.nexe')
32 static_nexe = os.path.join(DATA_DIR, 'test_static_x86_64.nexe')
43 static_nexe = os.path.join(DATA_DIR, 'test_static_arm.nexe')
50 dyn_nexe = os.path.join(DATA_DIR, 'test_dynamic_x86_32.nexe')
51 static_nexe = os.path.join(DATA_DIR, 'test_static_x86_32.nexe')
63 dyn_nexe = os.path.join(DATA_DIR, 'test_dynamic_x86_64.nexe')
64 static_nexe = os.path.join(DATA_DIR, 'test_static_x86_64.nexe')
    [all...]
get_shared_deps_test.py 36 a list of nexe dependencies.
58 self.dyn_nexe = self.createTestNexe('test_dynamic_x86_32.nexe', 'i686')
70 '''Create an empty test .nexe file for use in create_nmf tests.
89 nexe = os.path.join(DATA_DIR, 'test_static_x86_32.nexe')
90 # GetNeeded should not raise an error if objdump is not set, but the .nexe
94 needed = get_shared_deps.GetNeeded([nexe], objdump, lib_path)
96 # static nexe should have exactly one needed file
98 self.assertEqual(needed.keys()[0], nexe)
111 # this nexe has 5 dependencie
    [all...]
  /external/chromium_org/native_client_sdk/src/tools/
ncval.py 32 usage = 'Usage: %prog [options] <.nexe | .so>'
33 epilog = 'Example: ncval.py my_nexe.nexe'
51 nexe = args[0]
58 if not os.path.exists(nexe):
59 raise Error('executable not found: %s' % nexe)
60 if not os.path.isfile(nexe):
61 raise Error('not a file: %s' % nexe)
67 cmd = [ncval, nexe]
73 sys.stderr.write('Validating %s failed:\n' % nexe)
76 Log('Changing the modification time of %s to 0.' % nexe)
    [all...]
sel_ldr.py 52 usage = 'Usage: %prog [options] <.nexe>'
53 epilog = 'Example: sel_ldr.py my_nexe.nexe'
76 nexe = args[0]
81 if not os.path.exists(nexe):
82 raise Error('executable not found: %s' % nexe)
83 if not os.path.isfile(nexe):
84 raise Error('not a file: %s' % nexe)
86 arch, dynamic = create_nmf.ParseElfHeader(nexe)
94 irt = os.path.join(SCRIPT_DIR, 'irt_core_%s.nexe' % arch_suffix)
  /external/chromium_org/ppapi/api/
pp_module.idl 8 * or .nexe.
12 * The PP_Module value uniquely identifies the module or .nexe.
pp_instance.idl 13 * module (.nexe/PP_Module). There will be one module instance for every
  /external/chromium_org/mojo/nacl/
monacl_shell.cc 14 std::cout << "Usage: " << argv[0] << " irt.nexe app.nexe [args for app]" <<
README 16 ./monacl_shell irt_core_newlib_x32.nexe monacl_test_newlib_x32.nexe
  /external/chromium_org/ppapi/c/
pp_module.h 17 * or .nexe.
26 * The PP_Module value uniquely identifies the module or .nexe.
  /external/chromium_org/native_client_sdk/src/tools/tests/
sel_ldr_test.py 39 sel_ldr.main(['foo.nexe'])
40 parse_header.assert_called_once_with('foo.nexe')
51 sel_ldr.main(['foo.nexe'])
52 parse_header.assert_called_once_with('foo.nexe')
create_nmf_test.py 98 """Create an empty test .nexe file for use in create_nmf tests.
137 """Copy all static .nexe files from the DATA_DIR to a temporary directory.
141 the .nexe for the architecture in.
148 * A list of the generated .nexe paths
153 nexe_name = 'test_static_%s.nexe' % arch
168 """Create dynamic .nexe files and put them in a temporary directory, with
173 the .nexe for the architecture in.
180 * A list of the generated .nexe paths
185 nexe_name = 'test_dynamic_%s.nexe' % arch
188 nexe = self._CreateTestNexe(rel_nexe, arch_alt
    [all...]
  /external/chromium_org/chrome/
browser_tests.isolate 97 '<(PRODUCT_DIR)/ppapi_nacl_tests_glibc_x64.nexe',
98 '<(PRODUCT_DIR)/ppapi_nacl_tests_newlib_x64.nexe',
99 '<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl_newlib_x64.nexe',
122 '<(PRODUCT_DIR)/ppapi_nacl_tests_glibc_x32.nexe',
123 '<(PRODUCT_DIR)/ppapi_nacl_tests_newlib_x32.nexe',
124 '<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl_newlib_x32.nexe',
173 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe',
  /external/chromium_org/native_client_sdk/doc_generated/sdk/
examples.html 49 LINK newlib/Release/core_unstripped_x86_32.nexe
50 VALIDATE newlib/Release/core_unstripped_x86_32.nexe
52 LINK newlib/Release/core_unstripped_x86_64.nexe
53 VALIDATE newlib/Release/core_unstripped_x86_64.nexe
55 LINK newlib/Release/core_unstripped_arm.nexe
56 VALIDATE newlib/Release/core_unstripped_arm.nexe
57 STRIP newlib/Release/core_x86_32.nexe
58 STRIP newlib/Release/core_x86_64.nexe
59 STRIP newlib/Release/core_arm.nexe
62 <p>As you can see, this produces a number of architecture specific nexe files i
    [all...]
  /external/chromium_org/native_client_sdk/src/doc/sdk/
examples.rst 58 LINK newlib/Release/core_unstripped_x86_32.nexe
59 VALIDATE newlib/Release/core_unstripped_x86_32.nexe
61 LINK newlib/Release/core_unstripped_x86_64.nexe
62 VALIDATE newlib/Release/core_unstripped_x86_64.nexe
64 LINK newlib/Release/core_unstripped_arm.nexe
65 VALIDATE newlib/Release/core_unstripped_arm.nexe
66 STRIP newlib/Release/core_x86_32.nexe
67 STRIP newlib/Release/core_x86_64.nexe
68 STRIP newlib/Release/core_arm.nexe
71 As you can see, this produces a number of architecture specific nexe files i
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/
nacl_interp_loader_mono.sh 6 # Usage: nacl_interp_loader.sh PLATFORM NEXE ARGS...
32 IRT="$NACL_SDK_ROOT/toolchain/linux_x86/runtime/irt_core_${arch}.nexe"
38 IRT="$NACL_SDK_ROOT/tools/irt_core_${arch}.nexe"
  /external/chromium_org/native_client_sdk/src/
.gitignore 7 *.nexe
  /external/chromium_org/ppapi/
ppapi_nacl_test_common.gypi 25 # These variables are used for nexe building and for library building.
26 'out_newlib32%': '>(nacl_newlib_out_dir)/>(nexe_target)_newlib_x86_32.nexe',
27 'out_newlib64%': '>(nacl_newlib_out_dir)/>(nexe_target)_newlib_x86_64.nexe',
28 'out_newlib_arm%': '>(nacl_newlib_out_dir)/>(nexe_target)_newlib_arm.nexe',
29 'out_newlib_mips%': '>(nacl_newlib_out_dir)/>(nexe_target)_newlib_mips32.nexe',
31 'out_glibc32%': '>(nacl_glibc_out_dir)/>(nexe_target)_glibc_x86_32.nexe',
32 'out_glibc64%': '>(nacl_glibc_out_dir)/>(nexe_target)_glibc_x86_64.nexe',
33 'out_glibc_arm%': '>(nacl_glibc_out_dir)/>(nexe_target)_glibc_arm.nexe',
37 'out_pnacl_newlib_x86_32_nonsfi_nexe': '>(nacl_pnacl_newlib_nonsfi_out_dir)/>(nexe_target)_pnacl_newlib_x32_nonsfi.nexe',
  /external/chromium_org/native_client_sdk/src/examples/tutorial/multi_platform/
README 18 * You still include all the .nexe files in the zip file that you upload to
19 the CWS, but you designate specific .nexe files (and other files if
  /external/chromium_org/v8/tools/
nacl-run.py 81 def GetNaClArchFromNexe(nexe):
83 p = subprocess.Popen(['file', nexe], stdout=subprocess.PIPE)
94 def GetNaClResources(nexe):
96 nacl_arch = GetNaClArchFromNexe(nexe)
108 irt = "irt_core_x86_64.nexe"
113 irt = "irt_core_x86_32.nexe"
119 print("Invalid nexe %s" % nexe)
  /external/chromium_org/chrome/test/nacl/
nacl_browsertest_uma.cc 37 // query for those two loads. The PNaCl main nexe comes from a
61 histograms.ExpectTotalCount("NaCl.Perf.Size.Nexe", 1);
95 // nexe from the same origin, so we can't just try to load the extension
96 // nexe as a mime-type handler from a non-extension URL.
105 // Should have received 2 validation queries (one for IRT and one for NEXE),
111 // Should have received a cache setting afterwards for IRT and nexe.
118 // Should have received 2 more validation queries later (IRT and NEXE),
143 // nexe from the same origin, so we can't just try to load the extension
144 // nexe as a mime-type handler from a non-extension URL.
152 // - ld.so (the initial nexe)
    [all...]
  /external/chromium_org/ppapi/api/private/
ppb_nacl_private.idl 129 /* The manifest file has been received and the nexe successfully requested. */
131 /* The nexe has been loaded and the proxy started, so it is ready for
162 * indicates that the nexe run by sel_ldr will use the PPAPI APIs.
163 * This implies that LaunchSelLdr is run from the main thread. If a nexe
166 * file handle for the main nexe file, which should be initially loaded.
172 * The |enable_dyncode_syscalls| flag indicates whether or not the nexe
174 * The |enable_exception_handling| flag indicates whether or not the nexe
177 * the nexe contribute to crash throttling statisics and whether nexe starts
194 /* This function starts the IPC proxy so the nexe can communicate with th
    [all...]
  /external/chromium_org/ppapi/c/private/
ppb_nacl_private.h 145 /* The manifest file has been received and the nexe successfully requested. */
147 /* The nexe has been loaded and the proxy started, so it is ready for
205 * indicates that the nexe run by sel_ldr will use the PPAPI APIs.
206 * This implies that LaunchSelLdr is run from the main thread. If a nexe
209 * file handle for the main nexe file, which should be initially loaded.
215 * The |enable_dyncode_syscalls| flag indicates whether or not the nexe
217 * The |enable_exception_handling| flag indicates whether or not the nexe
220 * the nexe contribute to crash throttling statisics and whether nexe starts
236 /* This function starts the IPC proxy so the nexe can communicate with th
    [all...]

Completed in 1575 milliseconds

1 2 3 4 5 6