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

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/
types.pass.cpp 18 // typedef regex_constants::syntax_option_type flag_type;
27 static_assert((std::is_same<std::basic_regex<char>::flag_type,
32 static_assert((std::is_same<std::basic_regex<wchar_t>::flag_type,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex.h 342 typedef regex_constants::syntax_option_type flag_type; typedef in class:basic_regex
350 static constexpr flag_type icase = regex_constants::icase;
351 static constexpr flag_type nosubs = regex_constants::nosubs;
352 static constexpr flag_type optimize = regex_constants::optimize;
353 static constexpr flag_type collate = regex_constants::collate;
354 static constexpr flag_type ECMAScript = regex_constants::ECMAScript;
355 static constexpr flag_type basic = regex_constants::basic;
356 static constexpr flag_type extended = regex_constants::extended;
357 static constexpr flag_type awk = regex_constants::awk;
358 static constexpr flag_type grep = regex_constants::grep
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
statetracker.py 36 flag_type: param, return, define, type, etc.
154 self.flag_type = flag_token.string.strip().lstrip('@')
160 if self.flag_type in self.HAS_TYPE:
168 elif (self.flag_type in self.TYPE_ONLY and
179 if self.flag_type in self.HAS_NAME:
196 if self.flag_type in self.HAS_DESCRIPTION:
278 for flag_type in self.__flags.keys():
279 if flag_type != 'suppress':
289 self.__flags[flag.flag_type] = flag
299 def HasFlag(self, flag_type)
    [all...]
closurizednamespacesinfo.py 357 flag_type = token.attached_object.flag_type
359 if flag_type == 'implements' or (flag_type == 'extends' and is_interface):
ecmalintrules.py 439 if flag.flag_type == 'bug':
448 elif flag.flag_type == 'suppress':
463 flag.flag_type == 'author'):
496 elif (flag.flag_type in state.GetDocFlag().HAS_DESCRIPTION and
498 if flag.flag_type == 'param':
543 if flag.flag_type in state.GetDocFlag().HAS_TYPE:
    [all...]
javascriptlintrules.py 131 if flag.flag_type == 'param' and flag.name_token is not None:
151 if flag.flag_type in state.GetDocFlag().HAS_TYPE:
155 if (flag.flag_type not in ('suppress', 'enum') and
  /external/chromium_org/third_party/closure_linter/closure_linter/
statetracker.py 36 flag_type: param, return, define, type, etc.
154 self.flag_type = flag_token.string.strip().lstrip('@')
160 if self.flag_type in self.HAS_TYPE:
168 elif (self.flag_type in self.TYPE_ONLY and
179 if self.flag_type in self.HAS_NAME:
196 if self.flag_type in self.HAS_DESCRIPTION:
278 for flag_type in self.__flags.keys():
279 if flag_type != 'suppress':
289 self.__flags[flag.flag_type] = flag
299 def HasFlag(self, flag_type)
    [all...]
closurizednamespacesinfo.py 357 flag_type = token.attached_object.flag_type
359 if flag_type == 'implements' or (flag_type == 'extends' and is_interface):
ecmalintrules.py 439 if flag.flag_type == 'bug':
448 elif flag.flag_type == 'suppress':
463 flag.flag_type == 'author'):
496 elif (flag.flag_type in state.GetDocFlag().HAS_DESCRIPTION and
498 if flag.flag_type == 'param':
543 if flag.flag_type in state.GetDocFlag().HAS_TYPE:
    [all...]
javascriptlintrules.py 131 if flag.flag_type == 'param' and flag.name_token is not None:
151 if flag.flag_type in state.GetDocFlag().HAS_TYPE:
155 if (flag.flag_type not in ('suppress', 'enum') and
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex.h 348 typedef regex_constants::syntax_option_type flag_type; typedef in class:basic_regex
402 flag_type __f = regex_constants::ECMAScript)
419 basic_regex(const _Ch_type* __p, std::size_t __len, flag_type __f)
457 flag_type __f = regex_constants::ECMAScript)
478 flag_type __f = regex_constants::ECMAScript)
492 flag_type __f = regex_constants::ECMAScript)
582 flag_type __flags = regex_constants::ECMAScript)
599 assign(const _Ch_type* __p, std::size_t __len, flag_type __flags)
616 flag_type __f = regex_constants::ECMAScript)
639 flag_type __flags = regex_constants::ECMAScript
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex.h 348 typedef regex_constants::syntax_option_type flag_type; typedef in class:basic_regex
402 flag_type __f = regex_constants::ECMAScript)
419 basic_regex(const _Ch_type* __p, std::size_t __len, flag_type __f)
457 flag_type __f = regex_constants::ECMAScript)
478 flag_type __f = regex_constants::ECMAScript)
492 flag_type __f = regex_constants::ECMAScript)
582 flag_type __flags = regex_constants::ECMAScript)
599 assign(const _Ch_type* __p, std::size_t __len, flag_type __flags)
616 flag_type __f = regex_constants::ECMAScript)
639 flag_type __flags = regex_constants::ECMAScript
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex.h 348 typedef regex_constants::syntax_option_type flag_type; typedef in class:basic_regex
402 flag_type __f = regex_constants::ECMAScript)
419 basic_regex(const _Ch_type* __p, std::size_t __len, flag_type __f)
457 flag_type __f = regex_constants::ECMAScript)
478 flag_type __f = regex_constants::ECMAScript)
492 flag_type __f = regex_constants::ECMAScript)
582 flag_type __flags = regex_constants::ECMAScript)
599 assign(const _Ch_type* __p, std::size_t __len, flag_type __flags)
616 flag_type __f = regex_constants::ECMAScript)
639 flag_type __flags = regex_constants::ECMAScript
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex.h 349 typedef regex_constants::syntax_option_type flag_type; typedef in class:basic_regex
403 flag_type __f = regex_constants::ECMAScript)
421 basic_regex(const _Ch_type* __p, std::size_t __len, flag_type __f)
459 flag_type __f = regex_constants::ECMAScript)
480 flag_type __f = regex_constants::ECMAScript)
494 flag_type __f = regex_constants::ECMAScript)
584 flag_type __flags = regex_constants::ECMAScript)
601 assign(const _Ch_type* __p, std::size_t __len, flag_type __flags)
618 flag_type __flags = regex_constants::ECMAScript)
641 flag_type __flags = regex_constants::ECMAScript
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex.h 348 typedef regex_constants::syntax_option_type flag_type; typedef in class:basic_regex
402 flag_type __f = regex_constants::ECMAScript)
419 basic_regex(const _Ch_type* __p, std::size_t __len, flag_type __f)
457 flag_type __f = regex_constants::ECMAScript)
478 flag_type __f = regex_constants::ECMAScript)
492 flag_type __f = regex_constants::ECMAScript)
582 flag_type __flags = regex_constants::ECMAScript)
599 assign(const _Ch_type* __p, std::size_t __len, flag_type __flags)
616 flag_type __f = regex_constants::ECMAScript)
639 flag_type __flags = regex_constants::ECMAScript
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex.h 349 typedef regex_constants::syntax_option_type flag_type; typedef in class:basic_regex
403 flag_type __f = regex_constants::ECMAScript)
421 basic_regex(const _Ch_type* __p, std::size_t __len, flag_type __f)
459 flag_type __f = regex_constants::ECMAScript)
480 flag_type __f = regex_constants::ECMAScript)
494 flag_type __f = regex_constants::ECMAScript)
584 flag_type __flags = regex_constants::ECMAScript)
601 assign(const _Ch_type* __p, std::size_t __len, flag_type __flags)
618 flag_type __flags = regex_constants::ECMAScript)
641 flag_type __flags = regex_constants::ECMAScript
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/site_scons/site_tools/
talk_linux.py 202 def _GetPackageFlags(flag_type, packages):
209 flag_type: The option to pkg-config specifying the type of flags to get.
221 [flag_type] + packages])
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/include/
bfdlink.h 229 typedef enum {with_flags, without_flags} flag_type;
234 flag_type with;
227 typedef enum {with_flags, without_flags} flag_type; typedef in typeref:enum:__anon35634
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/include/
bfdlink.h 229 typedef enum {with_flags, without_flags} flag_type;
234 flag_type with;
227 typedef enum {with_flags, without_flags} flag_type; typedef in typeref:enum:__anon36363
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/include/
bfdlink.h 229 typedef enum {with_flags, without_flags} flag_type;
234 flag_type with;
227 typedef enum {with_flags, without_flags} flag_type; typedef in typeref:enum:__anon36732
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/include/
bfdlink.h 229 typedef enum {with_flags, without_flags} flag_type;
234 flag_type with;
227 typedef enum {with_flags, without_flags} flag_type; typedef in typeref:enum:__anon36776
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/include/
bfdlink.h 229 typedef enum {with_flags, without_flags} flag_type;
234 flag_type with;
227 typedef enum {with_flags, without_flags} flag_type; typedef in typeref:enum:__anon37194
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/include/
bfdlink.h 229 typedef enum {with_flags, without_flags} flag_type;
234 flag_type with;
227 typedef enum {with_flags, without_flags} flag_type; typedef in typeref:enum:__anon37923
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/include/
bfdlink.h 229 typedef enum {with_flags, without_flags} flag_type;
234 flag_type with;
227 typedef enum {with_flags, without_flags} flag_type; typedef in typeref:enum:__anon43174
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/include/
bfdlink.h 229 typedef enum {with_flags, without_flags} flag_type;
234 flag_type with;
227 typedef enum {with_flags, without_flags} flag_type; typedef in typeref:enum:__anon43218

Completed in 1407 milliseconds