/prebuilts/sdk/tools/darwin/renderscript/clang-include/ |
smmintrin.h | 217 /* Miscellaneous insert and extract macros. */ 218 /* Extract a single-precision float from X at index N into D. */ 226 /* Extract a float from X at index N into the first index of the return. */ 243 /* Extract int from packed integer array at index. This returns the element
|
/prebuilts/sdk/tools/ |
dx | 60 # The following will extract any initial parameters of the form
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
ExtractStringFix.java | 82 return "Extract String";
|
/system/core/libpixelflinger/ |
buffer.cpp | 36 static uint32_t extract(uint32_t v, int h, int l, int bits); 129 pixel->c[i] = extract(v, f->c[i].h, f->c[i].l, f->size*8); 277 // extract a component from a word 278 uint32_t extract(uint32_t v, int h, int l, int bits) function in namespace:android
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
LittleEndian.java | 37 * @param offset the byte array to extract the value from
|
/external/icu/icu4c/source/test/intltest/ |
utxttest.cpp | 189 sa.extract(buf, saLen+1, status); 200 sa.extract(buf, saLen+1, status); 259 int32_t u8Len = sa.extract(0, sa.length(), NULL, 0, "utf-8"); 261 sa.extract(0, sa.length(), u8String, u8Len+1, "utf-8"); 794 // Extract [all...] |
/external/llvm/lib/Target/X86/ |
X86TargetTransformInfo.cpp | 41 /// Estimate the overhead of scalarizing an instruction. Insert and Extract 43 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) const; 354 // operations and we only need to extract the upper YMM half. 355 // Two ops + 1 extract + 1 insert = 4. 375 // sequence of extract + two vector multiply + insert. 417 Cost = 3; // Extract + insert + copy. 505 // This is expanded into a long sequence of four extract + four insert. 658 // vector-extract, one scalar conversion and one vector-insert). The 764 bool Extract) const { 771 if (Extract) [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
TestClamp.java | 80 // Extract the inputs. 160 // Extract the inputs. 240 // Extract the inputs. 320 // Extract the inputs. 400 // Extract the inputs. 480 // Extract the inputs. 560 // Extract the inputs. [all...] |
/cts/tests/tests/security/src/android/security/cts/ |
VoldExploitTest.java | 154 * Parse the fstab.vold file, and extract out the "sysfs_path" field. 217 * Extract all the PIDs listening for netlink messages.
|
/external/chromium_org/chrome/browser/extensions/ |
content_script_apitest.cc | 45 << "Failed to execute script and extract bool for injection status."; 64 << "Failed to execute script and extract bool for stylesheets length.";
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
browser_root_view.cc | 95 // Extract the URL and create a new ui::OSExchangeData containing the URL. We 107 // else case: couldn't extract a url or 'paste and go' url. This ends up
|
/external/chromium_org/chrome/renderer/spellchecker/ |
spellcheck_worditerator.h | 37 // the ICU break iterator so it can extract only words used by the language. 84 // Russian words even though we need English words only. To extract only the
|
spellcheck_worditerator_unittest.cc | 25 // Tests whether or not our SpellcheckWordIterator can extract only words used 30 // should extract only the words used by the specified language from this text
|
/external/chromium_org/content/common/android/ |
address_parser.cc | 96 // Extract a new word from the tokenizer. 181 // Extract one more word from the tokenizer if not already available.
|
/external/chromium_org/media/video/capture/ |
file_video_capture_device.cc | 25 // Extract numerator and denominator out of a token that must have the aspect 59 // information immediately after, which we extract into a |token| here.
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/handlers/ |
buildershandler.py | 80 BUILDS_URL = 'http://chrome-build-extract.appspot.com/get_builds?builder=%s&master=%s&num_builds=1' 81 MASTER_URL = 'http://chrome-build-extract.appspot.com/get_master/%s'
|
/external/chromium_org/third_party/flot/ |
jquery.colorhelpers.min.js | 12 * var c = $.color.extract($("#mydiv"), 'background-color'); 21 */(function(e){e.color={},e.color.make=function(t,n,r,i){var s={};return s.r=t||0,s.g=n||0,s.b=r||0,s.a=i!=null?i:1,s.add=function(e,t){for(var n=0;n<e.length;++n)s[e.charAt(n)]+=t;return s.normalize()},s.scale=function(e,t){for(var n=0;n<e.length;++n)s[e.charAt(n)]*=t;return s.normalize()},s.toString=function(){return s.a>=1?"rgb("+[s.r,s.g,s.b].join(",")+")":"rgba("+[s.r,s.g,s.b,s.a].join(",")+")"},s.normalize=function(){function e(e,t,n){return t<e?e:t>n?n:t}return s.r=e(0,parseInt(s.r),255),s.g=e(0,parseInt(s.g),255),s.b=e(0,parseInt(s.b),255),s.a=e(0,s.a,1),s},s.clone=function(){return e.color.make(s.r,s.b,s.g,s.a)},s.normalize()},e.color.extract=function(t,n){var r;do{r=t.css(n).toLowerCase();if(r!=""&&r!="transparent")break;t=t.parent()}whil (…)
|
/external/chromium_org/third_party/icu/source/i18n/ |
currpinf.cpp | 291 pattern->extract(0, pattern->length(), result_1, "UTF-8"); 307 pattern->extract(0, pattern->length(), result_1, "UTF-8");
|
format.cpp | 178 pattern.extract(start,stop-start,parseError.preContext,0); 186 pattern.extract(start,stop-start,parseError.postContext,0);
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/ |
vp9_convolve8_avg_neon.asm | 121 ; extract to s16 233 ; extract to s16
|
vp9_convolve8_neon.asm | 121 ; extract to s16 222 ; extract to s16
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/xmlpool/ |
t_options.h | 32 * gettext(). xgettext can be used to extract translatable 42 /* This is needed for xgettext to extract translatable strings.
|
/external/chromium_org/tools/ |
sync-webkit-git.py | 64 """Extract the 'webkit_revision' variable out of DEPS.""" 72 """Extract the 'webkit_revision' variable out of tarball DEPS."""
|
/external/clang/docs/ |
RAVFrontendAction.rst | 61 RecursiveASTVisitor to extract the relevant information from the AST. 109 CreateASTConsumer. We can thus extract it there and hand it into our
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/ |
readme.html | 34 <p>1. Extract the VE-Automated-Tests-<buildid>.zip. On Window, extract
|