HomeSort by relevance Sort by last modified time
    Searched refs:existent (Results 1 - 15 of 15) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
Resolver.h 42 * - existent, if true, the info is existent
47 bool existent; member in struct:mcld::Resolver::Result
64 /// @return is the symbol existent?
71 pResult.existent = false;
  /external/valgrind/main/none/tests/
shell.stdout.exp 5 Execute a non-existent file
6 Execute a non-existent file (2)
  /external/chromium_org/v8/test/mjsunit/
dictionary-properties.js 7 // Test loading existent and nonexistent properties from dictionary
unicode-test.js     [all...]
  /frameworks/compile/mclinker/lib/LD/
NamePool.cpp 55 /// @return is the symbol existent?
93 pResult.existent = false;
98 // existent, remember its attribute
108 pResult.existent = true;
  /frameworks/compile/mclinker/unittests/
NamePoolTest.cpp 118 EXPECT_NE(result1.existent, result2.existent);
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 476 // resolved_result is a triple <resolved_info, existent, override>
492 // into output symbol table. So, we let the existent false.
493 resolved_result.existent = false;
515 if (!resolved_result.existent || !has_output_sym) {
567 // resolved_result is a triple <resolved_info, existent, override>
576 if (resolved_result.overriden || !resolved_result.existent)
587 if (!resolved_result.existent) {
634 assert(!result.existent);
739 // Result is <info, existent, override>
749 if (!result.existent || !has_output_sym)
    [all...]
  /external/chromium_org/chrome/tools/
webforms_aggregator_unittests.py 280 """Verify that the crawler won't find a non existent reg page
285 msg='Crawler found a non existent reg page of "%s"' % self.url1)
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jsevalcontext.js 164 * error. (This can occur if a non-existent value was requested).
  /external/chromium_org/third_party/jstemplate/
jsevalcontext.js 165 * error. (This can occur if a non-existent value was requested).
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 139 if (!result.existent || !has_output_sym) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
doctest.py 838 considered to belong to the (non-existent) module, so all containe
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
doctest.py 838 considered to belong to the (non-existent) module, so all containe
    [all...]
  /external/pcre/dist/
pcre_compile.c 467 "reference to non-existent subpattern\0"
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 797 milliseconds