/external/lldb/test/pexpect-2.4/examples/ |
cgishell.cgi | 413 // hack to set quote key to show both single quote and double quote 414 document.form['quote'].value = "'" + ' "'; 681 <input type="button" id="quote" value="'" onclick="type_key('\\x27\\x22')" />
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
networkconfig.cpp | 427 const char *value, bool quote) 432 id, field, quote ? "\"" : "", value, quote ? "\"" : "");
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
gnulib.mk | 468 ## begin gnulib module quote 471 EXTRA_DIST += quote.c quote.h 473 EXTRA_libsed_a_SOURCES += quote.c 475 ## end gnulib module quote [all...] |
/external/chromium_org/third_party/cython/src/Cython/Tempita/ |
_tempita.py | 36 from urllib import quote as url_quote 38 from urllib.parse import quote as url_quote 495 quote = False 497 quote = True 499 if quote: [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
dtptngen.cpp | 573 ignoreChars = !ignoreChars; // toggle (handle quoted literals & '' for single quote) [all...] |
/external/icu/icu4c/source/i18n/ |
dtptngen.cpp | 574 ignoreChars = !ignoreChars; // toggle (handle quoted literals & '' for single quote) [all...] |
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/ |
httpcore-4.1.jar | |
/external/robolectric/lib/main/ |
httpcore-4.0.1.jar | |
/external/smack/asmack-master/lib/ |
httpcore-4.1.4.jar | |
/prebuilts/devtools/tools/lib/ |
httpcore-4.1.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar | |
/prebuilts/tools/common/http-client/ |
httpcore-4.1.jar | |
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/ |
httpcore-4.1.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar | |
/device/generic/goldfish/qemud/ |
qemud.c | 563 quote( const void* data, int len ) function 1079 funcname, p->len, quote(p->data, p->len)); 1253 p->len, quote(p->data, p->len)); [all...] |
/bionic/libc/kernel/tools/ |
cpp.py | 335 quote = 0 342 if not quote: 346 quote = 1 348 quote = 0 [all...] |
/external/bison/lib/ |
quotearg.c | 1 /* quotearg.c - quote arguments for output 30 #include "quote.h" 63 /* Quote the characters indicated by this bit vector even if the 67 /* The left quote for custom_quoting_style. */ 70 /* The right quote for custom_quoting_style. */ 135 0 (the default) and 1 (which means to quote the character even if 304 will quote 'like this', and clocale_quoting_style will 305 quote "like this". You should always include translations 724 /* Preallocate a slot 0 buffer, so that the caller can always quote 932 /* The quoting option used by the functions of quote.h. * 960 quote (char const *arg) function [all...] |
/external/chromium_org/build/android/gyp/util/ |
build_utils.py | 129 ' '.join(map(pipes.quote, self.args)))
|
/external/chromium_org/third_party/sqlite/src/tool/ |
spaceanal.tcl | 155 # Quote a string for use in an SQL query. Examples: 157 # [quote {hello world}] == {'hello world'} 158 # [quote {hello world's}] == {'hello world''s'} 160 proc quote {txt} { 614 if {$v=="" || ![string is double $v]} {set v [quote $v]}
|
/external/chromium_org/third_party/webrtc/base/ |
httpcommon.h | 181 std::string quote(const std::string& str);
|
/external/qemu/telephony/ |
android_modem.c | 89 static const char* quote( const char* line ) function [all...] |
/libcore/json/src/main/java/org/json/ |
JSONObject.java | 759 public static String quote(String data) { method in class:JSONObject
|
/packages/apps/Mms/src/com/android/mms/ui/ |
SearchActivity.java | 181 String patternString = "\\b" + Pattern.quote(target);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/ |
ProjectSetupBuilder.java | 317 return ":" + relativeString.replaceAll(Pattern.quote(File.separator), ":"); //$NON-NLS-1$
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
SdkSelectionPage.java | 364 name = path.replaceAll(Pattern.quote(File.separator), " > "); //$NON-NLS-1$
|