HomeSort by relevance Sort by last modified time
    Searched full:postfix (Results 126 - 150 of 281) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium/net/base/
sdch_manager.cc 121 // See if it is indeed a postfix, or just an internal string.
123 // It is a postfix... so check to see if there's a dot in the prefix.
  /external/chromium_org/net/base/
sdch_manager.cc 125 // See if it is indeed a postfix, or just an internal string.
127 // 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/core/html/canvas/
CheckedInt.h 677 /** postfix ++ */
692 /** postfix -- */
  /external/chromium_org/tools/telemetry/support/html_output/
results-template.html 295 var postfix = item.series.id ? ' (' + item.series.id + ')' : '';
296 tooltip.html(item.datapoint[1].toPrecision(4) + 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
  /frameworks/base/wifi/java/android/net/wifi/
WifiNative.java 604 public boolean setP2pSsidPostfix(String postfix) {
605 return doBooleanCommand("SET p2p_ssid_postfix " + postfix);
  /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 */
952 char *postfix; local
957 postfix = os_strdup(entry.str_value);
958 if (!postfix)
962 wpa_s->conf->p2p_ssid_postfix = postfix;
    [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp 585 // followed by a postfix-expression suffix.
    [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 328 UO_PostInc, UO_PostDec, // [C99 6.5.2.4] Postfix increment and decrement
  /external/llvm/unittests/ADT/
SCCIteratorTest.cpp 201 /// Postfix increment operator.
  /external/stlport/stlport/stl/
concept_checks.h 351 // TODO, add unary operators (prefix and postfix)
  /ndk/sources/cxx-stl/stlport/stlport/stl/
concept_checks.h 351 // TODO, add unary operators (prefix and postfix)
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
concept_checks.h 351 // TODO, add unary operators (prefix and postfix)
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
concept_checks.h 351 // TODO, add unary operators (prefix and postfix)
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
concept_checks.h 351 // TODO, add unary operators (prefix and postfix)
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
concept_checks.h 351 // TODO, add unary operators (prefix and postfix)
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
concept_checks.h 351 // TODO, add unary operators (prefix and postfix)
  /external/chromium/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/chromium_org/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/chromium_org/third_party/jinja2/
parser.py 665 # calls are valid both after postfix expressions (getattr
680 # calls are valid both after postfix expressions (getattr
    [all...]

Completed in 806 milliseconds

1 2 3 4 56 7 8 91011>>