HomeSort by relevance Sort by last modified time
    Searched full:prefixed (Results 176 - 200 of 1108) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
config.py 230 prefixed = qn + "."
231 pflen = len(prefixed)
234 if existing[i][:pflen] == prefixed:
623 prefixed = name + "."
624 pflen = len(prefixed)
628 (existing[i][:pflen] == prefixed):
    [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tokenization/
test4.test 115 {"description":"Zero-prefixed hex numeric entity",
119 {"description":"Zero-prefixed decimal numeric entity",
  /external/dbus/cmake/dbus/
CMakeLists.txt 117 ### be underscore-prefixed)
149 ### should be underscore-prefixed but don't really need
  /external/dbus/dbus/
Makefile.am 203 ### be underscore-prefixed)
233 ### should be underscore-prefixed but don't really need
  /external/eigen/doc/
A10_Eigen2SupportModes.dox 54 There is also one more eigen2_-prefixed identifier that you should know about, even though its use is not checked at compile time by this mode: the dot() method. As was discussed above, over complex numbers, its meaning is different between Eigen 2 and Eigen 3. You can use eigen2_dot() to get the Eigen 2 behavior.
62 The eigen2_-prefixed identifiers are still available, but at this stage you should now replace them by Eigen 3 identifiers. Have a look at our page on \ref Eigen2ToEigen3 "API changes" between Eigen 2 and Eigen 3.
  /external/icu/icu4c/source/i18n/
affixpatternparser.h 233 * prefixed with an apostrophe ('). These special character sequences
242 * If these special characters are not prefixed with an apostrophe in
  /external/llvm/include/llvm/IR/
LLVMContext.h 153 /// The diagnostic message will be implicitly prefixed with a severity keyword
188 /// implicitly prefixed with "error: " and should not end with a ".".
  /libcore/ojluni/src/main/java/sun/security/util/
Debug.java 128 * print a message to stderr that is prefixed with the prefix
138 * print a blank line to stderr that is prefixed with the prefix.
  /packages/apps/Dialer/tests/src/com/android/dialer/dialpad/
SmartDialNameMatcherTest.java 202 // An 11 digit number prefixed with 1 should be matched by the 10 digit number, as well as
207 // An 11 digit number prefixed with +1 should be matched by the 10 digit number, as well as
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 65 prefixed = refactor.get_all_fix_names("myfixes", False)
67 self.assertEqual(prefixed, ["fix_" + name for name in contents])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 65 prefixed = refactor.get_all_fix_names("myfixes", False)
67 self.assertEqual(prefixed, ["fix_" + name for name in contents])
  /build/soong/common/
package_ctx.go 119 // list of present source paths prefixed with the supplied prefix. It may only
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
CatchHandlerList.java 58 * Get the human form of this instance, prefixed on each line
  /dalvik/dx/src/com/android/dx/dex/code/
CatchHandlerList.java 58 * Get the human form of this instance, prefixed on each line
  /external/antlr/antlr-3.4/runtime/C/doxygen/
atsections.dox 6 /// file, which are prefixed with the <b>\@</b> character. These sections cause the
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPRawTestCase.java 160 * Helper method to print a message prefixed by the current test name.
  /external/apache-xml/src/main/java/org/apache/xml/utils/
AttList.java 240 * @param qName The qualified (prefixed) name.
  /external/autotest/client/cros/
xmlrpc_server.py 60 The server will automagically look up all methods not prefixed with an
  /external/autotest/client/site_tests/peerd_HandlesNameConflicts/
peerd_HandlesNameConflicts.py 124 # They should be prefixed with our special name, since there are no
  /external/autotest/frontend/
db_router.py 31 `tko_`-prefixed tables to the global database. For all others this router will
  /external/c-ares/
ares_build.h.in 34 * prefixed, otherwise public name space would be polluted.
  /external/clang/docs/
ObjectiveCLiterals.rst 33 In Objective-C, any character, numeric or boolean literal prefixed with
150 boxed literals (this avoids conflicts with future ``'@'``-prefixed
198 A C string literal prefixed by the ``'@'`` token denotes an ``NSString``
199 literal in the same way a numeric literal prefixed by the ``'@'`` token
  /external/conscrypt/src/stub/java/com/android/org/conscrypt/
OpenSSLSocketImpl.java 262 * SSL_select_next_proto, "vector of 8-bit, length prefixed byte
  /external/conscrypt/src/stub/java/org/apache/harmony/xnet/xnet/provider/jsse/
OpenSSLSocketImpl.java 262 * SSL_select_next_proto, "vector of 8-bit, length prefixed byte
  /external/curl/docs/libcurl/
curl_getdate.3 42 abbreviations, numbers can be zero-prefixed and the year may use 2 or 4 digits.

Completed in 1293 milliseconds

1 2 3 4 5 6 78 91011>>