HomeSort by relevance Sort by last modified time
    Searched refs:from (Results 1 - 25 of 4907) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/Python/antlr3/
__init__.py 12 correct module names by concatenating all files from the package into a single
29 Each recognizer pulls its input from one of the stream classes below. Streams
35 - ANTLRStringStream: Reads from a string objects. The input should be a unicode
39 - ANTLRInputStream: Reads the date from a file-like object, with optional
50 And tree.TreeParser finally fetches its input from a tree.TreeNodeStream:
128 # derived from this software without specific prior written permission.
147 from constants import *
148 from dfa import *
149 from exceptions import *
150 from recognizers import
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
__init__.py 15 # contributors may be used to endorse or promote products derived from
32 from factory import get
34 from test import unit_test_filesystem
  /bionic/libc/string/
strcpy.c 16 * may be used to endorse or promote products derived from this software
35 strcpy(char *to, const char *from)
39 for (; (*to = *from) != '\0'; ++from, ++to);
  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
__init__.py 5 from .bugzilla import Bugzilla, parse_bug_id, parse_bug_id_from_changelog
7 from .bug import Bug
8 from .attachment import Attachment
  /external/llvm/utils/llvm-build/llvmbuild/
__init__.py 0 from main import main
  /external/webkit/Tools/QueueStatusServer/handlers/
__init__.py 3 from handlers.updatebase import UpdateBase
  /external/webkit/Tools/QueueStatusServer/model/
__init__.py 3 from model.svnrevision import SVNRevision
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
char16_t_length.pass.cpp 14 // int length(stateT& state, const externT* from, const externT* from_end, size_t max) const;
26 const char from[] = "some text"; local
27 assert(f.length(mbs, from, from+10, 0) == 0);
28 assert(f.length(mbs, from, from+10, 8) == 8);
29 assert(f.length(mbs, from, from+10, 9) == 9);
30 assert(f.length(mbs, from, from+10, 10) == 10)
    [all...]
char32_t_length.pass.cpp 14 // int length(stateT& state, const externT* from, const externT* from_end, size_t max) const;
26 const char from[] = "some text"; local
27 assert(f.length(mbs, from, from+10, 0) == 0);
28 assert(f.length(mbs, from, from+10, 8) == 8);
29 assert(f.length(mbs, from, from+10, 9) == 9);
30 assert(f.length(mbs, from, from+10, 10) == 10)
    [all...]
char_length.pass.cpp 14 // int length(stateT& state, const externT* from, const externT* from_end, size_t max) const;
26 const char from[10]= {0}; local
27 assert(f.length(mbs, from, from+10, 0) == 0);
28 assert(f.length(mbs, from, from+10, 9) == 9);
29 assert(f.length(mbs, from, from+10, 10) == 10);
30 assert(f.length(mbs, from, from+10, 11) == 10)
    [all...]
wchar_t_length.pass.cpp 14 // int length(stateT& state, const externT* from, const externT* from_end, size_t max) const;
26 const char* from = "123467890"; local
27 assert(f.length(mbs, from, from+10, 0) == 0);
28 assert(f.length(mbs, from, from+10, 9) == 9);
29 assert(f.length(mbs, from, from+10, 10) == 10);
30 assert(f.length(mbs, from, from+10, 11) == 10)
    [all...]
  /external/smack/src/org/jivesoftware/smackx/
MessageEventNotificationListener.java 36 * @param from the user that sent the notification.
39 public void deliveredNotification(String from, String packetID);
44 * @param from the user that sent the notification.
47 public void displayedNotification(String from, String packetID);
53 * @param from the user that sent the notification.
56 public void composingNotification(String from, String packetID);
61 * @param from the user that sent the notification.
64 public void offlineNotification(String from, String packetID);
70 * @param from the user that sent the notification.
73 public void cancelledNotification(String from, String packetID)
    [all...]
  /ndk/tests/build/test-gnustl-chrono/jni/
hanoi.c 3 void hanoi(int from, int to, int mid, int n, void (*callback)(int, int)) {
5 callback(from, to);
7 hanoi(from, mid, to, n - 1, callback);
8 callback(from, to);
9 hanoi(mid, to, from, n - 1, callback);
  /external/clang/test/CodeGenCXX/
mangle-local-class-names.cpp 16 SSSS( const float& from): bv(from) { }
27 SSSS( const float& from) {}
40 SSSS( const float& from): bv(from) { }
51 SSSS( const float& from) {}
  /external/smack/src/org/jivesoftware/smack/filter/
FromContainsFilter.java 26 * Filters for packets where the "from" field contains a specified value.
32 private String from; field in class:FromContainsFilter
35 * Creates a "from" contains filter using the "from" field part.
37 * @param from the from field value the packet must contain.
39 public FromContainsFilter(String from) {
40 if (from == null) {
43 this.from = from.toLowerCase()
    [all...]
  /external/harfbuzz_ng/test/shaping/
hb-diff-ngrams 3 from hb_test_tools import *
hb-diff-stat 3 from hb_test_tools import *
hb-unicode-decode 3 from hb_test_tools import *
hb-unicode-encode 3 from hb_test_tools import *
  /external/valgrind/main/drd/tests/
omp_matinv_racy.stderr.exp 1 ERROR SUMMARY: 76 errors from 7 contexts
omp_prime_racy.stderr.exp 1 ERROR SUMMARY: 3 errors from 3 contexts
pth_barrier.stderr.exp 1 ERROR SUMMARY: 1 errors from 1 contexts
pth_once.stderr.exp 1 ERROR SUMMARY: 0 errors from 0 contexts
tc05_simple_race.stderr.exp 1 ERROR SUMMARY: 2 errors from 2 contexts
tc06_two_races.stderr.exp 1 ERROR SUMMARY: 4 errors from 4 contexts

Completed in 696 milliseconds

1 2 3 4 5 6 7 8 91011>>