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

<<111213141516

  /external/blktrace/btt/doc/
btt.tex     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
key_util.js 323 return 'Single quote';
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
abstract_tts.js 480 '"': 'quote',
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
make.py 630 def QuoteSpaces(s, quote=r'\ '):
631 return s.replace(' ', quote)
    [all...]
  /external/chromium_org/v8/test/mjsunit/
json.js 188 TestInvalid("'single quote'"); // Valid JavaScript
372 // Following the ES5 specification of the abstraction function Quote.
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
Makefile 254 LIB_H += util/quote.h
318 LIB_OBJS += $(OUTPUT)util/quote.o
  /build/tools/signapk/
SignApk.java 155 Pattern.quote(JarFile.MANIFEST_NAME) + ")$");
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 86 return urllib.quote(s, safe='~')
  /external/chromium_org/remoting/host/linux/
linux_me2me_host.py 568 return ["/bin/sh", "-c", pipes.quote(startup_file)]
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
html.css 119 content: open-quote;
123 content: close-quote;
  /external/chromium_org/third_party/sqlite/src/src/
shell.c 434 #define MODE_Csv 7 /* Quote strings, numbers are plain */
840 ** the name of the table given. Escape any quote characters in the
881 ** If the third argument, quote, is not '\0', then it is used as a
882 ** quote character for zAppend.
884 static char *appendText(char *zIn, char const *zAppend, char quote){
891 if( quote ){
894 if( zAppend[i]==quote ) len++;
903 if( quote ){
905 *zCsr++ = quote;
908 if( zAppend[i]==quote ) *zCsr++ = quote
    [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
Test.java 63 return "{" + JSONObject.quote(this.aString) + ":" +
  /external/owasp/sanitizer/tools/findbugs/lib/
yjp-controller-api-redist.jar 
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java 479 String replaceStr = Pattern.quote(mProfile.getUserName() + "@");
    [all...]
  /libcore/json/src/test/java/org/json/
JSONObjectTest.java 934 assertEquals("\"\"", JSONObject.quote(null));
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib2.py 112 from urllib import (unwrap, unquote, splittype, splithost, quote, namespace
867 scheme, quote, realm = mo.groups()
868 if quote not in ['"', "'"]:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib2.py 112 from urllib import (unwrap, unquote, splittype, splithost, quote, namespace
867 scheme, quote, realm = mo.groups()
868 if quote not in ['"', "'"]:
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 81 * quote.
83 * opening quote, where the opening quote is a single quote, and the replacement items use
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h 228 #define __TEXT(quote) L##quote
239 #define __TEXT(quote) quote
242 #define TEXT(quote) __TEXT(quote)
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxKbExplorerScript.js 43 if(189==a)return"Dash";if(190==a)return"Period";if(191==a)return"Forward slash";if(192==a)return"Grave accent";if(219==a)return"Open bracket";if(220==a)return"Back slash";if(221==a)return"Close bracket";if(222==a)return"Single quote";if(115==a)return"Toggle full screen";if(48<=a&&90>=a)return String.fromCharCode(a)};cvox.KeyUtil.getStickyKeyCode=function(){var a=45;if(cvox.ChromeVox.isChromeOS||cvox.ChromeVox.isMac)a=91;return a};
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/i18n/
messageformat.js 422 // First replace '' with single quote placeholder since they can be found
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-utils-3.0.17.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/2.0.5/
plexus-utils-2.0.5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0/
plexus-utils-3.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 

Completed in 1544 milliseconds

<<111213141516