HomeSort by relevance Sort by last modified time
    Searched refs:quote (Results 201 - 225 of 391) sorted by null

1 2 3 4 5 6 7 891011>>

  /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/icu/source/i18n/
dtptngen.cpp 563 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 
json-20090211.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/third_party/libjingle/source/talk/base/
httpcommon.h 198 std::string quote(const std::string& str);
  /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$
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/UglifyJS/
parse-js.js 403 var quote = next(), ret = "";
407 else if (ch == quote) break;
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_signed_rgba.spec 82 ARB_texture_compression_rgtc (quote):
126 ARB_texture_compression_rgtc (quote):
  /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} { procedure
614 if {$v=="" || ![string is double $v]} {set v [quote $v]}

Completed in 1011 milliseconds

1 2 3 4 5 6 7 891011>>