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

1 2

  /system/core/sh/
redir.c 81 short renamed[10]; member in struct:redirtab
125 sv->renamed[i] = EMPTY;
136 if ((flags & REDIR_PUSH) && sv->renamed[fd] == EMPTY) {
155 sv->renamed[fd] = i;
305 if (rp->renamed[i] != EMPTY) {
309 if (rp->renamed[i] >= 0) {
310 copyfd(rp->renamed[i], i);
311 close(rp->renamed[i]);
359 if (rp->renamed[i] >= 0) {
360 close(rp->renamed[i])
    [all...]
init.c 935 short renamed[10]; member in struct:redirtab
  /ndk/sources/host-tools/make-3.81/
filedef.h 45 /* File that this file was renamed to. After any time that a
46 file could be renamed, call `check_renamed' (below). */
47 struct file *renamed; member in struct:file
199 while ((file)->renamed != 0) (file) = (file)->renamed /* No ; here. */
file.c 234 while (from_file->renamed != 0)
235 from_file = from_file->renamed;
330 from_file->renamed = to_file;
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/io/
MockFileOp.java 314 boolean renamed = false;
330 renamed = true;
343 renamed = true;
348 return renamed;
  /external/pcre/
makevp.bat 2 :: PH 19-03-07 renamed !compile.txt and !linklib.txt as makevp-compile.txt and
4 :: PH 26-03-07 re-renamed !compile.txt and !linklib.txt as makevp-c.txt and
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentrenamenode29.js 91 var renamed;
104 renamed = doc.renameNode(docElem,"http://www.w3.org/DOM/Test","@");
documentrenamenode01.js 81 Check if this attribute has been renamed successfully by verifying the
82 nodeName, namespaceURI, nodeType attributes of the renamed node.
documentrenamenode02.js 81 Check if this attribute has been renamed successfully by verifying the
82 nodeName, namespaceURI, nodeType attributes of the renamed node.
documentrenamenode03.js 80 Check if this attribute has been renamed successfully by verifying the
81 nodeName, namespaceURI, nodeType attributes of the renamed node.
documentrenamenode04.js 80 Check if this attribute has been renamed successfully by verifying the
81 nodeName, namespaceURI, nodeType attributes of the renamed node.
documentrenamenode05.js 80 Check if this attribute has been renamed successfully by verifying the
81 nodeName, namespaceURI, nodeType attributes of the renamed node.
documentrenamenode06.js 79 Check if this attribute has been renamed successfully by verifying the
80 nodeName, namespaceURI, nodeType attributes of the renamed node.
documentrenamenode07.js 80 Check if this attribute has been renamed successfully by verifying the
81 nodeName and namespaceURI attributes of the renamed node.
documentrenamenode16.js 81 Check if this element has been renamed successfully by verifying the
82 nodeName, attributes of the renamed node.
documentrenamenode17.js 80 Check if this element has been renamed successfully by verifying the
81 nodeName, attributes of the renamed node.
documentrenamenode15.js 79 nodeName, namespaceURI, nodeType attributes of the renamed node.
nodelookupprefix12.js 79 Invoke lookupPrefix on an renamed new Element node with a namespace URI
  /external/webkit/Tools/android/webkitmerge/
webkitmerge.cpp     [all...]
  /development/build/tools/
mk_sdk_repo_xml.sh 28 Zip can be in the form "source:dest" to be renamed on the fly.
sdk_repo.mk 156 # Also generate the addon.xml using the latest schema and the renamed addon zip
  /external/oprofile/events/i386/nehalem/
events 91 event:0xD4 counters:0,1,2,3 um:one minimum:6000 name:SEG_RENAME_STALLS : Counts the number of stall cycles due to the lack of renaming resources for the ES, DS, FS, and GS segment registers. If a segment is renamed but not retired and a second update to the same segment occurs, a stall occurs in the front-end of the pipeline until the renamed segment retires.
92 event:0xD5 counters:0,1,2,3 um:one minimum:6000 name:ES_REG_RENAMES : Counts the number of times the ES segment register is renamed.
  /prebuilt/common/jarjar/
jarjar-1.0rc8.jar 
  /frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java 3267 final String renamed = mSettings.mRenamedPackages.get(pkg.mRealPackage); local
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 902 milliseconds

1 2