/ndk/sources/host-tools/sed-4.2.1/lib/ |
basename.c | 70 rename (base_name (NAME), "foo"); } succeeds, you have renamed NAME
|
dirname.c | 67 rename (base_name (FILE), "foo"); } succeeds, you have renamed FILE
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
RenameResult.java | 56 * not available (for example because the field attempted to be renamed
|
/external/chromium_org/ui/base/models/ |
tree_node_model_unittest.cc | 277 // Makes sure that we are notified when the node is renamed, 278 // also makes sure the node is properly renamed.
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/ |
armOMX.h | 26 * e.g. omxIPBM_Copy_U8_C1R could be renamed omxIPBM_Copy_U8_C1R_CortexA8 59 /* Define what the each bare, un-suffixed OpenMAX API function names is to be renamed */
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/ |
armOMX.h | 26 * e.g. omxIPBM_Copy_U8_C1R could be renamed omxIPBM_Copy_U8_C1R_CortexA8 59 /* Define what the each bare, un-suffixed OpenMAX API function names is to be renamed */
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/ |
armOMX.h | 26 * e.g. omxIPBM_Copy_U8_C1R could be renamed omxIPBM_Copy_U8_C1R_CortexA8 59 /* Define what the each bare, un-suffixed OpenMAX API function names is to be renamed */
|
/dalvik/dx/src/com/android/dx/ssa/ |
SsaRenamer.java | 97 * @param ssaMeth {@code non-null;} un-renamed SSA method that will 98 * be renamed. 148 * @param ssaMeth {@code non-null;} un-renamed SSA method that will 149 * be renamed. 472 * Phi insns have their result registers renamed. 584 * renamed to a new SSA register which is then added to the current
|
package-info.java | 97 * SsaRenamer renamed} such that each assignment is given a unique register
|
/external/chromium_org/chrome/browser/profiles/ |
profile_shortcut_manager_unittest_win.cc | 371 // profile's shortcut got renamed and badged. 505 // Ensure that a new shortcut does not get made if the old one was renamed. 512 // Delete the renamed shortcut and try to create it again, which should work. 571 // The original shortcut should be renamed but the copied shortcut should 612 // Add another profile and check that one shortcut was renamed and that the [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/ |
NEWS | 5 The `google-perftools` project has been renamed to `gperftools`. I 12 I have both renamed the project (the Google Code site renamed a few 19 I've renamed the `google/` include-directory to be `gperftools/` 65 The `google-perftools` Google Code page has been renamed to 66 `gperftools`, in preparation for the project being renamed to
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
SsaRenamer.java | 98 * @param ssaMeth {@code non-null;} un-renamed SSA method that will 99 * be renamed. 149 * @param ssaMeth {@code non-null;} un-renamed SSA method that will 150 * be renamed. 473 * Phi insns have their result registers renamed. 585 * renamed to a new SSA register which is then added to the current
|
/external/llvm/lib/MC/ |
ELFObjectWriter.cpp | 48 bool Used, bool Renamed); 503 // versions declared with @@@ to be renamed. 644 const MCSymbol *Renamed = Renames.lookup(&Symbol); 648 if (Renamed) 649 return Renamed; 654 if (Renamed) 655 return Renamed; 667 if (Renamed) 668 return Renamed; 680 if (Renamed) [all...] |
/external/llvm/lib/CodeGen/ |
AggressiveAntiDepBreaker.cpp | 204 // If Reg is current live, then mark that it can't be renamed as 469 // that all registers are renamed as a group. 535 // AntiDepReg. These all need to be renamed together if we are to 630 // of NewSuperReg and make sure it is free to be renamed. 644 // Check if Reg can be renamed to NewReg. 673 // Record that 'Reg' can be renamed to 'NewReg'. 678 // renamed, as recorded in RenameMap. [all...] |
/external/proguard/docs/manual/ |
refcard.html | 208 that have been renamed, to the standard output or to the given file.</td> 259 <td>Repackage all packages that are renamed into the single given parent 266 <td>Repackage all class files that are renamed into the single given 379 <td>From being removed or renamed</td> 380 <td>From being renamed</td>
|
usage.html | 426 class members that have been renamed. The mapping is printed to the 565 <dd>Specifies to repackage all packages that are renamed, by moving them into 575 <dd>Specifies to repackage all class files that are renamed, by moving them [all...] |
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/ |
refcard.html | 224 that have been renamed, to the standard output or to the given file.</td> 275 <td>Repackage all packages that are renamed into the single given parent 282 <td>Repackage all class files that are renamed into the single given 400 <td>From being removed or renamed</td> 401 <td>From being renamed</td>
|
/external/chromium_org/chrome/browser/undo/ |
bookmark_undo_service_test.cc | 227 model->SetTitle(f1, ASCIIToUTF16("Renamed")); 235 EXPECT_EQ(node->GetTitle(), ASCIIToUTF16("Renamed")); 262 EXPECT_EQ(node->GetTitle(), ASCIIToUTF16("Renamed"));
|
/external/chromium_org/third_party/npapi/npspy/extern/plugin/ |
npruntime.h | 52 * Renamed functions implemented by user agent to NPN_*. Removed _ from 54 * Renamed "JavaScript" types to "Script". 58 * Remove NP_IsValidIdentifier, renamed NP_IdentifierFromUTF8 to NP_GetIdentifier
|
/external/chromium_org/third_party/sqlite/src/src/ |
alter.c | 89 ** of any foreign key constraints that use the table being renamed as the 93 ** 2) The old name of the table being renamed, and 94 ** 3) The new name of the table being renamed. 400 Table *pTab; /* Table being renamed */ 437 ** that the table is being renamed to. 506 ** for which the renamed table is the parent table. */
|
/external/javassist/ |
Readme.html | 427 <li>getEnclosingClass() in javassist.CtClass was renamed 439 <li>javassist.tool package was renamed to javassist.tools. 499 have been renamed a bit. 585 <li>javassist.FieldInitializer was renamed into 639 deleted. Instead, Codebase was renamed to ClassPath 671 <li>javassist.Loader.recordClass() was renamed into makeClass().
|
/external/chromium_org/content/browser/download/ |
base_file_win.cc | 196 // The source is a root directory, which cannot be moved or renamed. 229 // Destination is a root directory and cannot be renamed.
|
/external/mdnsresponder/mDNSPosix/ |
ProxyResponder.c | 125 printf("Name Conflict! %s renamed as %s\n", buffer1, buffer2); 203 printf("Name Conflict! %s renamed as %s\n", buffer1, buffer2);
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowCursorAdapter.java | 142 // renamed from Android source so as not to conflict with RobolectricWiringTest 406 // renamed from Android source so as not to conflict with RobolectricWiringTest
|
/hardware/ti/omap3/dspbridge/inc/ |
cfg.h | 45 *! 13-Jan-2000 rr: CFG_Get/SetPrivateDword renamed to CFG_Get/SetDevObject. 59 *! 29-May-1996 gp: Moved DEV_HDEVNODE to here and renamed CFG_HDEVNODE.
|