HomeSort by relevance Sort by last modified time
    Searched full:renamed (Results 26 - 50 of 836) sorted by null

12 3 4 5 6 7 8 91011>>

  /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...]
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmGenerator.java 58 /** Counter of number of classes renamed during transform. */
62 /** FQCN Names of "old" classes that were NOT renamed. This starts with the full list of
63 * old-FQCN to rename and they get erased as they get renamed. At the end, classes still
64 * left here are not in the code base anymore and thus were not renamed. */
139 // create the map of renamed class -> return type of method to delete.
155 // if the renamed class is null, this is the beginning of a section
170 * Returns the list of classes that have not been renamed yet.
259 mLog.info("# renamed : %d", mRenameCount);
334 // This class is being renamed, so remove it from the list of classes not renamed
    [all...]
RenameClassAdapter.java 61 * If the type doesn't need to be renamed, returns the input string as-is.
64 descriptor sometimes so descriptors are renamed too.
  /libcore/luni/src/main/java/org/w3c/dom/
UserDataHandler.java 19 * cloned, imported, or renamed. This can be used by the application to
43 * The node is renamed, using <code>Document.renameNode()</code>.
62 * renamed. This is <code>null</code> when the node is being deleted.
  /external/chromium_org/third_party/angle/extensions/
EGL_ANGLE_surface_d3d_texture_2d_share_handle.txt 91 - renamed token to EGL_D3D_TEXTURE_2D_SHARE_HANDLE_ANGLE (adding "2D")
92 - renamed extension to ANGLE_surface_d3d_texture_2d_share_handle
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewRefactoringTest.java 34 // Tests (1) updating references to the renamed id of the changed widgets
35 // (e.g. button3 is renamed to imageButton1 and layout references to button3
  /external/chromium_org/base/third_party/dmg_fp/
README.chromium 10 - renamed .c files to .cc
  /external/chromium_org/chrome/common/extensions/docs/server2/
manifest_features.py 22 Child features are renamed to the 'child' section of their previous name.
  /external/chromium_org/crypto/third_party/nss/
README.chromium 7 tree. sha512.c is renamed sha512.cc so that it can include Chrome's C++
  /external/chromium_org/third_party/WebKit/Source/platform/text/
TextBreakIteratorInternalICU.h 27 // this file and the various implementation files should be renamed.
  /external/chromium_org/third_party/cacheinvalidation/
README.chromium 22 This should give you a list of relevant files that were added, copied, renamed
  /external/chromium_org/third_party/modp_b64/
README.chromium 10 and to fix compilation errors that occur under VC8. The file was renamed
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/
table_based_table_builder.h 39 // C++ port: renamed table() to GetTable()
  /external/chromium_org/ui/message_center/
message_center_switches.h 17 // Note that some classes should be removed and renamed as the result of
  /external/clang/test/CodeGenObjC/
debug-info-property-accessors.m 5 // Ensure we emit the names of explicit/renamed accessors even if they
  /external/proguard/examples/annotations/examples/
NativeCallBack.java 20 * not renamed when processing this code.
  /external/sfntly/cpp/src/sfntly/table/
table_based_table_builder.h 39 // C++ port: renamed table() to GetTable()
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
RenameClassAdapterTest.java 51 * If the type doesn't need to be renamed, returns the input string as-is.
68 // inner classes match the base type which is being renamed
83 * If the type doesn't need to be renamed, returns the internal name of the input type.
92 * If the type doesn't need to be renamed, returns the input string as-is.
  /hardware/ti/omap3/dspbridge/inc/
devdefs.h 27 *! 12-Nov-1996 gp: Renamed from dev1.h.
  /hardware/ti/omap3/dspbridge/libbridge/inc/
devdefs.h 27 *! 12-Nov-1996 gp: Renamed from dev1.h.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fcntl.h 31 #define DN_RENAME 0x00000010 /* File renamed */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fcntl.h 31 #define DN_RENAME 0x00000010 /* File renamed */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fcntl.h 31 #define DN_RENAME 0x00000010 /* File renamed */
  /prebuilts/tools/common/proguard/proguard4.7/examples/annotations/examples/
NativeCallBack.java 20 * not renamed when processing this code.
  /development/ndk/platforms/android-9/include/EGL/
eglplatform.h 62 * types, renamed in EGL 1.3 so all types in the API start with "EGL".
105 /* EGL 1.2 types, renamed for consistency in EGL 1.3 */

Completed in 1655 milliseconds

12 3 4 5 6 7 8 91011>>