/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_bz2.py | 23 TEXT = 'root:x:0:0:root:/root:/bin/bash\nbin:x:1:1:bin:/bin:\ndaemon:x:2:2:daemon:/sbin:\nadm:x:3:4:adm:/var/adm:\nlp:x:4:7:lp:/var/spool/lpd:\nsync:x:5:0:sync:/sbin:/bin/sync\nshutdown:x:6:0:shutdown:/sbin:/sbin/shutdown\nhalt:x:7:0:halt:/sbin:/sbin/halt\nmail:x:8:12:mail:/var/spool/mail:\nnews:x:9:13:news:/var/spool/news:\nuucp:x:10:14:uucp:/var/spool/uucp:\noperator:x:11:0:operator:/root:\ngames:x:12:100:games:/usr/games:\ngopher:x:13:30:gopher:/usr/lib/gopher-data:\nftp:x:14:50:FTP User:/var/ftp:/bin/bash\nnobody:x:65534:65534:Nobody:/home:\npostfix:x:100:101:postfix:/var/spool/postfix:\nniemeyer:x:500:500::/home/niemeyer:/bin/bash\npostgres:x:101:102:PostgreSQL Server:/var/lib/pgsql:/bin/bash\nmysql:x:102:103:MySQL server:/var/lib/mysql:/bin/bash\nwww:x:103:104::/var/www:/bin/false\n'
|
/tools/test/connectivity/acts/framework/acts/ |
utils.py | 448 """Trim any prefix and postfix and return the android designation of the 465 # If not found, try trimming off prefix/postfix and look up again.
|
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/0.13.1514/ |
kotlin-stdlib-0.13.1514.jar | |
/external/clang/lib/Parse/ |
ParseExprCXX.cpp | 604 // followed by a postfix-expression suffix. [all...] |
/external/fio/ |
goptions.c | 828 const gchar *postfix[] = { "B", "KB", "MB", "GB", "PB", "TB", "" }; local 850 while (strlen(postfix[i])) { 851 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(g->combo), postfix[i]); [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
CompatibilityTest.java | [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
CompatibilityTest.java | [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
Frame.java | 338 * lists being merged, but the postfix of the resultant list
|
/external/clang/include/clang/AST/ |
OperationKinds.h | 331 UO_PostInc, UO_PostDec, // [C99 6.5.2.4] Postfix increment and decrement
|
/external/clang/lib/Format/ |
ContinuationIndenter.cpp | [all...] |
/external/google-breakpad/src/common/ |
module.h | 134 // A map from register names to postfix expressions that recover
|
/external/llvm/unittests/ADT/ |
SCCIteratorTest.cpp | 199 /// Postfix increment operator.
|
/external/pdfium/fpdfsdk/src/javascript/ |
PublicMethods.cpp | 1800 CFX_WideString prefix, postfix; local [all...] |
/external/pdfium/third_party/bigint/ |
BigUnsigned.hh | 234 * and postfix behave the same. */
|
BigUnsigned.cc | 677 // Postfix increment: same as prefix 697 // Postfix decrement: same as prefix
|
/external/selinux/secilc/docs/ |
cil_reference_guide.md | 181 CIL expressions use the [prefix](http://www.cs.man.ac.uk/~pjj/cs212/fix.html) or Polish notation and may be nested (note that the kernel policy language uses postfix or reverse Polish notation). The syntax is as follows, where the parenthesis are part of the syntax:
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new_handlers_p2p.c | 1035 char *postfix; local 1040 postfix = os_strdup(entry.str_value); 1041 if (!postfix) 1045 wpa_s->conf->p2p_ssid_postfix = postfix; [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
concept_checks.h | 351 // TODO, add unary operators (prefix and postfix)
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
concept_checks.h | 351 // TODO, add unary operators (prefix and postfix)
|
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/0.12.613/ |
kotlin-stdlib-0.12.613.jar | |
/external/clang/utils/ |
FindSpecRefs | 51 ('6.5.2 Postfix operators', '69'), 353 ('5.2 Postfix expressions', '85'), [all...] |
/external/google-breakpad/src/testing/gtest/test/ |
gtest-param-test_test.cc | 209 // Verifies that the result of the postfix operator++ points to the value 215 // Verifies that prefix and postfix operator++() advance an iterator [all...] |
/external/gtest/test/ |
gtest-param-test_test.cc | 209 // Verifies that the result of the postfix operator++ points to the value 215 // Verifies that prefix and postfix operator++() advance an iterator [all...] |
/external/opencv3/3rdparty/jinja2/ |
parser.py | 665 # calls are valid both after postfix expressions (getattr 680 # calls are valid both after postfix expressions (getattr [all...] |
/external/protobuf/gtest/test/ |
gtest-param-test_test.cc | 209 // Verifies that the result of the postfix operator++ points to the value 215 // Verifies that prefix and postfix operator++() advance an iterator
|