HomeSort by relevance Sort by last modified time
    Searched full:nexe (Results 51 - 75 of 114) sorted by null

1 23 4 5

  /external/chromium_org/components/nacl/common/
nacl_host_messages.h 78 // a translated nexe.
86 // read-only file containing the translated nexe from the cache.
93 // finished and its temp file contains the translated nexe.
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/bad/
nacl.scons 83 # Bad nexe tests that won't work in PNaCl (native)
84 # For example, partly_invalid.nexe has inline assembly in its source files.
85 # Just bail out here for PNaCl, since the NMF will require the .nexe
ppapi_bad_native_glibc.html 9 <title> PPAPI bad manifest/nexe URLs, glibc. </title>
  /external/chromium_org/chrome/installer/mini_installer/
chrome.release 14 nacl_irt_x86_32.nexe: %(VersionDir)s\
15 nacl_irt_x86_64.nexe: %(VersionDir)s\
  /external/chromium_org/chrome/tools/build/mac/
FILES.cfg 64 'filename': 'nacl_irt_x86_32.nexe.debug',
70 'filename': 'nacl_irt_x86_64.nexe.debug',
  /external/chromium_org/native_client_sdk/src/tools/
nacl_gcc.mk 283 all: $(OUTDIR)/$(1)_x86_32.nexe
284 $(OUTDIR)/$(1)_x86_32.nexe: $(foreach src,$(2),$(call SRC_TO_OBJ,$(src),_x86_32)) $(foreach dep,$(4),$(STAMPDIR)/$(dep).stamp)
289 all: $(OUTDIR)/$(1)_x86_64.nexe
290 $(OUTDIR)/$(1)_x86_64.nexe: $(foreach src,$(2),$(call SRC_TO_OBJ,$(src),_x86_64)) $(foreach dep,$(4),$(STAMPDIR)/$(dep).stamp)
295 all: $(OUTDIR)/$(1)_arm.nexe
296 $(OUTDIR)/$(1)_arm.nexe: $(foreach src,$(2),$(call SRC_TO_OBJ,$(src),_arm)) $(foreach dep,$(4),$(STAMPDIR)/$(dep).stamp)
325 $(OUTDIR)/$(1)_x86_32.nexe: $(OUTDIR)/$(2)_x86_32.nexe
330 $(OUTDIR)/$(1)_x86_64.nexe: $(OUTDIR)/$(2)_x86_64.nexe
    [all...]
create_nmf.py 48 MAIN_NEXE = 'main.nexe' # Name of entry point for execution
95 """Determine properties of a nexe by parsing elf header.
222 files->main.nexe for dynamic nexes, and program for static nexes
254 [ '/path/to/my.nexe',
264 Example: { '/path/to/my.nexe': ArchFile(my.nexe),
346 Example: { '/path/to/my.nexe': ArchFile(my.nexe),
416 # for .nexe and .so files specified on the command line stage
417 # them in paths relative to the .nexe (with the .nexe alway
    [all...]
decode_dump.py 27 main_nexe: nexe to resolve NaClMain references from.
52 # For some names try the main nexe.
182 parser.add_option('-m', '--main-nexe', dest='main_nexe',
183 help='nexe to resolve NaClMain references from')
  /external/chromium_org/chrome/
chrome.isolate 30 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe',
sync_integration_tests.isolate 24 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe',
  /external/chromium_org/native_client_sdk/src/build_tools/
nacl.gypi 14 'EXECUTABLE_SUFFIX': '.nexe',
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/crash/
ppapi_crash_off_main_thread.cc 34 // This will allow us to ping the nexe to detect a crash that occured
  /external/chromium_org/chrome/browser/nacl_host/
pnacl_translation_cache_unittest.cc 40 void StoreNexe(const std::string& key, const std::string& nexe);
61 const std::string& nexe) {
64 new net::DrainableIOBuffer(new net::StringIOBuffer(nexe), nexe.size()));
109 std::string nexe(buf->data(), buf->size());
110 return nexe;
254 std::string nexe; local
  /external/chromium_org/chrome/tools/build/chromeos/
FILES.cfg 127 'filename': 'nacl_irt_x86_32.nexe',
132 'filename': 'nacl_irt_x86_64.nexe',
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/
test_runner.html 54 // "END_OF_LOG" string that the nexe prints.
74 // anyway. This will happen if the nexe crashes or exits.
  /external/chromium_org/components/nacl/loader/
nacl_main.cc 56 // as a way of communicating test failure, because the nexe won't reply.
  /external/chromium_org/native_client_sdk/src/tools/tests/
create_html_test.py 32 self.assertRaises(create_html.Error, create_html.main, ['foo.nexe'])
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
service_runtime.h 277 // Establish an SrpcClient to the sel_ldr instance and load the nexe.
278 // The nexe to be started is passed through |nacl_file_desc|.
285 // Starts the application channel to the nexe.
294 // nexe that is transferred is the low 8 bits of the argument to the
srpc_client.h 51 // Attach a service for reverse-direction (from .nexe) RPCs.
plugin.cc 74 // JSON matching ISAs with .nexe URLs).
96 // The key used to find the dictionary nexe URLs in the manifest file.
115 const int64_t kSizeKBMax = 512*1024; // very large .nexe
317 // until we expose IME API to .nexe. This disables any IME interference
352 // Export a property to allow us to get the exit status of a nexe.
356 // Export a property to allow us to get the ready state of a nexe during load.
434 // Now actually load the nexe, which can happen on a background thread.
524 // TODO(sehr): define new UMA stats for translator related nexe events.
586 // Define a NaCl specific event type for .nexe crashes.
625 // If the MIME type is foreign, then this NEXE is being used as a conten
    [all...]
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/ppb_instance/
ppapi_ppb_instance.html 12 // This function takes an array of messages and asserts that the nexe
  /external/chromium_org/chrome/installer/
mini_installer.gypi 181 '<(PRODUCT_DIR)/nacl_irt_x86_32.nexe',
199 '<(PRODUCT_DIR)/nacl_irt_x86_32.nexe',
200 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe',
  /external/chromium_org/ppapi/native_client/
native_client.gyp 97 'out_newlib64': '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe',
98 'out_newlib32': '<(PRODUCT_DIR)/nacl_irt_x86_32.nexe',
99 'out_newlib_arm': '<(PRODUCT_DIR)/nacl_irt_arm.nexe',
  /external/chromium_org/chrome/renderer/pepper/
pnacl_translation_resource_host.h 38 // Ensure that PNaCl resources (pnacl-llc.nexe, linker, libs) are installed.
  /external/chromium_org/chrome/test/chromeos/autotest/files/client/deps/chrome_test/
setup_test_links.sh 23 ln -f -s /opt/google/chrome/nacl_irt_*.nexe "$this_dir/"

Completed in 662 milliseconds

1 23 4 5