HomeSort by relevance Sort by last modified time
    Searched refs:create_nmf (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/native_client_sdk/src/tools/tests/
create_nmf_test.py 25 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.NmfUtil
    [all...]
  /external/chromium_org/native_client_sdk/src/tools/
create_html.py 138 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')
nacl_llvm.mk 140 # 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
155 $(call LOG,CREATE_NMF,$$@,$(NMF) -o $$@ $$^ -s $(OUTDIR) $(2))
sel_ldr.py 14 import create_nmf namespace
86 arch, dynamic = create_nmf.ParseElfHeader(nexe)
nacl_gcc.mk 467 # 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
518 $(call LOG,CREATE_NMF,$$@,$(NMF) $(NMF_FLAGS) -o $$@ $$^ $(GLIBC_PATHS) $(2) $(GLIBC_REMAP))

Completed in 536 milliseconds