/external/chromium_org/third_party/openssl/openssl/crypto/ |
ex_data.c | 156 int (*cb_get_new_index)(int class_index, long argl, void *argp, 160 int (*cb_new_ex_data)(int class_index, void *obj, 163 int (*cb_dup_ex_data)(int class_index, CRYPTO_EX_DATA *to, 166 void (*cb_free_ex_data)(int class_index, void *obj, 180 static int int_get_new_index(int class_index, long argl, void *argp, 183 static int int_new_ex_data(int class_index, void *obj, 185 static int int_dup_ex_data(int class_index, CRYPTO_EX_DATA *to, 187 static void int_free_ex_data(int class_index, void *obj, 236 * of CRYPTO_EX_DATA_FUNCS plus a index-counter. The 'class_index' is the global 239 int class_index; member in struct:st_ex_class_item [all...] |
crypto.h | 395 /* Get a new "ex_data" class, and return the corresponding "class_index" */ 398 int CRYPTO_get_ex_new_index(int class_index, long argl, void *argp, 403 int CRYPTO_new_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad); 404 int CRYPTO_dup_ex_data(int class_index, CRYPTO_EX_DATA *to, 406 void CRYPTO_free_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad);
|
/external/openssl/crypto/ |
ex_data.c | 156 int (*cb_get_new_index)(int class_index, long argl, void *argp, 160 int (*cb_new_ex_data)(int class_index, void *obj, 163 int (*cb_dup_ex_data)(int class_index, CRYPTO_EX_DATA *to, 166 void (*cb_free_ex_data)(int class_index, void *obj, 180 static int int_get_new_index(int class_index, long argl, void *argp, 183 static int int_new_ex_data(int class_index, void *obj, 185 static int int_dup_ex_data(int class_index, CRYPTO_EX_DATA *to, 187 static void int_free_ex_data(int class_index, void *obj, 236 * of CRYPTO_EX_DATA_FUNCS plus a index-counter. The 'class_index' is the global 239 int class_index; member in struct:st_ex_class_item [all...] |
crypto.h | 395 /* Get a new "ex_data" class, and return the corresponding "class_index" */ 398 int CRYPTO_get_ex_new_index(int class_index, long argl, void *argp, 403 int CRYPTO_new_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad); 404 int CRYPTO_dup_ex_data(int class_index, CRYPTO_EX_DATA *to, 406 void CRYPTO_free_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad);
|
/external/emma/core/java12/com/vladium/jcd/cls/constant/ |
CONSTANT_Fieldref_info.java | 18 * to fields. The class_index item of a CONSTANT_Fieldref_info or a 36 public CONSTANT_Fieldref_info (final int class_index, final int name_and_type_index) 38 super (class_index, name_and_type_index); 55 return "CONSTANT_Fieldref: [class_index = " + m_class_index + ", name_and_type_index = " + m_name_and_type_index + ']';
|
CONSTANT_InterfaceMethodref_info.java | 18 * to interface methods. The class_index item of a CONSTANT_InterfaceMethodref_info 35 public CONSTANT_InterfaceMethodref_info (final int class_index, final int name_and_type_index) 37 super (class_index, name_and_type_index); 54 return "CONSTANT_InterfaceMethodref: [class_index = " + m_class_index + ", name_and_type_index = " + m_name_and_type_index + ']';
|
CONSTANT_Methodref_info.java | 18 * to class methods. The class_index item of a {@link CONSTANT_Fieldref_info} or 35 public CONSTANT_Methodref_info (final int class_index, final int name_and_type_index) 37 super (class_index, name_and_type_index); 55 return "CONSTANT_Methodref_info: [class_index = " + m_class_index + ", name_and_type_index = " + m_name_and_type_index + ']';
|
CONSTANT_ref_info.java | 22 * The value of the class_index item must be a valid index into the constant pool 27 * The class_index item of a {@link CONSTANT_Fieldref_info} or a {@link CONSTANT_Methodref_info} 28 * structure must be a class type, not an interface type. The class_index item of 69 protected CONSTANT_ref_info (final int class_index, final int name_and_type_index) 71 m_class_index = class_index;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_pair_regalloc.c | 283 int class_index; local 299 class_index = find_class(classes, writemask, 3); 300 if (class_index < 0) { 303 c = classes[class_index]; 379 class_index = find_class(classes, writemask, 382 if (class_index > -1) { 383 return classes[class_index].Class; 562 unsigned int class_index; local 566 class_index = variable_get_class(var_ptr->Item, rc_class_list); 570 if (!rc_class_list[class_index].Used) [all...] |
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_pair_regalloc.c | 283 int class_index; local 299 class_index = find_class(classes, writemask, 3); 300 if (class_index < 0) { 303 c = classes[class_index]; 379 class_index = find_class(classes, writemask, 382 if (class_index > -1) { 383 return classes[class_index].Class; 562 unsigned int class_index; local 566 class_index = variable_get_class(var_ptr->Item, rc_class_list); 570 if (!rc_class_list[class_index].Used) [all...] |
/external/javassist/src/main/javassist/bytecode/ |
EnclosingMethodAttribute.java | 78 * Returns the value of <code>class_index</code>. 92 * Returns the name of the class specified by <code>class_index</code>.
|
ConstPool.java | 237 * Reads the <code>class_index</code> field of the 265 * Reads the <code>class_index</code> field of the 275 * Reads the <code>class_index</code> field of the 279 * @return the name of the class at that <code>class_index</code>. 342 * Reads the <code>class_index</code> field of the 352 * Reads the <code>class_index</code> field of the 356 * @return the name of the class at that <code>class_index</code>. 421 * Reads the <code>class_index</code> field of the 432 * Reads the <code>class_index</code> field of the 436 * @return the name of the class at that <code>class_index</code> [all...] |
ClassFileWriter.java | 603 * @param classInfo <code>class_index</code> 617 * @param classInfo <code>class_index</code> 632 * @param classInfo <code>class_index</code>
|
/external/emma/core/java12/com/vladium/jcd/cls/attribute/ |
InnerClassesAttribute_info.java | 29 public boolean makesClassNested (final int class_index, final int [] nestedAccessFlags) 31 if (class_index > 0) 39 if (info.m_inner_class_index == class_index)
|
/external/proguard/src/proguard/classfile/util/ |
DynamicMemberReferenceInitializer.java | 63 public static final int CLASS_INDEX = InstructionSequenceMatcher.X; 166 new ConstantInstruction(InstructionConstants.OP_LDC, CLASS_INDEX), 174 // new ConstantInstruction(InstructionConstants.OP_LDC, CLASS_INDEX), 183 // new ConstantInstruction(InstructionConstants.OP_LDC, CLASS_INDEX), 196 // new ConstantInstruction(InstructionConstants.OP_LDC, CLASS_INDEX), 213 new ConstantInstruction(InstructionConstants.OP_LDC, CLASS_INDEX), 223 new ConstantInstruction(InstructionConstants.OP_LDC, CLASS_INDEX), 237 new ConstantInstruction(InstructionConstants.OP_LDC, CLASS_INDEX), 256 new ConstantInstruction(InstructionConstants.OP_LDC, CLASS_INDEX), 264 new ConstantInstruction(InstructionConstants.OP_LDC, CLASS_INDEX), [all...] |
/art/compiler/dex/quick/ |
dex_file_method_inliner.cc | 577 uint32_t* class_index = &cache->class_indexes[index]; local 578 if (*class_index != kIndexUnresolved) { 579 return *class_index; 584 *class_index = kIndexNotFound; 585 return *class_index; 591 *class_index = kIndexNotFound; 592 return *class_index; 594 *class_index = dex_file->GetIndexForTypeId(*type_id); 595 return *class_index; [all...] |
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
crypto.h | 395 /* Get a new "ex_data" class, and return the corresponding "class_index" */ 398 int CRYPTO_get_ex_new_index(int class_index, long argl, void *argp, 403 int CRYPTO_new_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad); 404 int CRYPTO_dup_ex_data(int class_index, CRYPTO_EX_DATA *to, 406 void CRYPTO_free_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad);
|
/external/openssl/include/openssl/ |
crypto.h | 395 /* Get a new "ex_data" class, and return the corresponding "class_index" */ 398 int CRYPTO_get_ex_new_index(int class_index, long argl, void *argp, 403 int CRYPTO_new_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad); 404 int CRYPTO_dup_ex_data(int class_index, CRYPTO_EX_DATA *to, 406 void CRYPTO_free_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad);
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
partition.h | 62 // all elements are not assigned to a class (i.e class_index = -1).
|
/external/chromium_org/third_party/libusb/src/libusb/os/ |
windows_usb.c | 1345 size_t class_index = 0; local [all...] |
/external/emma/core/java12/com/vladium/emma/instr/ |
InstrVisitor.java | 228 final int class_index = cls.addClassref (classJVMName); local 234 m_registerMethodrefIndex = constants.add (new CONSTANT_Methodref_info (class_index, nametype_index)); [all...] |
/external/libsepol/src/ |
policydb.c | 843 static int class_index(hashtab_key_t key, hashtab_datum_t datum, void *datap) function 945 common_index, class_index, role_index, type_index, user_index, 976 if (hashtab_map(p->p_classes.table, class_index, p)) [all...] |
/prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/ |
xalan-2.6.0.jar | |
/external/owasp/sanitizer/tools/findbugs/lib/ |
bcel.jar | |
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/ |
bcel-2.0.1.jar | |