| /external/icu/icu4c/source/samples/msgfmt/ |
| util.cpp | 57 // int32_t bufLen = str.extract(0, len, buf); // Preflight 63 actualLen = str.extract(0, len, buf/*, bufLen*/); // Default codepage conversion
|
| /external/icu/icu4c/source/samples/translit/ |
| util.cpp | 57 // int32_t bufLen = str.extract(0, len, buf); // Preflight 63 actualLen = str.extract(0, len, buf/*, bufLen*/); // Default codepage conversion
|
| /external/llvm/include/llvm/DebugInfo/DWARF/ |
| DWARFDebugAbbrev.h | 31 bool extract(DataExtractor Data, uint32_t *OffsetPtr); 54 void extract(DataExtractor Data);
|
| /external/llvm/test/CodeGen/AArch64/ |
| machine-copy-prop.ll | 43 %vld2_lane.0.extract = extractvalue { <1 x i64>, <1 x i64> } %vld2_lane, 0 44 %vld2_lane.1.extract = extractvalue { <1 x i64>, <1 x i64> } %vld2_lane, 1 45 %vld2_lane1 = call { <1 x i64>, <1 x i64> } @llvm.aarch64.neon.ld2lane.v1i64.p0i8(<1 x i64> %vld2_lane.0.extract, <1 x i64> %vld2_lane.1.extract, i64 0, i8* %t1) 46 %vld2_lane1.0.extract = extractvalue { <1 x i64>, <1 x i64> } %vld2_lane1, 0 47 %vld2_lane1.1.extract = extractvalue { <1 x i64>, <1 x i64> } %vld2_lane1, 1 49 call void @llvm.aarch64.neon.st2.v1i64.p0i8(<1 x i64> %vld2_lane1.0.extract, <1 x i64> %vld2_lane1.1.extract, i8* %t3)
|
| /external/llvm/test/DebugInfo/X86/ |
| pieces-3.ll | 51 %outer.sroa.1.8.extract.trunc = trunc i64 %outer.coerce1 to i32, !dbg !33 52 call void @llvm.dbg.value(metadata i32 %outer.sroa.1.8.extract.trunc, i64 0, metadata !34, metadata !35), !dbg !33 53 %outer.sroa.1.12.extract.shift = lshr i64 %outer.coerce1, 32, !dbg !33 54 %outer.sroa.1.12.extract.trunc = trunc i64 %outer.sroa.1.12.extract.shift to i32, !dbg !33 55 call void @llvm.dbg.value(metadata i64 %outer.sroa.1.12.extract.shift, i64 0, metadata !34, metadata !35), !dbg !33 56 call void @llvm.dbg.value(metadata i32 %outer.sroa.1.12.extract.trunc, i64 0, metadata !34, metadata !35), !dbg !33 58 ret i32 %outer.sroa.1.8.extract.trunc, !dbg !36
|
| /external/llvm/tools/llvm-extract/ |
| LLVMBuild.txt | 1 ;===- ./tools/llvm-extract/LLVMBuild.txt -----------------------*- Conf -*--===; 20 name = llvm-extract
|
| /external/robolectric-shadows/shadowapi/src/main/java/org/robolectric/shadow/api/ |
| Shadow.java | 24 public static <T> T extract(Object instance) { method in class:Shadow 25 return SHADOW_IMPL.extract(instance);
|
| /external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
| DWARFAbbreviationDeclaration.h | 43 bool extract(DataExtractor data, uint32_t* offset_ptr); 44 bool extract(DataExtractor data, uint32_t* offset_ptr, uint32_t code);
|
| /frameworks/rs/rsov/compiler/ |
| Context.cpp | 44 if (!mMetadata->extract()) { 45 llvm::errs() << "cannot extract metadata\n";
|
| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/ |
| DWARFDebugAbbrev.h | 36 bool extract(DataExtractor Data, uint32_t *OffsetPtr); 67 void extract(DataExtractor Data);
|
| /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/DWARF/ |
| DWARFDebugAbbrev.h | 36 bool extract(DataExtractor Data, uint32_t *OffsetPtr); 67 void extract(DataExtractor Data);
|
| /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/DWARF/ |
| DWARFDebugAbbrev.h | 36 bool extract(DataExtractor Data, uint32_t *OffsetPtr); 67 void extract(DataExtractor Data);
|
| /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/ |
| DWARFDebugAbbrev.h | 36 bool extract(DataExtractor Data, uint32_t *OffsetPtr); 67 void extract(DataExtractor Data);
|
| /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/DWARF/ |
| DWARFDebugAbbrev.h | 36 bool extract(DataExtractor Data, uint32_t *OffsetPtr); 67 void extract(DataExtractor Data);
|
| /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/DWARF/ |
| DWARFDebugAbbrev.h | 36 bool extract(DataExtractor Data, uint32_t *OffsetPtr); 67 void extract(DataExtractor Data);
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
| ExtractIncludeAction.java | 26 * Action executed when the "Extract as Include" menu item is invoked. 45 return create("Extract Include...", editorDelegate, ExtractIncludeAction.class);
|
| ExtractStyleAction.java | 26 * Action executed when the "Extract Style" menu item is invoked. 45 return create("Extract Style...", editorDelegate, ExtractStyleAction.class);
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
| TextureUnitPropertyAccessor.java | 44 // first extract the current active texture unit 51 // extract the required property for the current texture unit
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
| ExtractStyleRefactoringTest.java | 57 // Extract and apply new style 63 // Extract and remove extracted 69 // Extract and apply style and remove extracted 92 // Test extracting on a single caret position over an attribute: Should extract 100 // Test extracting on a range selection inside an element: should extract just 130 // Check extract style on a selection of elements 154 // Check extract style against a set of editor text locations 192 // Pick the attributes to extract -- for now everything (and where there are
|
| /system/bt/packet/tests/base/ |
| iterator_test.cc | 62 ASSERT_EQ(0x02u, general_case.extract<uint8_t>()); 63 ASSERT_EQ(0x2edcu, general_case.extract<uint16_t>()); 64 ASSERT_EQ(0x00620066u, general_case.extract<uint32_t>()); 65 ASSERT_EQ(0x00010000000a0013u, general_case.extract<uint64_t>()); 82 ASSERT_DEATH(bounds_test.extract<uint8_t>(), 84 ASSERT_DEATH(bounds_test.extract<uint16_t>(), 86 ASSERT_DEATH(bounds_test.extract<uint32_t>(), 88 ASSERT_DEATH(bounds_test.extract<uint64_t>(),
|
| /system/bt/vendor_libs/test_vendor_lib/include/ |
| hci_packet.h | 50 FixedWidthIntegerType extract() { function in class:test_vendor_lib::Iterator 52 "Iterator::extract requires an integral type.");
|
| /toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/ |
| script.exp | 116 set copyfile tmpdir/extract 117 set args "--extract-symbol $testfile $copyfile" 132 # for --extract-symbols for this target. The option is 142 # behaviour of --extract-symbols, no further testing can be 151 # when the sections are blown away by --extract-symbol. Again 152 # this should not matter as --extract-symbol is only used by 220 untested "extract symbols" 223 extract_symbol_test tmpdir/script "extract symbols"
|
| /system/core/libpixelflinger/arch-mips/ |
| col32cb16blend.S | 20 /* extract red */ 24 /* extract green */ 28 /* extract blue */ 32 /* extract red */ 37 /* extract green */ 42 /* extract blue */
|
| /toolchain/binutils/binutils-2.27/opcodes/ |
| i370-dis.c | 97 if (operand->extract) 98 (*operand->extract) (insn, &invalid); 108 /* Now extract and print the operands. */ 115 /* Extract the value from the instruction. */ 116 if (operand->extract) 117 value = (*operand->extract) (insn, (int *) NULL);
|
| /cts/tests/tests/keystore/src/android/server/am/ |
| WindowManagerState.java | 22 import static android.server.am.ProtoExtractors.extract; 177 mDefaultPinnedStackBounds = extract(pinnedStackProto.defaultBounds); 178 mPinnedStackMovementBounds = extract(pinnedStackProto.movementBounds); 320 mBounds = extract(proto.bounds); 350 mBounds = extract(proto.bounds); 362 mTempInsetBounds = extract(proto.tempInsetBounds); 375 mOverrideConfiguration.setTo(extract(proto.overrideConfiguration)); method 376 mFullConfiguration.setTo(extract(proto.fullConfiguration)); method 377 mMergedOverrideConfiguration.setTo(extract(proto.mergedOverrideConfiguration)); method 516 mCrop = extract(animatorProto.lastClipRect) [all...] |