Home
last modified time | relevance | path

Searched refs:So (Results 1 – 25 of 722) sorted by relevance

12345678910>>...29

/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/
DUnicodeData.txt167 00A6;BROKEN BAR;So;0;ON;;;;;N;BROKEN VERTICAL BAR;;;;
170 00A9;COPYRIGHT SIGN;So;0;ON;;;;;N;;;;;
175 00AE;REGISTERED SIGN;So;0;ON;;;;;N;REGISTERED TRADE MARK SIGN;;;;
177 00B0;DEGREE SIGN;So;0;ET;;;;;N;;;;;
1146 0482;CYRILLIC THOUSANDS SIGN;So;0;L;;;;;N;;;;;
1406 058D;RIGHT-FACING ARMENIAN ETERNITY SIGN;So;0;ON;;;;;N;;;;;
1407 058E;LEFT-FACING ARMENIAN ETERNITY SIGN;So;0;ON;;;;;N;;;;;
1510 060E;ARABIC POETIC VERSE SIGN;So;0;ON;;;;;N;;;;;
1511 060F;ARABIC SIGN MISRA;So;0;ON;;;;;N;;;;;
1717 06DE;ARABIC START OF RUB EL HIZB;So;0;ON;;;;;N;;;;;
[all …]
/external/icu/icu4c/source/data/unidata/
DUnicodeData.txt167 00A6;BROKEN BAR;So;0;ON;;;;;N;BROKEN VERTICAL BAR;;;;
170 00A9;COPYRIGHT SIGN;So;0;ON;;;;;N;;;;;
175 00AE;REGISTERED SIGN;So;0;ON;;;;;N;REGISTERED TRADE MARK SIGN;;;;
177 00B0;DEGREE SIGN;So;0;ET;;;;;N;;;;;
1146 0482;CYRILLIC THOUSANDS SIGN;So;0;L;;;;;N;;;;;
1406 058D;RIGHT-FACING ARMENIAN ETERNITY SIGN;So;0;ON;;;;;N;;;;;
1407 058E;LEFT-FACING ARMENIAN ETERNITY SIGN;So;0;ON;;;;;N;;;;;
1510 060E;ARABIC POETIC VERSE SIGN;So;0;ON;;;;;N;;;;;
1511 060F;ARABIC SIGN MISRA;So;0;ON;;;;;N;;;;;
1717 06DE;ARABIC START OF RUB EL HIZB;So;0;ON;;;;;N;;;;;
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
DUnicodeData.txt167 00A6;BROKEN BAR;So;0;ON;;;;;N;BROKEN VERTICAL BAR;;;;
170 00A9;COPYRIGHT SIGN;So;0;ON;;;;;N;;;;;
175 00AE;REGISTERED SIGN;So;0;ON;;;;;N;REGISTERED TRADE MARK SIGN;;;;
177 00B0;DEGREE SIGN;So;0;ET;;;;;N;;;;;
1146 0482;CYRILLIC THOUSANDS SIGN;So;0;L;;;;;N;;;;;
1406 058D;RIGHT-FACING ARMENIAN ETERNITY SIGN;So;0;ON;;;;;N;;;;;
1407 058E;LEFT-FACING ARMENIAN ETERNITY SIGN;So;0;ON;;;;;N;;;;;
1510 060E;ARABIC POETIC VERSE SIGN;So;0;ON;;;;;N;;;;;
1511 060F;ARABIC SIGN MISRA;So;0;ON;;;;;N;;;;;
1717 06DE;ARABIC START OF RUB EL HIZB;So;0;ON;;;;;N;;;;;
[all …]
/external/dhcpcd-6.8.2/dev/
DMakefile12 DSOBJ= ${DOBJ:.o=.So}
17 .SUFFIXES: .So .so
19 .c.So:
22 .So.so: ${DSOBJ}
28 udev.So:
/external/markdown/MarkdownTest/Tests_2004/
DStrong and em together.text3 So is ***this*** word.
7 So is ___this___ word.
/external/markdown/tests/markdown-test/
Dstrong-and-em-together.txt3 So is ***this*** word.
7 So is ___this___ word.
/external/markdown/MarkdownTest/Tests_2007/
DStrong and em together.text3 So is ***this*** word.
7 So is ___this___ word.
/external/wycheproof/
Dbuild_defs.bzl21 # So, we simply duplicate the test.
48 # So, we simply duplicate the test.
78 # So, we simply duplicate the test.
109 # So, we simply duplicate the test.
/external/fmtlib/doc/_static/
Dbreathe.css4 /* So enum value descriptions are displayed inline to the item */
9 /* So parameter descriptions are displayed inline to the item */
/external/libdrm/freedreno/kgsl/
DREADME6 kernel branches it may or may not work. So YMMV.
19 to reboot. So libdrm_freedreno attempts to hide most of the crazy.
24 So don't look at freedreno as an example of how to write a libdrm
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Kanji_OnRomaji.txt670 咀>So;
818 囎>So;
917 塑>So;
1048 姐>So;
1271 岨>So;
1520 徂>So;
1685 愬>So;
1930 措>So;
2204 曾>So;
2371 梳>So;
[all …]
/external/syslinux/codepage/
DUnicodeData167 00A6;BROKEN BAR;So;0;ON;;;;;N;BROKEN VERTICAL BAR;;;;
168 00A7;SECTION SIGN;So;0;ON;;;;;N;;;;;
170 00A9;COPYRIGHT SIGN;So;0;ON;;;;;N;;;;;
175 00AE;REGISTERED SIGN;So;0;ON;;;;;N;REGISTERED TRADE MARK SIGN;;;;
177 00B0;DEGREE SIGN;So;0;ET;;;;;N;;;;;
183 00B6;PILCROW SIGN;So;0;ON;;;;;N;PARAGRAPH SIGN;;;;
819 2116;NUMERO SIGN;So;0;ON;<compat> 004E 006F;;;;N;NUMERO;;;;
820 2122;TRADE MARK SIGN;So;0;ON;<super> 0054 004D;;;;N;TRADEMARK;;;;
829 2310;REVERSED NOT SIGN;So;0;ON;;;;;N;;;;;
832 2500;BOX DRAWINGS LIGHT HORIZONTAL;So;0;ON;;;;;N;FORMS LIGHT HORIZONTAL;;;;
[all …]
/external/eigen/doc/
DInsideEigenExample.dox28 …am is so simple, that compiling it shouldn't involve anything interesting. So before starting, let…
62 So let us look line by line at our example program, and let's follow Eigen as it compiles it.
77 …te parameters, but the last 3 are automatically determined by the first 3. So you don't need to wo…
126 …tion of Matrix (as we explained above), which is a subclass of MatrixBase. So what is being called…
146 …as Matrix and all the other expression types, is a subclass of MatrixBase. So it is enough to defi…
160 So let's end this digression and come back to the piece of code from our example program that we we…
186 … its scalar type. For example, VectorXf::Scalar is a typedef for \c float. So here, if life was ea…
190 …the compiler would complain that the type Derived hasn't yet been defined. So we use a workaround:…
194 … In this specialization of internal::traits, we define the Scalar typedef. So when we actually def…
230 Here, Base is a typedef for MatrixBase\<Matrix\>. So, what is being called is the operator= of Matr…
[all …]
DFixedSizeVectorizable.dox26 …if its number of rows and its number of columns are fixed at compile-time. So for example Matrix3f…
34 So it turns out that the only way that fixed-size Eigen objects can be vectorized, is if their size…
/external/icu/icu4c/source/data/locales/
Dde.txt525 "So.",
543 "So.",
563 "So",
581 "So.",
1760 "-1"{"letzten So."}
1761 "0"{"diesen So."}
1762 "1"{"nächsten So."}
1766 one{"So. in {0} W."}
1767 other{"So. in {0} W."}
1770 one{"So. vor {0} W."}
[all …]
/external/clang/tools/scan-build-py/
DREADME.md48 does the same job as `scan-build` does. So, you can expect the same output
77 The 1. runs the analyzer right after the real compilation. So, if the build
82 modules which are not exists. So, it's suitable for incremental analysis durring
98 it does not append to it, but overrides it. So builds which are using these
/external/snakeyaml/src/test/resources/pyyaml/
Dspec-02-18.data5 quoted: "So does this
/external/llvm/test/YAMLParser/
Dspec-02-18.test7 quoted: "So does this
/external/iproute2/examples/
DREADME.cbq6 # So, between 00:00 and 19:00 RATE will be 64Kbit.
39 # So, filename looks like:
95 # So, if you want to build bidirectional shaper you must set it up for
/external/autotest/results/
DREADME5 So if you ran job "fancypants" on machine "cruncher", you'd get
/external/jacoco/org.jacoco.core/src/org/jacoco/core/
Djacoco.properties2 #So in Android we've filled in the resulting values below
/external/llvm/test/Verifier/
Dalloc-size-failedparse.ll4 ; verifier. So, a seperate test is needed.
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/
Dp3-0x.cpp42 int a = sizeof(struct So {}); // expected-error {{'So' cannot be defined in a type specifier}}
/external/clang/test/SemaObjC/
Ddefault-synthesize-2.m95 // no default synthesis. So error is expected.
111 // 'int*' object. So no error.
/external/ltp/testcases/kernel/controllers/cpuctl/
Dcpuctl_testplan.txt18 * of this group and it would create no effect on tasks in other group. So a
44 So the cpu usage of a task depends on the amount of shares it's group has out
47 So until and unless this ratio(group A' shares/ Total shares of all groups)
61 time. So in this test more than one sets of reading are taken and the expected
173 So even if the test may show FAIL, it may not be an actual failure.

12345678910>>...29