/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/ |
mixins.py | 41 # if there is no criteria, everything matches. 63 # if there is no criteria, everything matches. 88 # if there is no criteria, everything matches.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/setools/ |
mixins.py | 41 # if there is no criteria, everything matches. 63 # if there is no criteria, everything matches. 88 # if there is no criteria, everything matches.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_textwrap.py | 55 text = "Hello there, how are you this fine day? I'm glad to hear it!" 58 ["Hello there,", 65 ["Hello there, how are you this fine day?", 394 # there's more to it than this, but let's at least make 396 text = u"Hello there, how are you today?" 397 self.check_wrap(text, 50, [u"Hello there, how are you today?"]) 398 self.check_wrap(text, 20, [u"Hello there, how are", "you today?"]) 417 text = "Hello there -- you goof-ball, use the -b option!" 421 ["Hello", " ", "there", " ", "--", " ", "you", " ", "goof-", 559 text = "Hello there.\nHow are you?\nOh good, I'm glad. [all...] |
/external/libcxxabi/src/ |
private_typeinfo.cpp | 17 // there is a detected inconsistency in the type_info hierarchy during a 445 // There are two flavors of nodes which have the type dst_type: 451 // There is at least one path from the root (dynamic_ptr, dynamic_type) to 453 // There may be more than one such path (some public some not). Such a path may 457 // there is only one node with dynamic_type. And if dynamic_type == dst_type, 458 // then there is only one dst_type in the DAG. 470 // If there is exactly one dst_type of flavor 1, and 471 // If there is a public path from that dst_type to (static_ptr, static_type), or 472 // If there are 0 dst_types of flavor 2, and there is a public path fro [all...] |
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
private_typeinfo.cpp | 17 // there is a detected inconsistency in the type_info hierarchy during a 441 // There are two flavors of nodes which have the type dst_type: 447 // There is at least one path from the root (dynamic_ptr, dynamic_type) to 449 // There may be more than one such path (some public some not). Such a path may 453 // there is only one node with dynamic_type. And if dynamic_type == dst_type, 454 // then there is only one dst_type in the DAG. 466 // If there is exactly one dst_type of flavor 1, and 467 // If there is a public path from that dst_type to (static_ptr, static_type), or 468 // If there are 0 dst_types of flavor 2, and there is a public path fro [all...] |
/art/test/032-concrete-sub/src/ |
ConcreteSub2.java | 19 * will fail verification because there is no implementation of the
|
/art/test/138-duplicate-classes-check2/ |
run | 18 # reference to A, there's no class-def, so we don't detect a collision.
|
/bionic/libc/bionic/ |
dl_iterate_phdr_static.cpp | 47 // iterate over, since there's really only a single monolithic blob of 66 // There is no VDSO, so there's nowhere left to look. 83 // There's only the executable to try.
|
/cts/common/device-side/device-setup/tests/src/com/android/compatibility/common/devicesetup/ |
DeviceSetupTest.java | 23 // TODO(stuartscott): Add tests when there is something to test.
|
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/ |
TradefedTest.java | 23 // TODO(stuartscott): Add tests when there is something to test.
|
/cts/tests/signature-tests/src/android/signature/cts/tests/data/ |
FinalClass.java | 23 * JDiffClassDescription. That is why there is no implementation for
|
NormalInterface.java | 23 * JDiffClassDescription. That is why there is no implementation for
|
/cts/tests/tests/assist/res/values/ |
strings.xml | 17 <string name="welcome">Hello there!</string>
|
/cts/tests/tests/assist/testapp/res/values/ |
strings.xml | 17 <string name="welcome">Hello there!</string>
|
/cts/tests/tests/content/src/android/content/cts/ |
ContentUrisTest.java | 53 fail("There should be a NumberFormatException thrown out."); 63 fail("There should be a NullPointerException thrown out."); 84 fail("There should be a NullPointerException thrown out."); 108 fail("There should be a NullPointerException thrown out.");
|
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/ |
EventGapVerificationTest.java | 34 * Test that the verification passes when there are no results. 42 * Test that the verification passes when there are not missing events. 51 * Test that the verification passes when there are not missing events but some jitter. 60 * Test that the verification fails when there are missing events.
|
/cts/tests/tests/location/src/android/location/cts/ |
GeocoderTest.java | 47 // There is no guarantee that geocoder.getFromLocation returns accurate results 50 // Note: there is a risk this test will fail if device under test does not have 100 // There is no guarantee that geocoder.getFromLocationName returns accurate results. 103 // Note: there is a risk this test will fail if device under test does not have
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
doubleglobal.rs | 17 // This test the case where a kernel does not use a double but there is a global variable of type
|
/development/samples/NotePad/res/menu/ |
list_options_menu.xml | 9 <!-- If there is currently data in the clipboard, this adds a PASTE menu item to the menu
|
/development/samples/training/network-usage/ |
README.txt | 13 -- Detects when there is a change in the device's connection status and responds accordingly. For example, if
|
/device/asus/flo/sepolicy/ |
rmt.te | 30 # rmt_storage shuts itself down if there is an unknown value of ro.baseband
|
/device/generic/x86_64/ |
BoardConfig.mk | 22 # Disable emulator for "make dist" until there is a 64-bit qemu kernel
|
/external/android-mock/ |
regenerate_from_source.sh | 14 # I don't check if there is something on lib on purpose; that way, if
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/ |
AnchorPosition.java | 20 * Enumeration of possible anchor positions that a {@link com.androidplot.ui.widget.Widget} can use. There are a total
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
using.dox | 15 /// getting started. However there are a few things that you should note: 27 /// Within a grammar file there are a number of special sections you can add that cause the 33 /// C targeted grammar, but their use may well be subtly different. There are also additional sections 59 /// displayRecognitionError() as an example of where to start as there can be no really useful
|