Searched refs:prefixed (Results 1 – 25 of 157) sorted by relevance
1234567
/external/icu4c/data/rbnf/ |
D | lv.txt | 20 "%%spellout-prefixed:", 46 "11: >%%spellout-prefixed>padsmit;", 47 "20: <%%spellout-prefixed<desmit[ >>];", 49 "200: <%%spellout-prefixed<simt[ >>];", 51 "2000: <%%spellout-prefixed<t\u016Bksto\u0161[ >>];", 76 "20: <%%spellout-prefixed<desmit[ >>];", 78 "200: <%%spellout-prefixed<simt[ >>];", 80 "2000: <%%spellout-prefixed<t\u016Bksto\u0161[ >>];",
|
/external/chromium_org/third_party/icu/source/data/rbnf/ |
D | lv.txt | 20 "%%spellout-prefixed:", 46 "11: >%%spellout-prefixed>padsmit;", 47 "20: <%%spellout-prefixed<desmit[ >>];", 49 "200: <%%spellout-prefixed<simt[ >>];", 51 "2000: <%%spellout-prefixed< t\u016Bksto\u0161[ >>];", 76 "20: <%%spellout-prefixed<desmit[ >>];", 78 "200: <%%spellout-prefixed<simt[ >>];", 80 "2000: <%%spellout-prefixed< t\u016Bksto\u0161[ >>];",
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
D | chroot_file_system.py | 32 prefixed = posixpath.join(self._root, path) 33 prefixed_paths[prefixed] = path 34 return prefixed
|
/external/clang/test/FixIt/ |
D | 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 '@'}}
|
D | fixit-objc.m | 30 NSString *a = "Foo"; // expected-warning {{string literal must be prefixed by '@'}} 32 g("Foo"); // expected-warning {{string literal must be prefixed by '@'}} 35 [t test:"Foo"]; // expected-warning {{string literal must be prefixed by '@'}} 36 t.property = "Foo"; // expected-warning {{string literal must be prefixed by '@'}}
|
/external/valgrind/main/exp-bbv/tests/amd64-linux/ |
D | rep_prefix.S | 2 # rep, repe (repz) and repne (repnz) prefixed string instructions
|
/external/llvm/cmake/modules/ |
D | LLVMParseArguments.cmake | 13 # name, prefixed with prefix_. So, for example, if prefix is MY_MACRO and 19 #name, prefixed with prefix_. Each variable will be filled with the arguments
|
/external/clang/test/SemaObjC/ |
D | objc-array-literal.m | 37 …NSArray *array1 = @["Forgot"]; // expected-error {{string literal must be prefixed by '@' in a col…
|
/external/grub/ |
D | acinclude.m4 | 156 dnl not prefixed with `*', while later versions warn if not prefixed. 160 [whether an absolute indirect call/jump must not be prefixed with an asterisk]) 178 …LUTE_WITHOUT_ASTERISK, 1, [Define if an absolute indirect call/jump must NOT be prefixed with `*'])
|
D | config.h.in | 3 /* Define if an absolute indirect call/jump must NOT be prefixed with `*' */
|
/external/smack/asmack-master/patch/beem/ |
D | 50-improved-pubsub.patch | 16 * For example, OpenFire requires the server to be prefixed by <b>pubsub</b>
|
/external/chromium_org/chrome/common/extensions/docs/templates/json/ |
D | content_providers.json | 29 // prefixed by the chromium directory (docs/examples).
|
/external/iptables/extensions/ |
D | libxt_LED.man | 9 will be prefixed with "netfilter-".
|
/external/bison/m4/ |
D | asm-underscore.m4 | 22 [whether C symbols are prefixed with underscore at the linker level],
|
/external/chromium_org/net/third_party/nss/patches/ |
D | alpn.patch | 159 + /* Each protocol string is prefixed with a single byte length. */ 216 * length-prefixed). For example: "\010http/1.1\006spdy/2". */
|
/external/chromium_org/build/ |
D | protoc_java.gypi | 28 # the proto. All the values must be prefixed with >(java_out_dir), since that
|
/external/e2fsprogs/lib/ss/ |
D | ct_c.sed | 54 # Dispatch based on the keyword.... illegal keywords are prefixed by ERROR:
|
/external/eigen/doc/ |
D | A10_Eigen2SupportModes.dox | 60 There is also one more eigen2_-prefixed identifier that you should know about, even though its use … 68 The eigen2_-prefixed identifiers are still available, but at this stage you should now replace them…
|
/external/clang/docs/ |
D | ObjectiveCLiterals.rst | 33 In Objective-C, any character, numeric or boolean literal prefixed with 144 boxed literals (this avoids conflicts with future ``'@'``-prefixed 192 A C string literal prefixed by the ``'@'`` token denotes an ``NSString`` 193 literal in the same way a numeric literal prefixed by the ``'@'`` token
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/ |
D | cv8.txt | 42 rather than length-prefixed strings
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | trace2.test | 18 # 1. Each line of the statement is prefixed with "-- " to turn it into
|
/external/openssl/patches/ |
D | alpn.patch | 268 + * length-prefixed strings). 288 + * length-prefixed strings). 422 + * length-prefixed strings. */
|
/external/qemu/distrib/sdl-1.2.15/acinclude/ |
D | ltdl.m4 | 63 # AC_CONFIG_SUBDIRS is not called here. LIBLTDL will be prefixed with 65 # and LTDLINCL will be prefixed with '${top_srcdir}/' (note the single 119 # is not found, LIBLTDL will be prefixed with '${top_build_prefix}' if 121 # prefixed with '${top_srcdir}/' (note the single quotes!). If your
|
/external/valgrind/main/exp-bbv/tests/x86/ |
D | rep_prefix.S | 2 # rep, repe (repz) and repne (repnz) prefixed string instructions
|
/external/libusb/ |
D | PORTING | 49 libusb functions, prefixed with "usbi_". Documentation for these functions
|
1234567