HomeSort by relevance Sort by last modified time
    Searched refs:executable (Results 1 - 25 of 72) sorted by null

1 2 3

  /build/core/
executable.mk 2 ## Standard rules for building an executable file.
24 $(transform-o-to-static-executable)
27 $(transform-o-to-executable)
host_executable.mk 2 ## Standard rules for building an executable file.
19 $(transform-host-o-to-executable)
  /sdk/emulator/mksdcard/
Android.mk 5 # host executable
  /external/v8/test/cctest/
testcfg.py 39 def __init__(self, path, executable, mode, raw_name, dependency, context):
41 self.executable = executable
56 result = [ self.executable, name, serialization_option ]
82 executable = join('obj', 'test', mode, 'cctest')
84 executable += '.exe'
85 output = test.Execute([executable, '--list'], self.context)
98 result.append(CcTestCase(full_path, executable, mode, raw_test, dependency, self.context))
  /ndk/build/core/
build-executable.mk 17 # executable program
21 LOCAL_MODULE_CLASS := EXECUTABLE
30 LOCAL_BUILT_MODULE := $(call executable-path,$(LOCAL_MODULE))
33 $(call module-add-executable,$(LOCAL_MODULE),$(LOCAL_BUILT_MODULE),$(LOCAL_MAKEFILE))
39 @ echo "Executable : $(PRIVATE_NAME)"
40 $(hide) $(cmd-build-executable)
  /external/webkit/JavaScriptCore/debugger/
Debugger.cpp 77 if (function->executable()->isHostFunction())
80 FunctionExecutable* executable = function->jsExecutable(); local
84 if (!functionExecutables.add(executable).second)
88 executable->recompile(exec);
90 sourceProviders.add(executable->source().provider(), exec);
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
apache_http_server.py 80 executable = self._port_obj._path_to_apache()
82 executable = self._get_cygwin_path(executable)
84 cmd = [executable,
  /bootable/diskinstaller/libdiskconfig/
Android.mk 23 ## Build a test executable for host (to dump configuration files).
  /external/bluetooth/glib/gio/
gwin32appinfo.c 62 char *executable; member in struct:_GWin32AppInfo
82 g_free (info->executable);
129 info->executable = g_utf16_to_utf8 (buffer, -1, NULL, NULL, NULL);
143 /* TODO: Should look up name from executable resources */
144 if (info->executable)
145 info->name = g_path_get_basename (info->executable);
188 new_info->executable = g_strdup (info->executable);
201 if (info1->executable == NULL ||
202 info2->executable == NULL
    [all...]
  /bionic/linker/
Android.mk 70 # Instead of including $(BUILD_EXECUTABLE), we execute the steps to create an executable by
84 $(transform-o-to-static-executable)
96 # as a static executable, but it won't hurt if in the future we start
  /hardware/ril/reference-ril/
Android.mk 43 #build executable
  /build/core/combo/
HOST_darwin-x86.mk 51 define transform-host-o-to-executable-inner
TARGET_linux-x86.mk 126 define transform-o-to-executable-inner
144 define transform-o-to-static-executable-inner
  /sdk/sdklauncher/
Android.mk 23 # Locate windres executable
30 # Link the Windows icon file as well into the executable, based on the technique
  /bionic/libc/arch-arm/bionic/
crtbegin_dynamic.S 34 # any executable that is statically-linked with Bionic
crtbegin_static.S 34 # any executable that is statically-linked with Bionic
  /bionic/libc/arch-sh/bionic/
crtbegin_dynamic.S 34 # any executable that is statically-linked with Bionic
crtbegin_static.S 34 # any executable that is statically-linked with Bionic
  /system/extras/tests/bionic/libstdc++/
Android.mk 24 # device executable.
41 # same as 'device-test' but builds a host executable instead
  /external/webkit/JavaScriptCore/runtime/
FunctionPrototype.cpp 91 FunctionExecutable* executable = function->jsExecutable(); local
92 UString sourceString = executable->source().toString();
94 return jsMakeNontrivialString(exec, "function ", function->name(exec), "(", executable->paramString(), ") ", sourceString);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
libiberty.h 395 /* Search for program in executable search path. */
436 EXECUTABLE The program to execute.
479 const char *executable, char * const *argv,
494 const char *executable,
559 EXECUTABLE As for pex_run.
568 extern const char *pex_one (int flags, const char *executable,
  /external/v8/src/
spaces.h 291 Space(AllocationSpace id, Executability executable)
292 : id_(id), executable_(executable) {}
296 // Does the space need executable memory?
297 Executability executable() { return executable_; } function in class:v8::internal::Space
323 // All heap objects containing executable code (code objects) must be allocated
439 static bool CommitBlock(Address start, size_t size, Executability executable);
458 // allocated_pages. If the PagedSpace owner is executable and there is
473 // If the flag is EXECUTABLE and a code range exists, the requested
478 Executability executable);
512 Executability executable);
    [all...]
  /external/dbus/dbus/
dbus-spawn.c 188 char *executable; /**< executable name to use in error messages */ member in struct:DBusBabysitter
355 dbus_free (sitter->executable);
647 sitter->executable, _dbus_strerror (sitter->errnum));
653 sitter->executable, _dbus_strerror (sitter->errnum));
660 sitter->executable, WEXITSTATUS (sitter->status));
664 sitter->executable, WTERMSIG (sitter->status));
668 sitter->executable);
674 sitter->executable);
1012 * Spawns a new process. The executable name and argv[0
    [all...]
  /external/webkit/WebKitTools/WebKitLauncher/
main.m 110 static void myExecve(NSString *executable, NSArray *args, NSDictionary *environment)
133 posix_spawn(NULL, [executable fileSystemRepresentation], NULL, &attr, argv, env);
135 execve([executable fileSystemRepresentation], argv, env);
  /system/extras/tests/bionic/libc/
Android.mk 23 # device executable.
41 # same as 'device-test' but builds a host executable instead
121 # to build one shared object and one executable that depends

Completed in 1256 milliseconds

1 2 3