/frameworks/base/core/java/android/text/ |
Emoji.java | 52 // keep them as emoji modifier bases since there are fonts and user-generated text out there 53 // that treats these as potential emoji bases.
|
/prebuilts/ndk/r10/sources/cxx-stl/gabi++/include/ |
cxxabi.h | 68 // Typeinfo for classes with no bases. 130 // Typeinfo for classes with bases that do not satisfy the
|
/art/runtime/interpreter/mterp/ |
mterp.h | 21 * Mterp assembly handler bases
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
mystrtoul.c | 16 /* Static overflow check values for bases 2 through 36.
21 0, /* bases 0 and 1 are invalid */
60 /* maximum digits that can't ever overflow for bases 2 through 36,
191 /* catch silly bases */
|
errors.c | 586 PyObject *bases = NULL;
local 610 bases = base;
612 Py_INCREF(bases);
614 bases = PyTuple_Pack(1, base);
615 if (bases == NULL)
620 dot+1, bases, dict);
622 Py_XDECREF(bases);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
mystrtoul.c | 16 /* Static overflow check values for bases 2 through 36.
21 0, /* bases 0 and 1 are invalid */
60 /* maximum digits that can't ever overflow for bases 2 through 36,
191 /* catch silly bases */
|
errors.c | 564 PyObject *bases = NULL;
local 588 bases = base;
590 Py_INCREF(bases);
592 bases = PyTuple_Pack(1, base);
593 if (bases == NULL)
598 dot+1, bases, dict);
600 Py_XDECREF(bases);
|
/device/linaro/bootloader/edk2/MdePkg/Library/PeiMemoryLib/ |
MemLib.c | 2 Base Memory Library functions implementation bases on PeiServcie.
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiMemoryLib/ |
MemLib.c | 2 Base Memory Library functions implementation bases on Uefi Boot Service.
|
/external/clang/test/CodeGenCXX/ |
sanitize-dtor-vtable.cpp | 36 // Since no virtual bases, poison vtable ptr here.
|
virtual-destructor-calls.cpp | 16 // Complete dtor: just an alias because there are no virtual bases.
|
/external/llvm/tools/llvm-pdbdump/ |
ClassDefinitionDumper.cpp | 41 auto Bases = Class.findAllChildren<PDBSymbolTypeBaseClass>(); 42 if (Bases->getChildCount() > 0) { 47 while (auto Base = Bases->getNext()) { 53 if (++BaseIndex < Bases->getChildCount()) {
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/configs/en-US/ |
en-US_lh0_sg.txt | 1 # collection of en-US lh0 siggen knowledge bases
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/configs/fr-FR/ |
fr-FR_ta.txt | 1 # collection of fr-FR textana knowledge bases
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
FakeTestsZipFolderTest.java | 49 // covering bases
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
abc.py | 86 def __new__(mcls, name, bases, namespace):
87 cls = super(ABCMeta, mcls).__new__(mcls, name, bases, namespace)
92 for base in bases:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
abc.py | 86 def __new__(mcls, name, bases, namespace):
87 cls = super(ABCMeta, mcls).__new__(mcls, name, bases, namespace)
92 for base in bases:
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
abc.py | 86 def __new__(mcls, name, bases, namespace): 87 cls = super(ABCMeta, mcls).__new__(mcls, name, bases, namespace) 92 for base in bases:
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
abc.py | 86 def __new__(mcls, name, bases, namespace): 87 cls = super(ABCMeta, mcls).__new__(mcls, name, bases, namespace) 92 for base in bases:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
abc.py | 86 def __new__(mcls, name, bases, namespace): 87 cls = super(ABCMeta, mcls).__new__(mcls, name, bases, namespace) 92 for base in bases:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
abc.py | 86 def __new__(mcls, name, bases, namespace): 87 cls = super(ABCMeta, mcls).__new__(mcls, name, bases, namespace) 92 for base in bases:
|
/external/clang/lib/AST/ |
VTableBuilder.cpp | 346 // Traverse our bases. 347 for (const auto &B : RD->bases()) { 383 for (const auto &B : RD->bases()) { 386 // Ignore bases that don't have any virtual member functions. 555 /// VisitedVirtualBases - Visited virtual bases. 654 // We only want to add vcall offsets for virtual bases. 720 // And iterate over all non-virtual bases (ignoring the primary base). 721 for (const auto &B : RD->bases()) { 745 for (const auto &B : RD->bases()) { 774 /// primary bases [all...] |
/external/nanopb-c/generator/google/protobuf/ |
service_reflection.py | 64 def __init__(cls, name, bases, dictionary): 70 bases: Base classes of the class being constructed. 94 def __init__(cls, name, bases, dictionary): 99 bases: Base classes of the class being constructed. 104 super(GeneratedServiceStubType, cls).__init__(name, bases, dictionary)
|
/external/protobuf/python/google/protobuf/ |
service_reflection.py | 64 def __init__(cls, name, bases, dictionary): 70 bases: Base classes of the class being constructed. 94 def __init__(cls, name, bases, dictionary): 99 bases: Base classes of the class being constructed. 104 super(GeneratedServiceStubType, cls).__init__(name, bases, dictionary)
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ |
Primes.java | 137 * Run several iterations of the Miller-Rabin algorithm with randomly-chosen bases. This is an 145 * the source of randomness to use to choose bases. 147 * the number of randomly-chosen bases to perform the test for. 263 * Run several iterations of the Miller-Rabin algorithm with randomly-chosen bases. 268 * the source of randomness to use to choose bases. 270 * the number of randomly-chosen bases to perform the test for. 271 * @return <code>false</code> if any witness to compositeness is found amongst the chosen bases
|