/external/libxml2/include/libxml/ |
xmlregexp.h | 2 * Summary: regular expressions handling 3 * Description: basic API for libxml regular expressions handling used 25 * A libxml regular expression, they can actually be far more complex 34 * A libxml progressive regular expression evaluation context 65 * @exec: the regular expression context 111 * Formal regular expression handling
|
/external/llvm/docs/CommandGuide/ |
llvm-extract.rst | 39 **--rfunc** *function-regular-expr* 41 Extract the function(s) matching *function-regular-expr* from the LLVM bitcode. 42 All functions matching the regular expression will be extracted. May be 50 **--rglob** *glob-regular-expr* 52 Extract the global variable(s) matching *global-regular-expr* from the LLVM 53 bitcode. All global variables matching the regular expression will be
|
/frameworks/base/data/fonts/ |
system_fonts.xml | 8 support: regular, bold, italic and bold-italic. If less than four styles are listed, then 30 <file>Roboto-Regular.ttf</file> 62 <file>RobotoCondensed-Regular.ttf</file> 112 <file>NotoSerif-Regular.ttf</file> 165 <file>DancingScript-Regular.ttf</file> 175 <file>CarroisGothicSC-Regular.ttf</file>
|
/external/chromium_org/content/browser/frame_host/ |
render_frame_host_factory.h | 26 // or a regular RenderFrameHostImpl if no factory is registered. 58 // regular RenderFrameHostImpls will be created. 63 // regular RenderFrameHostImpls.
|
/external/chromium_org/content/renderer/media/ |
test_response_generator.h | 33 // Generates a regular HTTP 200 response. 36 // Generates a regular HTTP 206 response starting from |first_byte_offset| 45 // Generates a regular HTTP 404 response.
|
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/ |
ExtensionRegistryLite.java | 41 * {@code ExtensionRegistryLite}. Similarly, if all your types are regular 43 * make sense to mix the two, since if you have any regular types in your 45 * the lite runtime, so you might as well make all your types be regular types. 47 * where one uses lite types and one uses regular), you may find yourself 59 * lite regular lite ExtensionRegistry 60 * regular regular regular ExtensionRegistry 64 * Note that just as regular types are not allowed to contain lite-type fields, 66 * regular types must be fully accessible via reflection, which in turn mean [all...] |
/external/chromium_org/third_party/re2/doc/ |
mksyntaxhtml | 25 <title>RE2 regular expression syntax reference</title> 28 <h1>RE2 regular expression syntax reference</h1> 31 <tr><td colspan=2>This page lists the regular expression syntax accepted by RE2.</td></tr>
|
mksyntaxwiki | 20 #summary I define UNIX as ?30 definitions of regular expressions living under one roof.? ?Don Knuth 27 <tr><td colspan="2">This page lists the regular expression syntax accepted by RE2.</td></tr>
|
/external/chromium_org/v8/test/webkit/ |
regexp-compile-crash-expected.txt | 30 PASS /[/ threw exception SyntaxError: Invalid regular expression: missing /. 31 PASS /[a/ threw exception SyntaxError: Invalid regular expression: missing /. 32 PASS /[-/ threw exception SyntaxError: Invalid regular expression: missing /.
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
ExtensionRegistryLite.java | 41 * {@code ExtensionRegistryLite}. Similarly, if all your types are regular 43 * make sense to mix the two, since if you have any regular types in your 45 * the lite runtime, so you might as well make all your types be regular types. 47 * where one uses lite types and one uses regular), you may find yourself 59 * lite regular lite ExtensionRegistry 60 * regular regular regular ExtensionRegistry 64 * Note that just as regular types are not allowed to contain lite-type fields, 66 * regular types must be fully accessible via reflection, which in turn mean [all...] |
/external/regex-re2/doc/ |
mksyntaxhtml | 25 <title>RE2 regular expression syntax reference</title> 28 <h1>RE2 regular expression syntax reference</h1> 31 <tr><td colspan=2>This page lists the regular expression syntax accepted by RE2.</td></tr>
|
/external/chromium_org/base/allocator/ |
type_profiler_control.h | 24 // regular use.
|
/external/chromium_org/content/browser/device_sensors/ |
data_fetcher_shared_memory_base.h | 22 // polling thread to fetch data at regular intervals. 26 // regular intervals. Returns true if the relevant sensors could 44 // Fetcher runs on a separate thread calling |Fetch()| at regular intervals. 61 // at regular intervals.
|
/external/chromium_org/content/test/data/accessibility/ |
aria-pressed.html | 12 <div tabindex=0 role="button">Regular button</div>
|
/external/chromium_org/third_party/libvpx/ |
WATCHLISTS | 8 # IMPORTANT: The regular expression filepath is tested against each path using
|
/external/clang/test/Modules/ |
modulemap-locations.m | 4 // regular
|
/external/clang/test/SemaCXX/ |
short-wchar-sign.cpp | 6 // Check that short wchar_t is unsigned, and that regular wchar_t is not.
|
/external/llvm/test/Transforms/GlobalDCE/ |
global_ctors.ll | 11 define internal void @_GLOBAL__I_a() #1 section "__TEXT,__StaticInit,regular,pure_instructions" {
|
/frameworks/base/docs/downloads/design/ |
Roboto_Hinted_20111129.zip | |
Roboto_Hinted_20120823.zip | |
/ndk/tests/device/test-basic-exceptions/ |
README | 2 even if you are not using a regular C++ STL. No <stdexcept> required.
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
rangeobject.h | 11 returns regular lists. */
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
rangeobject.h | 11 returns regular lists. */
|
/external/llvm/test/CodeGen/X86/ |
load-slice.ll | 2 ; RUN: llc -mtriple x86_64-apple-macosx -mcpu=corei7-avx < %s -o - | FileCheck %s --check-prefix=REGULAR 33 ; Same for REGULAR, we eliminate register bank copy with each slices. 34 ; REGULAR-LABEL: t1: 36 ; REGULAR: vmovss 64([[BASE:[^)]+]]), [[OUT_Real:%xmm[0-9]+]] 38 ; REGULAR-NEXT: vaddss ([[BASE]]), [[OUT_Real]], [[RES_Real:%xmm[0-9]+]] 40 ; REGULAR-NEXT: vmovss 68([[BASE]]), [[OUT_Imm:%xmm[0-9]+]] 42 ; REGULAR-NEXT: vaddss 4([[BASE]]), [[OUT_Imm]], [[RES_Imm:%xmm[0-9]+]] 44 ; REGULAR-NEXT: vinsertps $16, [[RES_Imm]], [[RES_Real]], [[RES_Vec:%xmm[0-9]+]] 46 ; REGULAR-NEXT: vmovq [[RES_Vec]], ([[BASE]]) 98 ; For the REGULAR heuristic, this is not profitable to slice things that are no [all...] |
/external/chromium_org/chrome/browser/metrics/variations/ |
variations_request_scheduler.cc | 17 // Time between regular seed fetches, in hours. 30 // Reset the regular timer to avoid it triggering soon after.
|