/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
errcode.h | 26 #define E_TOODEEP 20 /* Too many indentation levels */
|
/external/autotest/client/common_lib/ |
host_protections.py | 11 # IF THIS IS NOT DONE HOSTS' PROTECTION LEVELS WILL BE CHANGED RANDOMLY.
|
/external/autotest/server/site_tests/network_WiFi_WMM/ |
network_WiFi_WMM.py | 12 """Test that we can handle different QoS levels."""
|
/external/autotest/server/site_tests/power_BrightnessResetAfterReboot/ |
control | 25 -Device not able to change brightness to min and max levels.
|
/external/autotest/test_suites/ |
control.wifi_atten_perf | 7 PURPOSE = "Measure WiFi part performance across signal levels."
|
/external/boringssl/src/crypto/x509v3/ |
pcy_tree.c | 112 curr = tree->levels + tree->nlevel; 116 BIO_printf(err, "Printing Up to Level %ld\n", curr - tree->levels); 117 for (plev = tree->levels; plev != curr; plev++) { 119 plev - tree->levels, plev->flags); 234 tree->levels = OPENSSL_malloc(sizeof(X509_POLICY_LEVEL) * n); 240 if (!tree->levels) { 245 OPENSSL_memset(tree->levels, 0, n * sizeof(X509_POLICY_LEVEL)); 249 level = tree->levels; 529 if (curr == tree->levels) { 573 curr = tree->levels + tree->nlevel - 1 [all...] |
/external/conscrypt/benchmark-graphs/src/main/resources/json/templates/ |
SslEngineBenchmark.json | 17 // go up the tree 3 levels
|
/external/curl/docs/ |
mk-ca-bundle.1 | 67 .IP "-p [purposes]:[levels]" 68 list of Mozilla trust purposes and levels for certificates to include in output. 70 separated list of levels. The default is to include all certificates trusted 83 Valid trust levels are:
|
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
esextcTessellationShaderIsolines.hpp | 42 * Make sure that both inner tessellation levels and the third and the fourth 43 * outer tessellation levels do not affect the tessellation process. 50 * in regard to the first two outer tessellation levels for isolines 56 * the 3rd and the 4th outer tessellation levels are ignored,
|
/external/freetype/src/bdf/ |
README | 65 2 (four gray levels), 4 (16 gray levels), and 8 (256 gray levels). The 67 per pixel (using 4, 16, and 256 gray levels, respectively).
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
TestFailureRecovery.java | 116 byte[] levels = new byte[] {6,5,4}; 118 bidi.setPara("abc", (byte)5, levels); 119 errln("setPara did not fail when called with bad levels"); 121 logln("OK: Got exception for setPara(..., levels) as expected: "
|
/external/icu/icu4c/source/test/cintltst/ |
cbiditst.h | 71 const UBiDiLevel *levels; member in struct:__anon21537
|
/external/ipsec-tools/ |
main.c | 213 static int levels[6] = { local 219 __android_log_vprint(levels[level], "racoon", format, ap); 222 static char *levels = "EWNIDV"; 223 fprintf(stderr, "%c: ", levels[level]);
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/ |
AccessSpecifier.java | 25 * Access specifier. Represents one of the possible levels of
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/ |
AccessSpecifier.java | 25 * Access specifier. Represents one of the possible levels of
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/ |
AccessSpecifier.java | 25 * Access specifier. Represents one of the possible levels of
|
/external/kernel-headers/original/uapi/asm-generic/ |
termios.h | 6 * varying levels of bug fixes on top. Usually it's a good idea
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
sgidefs.h | 23 * Definitions for the ISA levels
|
/external/libxml2/test/c14n/1-1-without-comments/ |
xmlbase-prop-3.xml | 6 if one of intermediate the levels (ietf:e1) are absent from the document
|
xmlbase-prop-4.xml | 6 if several intermediate levels (ietf:e1 and ietf:e11) are absent from
|
/external/llvm/test/CodeGen/Thumb2/ |
2010-03-15-AsmCCClobber.ll | 21 define void @test(%s1* %this, i32 %format, i32 %w, i32 %h, i32 %levels, i32* %s, i8* %data, i32* nocapture %rowbytes, void (i8*, i8*)* %release, i8* %info) nounwind { 26 store i32 %levels, i32* %tmp12, align 4 50 %tmp26 = icmp eq i32 %levels, 0 60 %exitcond = icmp eq i32 %tmp28, %levels
|
/external/ltp/testcases/kernel/syscalls/syslog/ |
syslog07 | 33 # The format of the tests is the same, all levels of # 35 # o Send syslog messages at all levels and see whether # 52 tst_resm TINFO " o Send syslog messages at all levels and see whether" 96 # Call syslogtst. It will send the messages of all levels.
|
/external/ltp/tools/pounder21/build_scripts/ |
ltp | 25 # Go up two levels to the top ltp dir.
|
/external/mesa3d/src/compiler/glsl/glcpp/tests/ |
142-defined-within-macro.c | 63 /* Multiple levels of macro resulting in defined */
|
/external/okhttp/okhttp-logging-interceptor/ |
README.md | 24 **Warning**: The logs generated by this interceptor when using the `HEADERS` or `BODY` levels has
|