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

1 2 3 4 5

  /external/jsr305/sampleUses/src/main/java/
LuhnVerification.java 5 boolean special = false;
10 if (special) {
16 special = !special;
  /dalvik/tests/038-inner-null/src/
Main.java 5 Special special = new Special(); local
6 special.callInner();
9 public static class Special {
12 Special() {
13 System.out.println("new Special()");
  /external/e2fsprogs/intl/
loadinfo.h 93 SPECIAL, SPONSOR, REVISION are the pieces of the locale name, as
106 const char *modifier, const char *special,
116 territory, codeset, special, sponsor, revision.
119 *CODESET, *SPECIAL, *SPONSOR, *REVISION gets assigned either a
129 CEN_SPECIAL for *SPECIAL,
137 const char **special, const char **sponsor,
explodename.c 55 const char **normalized_codeset, const char **special,
66 *special = NULL;
138 /* Next is special application (CEN syntax). */
140 *special = ++cp;
finddomain.c 59 const char *special; local
71 language[_territory][+audience][+special][,[sponsor][_revision]]
79 (3) special
138 &codeset, &normalized_codeset, &special,
145 codeset, normalized_codeset, modifier, special,
l10nflist.c 174 const char *modifier, const char *special,
204 ? strlen (special) + 1 : 0)
253 cp = stpcpy (cp, special);
349 normalized_codeset, modifier, special,
356 normalized_codeset, modifier, special,
  /external/webkit/SunSpider/tests/sunspider-0.9/
date-format-xparb.js 30 var special = false;
34 if (!special && ch == "\\") {
35 special = true;
37 else if (special) {
38 special = false;
133 var special = false;
137 if (!special && ch == "\\") {
138 special = true;
140 else if (special) {
141 special = false
    [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
date-format-xparb.js 30 var special = false;
34 if (!special && ch == "\\") {
35 special = true;
37 else if (special) {
38 special = false;
133 var special = false;
137 if (!special && ch == "\\") {
138 special = true;
140 else if (special) {
141 special = false
    [all...]
  /dalvik/vm/mterp/x86-atom/
binopD.S 41 cmpl $$-1, %ecx # handle -1 special case divide error
43 cmpl $$0x80000000,%eax # handle min int special case divide error
binopD2addr.S 42 cmpl $$-1, %ecx # handle -1 special case divide error
44 cmpl $$0x80000000, %eax # handle min int special case divide error
binopDLit16.S 43 cmpl $$-1, %ecx # handle -1 special case divide error
45 cmpl $$0x80000000,%eax # handle min int special case divide error
binopDLit8.S 36 testl %ecx, %ecx # handle -1 special case divide error
43 cmpl $$0x80000000,%eax # handle min int special case divide error
  /dalvik/vm/mterp/x86/
OP_PACKED_SWITCH.S 24 jle common_backwardBranch # check on special actions
bindivLit8.S 1 %default {"result":"","special":""}
3 * 32-bit div/rem "lit8" binary operation. Handles special case of
18 movl $special,$result
bindiv.S 2 %default {"result":"","special":""}
4 * 32-bit binary div/rem operation. Handles special case of op0=minint and
19 movl $special,$result
bindiv2addr.S 1 %default {"result":"","special":""}
3 * 32-bit binary div/rem operation. Handles special case of op0=minint and
20 movl $special,$result
bindivLit16.S 1 %default {"result":"","special":""}
3 * 32-bit binary div/rem operation. Handles special case of op0=minint and
21 movl $special,$result
OP_DIV_LONG.S 2 %default {"routine":"__divdi3","special":"$0x80000000"}
51 movl $special,%edx
OP_DIV_LONG_2ADDR.S 2 %default {"routine":"__divdi3","special":"$0x80000000"}
53 movl $special,%edx
  /external/grub/util/
grub-set-default 38 ENTRY is a number or the special keyword \`default\'.
grub-set-default.in 38 ENTRY is a number or the special keyword \`default\'.
  /external/ipsec-tools/src/libipsec/
policy_token.l 25 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
73 special [()+\|\?\*,]
  /external/clearsilver/python/examples/base/
sgmllib.py 7 # data -- only char and entity references and end tags are special)
8 # and CDATA (character data -- only end tags are special).
34 # with special names to handle tags: start_foo and end_foo to handle
59 special = re.compile('<![^<>]*>') variable
147 match = special.match(rawdata, i)
  /external/v8/src/
heap-profiler.h 21 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
53 // These special cases are used in retainer profile.
64 explicit JSObjectsCluster(SpecialCase special)
65 : constructor_(FromSpecialCase(special)), instance_(NULL) {}
95 static String* FromSpecialCase(SpecialCase special) {
96 // We use symbols that are illegal JS identifiers to identify special cases.
98 switch (special) {
  /external/libffi/testsuite/
Makefile.am 70 libffi.special/ffitestcxx.h libffi.special/special.exp \
71 libffi.special/unwindtest.cc libffi.special/unwindtest_ffi_call.cc

Completed in 358 milliseconds

1 2 3 4 5