/external/libvpx/vp8/common/arm/neon/ |
sixtappredict4x4_neon.asm | 5 ; that can be found in the LICENSE file in the root of the source 8 ; be found in the AUTHORS file in the root of the source tree.
|
/external/libvpx/vp8/common/ppc/ |
filter_bilinear_altivec.asm | 5 ; that can be found in the LICENSE file in the root of the source 8 ; be found in the AUTHORS file in the root of the source tree.
|
/external/libvpx/vp8/common/x86/ |
idctllm_sse2.asm | 5 ; that can be found in the LICENSE file in the root of the source 8 ; be found in the AUTHORS file in the root of the source tree.
|
postproc_mmx.asm | 5 ; that can be found in the LICENSE file in the root of the source 8 ; be found in the AUTHORS file in the root of the source tree.
|
/external/libvpx/vp8/encoder/arm/neon/ |
vp8_packtokens_partitions_armv7.asm | 5 ; that can be found in the LICENSE file in the root of the source 8 ; be found in the AUTHORS file in the root of the source tree.
|
vp8_subpixelvariance16x16_neon.asm | 5 ; that can be found in the LICENSE file in the root of the source 8 ; be found in the AUTHORS file in the root of the source tree.
|
/external/libvpx/vpx_scale/arm/neon/ |
vp8_vpxyv12_copyframeyonly_neon.asm | 5 ; that can be found in the LICENSE file in the root of the source 8 ; be found in the AUTHORS file in the root of the source tree.
|
/external/libxml2/ |
pattern.c | 1329 "Unexpected selection of the document root in '%s'.\n", 1575 int i, s = 0, root = 0, flags = 0, prevs = -1; local [all...] |
/external/webkit/WebCore/dom/ |
Document.cpp | 319 Node *root = node->rootEditableElement(); local 321 if (!frame || !root) 324 return frame->editor()->shouldBeginEditing(rangeOfContents(root).get()); [all...] |
/external/webkit/WebKit/android/jni/ |
WebCoreFrameBridge.cpp | 1297 RootObject *root = pFrame->script()->bindingRootObject(); local [all...] |
/external/yaffs2/yaffs2/ |
yaffs_fs.c | 1457 struct dentry *root; local [all...] |
/external/libpcap/ |
gencode.c | 140 static struct block *root; variable in typeref:struct:block 370 root = NULL; 394 if (root == NULL) 395 root = gen_retblk(snaplen); 398 bpf_optimize(&root); 399 if (root == NULL || 400 (root->s.code == (BPF_RET|BPF_K) && root->s.k == 0)) 403 program->bf_insns = icode_to_fcode(root, &len); 504 root = p->head [all...] |
/build/core/ |
cleanbuild.mk | 188 ./$(PRODUCT_OUT)/root \
|
/cts/tools/host/src/com/android/cts/ |
ConsoleUi.java | 217 + " root: add packages from root to repository"); 1251 File root = new File(caseRoot); local [all...] |
/cts/tools/signature-tools/src/signature/converter/doclet/ |
DocletToSigConverter.java | 94 public IApi convertDocletRoot(String name, RootDoc root,
101 for (PackageDoc pack : root.specifiedPackages()) {
|
/device/samsung/crespo/alsa-lib/src/pcm/ |
pcm_shm.c | 829 * \param root Root configuration node 838 snd_config_t *root, snd_config_t *conf, 885 err = snd_config_search_definition(root, "server", server, &sconfig);
|
/external/chromium/third_party/icu/source/data/locales/ |
resfiles.mk | 33 # All aliases (to not be included under 'installed'), but not including root.
|
/external/clearsilver/ruby/ |
install.rb | 797 def initialize( root ) 798 super nil, {'verbose' => true}, root, '.'
|
/external/freetype/src/psaux/ |
t1decode.c | 217 !face->root.internal->incremental_interface ) 228 if ( face->root.internal->incremental_interface ) [all...] |
/external/freetype/src/sfnt/ |
ttsbit.c | 615 FT_Memory memory = face->root.memory; [all...] |
/external/freetype/src/truetype/ |
ttinterp.c | [all...] |
/external/icu4c/data/coll/ |
colfiles.mk | 37 # All aliases (to not be included under 'installed'), but not including root.
|
/external/icu4c/test/cintltst/ |
nccbtst.c | 85 void addTestConvertErrorCallBack(TestNode** root); 87 void addTestConvertErrorCallBack(TestNode** root) 89 addTest(root, &TestSkipCallBack, "tsconv/nccbtst/TestSkipCallBack"); 90 addTest(root, &TestStopCallBack, "tsconv/nccbtst/TestStopCallBack"); 91 addTest(root, &TestSubCallBack, "tsconv/nccbtst/TestSubCallBack"); 95 addTest(root, &TestSubWithValueCallBack, "tsconv/nccbtst/TestSubWithValueCallBack"); 99 addTest(root, &TestLegalAndOtherCallBack, "tsconv/nccbtst/TestLegalAndOtherCallBack"); 100 addTest(root, &TestSingleByteCallBack, "tsconv/nccbtst/TestSingleByteCallBack"); 103 addTest(root, &TestCallBackFailure, "tsconv/nccbtst/TestCallBackFailure"); [all...] |
/external/kernel-headers/original/linux/ |
mm.h | 381 * in memory if present. The tree is rooted at mapping->root. 902 #define vma_prio_tree_foreach(vma, iter, root, begin, end) \ 903 for (prio_tree_iter_init(iter, root, begin, end), vma = NULL; \ [all...] |
/external/libvpx/examples/includes/ASCIIMathPHP-2.0/ |
ASCIIMathPHP-2.0.class.php | 968 if ($sym['input'] == 'root' || $sym['input'] == 'stackrel') { 1023 $root = $this->_node_arr[0]; variable 1024 return($root->dumpXML()); [all...] |