HomeSort by relevance Sort by last modified time
    Searched refs:special (Results 26 - 50 of 1275) sorted by null

12 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/
slots.py 4 def __init__(self, name, cast=None, special=None, default="0"):
7 self.special = special
  /external/python/cpython2/Tools/framer/framer/
slots.py 4 def __init__(self, name, cast=None, special=None, default="0"):
7 self.special = special
  /prebuilts/go/darwin-x86/src/net/http/
cookie_test.go 68 // The "special" cookies have values containing commas or spaces which
71 &Cookie{Name: "special-1", Value: "a z"},
72 `special-1="a z"`,
75 &Cookie{Name: "special-2", Value: " z"},
76 `special-2=" z"`,
79 &Cookie{Name: "special-3", Value: "a "},
80 `special-3="a "`,
83 &Cookie{Name: "special-4", Value: " "},
84 `special-4=" "`,
87 &Cookie{Name: "special-5", Value: "a,z"}
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
cookie_test.go 68 // The "special" cookies have values containing commas or spaces which
71 &Cookie{Name: "special-1", Value: "a z"},
72 `special-1="a z"`,
75 &Cookie{Name: "special-2", Value: " z"},
76 `special-2=" z"`,
79 &Cookie{Name: "special-3", Value: "a "},
80 `special-3="a "`,
83 &Cookie{Name: "special-4", Value: " "},
84 `special-4=" "`,
87 &Cookie{Name: "special-5", Value: "a,z"}
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/json/
fold.go 22 // 2) equalFoldRight, if s contains special folding ASCII ('k', 'K', 's', 'S')
23 // 3) asciiEqualFold, no special, but includes non-letters (including _)
26 // The letters S and K are special because they map to 3 runes, not just 2:
35 special := false // special letter
44 // See above for why these letters are special.
45 special = true
48 if special {
107 // special-folding letters.
  /prebuilts/go/linux-x86/src/encoding/json/
fold.go 22 // 2) equalFoldRight, if s contains special folding ASCII ('k', 'K', 's', 'S')
23 // 3) asciiEqualFold, no special, but includes non-letters (including _)
26 // The letters S and K are special because they map to 3 runes, not just 2:
35 special := false // special letter
44 // See above for why these letters are special.
45 special = true
48 if special {
107 // special-folding letters.
  /external/strace/
mpers.awk 23 # INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
81 special, to_return, type_idx, enc, i)
84 special = array_get(what_idx, "special")
85 if (special == "base_type") {
97 } else if (special == "enumeration_type") {
100 } else if (special == "pointer_type") {
103 } else if (special == "array_type") {
111 } else if (special == "structure_type") {
139 } else if (special == "union_type")
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
dfa.py 24 # INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
40 Any state that has a semantic predicate edge is special; those states
49 eot, eof, min, max, accept, special, transition
60 self.special = special
77 specialState = self.special[s]
79 #print "is special"
  /external/antlr/antlr-3.4/runtime/Python/unittests/
testdfa.py 37 special=[],
  /external/apache-commons-math/src/main/java/org/apache/commons/math/special/
Erf.java 17 package org.apache.commons.math.special;
  /prebuilts/go/darwin-x86/src/math/
log10.go 8 // The special cases are the same as for Log.
16 // The special cases are the same as for Log.
  /prebuilts/go/darwin-x86/src/unicode/
casetables.go 5 // TODO: This file contains the special casing rules for Turkish and Azeri only.
6 // It should encompass all the languages with special casing rules
  /prebuilts/go/linux-x86/src/math/
log10.go 8 // The special cases are the same as for Log.
16 // The special cases are the same as for Log.
  /prebuilts/go/linux-x86/src/unicode/
casetables.go 5 // TODO: This file contains the special casing rules for Turkish and Azeri only.
6 // It should encompass all the languages with special casing rules
  /toolchain/binutils/binutils-2.27/bfd/
coff-aux.c 113 bfd_boolean special = FALSE; local
119 special = TRUE;
122 special = TRUE;
124 if (special)
  /toolchain/binutils/binutils-2.27/intl/
explodename.c 54 normalized_codeset, special, sponsor, revision)
61 const char **special;
73 *special = NULL;
145 /* Next is special application (CEN syntax). */
147 *special = ++cp;
  /art/runtime/interpreter/mterp/x86/
bindivLit8.S 1 %default {"result":"","special":""}
3 * 32-bit div/rem "lit8" binary operation. Handles special case of
16 movl $special, %eax
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDFA.h 20 // INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
39 const int *special; variable
76 @property const int *special; variable
  /external/curl/docs/cmdline-opts/
form-string.d 9 the value have no special meaning. Use this in preference to --form if
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rb_tree_map_/
node.hpp 77 special() const function in struct:__gnu_pbds::detail::rb_tree_node_
121 special() const function in struct:__gnu_pbds::detail::rb_tree_node_
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/splay_tree_/
node.hpp 76 special() const function in struct:__gnu_pbds::detail::splay_tree_node_
108 special() const function in struct:__gnu_pbds::detail::splay_tree_node_
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/rb_tree_map_/
node.hpp 77 special() const function in struct:__gnu_pbds::detail::rb_tree_node_
121 special() const function in struct:__gnu_pbds::detail::rb_tree_node_
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/splay_tree_/
node.hpp 76 special() const function in struct:__gnu_pbds::detail::splay_tree_node_
108 special() const function in struct:__gnu_pbds::detail::splay_tree_node_
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue13930.go 5 // Issue 13930. Test that cgo's multiple-value special form for
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue15470.go 7 // Issue 15470: Make sure special-case signatures can

Completed in 856 milliseconds

12 3 4 5 6 7 8 91011>>