HomeSort by relevance Sort by last modified time
    Searched full:extract (Results 326 - 350 of 4384) sorted by null

<<11121314151617181920>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
FmExtractLettersMethod.java 26 * Method invoked by FreeMarker to extract letters from a string; this will remove
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
IGLPropertyAccessor.java 22 * An {@link IGLPropertyAccessor} provides an interface to extract
  /system/media/audio_utils/spdif/
BitFieldParser.cpp 42 // Extract some bits from the current byte.
BitFieldParser.h 25 * Extract bit fields from a byte array.
  /device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_exif.c 454 ALOGE("%s %d: Failed to extract 3a params", __func__, __LINE__);
463 ALOGE("%s %d: Failed to extract sensor params", __func__, __LINE__);
480 * Extract exif data from the metadata
508 ALOGE("%s: Cannot extract Iso value", __func__);
514 ALOGE("%s: Cannot extract Exp time value", __func__);
520 ALOGE("%s: Cannot extract white balance mode", __func__);
539 ALOGE("%s: Cannot extract Aperture value", __func__);
545 ALOGE("%s: Cannot extract flash mode value", __func__);
551 ALOGE("%s: Cannot extract flash state value", __func__);
556 ALOGE("%s %d: Failed to extract sensor params", __func__, __LINE__)
    [all...]
  /external/llvm/test/CodeGen/Hexagon/intrinsics/
xtype_bit.ll 105 ; Extract bitfield
118 ; CHECK: r1:0 = extract(r1:0, #0, #0)
127 declare i32 @llvm.hexagon.S4.extract(i32, i32, i32)
129 %z = call i32 @llvm.hexagon.S4.extract(i32 %a, i32 0, i32 0)
132 ; CHECK: r0 = extract(r0, #0, #0)
146 ; CHECK: r1:0 = extract(r1:0, r3:2)
155 declare i32 @llvm.hexagon.S4.extract.rp(i32, i64)
157 %z = call i32 @llvm.hexagon.S4.extract.rp(i32 %a, i64 %b)
160 ; CHECK: r0 = extract(r0, r3:2)
  /external/icu/icu4c/source/i18n/
utrans.cpp 119 (*func->extract)(rep, start, limit, target.getBuffer(limit-start));
243 return ((Transliterator*) trans)->getID().extract(0, 0x7fffffff, buf, bufCapacity, US_INV);
300 return Transliterator::getAvailableID(index).extract(0, 0x7fffffff, buf, bufCapacity, US_INV);
460 textLen = str.extract(text, textCapacity, *status);
490 textLen = str.extract(text, textCapacity, *status);
510 return res.extract(result, resultLength, *status);
unum.cpp 202 return res.extract(result, resultLength, *status);
235 return res.extract(result, resultLength, *status);
277 return resultStr.extract(result, resultLength, *status);
318 return res.extract(result, resultLength, *status);
597 return res.extract(result, resultLength, *status);
683 return pat.extract(result, resultLength, *status);
710 extract(buffer, size, *status);
863 return res.extract(result, resultLength, *status);
  /external/llvm/test/CodeGen/X86/
load-slice.ll 52 %t0.sroa.0.0.extract.trunc = trunc i64 %tmp1 to i32
53 %tmp2 = bitcast i32 %t0.sroa.0.0.extract.trunc to float
54 %t0.sroa.2.0.extract.shift = lshr i64 %tmp1, 32
55 %t0.sroa.2.0.extract.trunc = trunc i64 %t0.sroa.2.0.extract.shift to i32
56 %tmp3 = bitcast i32 %t0.sroa.2.0.extract.trunc to float
extractelement-load.ll 45 %.sroa.3.24.vec.extract = extractelement <2 x double> %tmp13, i32 1
46 store double %.sroa.3.24.vec.extract, double* undef, align 8
  /external/pcre/dist/doc/html/
index.html 114 <td>&nbsp;&nbsp;Extract named substring into given buffer</td></tr>
117 <td>&nbsp;&nbsp;Extract numbered substring into given buffer</td></tr>
137 <td>&nbsp;&nbsp;Extract information about a pattern</td></tr>
140 <td>&nbsp;&nbsp;Extract named substring into new memory</td></tr>
149 <td>&nbsp;&nbsp;Extract numbered substring into new memory</td></tr>
152 <td>&nbsp;&nbsp;Extract all substrings into new memory</td></tr>
  /external/pcre/dist/doc/
index.html.src 114 <td>&nbsp;&nbsp;Extract named substring into given buffer</td></tr>
117 <td>&nbsp;&nbsp;Extract numbered substring into given buffer</td></tr>
137 <td>&nbsp;&nbsp;Extract information about a pattern</td></tr>
140 <td>&nbsp;&nbsp;Extract named substring into new memory</td></tr>
149 <td>&nbsp;&nbsp;Extract numbered substring into new memory</td></tr>
152 <td>&nbsp;&nbsp;Extract all substrings into new memory</td></tr>
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TrieIterator.java 20 * <p>The comparison of each codepoint value is done via extract(), which the
22 * <p>Method extract() can be overwritten to perform manipulations on
40 * the method extract(int) (equivalent to UTrieEnumValue). Independent of icu4j,
46 * subclass of TrieIterator and override the extract(int) method. The
47 * extract(int) method is analogus to UTrieEnumValue callback.
50 * a subclass of TrieIterator, override the extract method and iterate, e.g
60 * public int extract(int value){
101 // synwee: check that extract belongs to the child class
102 m_initialValue_ = extract(m_trie_.getInitialValue());
144 m_nextValue_ = extract(m_trie_.getValue(m_nextBlock_))
161 protected int extract(int value) method in class:TrieIterator
    [all...]
  /external/llvm/test/CodeGen/AArch64/
arm64-bitfield-extract.ll 416 %x.sroa.1.0.extract.shift = lshr i64 %arg1, 16
417 %x.sroa.1.0.extract.trunc = trunc i64 %x.sroa.1.0.extract.shift to i16
418 %x.sroa.3.0.extract.shift = lshr i64 %arg1, 32
419 %x.sroa.5.0.extract.shift = lshr i64 %arg1, 48
420 %tobool = icmp eq i64 %x.sroa.5.0.extract.shift, 0
424 %arrayidx3 = getelementptr inbounds [65536 x i8], [65536 x i8]* @first_ones, i64 0, i64 %x.sroa.5.0.extract.shift
433 %x.sroa.3.0.extract.trunc = trunc i64 %x.sroa.3.0.extract.shift to i16
434 %tobool6 = icmp eq i16 %x.sroa.3.0.extract.trunc,
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestRemquo.java 88 // Extract the inputs.
92 // Extract the outputs.
171 // Extract the inputs.
175 // Extract the outputs.
254 // Extract the inputs.
258 // Extract the outputs.
337 // Extract the inputs.
341 // Extract the outputs.
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_exif.c 496 * Extract exif data from the metadata
539 ALOGE("%s: Cannot extract Iso value", __func__);
547 ALOGE("%s: Cannot extract Exp time value", __func__);
555 ALOGE("%s: Cannot extract white balance mode", __func__);
563 ALOGE("%s: Cannot extract Aperture value", __func__);
570 ALOGE("%s: Cannot extract flash mode value", __func__);
578 ALOGE("%s: Cannot extract flash state value", __func__);
588 ALOGE("%s %d: Failed to extract sensor params", __func__, __LINE__);
  /docs/source.android.com/src/source/
building-dream.jd 49 <p>in <code>vendor/htc/dream-open/</code> there is a script called "extract-files.sh" that must be run (from that directory) to extract some proprietary binaries from your device (*). You only need to do this once.</p>
  /external/bison/examples/
extexi 0 # Extract all examples from the manual source. -*- AWK -*-
24 # Usage: extexi input-file.texi ... -- [FILES to extract]
  /external/clang/test/CodeGen/
ms-intrinsics.c 39 // CHECK: %[[EXTRACT:[0-9]+]] = extractvalue { [[iPTR]], i1 } %[[XCHG]], 0
40 // CHECK: %[[RESULT:[0-9]+]] = inttoptr [[iPTR]] %[[EXTRACT]] to i8*
  /external/eigen/Eigen/src/Core/products/
SelfadjointRank2Update.h 66 typename internal::add_const_on_value_type<ActualUType>::type actualU = UBlasTraits::extract(u.derived());
71 typename internal::add_const_on_value_type<ActualVType>::type actualV = VBlasTraits::extract(v.derived());
  /external/eigen/cmake/
FindGSL.cmake 112 # extract link dirs for rpath
117 # extract version
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_ptrace_dumper.h 31 // class, which is derived from google_breakpad::LinuxDumper to extract
57 // starting from |src|, into |dest|. This method uses ptrace to extract
  /external/icu/icu4c/source/samples/numfmt/
util.cpp 66 int32_t bufLen = str.extract(0, 0x7fffffff, stackBuffer, sizeof(stackBuffer), "UTF-8");
71 bufLen = str.extract(0, 0x7fffffff, buf, bufLen + 1, "UTF-8");
  /external/icu/icu4c/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...]
  /external/llvm/test/Analysis/CostModel/X86/
loop_v2.ll 17 ;CHECK: cost of 1 {{.*}} extract
20 ;CHECK: cost of 1 {{.*}} extract

Completed in 273 milliseconds

<<11121314151617181920>>