| /external/boringssl/src/util/bot/ |
| DEPS | 66 'boringssl/util/bot/extract.py', 88 'boringssl/util/bot/extract.py', 110 'boringssl/util/bot/extract.py', 132 'boringssl/util/bot/extract.py', 182 'boringssl/util/bot/extract.py',
|
| /external/clang/test/SemaCXX/ |
| constexpr-printing.cpp | 4 constexpr int extract(const S &s); 7 constexpr S() : n(extract(*this)), m(0) {} // expected-note {{in call to 'extract(s1)'}} 8 constexpr S(int k) : n(k), m(extract(*this)) {} 12 constexpr int extract(const S &s) { return s.n; } // expected-note {{read of object outside its lifetime is not allowed in a constant expression}} function
|
| /external/icu/icu4c/source/i18n/ |
| udatpg.cpp | 83 return result.extract(bestPattern, capacity, *pErrorCode); 101 return result.extract(skeleton, capacity, *pErrorCode); 119 return result.extract(skeleton, capacity, *pErrorCode); 139 int32_t length=conflictingPatternString.extract(conflictingPattern, capacity, *pErrorCode); 246 return result.extract(dest, destCapacity, *pErrorCode);
|
| /external/llvm/test/MC/Disassembler/Hexagon/ |
| xtype_bit.txt | 40 # Extract bitfield 44 # CHECK: r17:16 = extract(r21:20, #31, #23) 48 # CHECK: r17 = extract(r21, #31, #23) 52 # CHECK: r17:16 = extract(r21:20, r31:30) 56 # CHECK: r17 = extract(r21, r31:30)
|
| /external/llvm/test/MC/Hexagon/instructions/ |
| xtype_bit.s | 40 # Extract bitfield 44 r17:16 = extract(r21:20, #31, #23) 48 r17 = extract(r21, #31, #23) 52 r17:16 = extract(r21:20, r31:30) 56 r17 = extract(r21, r31:30)
|
| /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
| ShadowAccessibilityWindowInfo.java | 65 final ShadowAccessibilityWindowInfo shadowInfo = Shadow.extract(window); 75 final ShadowAccessibilityWindowInfo newShadow = Shadow.extract(newInfo); 110 final ShadowAccessibilityWindowInfo shadow = Shadow.extract(wrapper.mInfo); 132 final ShadowAccessibilityWindowInfo otherShadow = Shadow.extract(window); 267 ((ShadowAccessibilityWindowInfo) Shadow.extract(child)).parent =
|
| /frameworks/base/libs/hwui/pipeline/skia/ |
| GLFunctorDrawable.cpp | 56 ALOGW("Unable to extract renderTarget info from canvas; aborting GLFunctor draw"); 62 ALOGW("Unable to extract renderTarget info from canvas; aborting GLFunctor draw"); 70 ALOGW("Unable to extract renderTarget info from canvas; aborting GLFunctor draw"); 114 ALOGW("Unable to extract renderTarget info from offscreen canvas; aborting GLFunctor"); 216 ALOGW("Unable to extract invert canvas matrix; aborting GLFunctor draw");
|
| /packages/apps/Settings/tests/robotests/src/com/android/settings/network/ |
| MobileNetworkPreferenceControllerTest.java | 26 import static org.robolectric.shadow.api.Shadow.extract; 82 ShadowUserManager userManager = extract(mContext.getSystemService(UserManager.class)); 85 extract(mContext.getSystemService(ConnectivityManager.class)); 94 ShadowUserManager userManager = extract(mContext.getSystemService(UserManager.class)); 97 extract(mContext.getSystemService(ConnectivityManager.class));
|
| /prebuilts/go/darwin-x86/doc/ |
| root.html | 131 var extract = document.createElement("div"); 132 extract.className = "extract"; 133 extract.innerHTML = entry.Summary; 134 blog.insertBefore(extract, read);
|
| /prebuilts/go/linux-x86/doc/ |
| root.html | 131 var extract = document.createElement("div"); 132 extract.className = "extract"; 133 extract.innerHTML = entry.Summary; 134 blog.insertBefore(extract, read);
|
| /system/netd/libnetdutils/include/netdutils/ |
| Slice.h | 118 // Base case for variadic extract below 120 inline size_t extract(const Slice src, Head& head) { function in namespace:android::netdutils 128 inline size_t extract(const Slice src, Head& head, Tail&... tail) { function in namespace:android::netdutils 129 const auto extracted = extract(src, head); 130 return extracted + extract(drop(src, extracted), tail...);
|
| /system/netd/server/ |
| XfrmControllerTest.cpp | 256 netdutils::extract(nlMsgSlice, userspi); 312 netdutils::extract(nlMsgSlice, usersa); 330 // Extract and check the encryption/authentication algorithms. 333 // Extract and check the encryption/authentication algorithm 343 netdutils::extract(buf, encryptAlgo.crypt); 345 netdutils::extract(buf, encryptAlgo.key); 348 netdutils::extract(buf, authAlgo.auth); 350 netdutils::extract(buf, authAlgo.key); 353 netdutils::extract(buf, mark.mark); 356 netdutils::extract(buf, outputmark.outputMark) [all...] |
| /build/make/target/product/ |
| runtime_libart.mk | 76 # On eng builds, make "boot" reasons only extract for faster turnaround. 79 pm.dexopt.first-boot=extract \ 80 pm.dexopt.boot=extract
|
| /external/ImageMagick/utilities/ |
| compare.1 | 14 \ transparent, extract, background, or shape 27 \-extract geometry extract area from image
|
| compare.1.in | 14 \ transparent, extract, background, or shape 27 \-extract geometry extract area from image
|
| /external/eigen/Eigen/src/Core/util/ |
| BlasUtil.h | 287 static inline ExtractType extract(const XprType& x) { return x; } function in struct:Eigen::internal::blas_traits 304 static inline ExtractType extract(const XprType& x) { return Base::extract(x.nestedExpression()); } function in struct:Eigen::internal::blas_traits 316 static inline ExtractType extract(const XprType& x) { return Base::extract(x.rhs()); } function in struct:Eigen::internal::blas_traits 327 static inline ExtractType extract(const XprType& x) { return Base::extract(x.lhs()); } function in struct:Eigen::internal::blas_traits 345 static inline ExtractType extract(const XprType& x) { return Base::extract(x.nestedExpression()); } function in struct:Eigen::internal::blas_traits 367 static inline ExtractType extract(const XprType& x) { return ExtractType(Base::extract(x.nestedExpression())); function in struct:Eigen::internal::blas_traits [all...] |
| /external/icu/icu4c/source/common/ |
| ruleiter.cpp | 118 buf->extract(bufPos, maxLookAhead, result); 120 text.extract(pos.getIndex(), maxLookAhead, result); 132 text.extract(0, b, result);
|
| /external/llvm/test/CodeGen/AArch64/ |
| arm64-neon-vector-list-spill.ll | 22 %vld.extract = extractvalue { <2 x i32>, <2 x i32> } %vld, 0 23 %res = extractelement <2 x i32> %vld.extract, i32 1 42 %vld.extract = extractvalue { <4 x i16>, <4 x i16>, <4 x i16> } %vld, 0 43 %res = extractelement <4 x i16> %vld.extract, i32 1 62 %vld.extract = extractvalue { <4 x i16>, <4 x i16>, <4 x i16>, <4 x i16> } %vld, 0 63 %res = extractelement <4 x i16> %vld.extract, i32 0 82 %vld.extract = extractvalue { <4 x i32>, <4 x i32> } %vld, 0 83 %res = extractelement <4 x i32> %vld.extract, i32 1 102 %vld3.extract = extractvalue { <4 x float>, <4 x float>, <4 x float> } %vld3, 0 103 %res = extractelement <4 x float> %vld3.extract, i32 [all...] |
| /external/llvm/test/CodeGen/SystemZ/ |
| tdc-05.ll | 11 ; Compare with 0, extract sign bit 23 ; Compare with inf, extract negated sign bit 35 ; Compare with minnorm, extract negated sign bit
|
| /external/llvm/test/MC/AArch64/ |
| neon-scalar-extract-narrow.s | 6 // Scalar Signed Saturating Extract Unsigned Narrow 18 // Scalar Signed Saturating Extract Signed Narrow 31 // Scalar Unsigned Saturating Extract Narrow
|
| /external/selinux/python/semanage/ |
| semanage-fcontext.8 | 6 .B semanage fcontext [\-h] [\-n] [\-N] [\-S STORE] [ \-\-add ( \-t TYPE \-f FTYPE \-r RANGE \-s SEUSER | \-e EQUAL ) FILE_SPEC ) | \-\-delete ( \-t TYPE \-f FTYPE | \-e EQUAL ) FILE_SPEC ) | \-\-deleteall | \-\-extract | \-\-list [\-C] | \-\-modify ( \-t TYPE \-f FTYPE \-r RANGE \-s SEUSER | \-e EQUAL ) FILE_SPEC ) ] 43 .I \-E, \-\-extract 44 Extract customizable commands, for use within a transaction
|
| /external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
| DWARFDebugAbbrev.cpp | 15 bool DWARFAbbreviationDeclarationSet::extract(DataExtractor data, function in class:DWARFAbbreviationDeclarationSet 22 while (abbrevDeclaration.extract(data, offset_ptr)) { 70 if (abbrevDeclSet.extract(data, &offset))
|
| /external/tcpdump/ |
| print-syslog.c | 26 #include "extract.h" 87 /* extract decimal figures that are 89 * based on this decimal figure extract the
|
| /external/tensorflow/tensorflow/core/lib/gtl/ |
| top_n.h | 19 // a vector of the top elements sorted in descending order (through Extract() or 37 // vector for each Extract. 125 // Peeks the bottom result without calling Extract() 128 // Extract the elements as a vector sorted in descending order. The caller 131 // after Extract() is Reset(). 132 std::vector<T> *Extract(); 134 // Similar to Extract(), but makes no guarantees the elements are in sorted 135 // order. As with Extract(), the caller assumes ownership of the vector and 140 // A non-destructive version of Extract(). Copy the elements in a new vector 146 // A non-destructive version of Extract(). Copy the elements to a give [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/ |
| DWARFDie.h | 36 /// compile/type unit in order to extract the info correctly as some information 39 /// possibility for error if the wrong DWARFUnit was used to extract a unit 125 /// Extract the specified attribute from this DIE. 127 /// Extract an attribute value from this DIE only. This call doesn't look 131 /// \param Attr the attribute to extract. 136 /// Extract the first value of any attribute in Attrs from this DIE. 138 /// Extract the first attribute that matches from this DIE only. This call 149 /// Extract the first value of any attribute in Attrs from this DIE and 161 /// Extract the specified attribute from this DIE as the referenced DIE. 167 /// Extract an attribute value from this DIE only. This call doesn't loo [all...] |