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

1 2 3

  /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 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/icu/icu4c/source/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 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
1134 LegalGreek *legal = new LegalGreek(TRUE); local
1159 LegalGreek *legal = new LegalGreek(FALSE); local
1181 LegalGreek *legal = new LegalGreek(FALSE); local
1202 Legal *legal = new Legal(); local
1244 LegalHebrew* legal = new LegalHebrew(error); local
1257 Legal *legal = new Legal(); local
1356 Legal *legal = new LegalIndic(); local
1616 Legal *legal = new LegalIndic(); local
1617 test.test(UnicodeString(fromSet,""),UnicodeString(toSet,""),exclusions,this,quick,legal); local
1629 Legal *legal = new LegalIndic(); local
    [all...]
  /external/icu/icu4c/source/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
1134 LegalGreek *legal = new LegalGreek(TRUE); local
1159 LegalGreek *legal = new LegalGreek(FALSE); local
1181 LegalGreek *legal = new LegalGreek(FALSE); local
1202 Legal *legal = new Legal(); local
1244 LegalHebrew* legal = new LegalHebrew(error); local
1257 Legal *legal = new Legal(); local
1356 Legal *legal = new LegalIndic(); local
1616 Legal *legal = new LegalIndic(); local
1617 test.test(UnicodeString(fromSet,""),UnicodeString(toSet,""),exclusions,this,quick,legal); local
1629 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)
  /external/libcxx/src/
strstream.cpp 234 bool legal = false; local
240 legal = true;
244 legal = true;
248 legal = false;
250 legal = false;
251 if (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.
  /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/compiler-rt/lib/sanitizer_common/scripts/
check_lint.sh 21 COMMON_LINT_FILTER=-build/include,-build/header_guard,-legal/copyright,-whitespace/comments,-readability/casting,\
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
pycapsule.pxd 66 # It is legal for a capsule to have a NULL destructor. This makes
75 # It is legal for a capsule to have a NULL name. This makes a NULL
84 # It is legal for a capsule to have a NULL context. This makes a

Completed in 2465 milliseconds

1 2 3