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

1 2

  /external/deqp/scripts/
caselist_diff.py 123 renamed = None
127 renamed = dst + case[len(src)-1:]
130 renamed = dst
133 if renamed != None:
134 renames.append((case, renamed))
135 case = renamed
137 # It is possible that some later case is renamed to case already seen in the list
138 assert not case in renamedSet or renamed != None
  /external/jarjar/src/main/com/tonicsystems/jarjar/
MainProcessor.java 78 String renamed = renames.get(name); local
79 result.add((renamed != null) ? renamed : name);
98 System.err.println("Renamed " + name + " -> " + struct.name);
  /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;
  /external/pcre/dist/
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/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_filename_controller/
bg.js 29 // conflict_action was renamed to conflictAction in
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
FusedPrintersProvider.java 395 boolean renamed = false;
402 renamed = true;
405 return renamed;
  /build/core/
post_clean.mk 58 # When an aidl file gets deleted (or renamed), the generated java file is obsolete.
  /build/tools/releasetools/
edify_generator.py 252 is later renamed."""
  /development/build/tools/
mk_sdk_repo_xml.sh 33 Zip can be in the form "source:dest" to be renamed on the fly.
sdk_repo.mk 196 # 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.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauth.js 16 * "callback_page" {String} If you renamed chrome_ex_oauth.html, the name
17 * this file was renamed to.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauth.js 16 * "callback_page" {String} If you renamed chrome_ex_oauth.html, the name
17 * this file was renamed to.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
chromevox_json.js 28 * JSON implementation renamed to cvox.ChromeVoxJSON.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_collections.py 58 for spec, renamed in [
66 self.assertEqual(namedtuple('NT', spec, rename=True)._fields, renamed)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_collections.py 58 for spec, renamed in [
66 self.assertEqual(namedtuple('NT', spec, rename=True)._fields, renamed)
    [all...]
  /external/elfutils/0.153/
elfutils.spec 449 pe Dwarf_Loc renamed to Dwarf_Op; dwarf_getloclist, dwarf_addrlo
450 clists renamed dwarf_getlocation, dwarf_getlocation_addr.
  /external/chromium_org/remoting/webapp/
host_list.js 340 * @param {remoting.HostTableEntry} hostTableEntry The host to be renamed.
  /external/chromium_org/ui/file_manager/file_manager/common/js/
util.js 287 * @param {Entry} entry The entry to be renamed.
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
directory_model.js 712 * can be renamed by other systems anytime and Files.app should reflect it
    [all...]
file_manager.js     [all...]
  /external/dexmaker/lib/
jarjar.jar 
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/
base.js 333 * renames property names beware that using this function will not find renamed
    [all...]

Completed in 1217 milliseconds

1 2