HomeSort by relevance Sort by last modified time
    Searched full:adding (Results 1 - 25 of 7068) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ui/resources/
README 1 See src/chrome/app/theme/README for advice on adding new icons.
  /external/chromium_org/third_party/
OWNERS 2 # adding new libraries. Be sure to follow the instructions for adding
4 # http://www.chromium.org/developers/adding-3rd-party-libraries
  /development/samples/
README 0 Adding a new folder in development/samples is not enough to have it
  /external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/panels/chrome-query/
manifest.json 4 "description": "Extends the Developer Tools, adding a sidebar that displays the jQuery data associated with the selected DOM element.",
  /external/clang/test/SemaCXX/
string-plus-char.cpp 7 A(char *p) : str(p + 'a') { } // expected-warning {{adding 'char' to a string pointer does not append to the string}} expected-note {{use array indexing to silence this warning}}
14 A a = s + 'a'; // // expected-warning {{adding 'char' to a string pointer does not append to the string}} expected-note {{use array indexing to silence this warning}}
18 char *str2 = str + 'c'; // expected-warning {{adding 'char' to a string pointer does not append to the string}} expected-note {{use array indexing to silence this warning}}
20 const char *constStr = s + 'c'; // expected-warning {{adding 'char' to a string pointer does not append to the string}} expected-note {{use array indexing to silence this warning}}
22 str = 'c' + str;// expected-warning {{adding 'char' to a string pointer does not append to the string}} expected-note {{use array indexing to silence this warning}}
25 wstr = wstr + L'c'; // expected-warning {{adding 'wchar_t' to a string pointer does not append to the string}} expected-note {{use array indexing to silence this warning}}
26 str2 = str + u'a'; // expected-warning {{adding 'char16_t' to a string pointer does not append to the string}} expected-note {{use array indexing to silence this warning}}
  /external/chromium_org/third_party/icu/source/common/
ucnv_err.c 175 valueString[valueStringLength++] = (UChar) UNICODE_PERCENT_SIGN_CODEPOINT; /* adding % */
176 valueString[valueStringLength++] = (UChar) UNICODE_U_CODEPOINT; /* adding U */
187 valueString[valueStringLength++] = (UChar) UNICODE_RS_CODEPOINT; /* adding \ */
188 valueString[valueStringLength++] = (UChar) UNICODE_U_LOW_CODEPOINT; /* adding u */
194 valueString[valueStringLength++] = (UChar) UNICODE_RS_CODEPOINT; /* adding \ */
197 valueString[valueStringLength++] = (UChar) UNICODE_U_CODEPOINT; /* adding U */
202 valueString[valueStringLength++] = (UChar) UNICODE_U_LOW_CODEPOINT; /* adding u */
209 valueString[valueStringLength++] = (UChar) UNICODE_AMP_CODEPOINT; /* adding & */
210 valueString[valueStringLength++] = (UChar) UNICODE_HASH_CODEPOINT; /* adding # */
217 valueString[valueStringLength++] = (UChar) UNICODE_SEMICOLON_CODEPOINT; /* adding ; */
    [all...]
  /external/icu/icu4c/source/common/
ucnv_err.c 175 valueString[valueStringLength++] = (UChar) UNICODE_PERCENT_SIGN_CODEPOINT; /* adding % */
176 valueString[valueStringLength++] = (UChar) UNICODE_U_CODEPOINT; /* adding U */
187 valueString[valueStringLength++] = (UChar) UNICODE_RS_CODEPOINT; /* adding \ */
188 valueString[valueStringLength++] = (UChar) UNICODE_U_LOW_CODEPOINT; /* adding u */
194 valueString[valueStringLength++] = (UChar) UNICODE_RS_CODEPOINT; /* adding \ */
197 valueString[valueStringLength++] = (UChar) UNICODE_U_CODEPOINT; /* adding U */
202 valueString[valueStringLength++] = (UChar) UNICODE_U_LOW_CODEPOINT; /* adding u */
209 valueString[valueStringLength++] = (UChar) UNICODE_AMP_CODEPOINT; /* adding & */
210 valueString[valueStringLength++] = (UChar) UNICODE_HASH_CODEPOINT; /* adding # */
217 valueString[valueStringLength++] = (UChar) UNICODE_SEMICOLON_CODEPOINT; /* adding ; */
    [all...]
  /external/clang/test/Sema/
string-plus-char.c 5 char *str2 = str + 'c'; // expected-warning {{adding 'char' to a string pointer does not append to the string}} expected-note {{use array indexing to silence this warning}}
7 const char *constStr = s + 'c'; // expected-warning {{adding 'char' to a string pointer does not append to the string}} expected-note {{use array indexing to silence this warning}}
9 str = 'c' + str;// expected-warning {{adding 'char' to a string pointer does not append to the string}} expected-note {{use array indexing to silence this warning}}
  /external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/audits/broken-links/
manifest.json 4 "description": "Extends the Developer Tools, adding an audit category that finds broken links on the inspected page.",
  /external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/network/chrome-firephp/
manifest.json 5 "description": "Extends the Developer Tools, adding support for parsing FirePHP messages from server",
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/downloads_overwrite/
manifest.json 3 "description": "All downloads overwrite existing files instead of adding ' (1)', ' (2)', etc.",
  /external/chromium_org/third_party/WebKit/PerformanceTests/Parser/
iframe-append-remove.html 8 description: "This benchmark tests adding/removing an iframe from the DOM",
  /external/chromium_org/third_party/libjingle/source/talk/build/
OWNERS 2 # These are for the common case of adding or renaming files. If you're doing
  /external/chromium_org/third_party/webrtc/
OWNERS 3 # These are for the common case of adding or renaming files. If you're doing
  /external/chromium_org/third_party/webrtc/build/
OWNERS 6 # These are for the common case of adding or renaming files. If you're doing
  /external/chromium_org/third_party/webrtc/modules/
OWNERS 3 # These are for the common case of adding or renaming files. If you're doing
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/cng/
OWNERS 2 # These are for the common case of adding or renaming files. If you're doing
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g711/
OWNERS 2 # These are for the common case of adding or renaming files. If you're doing
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/
OWNERS 2 # These are for the common case of adding or renaming files. If you're doing
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
OWNERS 2 # These are for the common case of adding or renaming files. If you're doing
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/
OWNERS 2 # These are for the common case of adding or renaming files. If you're doing
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
OWNERS 2 # These are for the common case of adding or renaming files. If you're doing
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
OWNERS 2 # These are for the common case of adding or renaming files. If you're doing
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/opus/
OWNERS 2 # These are for the common case of adding or renaming files. If you're doing
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/pcm16b/
OWNERS 2 # These are for the common case of adding or renaming files. If you're doing

Completed in 646 milliseconds

1 2 3 4 5 6 7 8 91011>>