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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/FixIt/
fixit-objc-arc.m 20 NSString *a = "Foo"; // expected-error {{string literal must be prefixed by '@'}}
21 g("Foo"); // expected-error {{string literal must be prefixed by '@'}}
22 [t test:"Foo"]; // expected-error {{string literal must be prefixed by '@'}}
23 t.property = "Foo"; // expected-error {{string literal must be prefixed by '@'}}
fixit-objc.m 30 NSString *a = "Foo"; // expected-error {{string literal must be prefixed by '@'}}
31 id b = "Foo"; // expected-error {{string literal must be prefixed by '@'}}
32 g("Foo"); // expected-error {{string literal must be prefixed by '@'}}
33 h("Foo"); // expected-error {{string literal must be prefixed by '@'}}
34 h(("Foo")); // expected-error {{string literal must be prefixed by '@'}}
35 [t test:"Foo"]; // expected-error {{string literal must be prefixed by '@'}}
36 t.property = "Foo"; // expected-error {{string literal must be prefixed by '@'}}
objc-literals.m 40 17, // expected-error{{numeric literal must be prefixed by '@' in a collection}}
41 'a', // expected-error{{character literal must be prefixed by '@'}}
42 "blah" // expected-error{{string literal must be prefixed by '@'}}
  /external/chromium_org/native_client_sdk/src/examples/tutorial/using_ppapi_simple/
example.js 12 // - messages from /dev/tty (prefixed with PS_TTY_PREFIX)
13 // - exit message (prefixed with PS_EXIT_MESSAGE)
  /external/chromium_org/third_party/leveldatabase/src/db/
filename.h 31 // in the db named by "dbname". The result will be prefixed with
36 // in the db named by "dbname". The result will be prefixed with
41 // in the db named by "dbname". The result will be prefixed with
47 // prefixed with "dbname".
52 // of the current manifest file. The result will be prefixed with
57 // "dbname". The result will be prefixed with "dbname".
61 // The result will be prefixed with "dbname".
  /external/chromium_org/chrome/common/extensions/docs/server2/
chroot_file_system.py 32 prefixed = posixpath.join(self._root, path)
33 prefixed_paths[prefixed] = path
34 return prefixed
  /external/chromium_org/content/renderer/media/crypto/
key_systems.h 16 // Prefixed EME API only supports prefixed (webkit-) key system name for
18 // supported. The following two functions help convert between prefixed and
24 // Gets the prefixed key system name for |key_system|.
  /external/clang/test/Preprocessor/
extension-warning.c 14 // prefixed with "__".
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/logging/
Logger.java 27 * class name as a prefix to each log output. If you do not want the class name to be prefixed to
34 * Use this method if you want your class name to be prefixed to each log output.
41 * Use this factory method if you DO NOT want your class name to be prefixed into the log
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationHelpers.h 26 // Doesn't handle prefixed properties.
  /system/core/include/utils/
Printer.h 67 // - Each line will be prefixed with 'indent' number of blank spaces.
68 // - In addition, each line will be prefixed with the 'prefix' string.
91 // - In addition, each line will be prefixed with the 'prefix' string.
109 // Print the line (prefixed with prefix) using the printer.
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
DecimalToRoman.java 37 * @param preValue Value of last prefixed number within
57 /** Value of last prefixed number within that same range */
  /external/chromium_org/tools/relocation_packer/src/
packer.h 9 // of delta-count pairs, prefixed with a two-word header comprising the
13 // Once packed, data is prefixed by an identifier that allows for any later
  /external/iptables/libipq/
ipq_errstr.3 46 variable (if set). The error message is prefixed with the string
50 is NULL, the error message is prefixed with the string "ERROR".
  /external/chromium_org/chrome/browser/media/
encrypted_media_browsertest.cc 79 // Whether to use prefixed or unprefixed EME.
81 PREFIXED,
153 if (eme_version == PREFIXED)
319 PREFIXED,
349 // - bool: True to use unprefixed EME, otherwise use prefixed EME.
409 if (CurrentEmeVersion() == PREFIXED)
435 Values(PREFIXED)));
451 Values(PREFIXED)));
464 Values(PREFIXED)));
474 Values(PREFIXED)));
    [all...]
  /external/chromium-trace/trace-viewer/src/base/
settings.js 29 * @param {string=} opt_namespace If set, the setting name will be prefixed
55 * @param {string=} opt_namespace If set, the setting name will be prefixed
97 * All settings are prefixed with a global namespace to avoid collisions.
  /libcore/luni/src/main/java/org/xml/sax/
Attributes.java 26 * <li>by qualified (prefixed) name.</li>
120 * Look up an attribute's XML qualified (prefixed) name by index.
190 * Look up the index of an attribute by XML qualified (prefixed) name.
192 * @param qName The qualified (prefixed) name.
216 * Look up an attribute's type by XML qualified (prefixed) name.
245 * Look up an attribute's value by XML qualified (prefixed) name.
  /external/chromium_org/net/spdy/fuzzing/
hpack_fuzz_mutator.cc 28 // Reads length-prefixed input blocks, applies a bit-flipping mutation to each
29 // block, and writes length-prefixed blocks to the output file. While blocks
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
PairingUtils.java 59 // <<-- Wifi SSID (length prefixed string)
60 // <<-- IP address (length prefixed string)
61 // <<-- Wifi MAC address (length prefixed string) (add in v4)
69 // -->> Series of enterprise field names and values (length prefixed strings) (added in v9)
108 // <<-- Tungsten's certificate (length prefixed)
132 // (length prefixed string)
139 // (length prefixed string)
146 // (length prefixed string)
  /external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
RandomizedInvalidationClientNameGenerator.java 24 * Generates a random ID prefixed with the string "BadID".
  /external/chromium_org/third_party/mesa/src/docs/
mangling.html 16 This results in all the Mesa functions being prefixed with
  /external/chromium_org/third_party/skia/src/sfnt/
SkSFNTHeader.h 14 //All SK_SFNT_ prefixed types should be considered as big endian.
  /external/mesa3d/docs/
mangling.html 16 This results in all the Mesa functions being prefixed with
  /external/skia/src/sfnt/
SkSFNTHeader.h 14 //All SK_SFNT_ prefixed types should be considered as big endian.
  /external/valgrind/main/none/tests/amd64/
mpx.c 25 // "bnd" prefixed call, return and jmp...

Completed in 411 milliseconds

1 2 3 4 5 6 7 8 91011>>