/external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/ |
mathml_store_rules.js | 609 // Postfix Operator 611 'postfix', 'default.default', 612 '[n] children/*[1]; [t] "postfix"; [n] text() (pause 300)',
|
/external/chromium_org/third_party/brotli/src/brotli/dec/ |
decode.c | 958 int postfix; local 961 postfix = distance_code & distance_postfix_mask; 967 distance_postfix_bits) + postfix; [all...] |
/external/chromium_org/third_party/WebKit/Source/wtf/ |
HashTable.h | 177 // postfix ++ intentionally omitted 232 // postfix ++ intentionally omitted [all...] |
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/ |
fakeaudiocapturemodule.h | 34 // Note P postfix of a function indicates that it should only be called by the
|
/external/chromium_org/third_party/mesa/src/docs/OLD/ |
MESA_trace.spec | 358 * Revision 0.7 - Added MESA postfix (bk010126)
|
/external/chromium_org/third_party/sqlite/src/ext/fts3/ |
README.syntax | 117 it is ignored. It is possible to use both the '-' prefix and the '*' postfix
|
/external/chromium_org/v8/test/preparser/ |
strict-identifiers.pyt | 129 postfix_var = StrictTemplate("postfix-$opname-$id", """
|
/external/jsilver/src/com/google/streamhtmlparser/impl/ |
JavascriptParserImpl.java | 155 * operator is a postfix of the previous expression or a prefix of the
|
/external/mesa3d/docs/OLD/ |
MESA_trace.spec | 358 * Revision 0.7 - Added MESA postfix (bk010126)
|
/external/chromium_org/components/metrics/proto/ |
system_profile.proto | 25 // some additional postfix to provide clarification not available in the UA 39 // associated with the request; and including the postfix, may be more
|
/external/chromium_org/net/base/ |
sdch_manager.cc | 132 // See if it is indeed a postfix, or just an internal string. 134 // It is a postfix... so check to see if there's a dot in the prefix.
|
/external/chromium_org/third_party/WebKit/PerformanceTests/resources/ |
results-template.html | 320 var postfix = item.series.id ? ' (' + item.series.id + ')' : ''; 321 tooltip.html(item.datapoint[1].toPrecision(4) + postfix);
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
CheckedInt.h | 677 /** postfix ++ */ 692 /** postfix -- */
|
/external/protobuf/gtest/test/ |
gtest-param-test_test.cc | 150 // Verifies that the result of the postfix operator++ points to the value 156 // Verifies that prefix and postfix operator++() advance an iterator
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/ |
iterator_facade.hpp | 135 // iterators) need help with their postfix ++: the referenced 255 // A metafunction to choose the result type of postfix ++
|
/prebuilts/python/darwin-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'
|
/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'
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new_handlers_p2p.c | 807 /* SSID Postfix */ 962 char *postfix; local 967 postfix = os_strdup(entry.str_value); 968 if (!postfix) 972 wpa_s->conf->p2p_ssid_postfix = postfix; [all...] |
/external/clang/lib/Parse/ |
ParseExprCXX.cpp | 621 // 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...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
Frame.java | 338 * lists being merged, but the postfix of the resultant list
|
/external/chromium_org/chrome/browser/autocomplete/ |
autocomplete_match.h | 168 // like entity, personalized, profile or postfix.
|
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/ |
omnibox_popup_cell.mm | 313 // postfix suggestions are visible.
|
/external/clang/include/clang/AST/ |
OperationKinds.h | 331 UO_PostInc, UO_PostDec, // [C99 6.5.2.4] Postfix increment and decrement
|
/external/llvm/unittests/ADT/ |
SCCIteratorTest.cpp | 201 /// Postfix increment operator.
|