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

  /ndk/sources/host-tools/ndk-depends/
GNUmakefile 23 EXECUTABLE := $(PROGNAME)
25 all: $(EXECUTABLE)
68 rm -f $(EXECUTABLE)
70 $(EXECUTABLE): $(OBJECTS)
  /external/chromium_org/content/browser/appcache/
appcache_entry.h 27 EXECUTABLE = 1 << 6,
50 bool IsExecutable() const { return (types_ & EXECUTABLE) != 0; }
  /ndk/sources/host-tools/ndk-stack/
GNUmakefile 23 EXECUTABLE := $(PROGNAME)
25 all: $(EXECUTABLE)
91 rm -f $(EXECUTABLE)
93 $(EXECUTABLE): $(OBJECTS)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
ccompiler.py 140 is a string that will be split into executable name and (optional)
148 # attributes 'cpp', 'cc', etc. with hard-coded executable names;
158 "unknown executable '%s' for class %s" % \
615 EXECUTABLE = "executable"
621 """Link a bunch of stuff together to create an executable or
697 self.link(CCompiler.EXECUTABLE, objects,
722 linked into the shared library or executable.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
ccompiler.py 140 is a string that will be split into executable name and (optional)
148 # attributes 'cpp', 'cc', etc. with hard-coded executable names;
158 "unknown executable '%s' for class %s" % \
615 EXECUTABLE = "executable"
621 """Link a bunch of stuff together to create an executable or
697 self.link(CCompiler.EXECUTABLE, objects,
722 linked into the shared library or executable.
    [all...]
  /external/chromium_org/tools/gn/
target.h 36 EXECUTABLE,
278 // to be linked only with the end target (executable, shared library). Source
  /external/chromium_org/tools/gyp/test/lib/
TestGyp.py 101 EXECUTABLE = '__executable__'
222 Searches the .build_tool_list for an executable name on the user's
357 if type == self.EXECUTABLE:
367 Runs an executable program built from a gyp-generated configuration.
370 Subclasses should find the output executable in the appropriate
371 output build directory, tack on any necessary executable suffix, etc.
523 if type == None or type == self.EXECUTABLE:
620 Runs an executable program built from a gyp-generated configuration.
624 executable_file = self.built_file_path(name, type=self.EXECUTABLE, **kw)
746 program = [self.built_file_path(name, type=self.EXECUTABLE, **kw)
    [all...]
  /external/chromium_org/v8/src/
globals.h 362 CODE_SPACE, // No pointers to new space, marked executable.
391 enum Executability { NOT_EXECUTABLE, EXECUTABLE };
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 374 milliseconds