HomeSort by relevance Sort by last modified time
    Searched full:regular (Results 126 - 150 of 2509) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/dexmaker/
README 12 It has a small, close-to-the-metal API. This API mirrors the Dalvik bytecode specification giving you tight control over the bytecode emitted. Code is generated instruction-by-instruction; you bring your own abstract syntax tree if you need one. And since it uses Dalvik's dx tool as a backend, you get efficient register allocation and regular/wide instruction selection for free.
  /external/e2fsprogs/lib/ext2fs/
valid_blk.c 30 * Only directories, regular files, and some symbolic links
  /external/expat/xmlwf/
unixfilemap.c 42 fprintf(stderr, "%s: not a regular file\n", name);
  /external/icu4c/test/intltest/
thcoll.h 48 * using regular and iterative comparison.
  /external/javasqlite/src/main/java/SQLite/
Function.java 34 * Callback for regular function.
  /external/javassist/sample/reflect/
Main.java 19 Compare this result with that of the regular execution without reflection:
  /external/jsr305/ri/src/main/java/javax/annotation/
Syntax.java 12 * or regular expression syntax. This can be used to provide syntax checking of
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
RegexCacheTest.java 22 * Unittests for LRU Cache for compiled regular expressions used by the libphonenumbers libary.
  /external/libvpx/vpx_scale/
yv12config.h 35 REG_YUV = 0, /* Regular yuv */
  /external/llvm/autoconf/m4/
sanity_check.m4 3 dnl output with a regular expression. If the output is non-empty, the program
  /external/llvm/projects/sample/autoconf/m4/
sanity_check.m4 3 dnl output with a regular expression. If the output is non-empty, the program
  /external/proguard/examples/annotations/examples/
NativeCallBack.java 19 * The -keep option regular ProGuard configuration will make sure it is
  /external/protobuf/java/src/test/java/com/google/protobuf/
LiteTest.java 57 // Since lite messages are a subset of regular messages, we can mostly
59 // tested by the regular tests. All this test really verifies is that
85 // implemented completely differently from the regular library. We
99 // different code path between lite and regular libraries, and as of this
  /external/qemu/
softmmu_outside_jit.c 15 * outside of JIT. The issue is that regular implementation of these routines
  /external/regex-re2/re2/
onepass.cc 8 // regular expression search with submatch tracking for
9 // what I call "one-pass regular expressions". (An alternate
10 // name might be "backtracking-free regular expressions".)
12 // One-pass regular expressions have the property that
29 // A simple intuition for identifying one-pass regular expressions
37 // But if we have a one-pass regular expression, there is no
41 // On a one-pass regular expression, the NFA code in nfa.cc
46 // One-pass regular expressions get used a lot when RE is
51 // "One-unambiguous regular languages", Information and Computation 142(2).
66 // non-determinism in an NFA for a one-pass regular expressio
    [all...]
  /external/valgrind/main/drd/tests/
recursive_mutex.c 2 * Note: locking a regular mutex twice causes a deadlock.
  /external/webkit/LayoutTests/fast/url/script-tests/
query.js 4 // Regular ASCII case in some different encodings.
  /external/webkit/Source/WebCore/manual-tests/autocorrection/
undo-autocorrection.html 17 <p><b>Test 2:</b> Type "the ". Set font to bold, then type "me". Set font to regular, then type "sage". After seeing the correction panel, type whitespace to accept the correction, then select undo. You should see the second word being reverted to "message" with "me" in bold font.</p>
  /external/webrtc/src/system_wrappers/interface/
rw_lock_wrapper.h 15 // these OSs regular critical sections have been used to approximate RW lock
  /frameworks/base/core/java/com/android/internal/util/
Predicate.java 23 * given regular expression.
  /frameworks/base/core/tests/overlaytests/
README 7 regular unit tests (triggered via development/testrunner/runtest.py)
  /frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
UiWatcher.java 21 * invoke checkForCondition() only when a regular API call is in retry mode because it is unable
  /packages/apps/KeyChain/support/src/com/android/keychain/tests/support/
IKeyChainServiceTestSupport.aidl 22 * KeyChainServiceTest which needs to run as a regular app user, but
  /packages/apps/Mms/tests/src/com/android/mms/util/
PhoneNumberComparisonTest.java 36 // test comparing one shortcode to a regular phone number
  /packages/providers/CalendarProvider/
Android.mk 34 # would dilute the coverage results. These options do not affect regular

Completed in 2583 milliseconds

1 2 3 4 56 7 8 91011>>