HomeSort by relevance Sort by last modified time
    Searched full:comma (Results 176 - 200 of 664) sorted by null

1 2 3 4 5 6 78 91011>>

  /build/core/
product_config.mk 235 comma := , macro
237 $(subst $(space),$(comma),$(strip $(PRODUCT_AAPT_CONFIG)))
cleanbuild.mk 121 locale_list := $(subst $(space),$(comma),$(strip $(PRODUCT_LOCALES)))
  /external/apache-http/src/org/apache/http/message/
BasicTokenIterator.java 283 * RFC 2616, section 2.1 explicitly requires a comma between
344 * RFC 2616, section 2.1 defines comma as the separator for
  /external/tcpdump/
util.c 300 * this is useful for parsing bitfields, the output strings are comma seperated
330 /* yep, set the the trailing zero 2 bytes before to eliminate the last comma & whitespace */
  /external/v8/src/
fast-codegen.cc 365 case Token::COMMA:
366 BAILOUT("BinaryOperation COMMA");
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/
descrip.mms 47 ALLOCA = ,[]alloca.obj # note leading comma
103 VMSOBJS = ,vms-code.obj # note leading comma
  /external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/
standalone.py 203 # trailing comma.
346 'Comma-separated. (e.g -x /cgi,/htbin) '
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/man/man1/
arm-eabi-c++filt.1 189 will not work. (Note the extra comma at the end of the mangled
197 trailing comma. This behaviour is because when the names are read
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/man/man1/
arm-eabi-c++filt.1 189 will not work. (Note the extra comma at the end of the mangled
197 trailing comma. This behaviour is because when the names are read
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/man/man1/
arm-eabi-c++filt.1 189 will not work. (Note the extra comma at the end of the mangled
197 trailing comma. This behaviour is because when the names are read
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/man/man1/
arm-eabi-c++filt.1 189 will not work. (Note the extra comma at the end of the mangled
197 trailing comma. This behaviour is because when the names are read
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/man/man1/
arm-eabi-c++filt.1 189 will not work. (Note the extra comma at the end of the mangled
197 trailing comma. This behaviour is because when the names are read
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/man/man1/
arm-eabi-c++filt.1 189 will not work. (Note the extra comma at the end of the mangled
197 trailing comma. This behaviour is because when the names are read
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/man/man1/
i686-unknown-linux-gnu-c++filt.1 189 will not work. (Note the extra comma at the end of the mangled
197 trailing comma. This behaviour is because when the names are read
  /dalvik/libcore/luni/src/main/java/java/util/
BitSet.java 817 * @return a comma delimited list of the indices of all bits that are set.
824 boolean comma = false;
832 if (comma) {
836 comma = true;
  /external/apache-http/src/org/apache/http/impl/cookie/
NetscapeDraftSpec.java 108 * whether multiple cookies may be sent in one header. Hence, comma
  /external/dbus/tools/
dbus-launch.1 119 address variable contains a comma-separated list of addresses to try.)
  /external/proguard/src/proguard/
ConfigurationParser.java 438 // Not a comma. Stop parsing the keep modifiers.
    [all...]
  /external/v8/tools/
presubmit.py 83 whitespace/comma
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Array/
15.4.4.3-1.js 26 these strings are then concatenated, separated by comma
  /external/webkit/WebCore/manual-tests/
css3-cursor-fallback-quirks.html 24 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1 1 text;'></div></td> <!-- CSS3 hot spot - invalid, should have comma after hotspot coords -->
css3-cursor-fallback-strict.html 26 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1 1 text;'></div></td> <!-- CSS3 hot spot - invalid, should have comma after hotspot coords -->
  /external/webkit/WebCore/platform/network/
HTTPParsers.cpp 163 // the multiple values separated by commas. For now, this code ignores text after the first comma,
  /external/webkit/WebKit/android/nav/
CacheBuilder.h 264 void comma(const char* str);
  /external/webkit/WebKitTools/pywebsocket/example/
echo_client.py 175 help=('comma-separated messages to send excluding "%s" '

Completed in 226 milliseconds

1 2 3 4 5 6 78 91011>>