HomeSort by relevance Sort by last modified time
    Searched full:regular (Results 501 - 525 of 4987) sorted by null

<<21222324252627282930>>

  /system/core/include/system/
thread_defs.h 64 /* should never be used in practice. regular process might not
  /system/netd/include/
Permission.h 27 // PERMISSION_NONE is used for regular networks and apps, such as those that hold the
  /bootable/recovery/applypatch/
freecache.c 83 // We're allowed to delete unopened regular files in any of these
95 // Look for regular files in the directory (not in any subdirectories).
119 printf("%d regular files in deletable directories\n", *entries);
  /cts/suite/audio_quality/lib/include/task/
TaskCase.h 49 /// find all buffers with given regular expression. returns NULL if not found
110 /// find all Values with given regular expression. returns NULL if not found
117 /// find all Indices with given regular expression. returns NULL if not found
  /external/bzip2/
bzmore.1 94 search for the \fIi\|\fP-th occurrence of the regular expression \fIexpr.\fP
100 The user's erase and kill characters may be used to edit the regular
105 search for the \fIi\|\fP-th occurrence of the last regular expression entered.
  /external/chromium_org/chrome/browser/background/
background_mode_manager_unittest.cc 491 "{\"name\": \"Regular Extension\", "
500 "{\"name\": \"Regular Extension with Options\","
539 base::UTF8ToUTF16("Regular Extension"));
543 base::UTF8ToUTF16("Regular Extension with Options"));
628 "{\"name\": \"Regular Extension\", "
637 "{\"name\": \"Regular Extension with Options\","
709 base::UTF8ToUTF16("Regular Extension"));
716 base::UTF8ToUTF16("Regular Extension with Options"));
734 base::UTF8ToUTF16("Regular Extension"));
741 base::UTF8ToUTF16("Regular Extension with Options"))
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 70 REGULAR: 1,
125 * @type {regular: ?ProxyConfig, incognito: ?ProxyConfig}
128 config_: {regular: null, incognito: null},
358 * Handles the response from 'proxy.settings.get' for regular
369 this.config_.regular = c.value;
512 this.config_.regular = this.generateProxyConfig_();
515 {value: this.config_.regular, scope: 'regular'},
521 * Called in response to setting a regular window's proxy settings: checks
689 this.recalcFormValues_(this.config_.regular);
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/manifest/
kiosk_enabled.html 65 a regular session or Single App Kiosk Mode. If you want your app
67 This prevents the app from being launched in a regular session. For example:</p>
87 <p>To determine whether the app is being run in a regular session or Single App Kiosk Mode, you can
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
regexp_adapter.h 47 // The regular expression abstract class. It supports only functions used in
54 // Matches string to regular expression, returns true if expression was
99 // Matches string to regular expression, returns true if the expression was
regexp_adapter_icu.cc 64 // regular expression capabilities.
111 // The provided regular expressions should compile correctly.
112 LOG(ERROR) << "Error compiling regular expression: " << utf8_regexp;
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/source/cso/
sampler.rst 39 coordinate is computed. Then, regular CLAMP_TO_EDGE is applied to the coord.
41 coordinate is computed. Then, regular CLAMP_TO_BORDER is applied to the
44 computed. Then, regular CLAMP is applied to the coord.
  /external/chromium_org/third_party/sqlite/src/ext/icu/
README.txt 94 comparision operator "REGEXP", based on the regular expression functions
100 This extension uses the ICU defaults for regular expression matching
104 * Regular expression comments are not allowed within patterns, and
  /external/chromium_org/ui/views/controls/button/
menu_button_unittest.cc 34 // acts like a regular button.
126 // MenuButton that has a regular ButtonListener.
145 // MenuButton that has a regular ButtonListener.
  /external/chromium_org/v8/test/webkit/fast/js/
regexp-no-extensions-expected.txt 24 Tests that regular expressions do not have extensions that diverge from the JavaScript specification. Because WebKit originally used a copy of PCRE, various non-JavaScript regular expression features were historically present. Also tests various related edge cases.
39 PASS /x++/ threw exception SyntaxError: Invalid regular expression: /x++/: Nothing to repeat.
  /external/clang/include/clang/AST/
Attr.h 58 llvm_unreachable("Attrs cannot be allocated with regular 'new'.");
61 llvm_unreachable("Attrs cannot be released with regular 'delete'.");
65 // Forward so that the regular new and delete do not hide global ones.
  /external/clang/www/analyzer/
installation.html 25 <p>Semi-regular pre-built binaries of the analyzer are available on Mac
39 we need volunteers who are willing to help provide such regular builds.
40 If you wish to help contribute regular builds of the analyzer on other
  /external/libcxx/test/re/re.badexp/
regex_error.pass.cpp 82 assert(e.what() == std::string("One of *?+{ was not preceded by a valid regular expression."));
87 assert(e.what() == std::string("The complexity of an attempted match against a regular "
93 assert(e.what() == std::string("There was insufficient memory to determine whether the regular "
  /external/libgsm/man/
gsm_option.3 26 options or flags that are not needed for regular GSM 06.10 encoding
56 faster compression algorithm that is compatible with the regular
65 functions as a boolean flag; if it is zero, the regular algorithm
  /external/lldb/source/Interpreter/
CommandObjectRegexCommand.cpp 96 result.AppendErrorWithFormat ("Command contents '%s' failed to match any regular expression in the '%s' regex command.\n",
101 result.AppendError("empty command passed to regular expression command");
111 // Only add the regular expression if it compiles
  /external/llvm/lib/Support/
Regex.cpp 1 //===-- Regex.cpp - Regular Expression matcher implementation -------------===//
10 // This file implements a POSIX regular expression matcher.
180 // regular expression specification.
  /external/mesa3d/src/gallium/docs/source/cso/
sampler.rst 39 coordinate is computed. Then, regular CLAMP_TO_EDGE is applied to the coord.
41 coordinate is computed. Then, regular CLAMP_TO_BORDER is applied to the
44 computed. Then, regular CLAMP is applied to the coord.
  /external/proguard/src/proguard/classfile/attribute/visitor/
AttributeNameFilter.java 33 * only when the visited attribute has a name that that matches a given regular
47 * @param regularExpression the regular expression against which attribute
62 * @param regularExpression the regular expression against which attribute
  /frameworks/base/docs/html/design/tv/
style.jd 82 <li><strong>Browse Screen Title:</strong> Roboto Regular 44sp</li>
84 <li><strong>Details Content Titles:</strong> Roboto Regular 34sp</li>
85 <li><strong>Details Subtext:</strong> Roboto Regular 14sp</li>
  /frameworks/base/docs/html/training/efficient-downloads/
regular_updates.jd 1 page.title=Minimizing the Effect of Regular Updates
31 <p>The optimal frequency of regular updates will vary based on device state, network connectivity, user behavior, and explicit user preferences.</p>
102 <p>Alternatively, for transfers that are failure tolerant (such as regular updates), you can simply ignore failed connection and transfer attempts.</p>
  /libcore/luni/src/test/java/libcore/io/
MemoryTest.java 41 // Regular copy.
82 // Regular copy.
120 // Regular copy.

Completed in 825 milliseconds

<<21222324252627282930>>