HomeSort by relevance Sort by last modified time
    Searched defs:SHARED_LIB (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/gyp/test/lib/
TestGyp.py 103 SHARED_LIB = '__shared_lib__'
361 elif type == self.SHARED_LIB:
532 if type == self.SHARED_LIB:
762 elif type == self.SHARED_LIB:
766 if subdir and type != self.SHARED_LIB:
845 "type" values of STATIC_LIB or SHARED_LIB append the necessary
859 elif type == self.SHARED_LIB and sys.platform != 'darwin':
862 if subdir and type != self.SHARED_LIB:
    [all...]
  /external/chromium_org/v8/tools/
tickprocessor.js 261 SHARED_LIB: 1
285 return this.codeTypes_[name] == TickProcessor.CodeTypes.SHARED_LIB;
319 this.setCodeType(entry.getName(), 'SHARED_LIB');

Completed in 105 milliseconds