Searched defs:PROGRAM_KEY (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/native_client_sdk/src/tools/
H A Dcreate_nmf.py46 PROGRAM_KEY = 'program' # Key of the program section in an nmf file variable
332 manifest[PROGRAM_KEY] = {}
333 manifest[PROGRAM_KEY][PORTABLE_KEY] = {}
334 portable = manifest[PROGRAM_KEY][PORTABLE_KEY]
366 manifest = { FILES_KEY: {}, PROGRAM_KEY: {} }
385 manifest[PROGRAM_KEY][archinfo.arch] = urlinfo
392 manifest[PROGRAM_KEY][archinfo.arch] = urlinfo

Completed in 78 milliseconds