/packages/apps/Email/res/layout/ |
account_settings_edit_quick_responses_fragment.xml | 45 android:id="@+id/create_new"
|
/external/webkit/Source/WebCore/platform/win/ |
FileSystemWin.cpp | 225 // use CREATE_NEW to avoid overwriting an existing file with the same name 226 handle = CreateFileA(proposedPath, GENERIC_READ | GENERIC_WRITE, 0, 0, CREATE_NEW, FILE_ATTRIBUTE_NORMAL, 0);
|
/external/webkit/Source/WebCore/platform/wince/ |
FileSystemWinCE.cpp | 221 // use CREATE_NEW to avoid overwriting an existing file with the same name 222 handle = CreateFile(proposedPath.charactersWithNullTermination(), GENERIC_READ | GENERIC_WRITE, 0, 0, CREATE_NEW, FILE_ATTRIBUTE_NORMAL, 0);
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSettingsEditQuickResponsesFragment.java | 268 UiUtilities.getView(view, R.id.create_new).setOnClickListener(this); 284 if (v.getId() == R.id.create_new) {
|
/cts/tools/dasm/src/java_cup/ |
non_terminal.java | 102 static non_terminal create_new(String prefix) throws internal_error method in class:non_terminal 111 static non_terminal create_new() throws internal_error method in class:non_terminal 113 return create_new(null);
|
production.java | 592 new_nt = non_terminal.create_new();
|
/external/chromium/base/ |
platform_file_win.cc | 26 disposition = CREATE_NEW;
|
file_util_win.cc | 221 CREATE_NEW, [all...] |
/external/qemu/android/utils/ |
mapfile.c | 62 win32_disposition = CREATE_NEW;
|
/ndk/sources/host-tools/ndk-stack/elff/ |
mapfile.c | 62 win32_disposition = CREATE_NEW;
|
/external/chromium/chrome/browser/chromeos/login/ |
parallel_authenticator.cc | 302 case CREATE_NEW: 486 return CREATE_NEW; 524 return CREATE_NEW;
|
parallel_authenticator.h | 64 CREATE_NEW, // Need to create cryptohome for a new user.
|
parallel_authenticator_unittest.cc | 467 ParallelAuthenticator::CREATE_NEW));
|
/external/chromium/third_party/libjingle/source/talk/base/ |
win32filesystem.cc | 184 CREATE_NEW,
|
/external/llvm/lib/Support/Windows/ |
Path.inc | 676 HANDLE h = CreateFile(path.c_str(), GENERIC_WRITE, 0, NULL, CREATE_NEW, 906 HANDLE h = CreateFile(path.c_str(), GENERIC_WRITE, 0, NULL, CREATE_NEW,
|
PathV2.inc | 608 CREATE_NEW, [all...] |
/cts/tools/dasm/etc/ |
java_cup.jar | |
java_cup.jar.old | |
java_cup-new.jar | |
/frameworks/base/docs/html/guide/topics/ui/ |
menus.jd | 196 <item android:id="@+id/create_new" 197 android:title="@string/create_new" /> [all...] |
/ndk/sources/host-tools/make-3.81/ |
job.c | 278 CREATE_NEW, /* creation disposition */ [all...] |