/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
imports.c | 361 /* regular number */ 396 /* regular */ 450 /* regular */
|
/external/chromium_org/third_party/opus/src/include/ |
opus_custom.h | 59 * reference implementation which uses a distinct API from the regular 77 * The Opus Custom API is similar to the regular API but the 85 * Similar to regular Opus the custom modes support on the fly frame size
|
/external/chromium_org/tools/checkdeps/ |
builddeps.py | 49 section named specific_include_rules that is a hash map of regular 53 associated with different regular expressions is applied is arbitrary. 91 # component of path) matches a given regular expression.
|
/external/clang/lib/Driver/ |
Compilation.cpp | 218 // able to remove), or non-regular files. Underlying tools may have 224 // Failure is only failure if the file exists and is "regular". We checked 225 // for it being regular before, and llvm::sys::fs::remove ignores ENOENT,
|
/external/guava/guava-tests/test/com/google/common/collect/ |
ContiguousSetTest.java | 89 ContiguousSet<Integer> regular = Ranges.closed(1, 3).asSet(integers()); local 90 assertTrue(regular instanceof RegularContiguousSet); 91 reserializeAndAssert(regular);
|
/external/icu4c/i18n/ |
regexcst.txt | 10 # ICU Regular Expression Parser State Table 12 # This state table is used when reading and parsing a regular expression pattern 453 # back to generic regular expression parsing.
|
/external/jsilver/src/com/google/clearsilver/jsilver/autoescape/ |
AutoEscapeContext.java | 205 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.REGULAR, true, null); 209 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.REGULAR, false, null); 387 case REGULAR:
|
/external/llvm/test/Transforms/ObjCARC/ |
ensure-that-exception-unwind-path-is-visited.ll | 23 @"\01L_OBJC_CLASSLIST_REFERENCES_$_" = internal global %struct._class_t* @"OBJC_CLASS_$_NSObject", section "__DATA, __objc_classrefs, regular, no_dead_strip", align 8 30 @"\01L_OBJC_CLASSLIST_REFERENCES_$_1" = internal global %struct._class_t* @"OBJC_CLASS_$_NSException", section "__DATA, __objc_classrefs, regular, no_dead_strip", align 8 149 !35 = metadata !{i32 1, metadata !"Objective-C Image Info Section", metadata !"__DATA, __objc_imageinfo, regular, no_dead_strip"}
|
/external/mesa3d/src/mesa/main/ |
imports.c | 361 /* regular number */ 396 /* regular */ 450 /* regular */
|
/external/zlib/src/contrib/untgz/ |
untgz.c | 42 #define REGTYPE '0' /* regular file */ 43 #define AREGTYPE '\0' /* regular file */ 286 /* match regular expression */
|
/libcore/luni/src/main/java/java/nio/ |
FileChannelImpl.java | 238 // EINVAL can be thrown if we're dealing with non-regular 374 // Although sendfile(2) originally supported writing to a regular file. 377 // If our source is a regular file, mmap(2) rather than reading.
|
/ndk/sources/host-tools/nawk-20071023/ |
lex.c | 499 void startreg(void) /* next call to yylex will return a regular expression */ 518 SYNTAX( "newline in regular expression %.10s...", buf ); 530 SYNTAX("non-terminated regular expression %.10s...", buf);
|
/external/chromium_org/components/autofill/core/browser/ |
autofill_profile_unittest.cc | 663 // Expect regular |GetInfo| returns the first element. 692 // Expect regular |GetInfo| returns empty value. 705 // Expect regular |GetInfo| returns the first element. 734 // Expect regular |GetInfo| returns empty value. 747 // Expect regular |GetInfo| returns the first element. 776 // Expect regular |GetInfo| returns empty value. [all...] |
/external/chromium/chrome/browser/policy/proto/ |
device_management_backend.proto | 11 // Meta-settings that control how a user receives regular settings 14 // regular settings.
|
/external/chromium/chrome/browser/resources/ |
new_new_tab.html | 243 <command id="apps-launch-type-regular" i18n-values=".label:applaunchtyperegular" 258 <button command="#apps-launch-type-regular" launch-type="1"></button>
|
/external/chromium/net/proxy/ |
proxy_script_fetcher_impl_unittest.cc | 264 { // Make sure we can still fetch regular URLs. 299 { // Make sure we can still fetch regular URLs.
|
/external/chromium_org/ash/wm/caption_buttons/ |
alternate_frame_size_button_unittest.cc | 328 // regular icons. 360 // regular icons.
|
/external/chromium_org/chrome/browser/extensions/api/content_settings/ |
content_settings_store.cc | 190 // TODO(bauerb): Implement regular-only content settings. 213 // TODO(bauerb): Implement regular-only content settings.
|
/external/chromium_org/chrome/browser/net/spdyproxy/ |
data_reduction_proxy_settings_android.cc | 279 // are matched by regular expression. Host bypasses are handled outside 280 // of the PAC file using the regular proxy bypass list configs.
|
/external/chromium_org/chrome/browser/thumbnails/ |
simple_thumbnail_crop.cc | 228 // weird PlatformCanvas one insetad of a regular one. To get a 229 // regular refcounted bitmap, we need to copy it.
|
/external/chromium_org/chrome/test/functional/media/ |
media_jerky.py | 50 # Regular expression for extracting jerkiness percentage. Sample line: 55 # Regular expression for extracting computed fps. Sample line:
|
/external/chromium_org/chrome_frame/test/ |
mock_ie_event_sink_actions.h | 267 // not supported, so |character_code| is limited to the regular expression 275 // not supported, so |character_codes| is limited to the regular expression
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
BindingManager.java | 115 * The constructor is private to hide parameters exposed for testing from the regular consumer. 244 * sure that this is called after the regular strong binding is attached for the foreground
|
BrowserStartupController.java | 101 // - 1: The regular New Tab Page 103 // - 1: A regular incognito tab
|
/external/chromium_org/net/disk_cache/ |
stress_cache.cc | 13 // A regular build should never crash. 14 // To test that the disk cache doesn't generate critical errors with regular
|