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

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToXMLSAXHandler.java 688 final boolean no_prefix = ((index = rawName.indexOf(":")) < 0);
689 String prefix = (no_prefix) ? "" : rawName.substring(0, index);
705 no_prefix ? "xmlns" : prefix, // local name
706 no_prefix ? "xmlns" : ("xmlns:"+ prefix), // qname
ToStream.java     [all...]
  /external/chromium_org/chrome/installer/util/
delete_after_reboot_helper_unittest.cc 27 std::wstring no_prefix; local
28 file_util::CreateNewTempDirectory(no_prefix, &temp_dir_);
  /external/chromium_org/third_party/lcov/contrib/galaxy/
genflat.pl 92 our $no_prefix; # If set, do not remove filename prefix
119 "no-prefix" => \$no_prefix,
267 if ($no_prefix)
284 $no_prefix=1;
340 if (!$no_prefix)
  /external/chromium_org/third_party/lcov-1.9/contrib/galaxy/
genflat.pl 92 our $no_prefix; # If set, do not remove filename prefix
119 "no-prefix" => \$no_prefix,
267 if ($no_prefix)
284 $no_prefix=1;
340 if (!$no_prefix)
  /dalvik/vm/compiler/codegen/x86/libenc/
encoder.h 171 no_prefix, enumerator in enum:InstrPrefix
584 ENCODER_DECLARE_EXPORT char * branch8(char * stream, ConditionCode cc, const Imm_Opnd & imm, InstrPrefix prefix = no_prefix);
587 ENCODER_DECLARE_EXPORT char * branch32(char * stream, ConditionCode cc, const Imm_Opnd & imm, InstrPrefix prefix = no_prefix);
590 //char * branch(char * stream, ConditionCode cc, const char * target, InstrPrefix prefix = no_prefix);
593 ENCODER_DECLARE_EXPORT char * branch(char * stream, ConditionCode cc, I_32 disp, InstrPrefix prefix = no_prefix);
enc_wrapper.h 131 no_prefix, enumerator in enum:InstrPrefix
encoder.inl 642 if (pref != no_prefix) {
657 if (pref != no_prefix) {
820 if (prefix != no_prefix) {
830 if (prefix != no_prefix) {
  /external/chromium_org/third_party/lcov/bin/
genhtml 206 our $no_prefix; # If set, do not remove filename prefix
269 "genhtml_no_prefix" => \$no_prefix,
294 "no-prefix" => \$no_prefix,
396 if ($no_prefix && defined($dir_prefix))
565 if ($no_prefix)
582 $no_prefix=1;
632 if (!$no_prefix && $dir_prefix)
782 if (!$no_prefix)
    [all...]
  /external/chromium_org/third_party/lcov-1.9/bin/
genhtml 261 our $no_prefix; # If set, do not remove filename prefix
331 "genhtml_no_prefix" => \$no_prefix,
366 "no-prefix" => \$no_prefix,
474 if ($no_prefix && defined($dir_prefix))
699 if ($no_prefix)
716 $no_prefix=1;
767 if (!$no_prefix && $dir_prefix)
905 if (!$no_prefix)
    [all...]
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags.py     [all...]
  /external/chromium_org/third_party/python_gflags/
gflags.py     [all...]

Completed in 1558 milliseconds