| /external/giflib/ |
| dgif_lib.c | 574 Extract a Graphics Control Block from raw extension data 597 Extract the Graphics Control Block for a saved image, if it exists. [all...] |
| /external/icu/android_icu4j/src/main/tests/android/icu/impl/number/ |
| DecimalQuantity_SimpleStorage.java | 619 // Extract the fraction digit out of the middle of the long. 749 // Extract the integer digit out of the middle of the long. In many ways, this is the heart
|
| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/impl/number/ |
| DecimalQuantity_SimpleStorage.java | 616 // Extract the fraction digit out of the middle of the long. 746 // Extract the integer digit out of the middle of the long. In many ways, this is the heart
|
| /external/libxml2/ |
| buf.c | 576 * Function to extract the content of a buffer 594 * Function to extract the end of the content of a buffer [all...] |
| /external/lisa/libs/utils/analysis/ |
| frequency_analysis.py | 255 # Extract LITTLE and big clusters frequencies 375 # Extract CPUs' frequencies and scale them to [MHz]
|
| /external/llvm/lib/Analysis/ |
| Lint.cpp | 422 // something we can handle and if so extract the size of this base object 635 // TODO: Look through vector insert/extract/shuffle.
|
| /external/llvm/lib/Target/AMDGPU/ |
| AMDGPUInstructions.td | 509 /* Extract element pattern */ 582 // Bitfield extract patterns
|
| /external/llvm/lib/Target/Mips/ |
| MipsSEISelDAGToDAG.cpp | 654 // Extract the run of set bits starting with bit zero from the bitwise 688 // Extract the run of set bits starting with bit zero, and test that the [all...] |
| /external/llvm/lib/Transforms/InstCombine/ |
| InstCombineCalls.cpp | 142 mdconst::extract<ConstantInt>(M->getOperand(0))->isNullValue() && 145 mdconst::extract<ConstantInt>(M->getOperand(1))->getValue() == 183 // Extract the length and alignment and fill if they are constant. 204 // Extract the fill value and store. 457 // Extract signbits of the vector input and pack into integer result. [all...] |
| /external/llvm/test/CodeGen/AMDGPU/ |
| shift-and-i64-ubfe.ll | 5 ; Extract the high bit of the low half 22 ; Extract the high bit of the high half
|
| /external/lzma/CPP/7zip/Bundles/SFXCon/ |
| SFXCon.dsp | 679 SOURCE=..\..\UI\Common\Extract.cpp
683 SOURCE=..\..\UI\Common\Extract.h
|
| /external/lzma/CPP/7zip/Bundles/SFXWin/ |
| SFXWin.dsp | 743 SOURCE=..\..\UI\Common\Extract.cpp
747 SOURCE=..\..\UI\Common\Extract.h
|
| /external/proguard/src/proguard/gradle/ |
| ProGuardTask.java | [all...] |
| /external/python/cpython2/Doc/c-api/ |
| intro.rst | 157 However, a common pitfall is to extract an object from a list and hold on to it 281 Thus, if you extract an item from a list using :c:func:`PyList_GetItem`, you
|
| /external/python/cpython2/Lib/bsddb/ |
| dbtables.py | 732 # extract the rowid from the key 760 # extract any remaining desired column data from the
|
| /external/python/cpython3/Doc/c-api/ |
| intro.rst | 158 However, a common pitfall is to extract an object from a list and hold on to it 282 Thus, if you extract an item from a list using :c:func:`PyList_GetItem`, you
|
| /external/python/cpython3/Lib/unittest/test/ |
| test_discovery.py | 495 test = list(list(suite)[0])[0] # extract test from suite 521 test = list(list(suite)[0])[0] # extract test from suite [all...] |
| /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
| ShadowAssetManager.java | 377 * Extract an asset from a zipped up assets provided by the build system, this is required because there is no 594 // in C++. We must extract the round qualifier out of the Java screenLayout and put it [all...] |
| /external/skia/site/dev/design/ |
| pdftheory.md | 382 functionality required to extract the required information from the 416 extract the pixels along the appropriate edge and stretch the single
|
| /external/skia/src/codec/ |
| SkPngCodec.cpp | 372 // FIXME (msarett): Extract this information from the sRGB chunk once 860 // Extract multiple pixels with bit depths of 1, 2, and 4 from a single [all...] |
| /external/skqp/site/dev/design/ |
| pdftheory.md | 382 functionality required to extract the required information from the 416 extract the pixels along the appropriate edge and stretch the single
|
| /external/skqp/src/codec/ |
| SkPngCodec.cpp | 372 // FIXME (msarett): Extract this information from the sRGB chunk once 854 // Extract multiple pixels with bit depths of 1, 2, and 4 from a single [all...] |
| /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
| CodeExtractor.cpp | 136 // We only want to code extract the second block now, and it becomes the new 536 // In the extract block case, if the block we are extracting ends
|
| /external/syslinux/gpxe/src/include/gpxe/ |
| ieee80211.h | 278 /** Extract sequence number from 802.11 Sequence Control field */ 281 /** Extract fragment number from 802.11 Sequence Control field */ [all...] |
| /external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
| ir_emitter.cc | 384 // Extract the memory value returned from atomicCAS and store it as 389 // Extract the success bit returned from atomicCAS and generate a [all...] |