HomeSort by relevance Sort by last modified time
    Searched full:const_string (Results 26 - 50 of 90) sorted by null

12 3 4

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/const_string/d/
T_const_string_5.d 16 .class public dot.junit.opcodes.const_string.d.T_const_string_5
T_const_string_5.dfh 1 // Processing 'dalvik-opcodes/out/classes_dasm/dot/junit/opcodes/const_string/d/T_const_string_5.dex'...
2 // Opened 'dalvik-opcodes/out/classes_dasm/dot/junit/opcodes/const_string/d/T_const_string_5.dex', DEX version '035'
57 // parsed: offset 120, len 4: [2] string_data_off: 303 (0x00012f) "Ldot/junit/opcodes/const_string/d/T_const_string_5;"
73 // parsed: offset 148, len 4: [0] descriptor_idx: 2 (0x000002) "Ldot/junit/opcodes/const_string/d/T_const_string_5;"
106 // class_idx: 0 "Ldot/junit/opcodes/const_string/d/T_const_string_5;"
116 // CODE_ITEM for "dot.junit.opcodes.const_string.d.T_const_string_5.<init>"
136 // CODE_ITEM for "dot.junit.opcodes.const_string.d.T_const_string_5.run"
163 // parsed: offset 303, len 53: TYPE_STRING_DATA_ITEM [2] "Ldot/junit/opcodes/const_string/d/T_const_string_5;"
177 // CLASS_DATA_ITEM for class [0] "Ldot/junit/opcodes/const_string/d/T_const_string_5;"
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/
global_typedef.hpp 19 #define BOOST_TEST_L( s ) boost::unit_test::const_string( s, sizeof( s ) - 1 )
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
compiler_log_formatter.ipp 47 const_string
51 ? const_string( framework::current_test_case().p_name.get() )
175 compiler_log_formatter::log_entry_value( std::ostream& output, const_string value )
199 compiler_log_formatter::print_prefix( std::ostream& output, const_string file, std::size_t line )
unit_test_parameters.ipp 76 static fixed_mapping<const_string,unit_test::log_level,case_ins_less<char const> > log_level_name(
106 fixed_mapping<const_string,unit_test::report_level,case_ins_less<char const> > report_level_name (
129 fixed_mapping<const_string,unit_test::output_format,case_ins_less<char const> > output_format_name (
177 fixed_mapping<const_string,const_string> parameter_2_env_var(
214 retrieve_parameter( const_string parameter_name, cla::parser const& s_cla_parser, T const& default_value = T(), T const& optional_value = T() )
367 const_string
377 const_string
xml_log_formatter.ipp 42 static const_string tu_type_name( test_unit const& tu )
153 xml_log_formatter::log_entry_value( std::ostream& ostr, const_string value )
debug.ipp 119 using unit_test::const_string;
202 const_string binary_name() const { return m_binary_name; }
203 const_string binary_path() const { return m_binary_path; }
208 const_string m_binary_name;
209 const_string m_binary_path;
306 typedef unit_test::const_string str_t;
334 copy_arg( mbuffer& dest, const_string arg )
421 unit_test::const_string pid_str( pid_buff );
645 const_string dbg_list = BOOST_TEST_STRINGIZE( BOOST_TEST_DBG_LIST );
653 if( dbg_list.find( pi.binary_name() ) != const_string::npos
    [all...]
test_tools.ipp 118 const_string file_name, std::size_t line_num,
401 is_defined_impl( const_string symbol_name, const_string symbol_value )
441 output_test_stream::output_test_stream( const_string pattern_file_name, bool match_or_save, bool text_or_binary )
504 output_test_stream::is_equal( const_string arg, bool flush_stream )
508 result_type res( const_string( m_pimpl->m_synced_string ) == arg );
xml_report_formatter.ipp 58 const_string descr;
  /dalvik/vm/compiler/codegen/x86/
LowerConst.cpp 40 //! LOWER bytecode CONST_STRING without usage of helper function
153 //! lower bytecode CONST_STRING
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
Instruction20bc.java 80 if(opcode == Opcode.CONST_STRING && getReferencedItem().getIndex() > 0xFFFF) {
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
config.hpp 60 typedef unit_test::const_string cstring;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
test_tools.hpp 307 typedef unit_test::const_string const_string; typedef in namespace:boost::test_tools
480 const_string file_name, std::size_t line_num,
505 const_string file_name, std::size_t line_num, \
703 bool BOOST_TEST_DECL is_defined_impl( const_string symbol_name, const_string symbol_value );
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.def 330 DEF_RTL_EXPR(CONST_STRING, "const_string", "s", RTX_OBJ)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.def 330 DEF_RTL_EXPR(CONST_STRING, "const_string", "s", RTX_OBJ)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.def 330 DEF_RTL_EXPR(CONST_STRING, "const_string", "s", RTX_OBJ)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.def 330 DEF_RTL_EXPR(CONST_STRING, "const_string", "s", RTX_OBJ)
    [all...]
  /external/javassist/src/main/javassist/bytecode/
InstructionPrinter.java 265 case ConstPool.CONST_String:
  /dalvik/dx/src/com/android/dx/dex/code/
RopToDop.java 73 // Opcodes.CONST_STRING
251 * into either CONST_STRING or CONST_CLASS.
578 return Dops.CONST_STRING;
Dops.java 170 public static final Dop CONST_STRING =
171 new Dop(Opcodes.CONST_STRING, Opcodes.CONST_STRING,
175 new Dop(Opcodes.CONST_STRING_JUMBO, Opcodes.CONST_STRING,
    [all...]
OutputFinisher.java 508 * Don't break out for const_string to generate jumbo version
512 guess.getOpcode() != Opcodes.CONST_STRING) {
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
RopToDop.java 74 // Opcodes.CONST_STRING
252 * into either CONST_STRING or CONST_CLASS.
579 return Dops.CONST_STRING;
Dops.java 173 public static final Dop CONST_STRING =
174 new Dop(Opcodes.CONST_STRING, Opcodes.CONST_STRING,
178 new Dop(Opcodes.CONST_STRING_JUMBO, Opcodes.CONST_STRING,
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
Dops.java 167 public static final Dop CONST_STRING =
168 new Dop(DalvOps.CONST_STRING, DalvOps.CONST_STRING,
172 new Dop(DalvOps.CONST_STRING_JUMBO, DalvOps.CONST_STRING,
    [all...]
RopToDop.java 80 * into either CONST_STRING or CONST_CLASS.
407 return Dops.CONST_STRING;

Completed in 398 milliseconds

12 3 4