HomeSort by relevance Sort by last modified time
    Searched refs:legal (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
segoff.asm 1 ; all of these should be legal and should just result in the offset portion
  /external/chromium_org/third_party/icu/source/i18n/
name2uni.h 79 UnicodeSet legal; member in class:NameUnicodeTransliterator
name2uni.cpp 62 UnicodeSet *legalPtr = &legal;
63 // Get the legal character set
84 Transliterator(o), legal(o.legal) {}
92 // not necessary: the legal sets should all be the same -- legal=o.legal;
158 // Look for legal chars. If \s+ is found, convert it
219 // Check if c is a legal char. We assume here that
220 // legal.contains(OPEN_DELIM) is FALSE, so when we abort
    [all...]
  /external/icu4c/i18n/
name2uni.h 79 UnicodeSet legal; member in class:NameUnicodeTransliterator
name2uni.cpp 64 UnicodeSet *legalPtr = &legal;
65 // Get the legal character set
86 Transliterator(o), legal(o.legal) {}
94 // not necessary: the legal sets should all be the same -- legal=o.legal;
160 // Look for legal chars. If \s+ is found, convert it
221 // Check if c is a legal char. We assume here that
222 // legal.contains(OPEN_DELIM) is FALSE, so when we abort
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
transrt.cpp 110 // Legal
113 class Legal {
115 Legal() {}
116 virtual ~Legal() {}
120 class LegalJamo : public Legal {
165 class LegalGreek : public Legal {
185 // A special case which is legal but should be
200 // Legal greek has breathing marks IFF there is a vowel or RHO at the start
341 Legal* legalSource; // NOT owned
362 Legal* adoptedLegal
975 Legal *legal = new Legal(); local
989 Legal *legal = new Legal(); local
998 Legal *legal = new Legal(); local
1013 Legal *legal = new LegalJamo(); local
1023 Legal *legal = new Legal(); local
1143 LegalGreek *legal = new LegalGreek(TRUE); local
1178 LegalGreek *legal = new LegalGreek(FALSE); local
1210 LegalGreek *legal = new LegalGreek(FALSE); local
1231 Legal *legal = new Legal(); local
1280 LegalHebrew* legal = new LegalHebrew(error); local
1293 Legal *legal = new Legal(); local
1392 Legal *legal = new LegalIndic(); local
1659 Legal *legal = new LegalIndic(); local
1660 test.test(UnicodeString(fromSet,""),UnicodeString(toSet,""),exclusions,this,quick,legal); local
1682 Legal *legal = new LegalIndic(); local
    [all...]
  /external/icu4c/test/intltest/
transrt.cpp 111 // Legal
114 class Legal {
116 Legal() {}
117 virtual ~Legal() {}
121 class LegalJamo : public Legal {
166 class LegalGreek : public Legal {
186 // A special case which is legal but should be
201 // Legal greek has breathing marks IFF there is a vowel or RHO at the start
342 Legal* legalSource; // NOT owned
363 Legal* adoptedLegal
976 Legal *legal = new Legal(); local
990 Legal *legal = new Legal(); local
999 Legal *legal = new Legal(); local
1014 Legal *legal = new LegalJamo(); local
1024 Legal *legal = new Legal(); local
1144 LegalGreek *legal = new LegalGreek(TRUE); local
1179 LegalGreek *legal = new LegalGreek(FALSE); local
1211 LegalGreek *legal = new LegalGreek(FALSE); local
1232 Legal *legal = new Legal(); local
1281 LegalHebrew* legal = new LegalHebrew(error); local
1294 Legal *legal = new Legal(); local
1393 Legal *legal = new LegalIndic(); local
1660 Legal *legal = new LegalIndic(); local
1661 test.test(UnicodeString(fromSet,""),UnicodeString(toSet,""),exclusions,this,quick,legal); local
1683 Legal *legal = new LegalIndic(); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texenv.c 53 GLboolean legal; local
65 legal = GL_TRUE;
69 legal = GL_TRUE;
72 legal = ctx->Extensions.NV_texture_env_combine4;
75 legal = GL_FALSE;
78 if (legal) {
110 GLboolean legal; local
118 legal = GL_TRUE;
121 legal = ctx->Extensions.ARB_texture_env_combine;
125 legal = (ctx->API == API_OPENGL &
182 GLboolean alpha, legal; local
272 GLboolean alpha, legal; local
    [all...]
light.h 92 GLuint legal,
  /external/mesa3d/src/mesa/main/
texenv.c 53 GLboolean legal; local
65 legal = GL_TRUE;
69 legal = GL_TRUE;
72 legal = ctx->Extensions.NV_texture_env_combine4;
75 legal = GL_FALSE;
78 if (legal) {
110 GLboolean legal; local
118 legal = GL_TRUE;
121 legal = ctx->Extensions.ARB_texture_env_combine;
125 legal = (ctx->API == API_OPENGL &
182 GLboolean alpha, legal; local
272 GLboolean alpha, legal; local
    [all...]
light.h 92 GLuint legal,
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
curpos-err.asm 19 dd $-baz+foo+4-$ ; both local and cross-segment (legal)
curpos.asm 19 dd $-baz+foo+4-$ ; both local and cross-segment (legal)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/gas64/
elf_gas64_curpos.asm 19 .4byte .-baz+foo+4-. # both local and cross-segment (legal)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/
win32-curpos.asm 19 dd $-baz+foo+4-$ ; both local and cross-segment (legal)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
win64-curpos.asm 19 dd $-baz+foo+4-$ ; both local and cross-segment (legal)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
strstream.cpp 234 bool legal = false; local
240 legal = true;
244 legal = true;
248 legal = false;
250 legal = false;
251 if (legal)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
bin-farabs.asm 19 ; Each of the below pairs should be equivalent (and legal) in Yasm.
  /external/compiler-rt/lib/sanitizer_common/scripts/
check_lint.sh 24 COMMON_LINT_FILTER=-build/include,-build/header_guard,-legal/copyright,-whitespace/comments,-readability/casting,\
  /libcore/luni/src/main/java/libcore/net/
UriCodec.java 27 * Subclasses define exactly which characters are legal.
71 * in {@code legal}.
73 public static void validateSimple(String s, String legal)
80 || legal.indexOf(ch) > -1)) {
  /packages/apps/Exchange/src/com/android/exchange/utility/
UriCodec.java 46 * Subclasses define exactly which characters are legal.
90 * in {@code legal}.
92 public static void validateSimple(String s, String legal)
99 || legal.indexOf(ch) > -1)) {
  /external/chromium_org/v8/test/mjsunit/
debug-setexceptionbreak.js 80 // Test some legal setexceptionbreak requests with default.
89 // Test some legal setexceptionbreak requests with explicit enabled arg.
  /external/clang/test/Sema/
array-init.c 102 void legal() { function
  /external/v8/test/mjsunit/
debug-setexceptionbreak.js 80 // Test some legal setexceptionbreak requests with default.
89 // Test some legal setexceptionbreak requests with explicit enabled arg.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-gccbug 330 >Class: <[ doc-bug | accepts-illegal | rejects-legal | wrong-code | ice-on-legal-code| ice-on-illegal-code | pessimizes-code | sw-bug | change-request | support ] (one line)>
333 SEND-PR: rejects-legal GCC gives an error message for correct code.
335 SEND-PR: ice-on-legal-code GCC gives an Internal Compiler Error (ICE)
462 ""|doc-bug|accepts-illegal|rejects-legal|wrong-code|ice-on-legal-code|ice-on-illegal-code|pessimizes-code|sw-bug|change-request|support) CNT=`expr $CNT + 1` ;;

Completed in 1167 milliseconds

1 2 3 4