HomeSort by relevance Sort by last modified time
    Searched refs:from (Results 276 - 300 of 20035) sorted by null

<<11121314151617181920>>

  /external/valgrind/helgrind/tests/
tc08_hbl2.stderr.exp 3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
tc11_XCHG.stderr.exp 3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
tc24_nonzero_sem.stderr.exp 3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
StrSegment.java 31 public int from; field in class:StrSegment
64 * @param from The start position
67 public StrSegment(String str, int from, int to) {
69 this.from = from;
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/
db.py 19 # from this software without specific prior written permission.
38 # it just simply imports everything from _db.
45 # import _pybsddb binary as it should be the more recent version from
48 from _pybsddb import *
49 from _pybsddb import __version__
51 from _bsddb import *
52 from _bsddb import __version__
56 exec("from ._pybsddb import *")
57 exec("from ._pybsddb import __version__")
59 exec("from ._bsddb import *"
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/
db.py 19 # from this software without specific prior written permission.
38 # it just simply imports everything from _db.
45 # import _pybsddb binary as it should be the more recent version from
48 from _pybsddb import *
49 from _pybsddb import __version__
51 from _bsddb import *
52 from _bsddb import __version__
56 exec("from ._pybsddb import *")
57 exec("from ._pybsddb import __version__")
59 exec("from ._bsddb import *"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
db.py 19 # from this software without specific prior written permission.
38 # it just simply imports everything from _db.
45 # import _pybsddb binary as it should be the more recent version from
48 from _pybsddb import *
49 from _pybsddb import __version__
51 from _bsddb import *
52 from _bsddb import __version__
56 exec("from ._pybsddb import *")
57 exec("from ._pybsddb import __version__")
59 exec("from ._bsddb import *"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
db.py 19 # from this software without specific prior written permission.
38 # it just simply imports everything from _db.
45 # import _pybsddb binary as it should be the more recent version from
48 from _pybsddb import *
49 from _pybsddb import __version__
51 from _bsddb import *
52 from _bsddb import __version__
56 exec("from ._pybsddb import *")
57 exec("from ._pybsddb import __version__")
59 exec("from ._bsddb import *"
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68k-coff/
p2430.s 1 # This differs from p2430a.s (the customer's actual source file) only
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
__init__.py 25 Further information is available in the bundled documentation, and from
58 from .result import TestResult
59 from .case import (TestCase, FunctionTestCase, SkipTest, skip, skipIf,
61 from .suite import BaseTestSuite, TestSuite
62 from .loader import (TestLoader, defaultTestLoader, makeSuite, getTestCaseNames,
64 from .main import TestProgram, main
65 from .runner import TextTestRunner, TextTestResult
66 from .signals import installHandler, registerResult, removeResult, removeHandler
  /external/jsilver/src/com/google/streamhtmlparser/impl/
StateTableTransition.java 22 * Holds one state transition as derived from a Python configuration
32 * state to go from A to B for any character that is either 1,2,3 or in
38 private final InternalState from; field in class:StateTableTransition
50 return String.format("Expression: %s; From: %s; To: %s",
51 expression, from, to);
54 StateTableTransition(String expression, InternalState from,
58 Preconditions.checkNotNull(from);
61 this.from = from;
70 return from;
    [all...]
  /external/llvm/bindings/python/llvm/tests/
test_bitreader.py 0 from .base import TestBase
2 from ..core import OpCode
3 from ..core import MemoryBuffer
4 from ..core import PassRegistry
5 from ..core import Context
6 from ..core import Module
7 from ..bit_reader import parse_bitcode
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/
__init__.py 25 Further information is available in the bundled documentation, and from
58 from .result import TestResult
59 from .case import (TestCase, FunctionTestCase, SkipTest, skip, skipIf,
61 from .suite import BaseTestSuite, TestSuite
62 from .loader import (TestLoader, defaultTestLoader, makeSuite, getTestCaseNames,
64 from .main import TestProgram, main
65 from .runner import TextTestRunner, TextTestResult
66 from .signals import installHandler, registerResult, removeResult, removeHandler
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/
__init__.py 25 Further information is available in the bundled documentation, and from
58 from .result import TestResult
59 from .case import (TestCase, FunctionTestCase, SkipTest, skip, skipIf,
61 from .suite import BaseTestSuite, TestSuite
62 from .loader import (TestLoader, defaultTestLoader, makeSuite, getTestCaseNames,
64 from .main import TestProgram, main
65 from .runner import TextTestRunner, TextTestResult
66 from .signals import installHandler, registerResult, removeResult, removeHandler
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
__init__.py 25 Further information is available in the bundled documentation, and from
58 from .result import TestResult
59 from .case import (TestCase, FunctionTestCase, SkipTest, skip, skipIf,
61 from .suite import BaseTestSuite, TestSuite
62 from .loader import (TestLoader, defaultTestLoader, makeSuite, getTestCaseNames,
64 from .main import TestProgram, main
65 from .runner import TextTestRunner, TextTestResult
66 from .signals import installHandler, registerResult, removeResult, removeHandler
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
__init__.py 25 Further information is available in the bundled documentation, and from
58 from .result import TestResult
59 from .case import (TestCase, FunctionTestCase, SkipTest, skip, skipIf,
61 from .suite import BaseTestSuite, TestSuite
62 from .loader import (TestLoader, defaultTestLoader, makeSuite, getTestCaseNames,
64 from .main import TestProgram, main
65 from .runner import TextTestRunner, TextTestResult
66 from .signals import installHandler, registerResult, removeResult, removeHandler
  /toolchain/binutils/binutils-2.25/bfd/
elf-linux-psinfo.h 52 /* Helper macro to swap (properly handling endianess) things from the
56 Note that FROM should be a pointer, and TO should be the explicit
59 #define LINUX_PRPSINFO32_SWAP_FIELDS(abfd, from, to) \
62 H_PUT_8 (abfd, from->pr_state, &to.pr_state); \
63 H_PUT_8 (abfd, from->pr_sname, &to.pr_sname); \
64 H_PUT_8 (abfd, from->pr_zomb, &to.pr_zomb); \
65 H_PUT_8 (abfd, from->pr_nice, &to.pr_nice); \
66 H_PUT_32 (abfd, from->pr_flag, to.pr_flag); \
67 H_PUT_16 (abfd, from->pr_uid, to.pr_uid); \
68 H_PUT_16 (abfd, from->pr_gid, to.pr_gid);
    [all...]
  /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) {}
63 SSSS(const float& from): bv(from) { }
71 SSSS(const float& from): bv(from) { }
    [all...]
  /external/compiler-rt/test/asan/TestCases/
strcat_strict.c 14 void test1(char *to, int to_size, char *from) {
16 char* r = strcat(to + to_size, from);
19 void test2(char *to, int to_size, char *from) {
22 char* r = strcat(to, from);
29 char *from = (char*)malloc(from_size); local
30 memset(from, 'z', from_size);
31 from[from_size - 1] = '\0';
33 if (!strcmp(argv[1], "test1")) test1(to, to_size, from);
37 if (!strcmp(argv[1], "test2")) test2(to, to_size, from);
42 free(from);
    [all...]
strncat_strict.c 14 void test1(char *to, int to_size, char *from) {
16 char* r = strncat(to + to_size, from, 2);
19 void test2(char *to, int to_size, char *from) {
22 char* r = strncat(to, from, 1);
29 char *from = (char*)malloc(from_size); local
30 memset(from, 'z', from_size);
31 from[from_size - 1] = '\0';
33 if (!strcmp(argv[1], "test1")) test1(to, to_size, from);
37 if (!strcmp(argv[1], "test2")) test2(to, to_size, from);
42 free(from);
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/story/
__init__.py 5 from py_utils import cloud_storage # pylint: disable=import-error
7 from telemetry.story.shared_state import SharedState
8 from telemetry.story.story import Story
9 from telemetry.story.story_filter import StoryFilter
10 from telemetry.story.story_set import StorySet
  /external/tpm2/
Unique.c 1 // This file was extracted from the TCG Published
31 const char *from = notReallyUnique; local
36 *from != 0 && retVal < bSize;
39 *b++ = *from++;
47 *from != 0 && retVal < bSize;
50 *b-- = *from++;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
new.py 6 from warnings import warnpy3k
11 from types import ClassType as classobj
12 from types import FunctionType as function
13 from types import InstanceType as instance
14 from types import MethodType as instancemethod
15 from types import ModuleType as module
17 from types import CodeType as code
  /external/libgsm/src/
debug.c 21 void gsm_debug_words P4( (name, from, to, ptr),
23 int from,
29 fprintf( stderr, "%s [%d .. %d]: ", name, from, to );
30 while (from <= to) {
31 fprintf(stderr, "%d ", ptr[ from ] );
32 from++;
35 if (from < to) putc('\n', stderr);
41 void gsm_debug_longwords P4( (name, from, to, ptr),
43 int from,
49 fprintf( stderr, "%s [%d .. %d]: ", name, from, to )
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
new.py 6 from warnings import warnpy3k
11 from types import ClassType as classobj
12 from types import FunctionType as function
13 from types import InstanceType as instance
14 from types import MethodType as instancemethod
15 from types import ModuleType as module
17 from types import CodeType as code

Completed in 964 milliseconds

<<11121314151617181920>>