/external/chromium/chrome/browser/renderer_host/ |
gtk_key_bindings_handler.h | 113 // Handler of "toggle-overwrite" signal.
|
/external/chromium/chrome/common/extensions/ |
extension_set_unittest.cc | 71 // Since extension2 has same ID, it should overwrite extension1.
|
/external/chromium/chrome/common/net/ |
test_url_fetcher_factory.cc | 127 // Overwrite existing URL if it already exists.
|
/external/chromium/net/disk_cache/ |
block_files.h | 60 // Set force to true to overwrite the file if it exists.
|
/external/chromium/third_party/libjingle/source/talk/base/ |
httpcommon.h | 313 bool overwrite = true) { 314 changeHeader(name, value, overwrite ? HC_REPLACE : HC_NEW); 359 bool overwrite = true) { 360 setHeader(ToString(header), value, overwrite); local
|
/external/clang/lib/Analysis/ |
CFGStmtMap.cpp | 72 // because it is a block-level expression in another block, overwrite
|
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/ |
CstInteger.java | 61 * of guarantee about ==, and it's okay to overwrite existing
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/ |
feedManipulation.xml | 27 <!-- 2. Create feed (overwrite existing) -->
|
/external/kernel-headers/original/linux/ |
compiler.h | 49 /* Intel compiler defines __GNUC__. So we will overwrite implementations
|
/external/llvm/utils/FileUpdate/ |
FileUpdate.cpp | 68 // Otherwise, overwrite the output.
|
/external/mksh/src/ |
sh_flags.h | 65 /* -C don't overwrite existing files */
|
/external/mockito/src/org/mockito/internal/handler/ |
MockHandlerImpl.java | 98 // to other self method and overwrite the intended stubbed method
|
/external/openssh/regress/ |
agent.sh | 21 trace "overwrite authorized keys"
|
/external/proguard/src/proguard/optimize/peephole/ |
UnreachableExceptionRemover.java | 150 // Overwrite all empty exceptions.
|
/external/replicaisland/src/com/replica/replicaisland/ |
FadeDrawableComponent.java | 148 /** If set to something non-null, this component will overwrite the drawable on the target render component. **/
|
/external/skia/legacy/src/core/ |
SkBitmapProcState.h | 72 /** Platforms implement this, and can optionally overwrite only the
|
/external/v8/src/ |
circular-queue.h | 43 // possible that it can catch up and overwrite a chunk that a consumer
|
/external/webkit/Source/JavaScriptCore/runtime/ |
PropertySlot.h | 208 // (For other data members, we don't need to clear anything because reuse would meaningfully overwrite them.)
|
/external/webkit/Source/JavaScriptCore/wtf/ |
StaticConstructors.h | 33 // routine that uses placement new to create the objects and overwrite the
|
/external/webkit/Source/WebCore/inspector/ |
InspectorCSSAgent.h | 71 void setPropertyText(ErrorString*, const RefPtr<InspectorObject>& styleId, int propertyIndex, const String& text, bool overwrite, RefPtr<InspectorObject>* result);
|
/external/webkit/Source/WebCore/inspector/front-end/ |
ConsolePanel.js | 55 // Update styles, and give console-messages a top margin so it doesn't overwrite the scope bar.
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
PlatformImage.cpp | 80 // completely overwrite its contents with the image below.
|
/external/wpa_supplicant_8/src/utils/ |
os_none.c | 81 int os_setenv(const char *name, const char *value, int overwrite)
|
os_win32.c | 169 int os_setenv(const char *name, const char *value, int overwrite)
|
/frameworks/base/docs/html/tools/help/ |
zipalign.jd | 61 <li>{@code -f} : overwrite existing outfile.zip</li>
|