Searched refs:create_nmf (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/native_client_sdk/src/tools/
H A Dcreate_html.py138 create_nmf = os.path.join(SCRIPT_DIR, 'create_nmf.py')
142 cmd = [create_nmf, '-s', staging, '-o', nmf] + filenames
151 raise Error('create_nmf failed')
169 help='When calling create_nmf request debug libaries')
H A Dsel_ldr.py14 import create_nmf namespace
86 arch, dynamic = create_nmf.ParseElfHeader(nexe)
H A Dnacl_llvm.mk140 # Use the python script create_nmf to scan the binaries for dependencies using
146 # $2 = Additional create_nmf.py arguments
148 NMF:=python $(NACL_SDK_ROOT)/tools/create_nmf.py
H A Dnacl_gcc.mk467 # Use the python script create_nmf to scan the binaries for dependencies using
473 # $2 = Additional create_nmf.py arguments
475 NMF := python $(NACL_SDK_ROOT)/tools/create_nmf.py
/external/chromium_org/native_client_sdk/src/tools/tests/
H A Dcreate_nmf_test.py25 import create_nmf namespace
34 PosixRelPath = create_nmf.PosixRelPath
70 paths = create_nmf.GetDefaultLibPath('Debug')
75 paths = create_nmf.GetDefaultLibPath('Debug')
81 paths = create_nmf.GetDefaultLibPath('Debug')
87 """Tests for the main NmfUtils class in create_nmf."""
98 """Create an empty test .nexe file for use in create_nmf tests.
132 return create_nmf.NmfUtils(nexes,
142 kwargs: Keyword arguments to pass through to create_nmf.NmfUtils
174 kwargs: Keyword arguments to pass through to create_nmf
[all...]

Completed in 177 milliseconds