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

1 2 3 4

  /system/vold/
Fat.h 26 bool ro, bool remount, bool executable,
Fat.cpp 96 bool ro, bool remount, bool executable,
104 flags |= (executable ? 0 : MS_NOEXEC);
  /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))
  /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
  /sdk/anttasks/src/com/android/ant/
AidlExecTask.java 36 * 'executable' ({@link Path} with a single path) for the location of the aidl executable<br>
52 * Sets the value of the "executable" attribute.
53 * @param executable the value.
55 public void setExecutable(Path executable) {
56 mExecutable = TaskHelper.checkSinglePath("executable", executable);
  /bionic/libc/arch-arm/bionic/
crtbegin_dynamic.S 34 # any executable that is dynamically-linked with Bionic
crtbegin_static.S 34 # any executable that is statically-linked with Bionic
  /bionic/libc/arch-sh/bionic/
crtbegin_static.S 34 # any executable that is statically-linked with Bionic
crtbegin_dynamic.S 34 # any executable that is dynamically-linked with Bionic
  /sdk/sdklauncher/
Android.mk 23 # Locate windres executable
30 # Link the Windows icon file as well into the executable, based on the technique
  /build/core/combo/
TARGET_linux-x86.mk 126 define transform-o-to-executable-inner
144 define transform-o-to-static-executable-inner
HOST_darwin-x86.mk 74 define transform-host-o-to-executable-inner
  /ndk/build/core/
build-executable.mk 17 # executable program
33 LOCAL_MODULE_CLASS := EXECUTABLE
  /system/extras/tests/bionic/libc/
Android.mk 23 # device executable.
43 # same as 'device-test' but builds a host executable instead
90 # exported from the executable.
143 # to build one shared object and one executable that depends
  /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,

Completed in 596 milliseconds

1 2 3 4