HomeSort by relevance Sort by last modified time
    Searched defs:legal (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
name2uni.h 79 UnicodeSet legal; member in class:NameUnicodeTransliterator
  /external/icu/icu4c/source/i18n/
name2uni.h 79 UnicodeSet legal; member in class:NameUnicodeTransliterator
  /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.c 575 GLuint legal, const char *where )
619 if (bitmask & ~legal) {
728 GLuint legal = (MAT_BIT_FRONT_EMISSION | MAT_BIT_BACK_EMISSION | local
739 bitmask = _mesa_material_bitmask(ctx, face, mode, legal, "glColorMaterial");
    [all...]
  /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)
  /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.c 575 GLuint legal, const char *where )
619 if (bitmask & ~legal) {
728 GLuint legal = (MAT_BIT_FRONT_EMISSION | MAT_BIT_BACK_EMISSION | local
739 bitmask = _mesa_material_bitmask(ctx, face, mode, legal, "glColorMaterial");
    [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/clang/test/Sema/
array-init.c 102 void legal() { function
  /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/iptables/iptables/
ip6tables.c 126 /* Table of legal combinations of commands and options. If any of the
127 * given commands make an option legal, that option is legal (applies to
296 int i, j, legal = 0; local
299 * fact that if an option is legal with *any* command given, it is
300 * legal overall (ie. -z and -l).
303 legal = 0; /* -1 => illegal, 1 => legal, 0 => undecided. */
317 legal = 1;
318 else if (legal == 0
    [all...]
iptables.c 125 /* Table of legal combinations of commands and options. If any of the
126 * given commands make an option legal, that option is legal (applies to
290 int i, j, legal = 0; local
293 * fact that if an option is legal with *any* command given, it is
294 * legal overall (ie. -z and -l).
297 legal = 0; /* -1 => illegal, 1 => legal, 0 => undecided. */
311 legal = 1;
312 else if (legal == 0
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 697 milliseconds