HomeSort by relevance Sort by last modified time
    Searched full:regular (Results 26 - 50 of 4331) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/extensions/browser/
extension_prefs_scope.h 14 // Regular profile and incognito.
16 // Regular profile only.
  /external/clang/test/CodeGenCXX/
apple-kext-no-staticinit-section.C 5 .section __TEXT,__StaticInit,regular,pure_instructions
20 // CHECK-NOT: __TEXT,__StaticInit,regular,pure_instructions
  /external/llvm/test/CodeGen/X86/
objc-gc-module-flags.ll 3 ; CHECK: .section __DATA,__objc_imageinfo,regular,no_dead_strip
12 !2 = metadata !{i32 1, metadata !"Objective-C Image Info Section", metadata !"__DATA, __objc_imageinfo, regular, no_dead_strip"}
  /external/chromium_org/chrome/browser/extensions/api/preference/
preference_apitest.cc 210 ExtensionTestMessageListener listener1("changeDefault regular ready", true);
216 "changeIncognitoOnly regular ready", true);
220 "changeIncognitoOnly regular listening", true);
226 "changeDefaultOnly regular ready", true);
230 "changeDefaultOnly regular pref set", false);
236 "changeIncognitoOnlyBack regular ready", true);
240 "changeIncognitoOnlyBack regular listening", true);
246 "clearIncognito regular ready", true);
250 "clearIncognito regular listening", true);
256 "clearDefault regular ready", true)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
types.html 16 <dt><code>regular</code></dt>
17 <dd>Settings set in the <code>regular</code> scope apply to regular
25 to incognito windows. For these, they override <code>regular</code>
32 to incognito windows. For these, they override <code>regular</code> and
62 As discussed above, Chrome allows using different settings for regular
65 settings for regular windows <b>(R)</b> and settings for incognito windows
72 regular and incognito windows.</li>
74 incognito windows. Regular windows use the settings determined by the lower
77 used for regular and incognito windows.</li
    [all...]
  /external/clang/test/CodeGenObjC/
objc-align.m 4 // CHECK: @"\01L_OBJC_METACLASS_A" = internal global {{.*}}, section "__OBJC,__meta_class,regular,no_dead_strip", align 4
5 // CHECK: @"\01L_OBJC_CLASS_A" = internal global {{.*}}, section "__OBJC,__class,regular,no_dead_strip", align 4
6 // CHECK: @"\01L_OBJC_CATEGORY_A_Cat" = internal global {{.*}}, section "__OBJC,__category,regular,no_dead_strip", align 4
7 // CHECK: @"\01L_OBJC_PROTOCOL_P" = internal global {{.*}}, section "__OBJC,__protocol,regular,no_dead_strip", align 4
8 // CHECK: @"\01L_OBJC_CLASS_PROTOCOLS_C" = internal global {{.*}}, section "__OBJC,__cat_cls_meth,regular,no_dead_strip", align 4
9 // CHECK: @"\01L_OBJC_METACLASS_C" = internal global {{.*}}, section "__OBJC,__meta_class,regular,no_dead_strip", align 4
10 // CHECK: @"\01L_OBJC_CLASS_C" = internal global {{.*}}, section "__OBJC,__class,regular,no_dead_strip", align 4
11 // CHECK: @"\01L_OBJC_MODULES" = internal global {{.*}}, section "__OBJC,__module_info,regular,no_dead_strip", align 4
20 // RUNX: grep '@"\\01L_OBJC_CLASSLIST_REFERENCES_$_0" = internal global .*, section "__DATA, __objc_classrefs, regular, no_dead_strip", align 8' %t &&
21 // RUNX: grep '@"\\01L_OBJC_LABEL_CATEGORY_$" = internal global .*, section "__DATA, __objc_catlist, regular, no_dead_strip", align 8' %t &
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex_constants.h 36 * @defgroup regex Regular Expressions
38 * A facility for performing regular expression pattern matching.
51 * @name 5.1 Regular Expression Syntax Options
83 * Specifies that the matching of regular expressions against a character
89 * Specifies that when a regular expression is matched against a character
96 * Specifies that the regular expression engine should pay more attention to
97 * the speed with which regular expressions are matched, and less to the
98 * speed with which regular expression objects are constructed. Otherwise
110 * Specifies that the grammar recognized by the regular expression engine is
115 * POSIX regular expression grammar
    [all...]
  /dalvik/dx/tests/057-dex-call-virtual/
info.txt 2 a couple cases of regular virtual method invocation work properly.
  /external/chromium_org/content/test/data/accessibility/
aria-pressed-expected-android.txt 2 android.widget.Button clickable focusable name='Regular button'
  /external/javassist/sample/preproc/
package.html 10 uses only the regular Javassist API; they never call any hidden
  /ndk/tests/device/test-basic-rtti/
README 2 even if you are not using a regular C++ STL. No <typeinfo> required.
  /external/chromium_org/third_party/re2/re2/testing/
regexp_generator.h 5 // Regular expression generator: generates all possible
6 // regular expressions within given parameters (see below for details).
19 // Regular expression generator.
22 // and operators like "%s*", generates all possible regular expressions
34 // Generates all the regular expressions, calling HandleRegexp(re) for each.
37 // Generates n random regular expressions, calling HandleRegexp(re) for each.
40 // Handles a regular expression. Must be provided by subclass.
  /external/regex-re2/re2/testing/
regexp_generator.h 5 // Regular expression generator: generates all possible
6 // regular expressions within given parameters (see below for details).
19 // Regular expression generator.
22 // and operators like "%s*", generates all possible regular expressions
34 // Generates all the regular expressions, calling HandleRegexp(re) for each.
37 // Generates n random regular expressions, calling HandleRegexp(re) for each.
40 // Handles a regular expression. Must be provided by subclass.
  /libcore/luni/src/main/java/java/util/regex/
MatchResult.java 23 * pair of parentheses in the regular expression and an additional group for
24 * the whole regular expression. The start, end, and contents of each group
34 * the whole regular expression.
53 * Returns the text that matched the whole regular expression.
60 * Returns the text that matched a given group of the regular expression.
72 * the number of groups in the original regular expression.
80 * the whole regular expression.
  /external/chromium_org/chrome/browser/ui/
browser_close_browsertest.cc 51 } regular; member in struct:BrowserCloseTest::DownloadsCloseCheckCase::__anon5959
62 } regular; member in struct:BrowserCloseTest::DownloadsCloseCheckCase::__anon5962
70 enum { REGULAR = 0, INCOGNITO = 1 } window_to_probe;
264 // So we setup everything except for the |first_profile_| regular, and then
311 browser_a_regular, check_case.profile_a.regular.downloads);
315 browser_b_regular, check_case.profile_b.regular.downloads);
325 check_case.profile_a.regular.windows,
327 check_case.profile_b.regular.windows,
340 DownloadsCloseCheckCase::REGULAR) ||
344 DownloadsCloseCheckCase::REGULAR) ||
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_constants.h 44 * @name 5.1 Regular Expression Syntax Options
76 * Specifies that the matching of regular expressions against a character
82 * Specifies that when a regular expression is matched against a character
89 * Specifies that the regular expression engine should pay more attention to
90 * the speed with which regular expressions are matched, and less to the
91 * speed with which regular expression objects are constructed. Otherwise
103 * Specifies that the grammar recognized by the regular expression engine is
108 * POSIX regular expression grammar.
113 * Specifies that the grammar recognized by the regular expression engine is
114 * that used by POSIX basic regular expressions in IEEE Std 1003.1-2001
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex_constants.h 44 * @name 5.1 Regular Expression Syntax Options
76 * Specifies that the matching of regular expressions against a character
82 * Specifies that when a regular expression is matched against a character
89 * Specifies that the regular expression engine should pay more attention to
90 * the speed with which regular expressions are matched, and less to the
91 * speed with which regular expression objects are constructed. Otherwise
103 * Specifies that the grammar recognized by the regular expression engine is
108 * POSIX regular expression grammar.
113 * Specifies that the grammar recognized by the regular expression engine is
114 * that used by POSIX basic regular expressions in IEEE Std 1003.1-2001
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_constants.h 44 * @name 5.1 Regular Expression Syntax Options
76 * Specifies that the matching of regular expressions against a character
82 * Specifies that when a regular expression is matched against a character
89 * Specifies that the regular expression engine should pay more attention to
90 * the speed with which regular expressions are matched, and less to the
91 * speed with which regular expression objects are constructed. Otherwise
103 * Specifies that the grammar recognized by the regular expression engine is
108 * POSIX regular expression grammar.
113 * Specifies that the grammar recognized by the regular expression engine is
114 * that used by POSIX basic regular expressions in IEEE Std 1003.1-2001
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_constants.h 44 * @name 5.1 Regular Expression Syntax Options
76 * Specifies that the matching of regular expressions against a character
82 * Specifies that when a regular expression is matched against a character
89 * Specifies that the regular expression engine should pay more attention to
90 * the speed with which regular expressions are matched, and less to the
91 * speed with which regular expression objects are constructed. Otherwise
103 * Specifies that the grammar recognized by the regular expression engine is
108 * POSIX regular expression grammar.
113 * Specifies that the grammar recognized by the regular expression engine is
114 * that used by POSIX basic regular expressions in IEEE Std 1003.1-2001
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_constants.h 44 * @name 5.1 Regular Expression Syntax Options
76 * Specifies that the matching of regular expressions against a character
82 * Specifies that when a regular expression is matched against a character
89 * Specifies that the regular expression engine should pay more attention to
90 * the speed with which regular expressions are matched, and less to the
91 * speed with which regular expression objects are constructed. Otherwise
103 * Specifies that the grammar recognized by the regular expression engine is
108 * POSIX regular expression grammar.
113 * Specifies that the grammar recognized by the regular expression engine is
114 * that used by POSIX basic regular expressions in IEEE Std 1003.1-2001
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_constants.h 44 * @name 5.1 Regular Expression Syntax Options
76 * Specifies that the matching of regular expressions against a character
82 * Specifies that when a regular expression is matched against a character
89 * Specifies that the regular expression engine should pay more attention to
90 * the speed with which regular expressions are matched, and less to the
91 * speed with which regular expression objects are constructed. Otherwise
103 * Specifies that the grammar recognized by the regular expression engine is
108 * POSIX regular expression grammar.
113 * Specifies that the grammar recognized by the regular expression engine is
114 * that used by POSIX basic regular expressions in IEEE Std 1003.1-2001
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
regex 27 * @brief The common implementation file for tr1 and std regular expressions.
38 * @defgroup tr1_regex Regular Expressions
39 * A facility for performing regular expression pattern matching.
49 * @name 5.1 Regular Expression Syntax Options
81 * Specifies that the matching of regular expressions against a character
87 * Specifies that when a regular expression is matched against a character
94 * Specifies that the regular expression engine should pay more attention to
95 * the speed with which regular expressions are matched, and less to the
96 * speed with which regular expression objects are constructed. Otherwise
108 * Specifies that the grammar recognized by the regular expression engine i
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
regex 27 * @brief The common implementation file for tr1 and std regular expressions.
38 * @defgroup tr1_regex Regular Expressions
39 * A facility for performing regular expression pattern matching.
49 * @name 5.1 Regular Expression Syntax Options
81 * Specifies that the matching of regular expressions against a character
87 * Specifies that when a regular expression is matched against a character
94 * Specifies that the regular expression engine should pay more attention to
95 * the speed with which regular expressions are matched, and less to the
96 * speed with which regular expression objects are constructed. Otherwise
108 * Specifies that the grammar recognized by the regular expression engine i
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
regex 27 * @brief The common implementation file for tr1 and std regular expressions.
38 * @defgroup tr1_regex Regular Expressions
39 * A facility for performing regular expression pattern matching.
49 * @name 5.1 Regular Expression Syntax Options
81 * Specifies that the matching of regular expressions against a character
87 * Specifies that when a regular expression is matched against a character
94 * Specifies that the regular expression engine should pay more attention to
95 * the speed with which regular expressions are matched, and less to the
96 * speed with which regular expression objects are constructed. Otherwise
108 * Specifies that the grammar recognized by the regular expression engine i
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
regex 27 * @brief The common implementation file for tr1 and std regular expressions.
38 * @defgroup tr1_regex Regular Expressions
39 * A facility for performing regular expression pattern matching.
49 * @name 5.1 Regular Expression Syntax Options
81 * Specifies that the matching of regular expressions against a character
87 * Specifies that when a regular expression is matched against a character
94 * Specifies that the regular expression engine should pay more attention to
95 * the speed with which regular expressions are matched, and less to the
96 * speed with which regular expression objects are constructed. Otherwise
108 * Specifies that the grammar recognized by the regular expression engine i
    [all...]

Completed in 1029 milliseconds

12 3 4 5 6 7 8 91011>>