HomeSort by relevance Sort by last modified time
    Searched full:extract (Results 126 - 150 of 8518) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
MultiLayoutVerificationTest.java 66 String extract = extract("/app/src/main/res/layout/with_class_name.xml", local
68 assertEquals(extract, "AClassName");
78 String extract = extract("/app/src/main/res/layout-land/with_class_name.xml", local
80 assertEquals("SomeOtherClassName", extract);
133 String extract = extract("/app/src/main/res/" + config + local
135 assertEquals(extract, "<variable name=\"myVariable\" type=\"" + type + "\"/>");
186 String extract = extract("/app/src/main/res/" + config + "/layout_with_import_type.xml" local
227 String extract = extract("\/app\/src\/main\/res\/" + config + "\/foo.xml", location); local
232 String extract = extract("\/app\/src\/main\/res\/" + config + "\/foo.xml", location); local
    [all...]
  /external/libavc/common/armv8/
ih264_inter_pred_filters_luma_horz_av8.s 132 ext v31.8b, v2.8b , v3.8b, #5 ////extract a[5] (column1,row0)
134 ext v30.8b, v3.8b , v4.8b, #5 ////extract a[5] (column2,row0)
136 ext v28.8b, v5.8b , v6.8b, #5 ////extract a[5] (column1,row1)
138 ext v27.8b, v6.8b , v7.8b, #5 ////extract a[5] (column2,row1)
140 ext v31.8b, v2.8b , v3.8b, #2 ////extract a[2] (column1,row0)
142 ext v30.8b, v3.8b , v4.8b, #2 ////extract a[2] (column2,row0)
144 ext v28.8b, v5.8b , v6.8b, #2 ////extract a[2] (column1,row1)
146 ext v27.8b, v6.8b , v7.8b, #2 ////extract a[2] (column2,row1)
148 ext v31.8b, v2.8b , v3.8b, #3 ////extract a[3] (column1,row0)
150 ext v30.8b, v3.8b , v4.8b, #3 ////extract a[3] (column2,row0
    [all...]
  /external/robolectric-shadows/processor/src/test/resources/org/robolectric/
Robolectric_InnerClassCollision.java 32 return (ShadowDummy) Shadow.extract(actual);
36 return (ShadowOuterDummy) Shadow.extract(actual);
40 return (ShadowOuterDummy.ShadowInnerDummy) Shadow.extract(actual);
44 return (ShadowUniqueDummy) Shadow.extract(actual);
48 return (ShadowUniqueDummy.ShadowInnerDummy) Shadow.extract(actual);
52 return (ShadowUniqueInnerDummy) Shadow.extract(actual);
  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/
SimStatusImeiInfoPreferenceControllerTest.java 20 import static org.robolectric.shadow.api.Shadow.extract;
57 extract(RuntimeEnvironment.application.getSystemService(UserManager.class));
60 extract(RuntimeEnvironment.application.getSystemService(ConnectivityManager.class));
69 extract(RuntimeEnvironment.application.getSystemService(UserManager.class));
72 extract(RuntimeEnvironment.application.getSystemService(ConnectivityManager.class));
81 extract(RuntimeEnvironment.application.getSystemService(UserManager.class));
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
insert_extract_elim.h 43 // Return true if indices of extract |extInst| and insert |insInst| match
47 // Return true if indices of extract |extInst| and insert |insInst| conflict,
48 // specifically, if the insert changes bits specified by the extract, but
49 // changes either more bits or less bits than the extract specifies,
51 // the extract.
56 // insert with identical indices, replace the extract with the value
  /system/bt/packet/base/
iterator.h 61 FixedWidthIntegerType extract() { function in class:bluetooth::Iterator
63 "Iterator::extract requires an integral type.");
74 uint8_t extract8() { return extract<uint8_t>(); }
75 uint16_t extract16() { return extract<uint16_t>(); }
76 uint32_t extract32() { return extract<uint32_t>(); }
77 uint64_t extract64() { return extract<uint64_t>(); }
  /system/core/libpixelflinger/
col32cb16blend.S 46 and r10, r1, #0xff // extract red
47 and r12, r9, r1, lsr #8 // extract green
48 and r4, r9, r1, lsr #16 // extract blue
57 mov r6, r8, lsr #11 // extract dest red
58 and r7, r9, r8, lsr #5 // extract dest green
59 and r8, r8, #0x1f // extract dest blue
  /external/llvm/test/CodeGen/ARM/
combine-vmovdrr.ll 20 %shuffle.i.extract.i310 = extractelement <2 x i64> %shuffle.i.bc.i309, i32 0
21 %shuffle.i27.extract.i311 = extractelement <2 x i64> %shuffle.i.bc.i309, i32 1
22 %tmp45 = bitcast i64 %shuffle.i.extract.i310 to <8 x i8>
23 %tmp46 = bitcast i64 %shuffle.i27.extract.i311 to <8 x i8>
36 %shuffle.i.extract.i310 = extractelement <2 x i64> %shuffle.i.bc.i309, i32 %index
37 %shuffle.i27.extract.i311 = extractelement <2 x i64> %shuffle.i.bc.i309, i32 1
38 %tmp45 = bitcast i64 %shuffle.i.extract.i310 to <8 x i8>
39 %tmp46 = bitcast i64 %shuffle.i27.extract.i311 to <8 x i8>
65 %shuffle.i.extract.i310 = extractelement <2 x i64> %shuffle.i.bc.i309, i32 0
66 %shuffle.i27.extract.i311 = extractelement <2 x i64> %shuffle.i.bc.i309, i32
    [all...]
  /external/libtextclassifier/
token-feature-extractor_test.cc 44 extractor.Extract(Token{"Hello", 0, 5}, true, &sparse_features,
72 extractor.Extract(Token{"world!", 23, 29}, false, &sparse_features,
115 extractor.Extract(Token{"Hello", 0, 5}, true, &sparse_features,
124 extractor.Extract(Token{"world!", 23, 29}, false, &sparse_features,
145 extractor.Extract(Token{"H?lló", 0, 5}, true, &sparse_features,
173 extractor.Extract(Token{"world!", 23, 29}, false, &sparse_features,
216 extractor.Extract(Token{"H?lló", 0, 5}, true, &sparse_features,
225 extractor.Extract(Token{"world!", 23, 29}, false, &sparse_features,
247 extractor.Extract(Token{"H?lló", 0, 5}, true, &sparse_features,
253 extractor.Extract(Token{"world!", 23, 29}, false, &sparse_features
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeExtractGuidedSectionLib/
DxeExtractGuidedSectionLib.uni 4 // This library provides generic extract guided section functions for DXE module.
20 #string STR_MODULE_DESCRIPTION #language en-US "This library provides generic extract guided section functions for a DXE module."
  /external/annotation-tools/annotation-file-utilities/scripts/
extract-annotations.bat 2 :: Extract annotations from a class file and write them to an annotation file.
3 :: For usage information, run: extract-annotations.bat --help
  /external/llvm/test/CodeGen/Hexagon/
fusedandshift.ll 1 ; RUN: llc -march=hexagon -hexagon-extract=0 < %s | FileCheck %s
3 ; Disable "extract" generation, since it may eliminate the and/lsr.
  /external/llvm/test/CodeGen/X86/
pr21792.ll 12 %index.sroa.0.0.vec.extract = extractelement <4 x i32> %tmp3, i32 0
13 %idx.ext = sext i32 %index.sroa.0.0.vec.extract to i64
16 %index.sroa.0.4.vec.extract = extractelement <4 x i32> %tmp3, i32 1
17 %idx.ext5 = sext i32 %index.sroa.0.4.vec.extract to i64
20 %index.sroa.0.8.vec.extract = extractelement <4 x i32> %tmp3, i32 2
21 %idx.ext14 = sext i32 %index.sroa.0.8.vec.extract to i64
24 %index.sroa.0.12.vec.extract = extractelement <4 x i32> %tmp3, i32 3
25 %idx.ext19 = sext i32 %index.sroa.0.12.vec.extract to i64
  /external/llvm/test/Other/
extract-linkonce.ll 1 ; RUN: llvm-extract -func foo -S < %s | FileCheck %s
2 ; RUN: llvm-extract -delete -func foo -S < %s | FileCheck --check-prefix=DELETE %s
extract-weak-odr.ll 1 ; RUN: llvm-extract -func foo -S < %s | FileCheck %s
2 ; RUN: llvm-extract -delete -func foo -S < %s | FileCheck --check-prefix=DELETE %s
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowTest.java 32 assertThat((ShadowActivity) Shadow.extract(activity)).isSameAs(shadowOf(activity));
38 assertThat(Shadow.<Object>extract(activity)).isSameAs(shadowOf(activity));
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
DataExtractor.h 63 /// Extract a C string from \a *offset_ptr.
75 /// enough bytes to extract this value, the offset will be left
85 /// Extract a C string from \a *OffsetPtr.
97 /// enough bytes to extract this value, the offset will be left
107 /// Extract an unsigned integer of size \a byte_size from \a
110 /// Extract a single unsigned integer value and update the offset
122 /// enough bytes to extract this value, the offset will be left
126 /// The size in byte of the integer to extract.
133 /// Extract an signed integer of size \a byte_size from \a *offset_ptr.
135 /// Extract a single signed integer value (sign extending if required
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
DataExtractor.h 63 /// Extract a C string from \a *offset_ptr.
75 /// enough bytes to extract this value, the offset will be left
85 /// Extract a C string from \a *OffsetPtr.
97 /// enough bytes to extract this value, the offset will be left
107 /// Extract an unsigned integer of size \a byte_size from \a
110 /// Extract a single unsigned integer value and update the offset
122 /// enough bytes to extract this value, the offset will be left
126 /// The size in byte of the integer to extract.
133 /// Extract an signed integer of size \a byte_size from \a *offset_ptr.
135 /// Extract a single signed integer value (sign extending if required
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
DataExtractor.h 63 /// Extract a C string from \a *offset_ptr.
75 /// enough bytes to extract this value, the offset will be left
85 /// Extract a C string from \a *OffsetPtr.
97 /// enough bytes to extract this value, the offset will be left
107 /// Extract an unsigned integer of size \a byte_size from \a
110 /// Extract a single unsigned integer value and update the offset
122 /// enough bytes to extract this value, the offset will be left
126 /// The size in byte of the integer to extract.
133 /// Extract an signed integer of size \a byte_size from \a *offset_ptr.
135 /// Extract a single signed integer value (sign extending if required
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
DataExtractor.h 63 /// Extract a C string from \a *offset_ptr.
75 /// enough bytes to extract this value, the offset will be left
85 /// Extract a C string from \a *OffsetPtr.
97 /// enough bytes to extract this value, the offset will be left
107 /// Extract an unsigned integer of size \a byte_size from \a
110 /// Extract a single unsigned integer value and update the offset
122 /// enough bytes to extract this value, the offset will be left
126 /// The size in byte of the integer to extract.
133 /// Extract an signed integer of size \a byte_size from \a *offset_ptr.
135 /// Extract a single signed integer value (sign extending if required
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
DataExtractor.h 63 /// Extract a C string from \a *offset_ptr.
75 /// enough bytes to extract this value, the offset will be left
85 /// Extract a C string from \a *OffsetPtr.
97 /// enough bytes to extract this value, the offset will be left
107 /// Extract an unsigned integer of size \a byte_size from \a
110 /// Extract a single unsigned integer value and update the offset
122 /// enough bytes to extract this value, the offset will be left
126 /// The size in byte of the integer to extract.
133 /// Extract an signed integer of size \a byte_size from \a *offset_ptr.
135 /// Extract a single signed integer value (sign extending if required
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
DataExtractor.h 63 /// Extract a C string from \a *offset_ptr.
75 /// enough bytes to extract this value, the offset will be left
85 /// Extract a C string from \a *OffsetPtr.
97 /// enough bytes to extract this value, the offset will be left
107 /// Extract an unsigned integer of size \a byte_size from \a
110 /// Extract a single unsigned integer value and update the offset
122 /// enough bytes to extract this value, the offset will be left
126 /// The size in byte of the integer to extract.
133 /// Extract an signed integer of size \a byte_size from \a *offset_ptr.
135 /// Extract a single signed integer value (sign extending if required
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
DataExtractor.h 63 /// Extract a C string from \a *offset_ptr.
75 /// enough bytes to extract this value, the offset will be left
85 /// Extract a C string from \a *OffsetPtr.
97 /// enough bytes to extract this value, the offset will be left
107 /// Extract an unsigned integer of size \a byte_size from \a
110 /// Extract a single unsigned integer value and update the offset
122 /// enough bytes to extract this value, the offset will be left
126 /// The size in byte of the integer to extract.
133 /// Extract an signed integer of size \a byte_size from \a *offset_ptr.
135 /// Extract a single signed integer value (sign extending if required
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
DataExtractor.h 63 /// Extract a C string from \a *offset_ptr.
75 /// enough bytes to extract this value, the offset will be left
85 /// Extract a C string from \a *OffsetPtr.
97 /// enough bytes to extract this value, the offset will be left
107 /// Extract an unsigned integer of size \a byte_size from \a
110 /// Extract a single unsigned integer value and update the offset
122 /// enough bytes to extract this value, the offset will be left
126 /// The size in byte of the integer to extract.
133 /// Extract an signed integer of size \a byte_size from \a *offset_ptr.
135 /// Extract a single signed integer value (sign extending if required
    [all...]
  /external/llvm/tools/llvm-extract/
llvm-extract.cpp 1 //===- llvm-extract.cpp - LLVM function extraction utility ----------------===//
52 // ExtractFuncs - The functions to extract from the module.
54 ExtractFuncs("func", cl::desc("Specify function to extract"),
58 // extract from the module.
60 ExtractRegExpFuncs("rfunc", cl::desc("Specify function(s) to extract using a "
64 // ExtractAlias - The alias to extract from the module.
66 ExtractAliases("alias", cl::desc("Specify alias to extract"),
71 // extract from the module.
73 ExtractRegExpAliases("ralias", cl::desc("Specify alias(es) to extract using a "
77 // ExtractGlobals - The globals to extract from the module
    [all...]

Completed in 1345 milliseconds

1 2 3 4 56 7 8 91011>>