HomeSort by relevance Sort by last modified time
    Searched refs:_code (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/tools/json_schema_compiler/
code.py 12 self._code = []
26 self._code.append(Line(((' ' * indent_level) + line).rstrip(),
33 return not bool(self._code)
46 for line in obj._code:
120 for i, line in enumerate(self._code):
121 if self._code[i].substitute:
124 if '%s' in self._code[i].value or '%r' in self._code[i].value:
127 self._code[i].value = line.value % d
128 self._code[i].substitute = Fals
    [all...]
  /external/libunwind/doc/
unw_strerror.tex 15 \Type{const char *} \Func{unw\_strerror}(\Type{int} \Var{err\_code});\\
19 The \Func{unw\_strerror}() routine maps the (negative) \Var{err\_code}
24 The message that corresponds to \Var{err\_code} or, if the
25 \Var{err\_code} has no corresponding message, the text "invalid error
  /external/openssl/crypto/rand/
rand_unix.c 165 extern void s$sleep (long *_duration, short int *_code);
169 extern void s$sleep2 (long long *_duration, short int *_code);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-type-private.hh 93 /* Check that _code compiles in a method environment */
94 #define _DEFINE_COMPILES_ASSERTION1(_line, _code) \
96 { _code; }
97 # define _DEFINE_COMPILES_ASSERTION0(_line, _code) _DEFINE_COMPILES_ASSERTION1 (_line, _code)
98 # define DEFINE_COMPILES_ASSERTION(_code) _DEFINE_COMPILES_ASSERTION0 (__LINE__, _code)
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 93 /* Check that _code compiles in a method environment */
94 #define _DEFINE_COMPILES_ASSERTION1(_line, _code) \
96 { _code; }
97 # define _DEFINE_COMPILES_ASSERTION0(_line, _code) _DEFINE_COMPILES_ASSERTION1 (_line, _code)
98 # define DEFINE_COMPILES_ASSERTION(_code) _DEFINE_COMPILES_ASSERTION0 (__LINE__, _code)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/documentation/
WikiParser.js     [all...]

Completed in 196 milliseconds