HomeSort by relevance Sort by last modified time
    Searched refs:extract (Results 251 - 275 of 592) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vertex.h 74 tnl_extract_func extract; member in struct:tnl_format_info
94 /* Extract a named attribute from a hardware vertex. Will have to
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
LocalVariableExtractor.java 42 * @param method {@code non-null;} the method to extract from
45 public static LocalVariableInfo extract(RopMethod method) { method in class:LocalVariableExtractor
51 * Constructs an instance. This method is private. Use {@link #extract}.
53 * @param method {@code non-null;} the method to extract from
  /external/icu4c/common/
uset_props.cpp 135 return pat.extract(result, resultCapacity, *ec);
  /external/icu4c/samples/break/
break.cpp 19 s.extract(0, s.length(), charBuf, sizeof(charBuf)-1, 0);
  /external/icu4c/test/intltest/
dadrcal.cpp 117 testSetting.extract(0, testSetting.length(), toCalLoc, (const char*)0);
374 testSetting.extract(0, testSetting.length(), toCalLoc, (const char*)0);
397 locale.extract(0, locale.length(), fromCalLoc, (const char*)0); // default codepage. Invariant codepage doesn't have '@'!
467 testSetting.extract(0, testSetting.length(), testType, "");
469 errln("Unable to extract 'Type'. Skipping..");
dcfmtest.cpp 113 // Buffer size is len+1 so that s.extract() will nul-terminate the string.
114 s.extract(0, len, buf.getAlias(), len+1, US_INV);
135 int32_t requiredCapacity = s.extract(0, len, buf.getAlias(), capacity) + 1;
139 s.extract(0, len, buf.getAlias(), capacity);
341 expectedType.extract(0, 1, expectedTypeC, 2, US_INV);
ustrtest.cpp 102 test1.extract(0, 15, temp);
108 errln("extract() failed: expected \"" + expectedValue + "\"\n,got \"" + test2 + "\"");
251 int32_t length8=from16.extract(0, 0x7fffffff, buffer, (uint32_t)sizeof(buffer));
253 errln("UnicodeString::extract(char * U_CHARSET_IS_UTF8) failed");
255 length8=from16.extract(1, 2, buffer, (uint32_t)sizeof(buffer));
257 errln("UnicodeString::extract(substring to char * U_CHARSET_IS_UTF8) failed");
473 test1.extract(11, 12, test2);
474 test1.extract(11, 12, test3);
475 if (test1.extract(11, 12, test4) != 12 || test4[12] != 0) {
476 errln("UnicodeString.extract(char *) failed to return the correct size of destination buffer.")
    [all...]
  /external/llvm/include/llvm/CodeGen/
LiveIntervalUnion.h 90 void extract(LiveInterval &VirtReg);
  /external/llvm/lib/DebugInfo/
DWARFDebugInfoEntry.h 54 /// Extract a debug info entry for a given compile unit from the
58 bool extract(const DWARFCompileUnit *CU, uint32_t *OffsetPtr);
  /external/mesa3d/src/mesa/tnl/
t_vertex.h 74 tnl_extract_func extract; member in struct:tnl_format_info
94 /* Extract a named attribute from a hardware vertex. Will have to
  /external/chromium_org/third_party/icu/source/test/intltest/
ustrtest.cpp 100 test1.extract(0, 15, temp);
106 errln("extract() failed: expected \"" + expectedValue + "\"\n,got \"" + test2 + "\"");
249 int32_t length8=from16.extract(0, 0x7fffffff, buffer, (uint32_t)sizeof(buffer));
251 errln("UnicodeString::extract(char * U_CHARSET_IS_UTF8) failed");
253 length8=from16.extract(1, 2, buffer, (uint32_t)sizeof(buffer));
255 errln("UnicodeString::extract(substring to char * U_CHARSET_IS_UTF8) failed");
471 test1.extract(11, 12, test2);
472 test1.extract(11, 12, test3);
473 if (test1.extract(11, 12, test4) != 12 || test4[12] != 0) {
474 errln("UnicodeString.extract(char *) failed to return the correct size of destination buffer.")
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_CHECK_CAST.S 28 GET_INST_OPCODE(ip) @ extract opcode from rINST
OP_IGET_WIDE.S 47 GET_INST_OPCODE(ip) @ extract opcode from rINST
OP_IPUT.S 47 GET_INST_OPCODE(ip) @ extract opcode from rINST
OP_IPUT_OBJECT.S 48 GET_INST_OPCODE(ip) @ extract opcode from rINST
OP_IPUT_WIDE.S 39 GET_INST_OPCODE(r10) @ extract opcode from rINST
OP_SGET_WIDE.S 27 GET_INST_OPCODE(ip) @ extract opcode from rINST
OP_SPUT_OBJECT.S 24 GET_INST_OPCODE(ip) @ extract opcode from rINST
OP_SPUT_WIDE.S 21 GET_INST_OPCODE(r10) @ extract opcode from rINST
  /dalvik/vm/mterp/armv6t2/
OP_IPUT_WIDE.S 37 GET_INST_OPCODE(ip) @ extract opcode from rINST
  /dalvik/vm/mterp/mips/
OP_APUT_OBJECT.S 30 GET_INST_OPCODE(t0) # extract opcode from rINST
OP_CHECK_CAST.S 28 GET_INST_OPCODE(t0) # extract opcode from rINST
OP_IGET_WIDE.S 46 GET_INST_OPCODE(t0) # extract opcode from rINST
OP_INSTANCE_OF.S 46 GET_INST_OPCODE(t0) # extract opcode from rINST
OP_IPUT_OBJECT.S 45 GET_INST_OPCODE(t0) # extract opcode from rINST

Completed in 698 milliseconds

<<11121314151617181920>>