/external/webrtc/src/common_audio/signal_processing/ |
spl_version.c | 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/webrtc/src/modules/audio_processing/utility/ |
fft4g.h | 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/webrtc/src/system_wrappers/interface/ |
aligned_malloc.h | 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.
|
cpu_info.h | 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/webrtc/src/system_wrappers/source/ |
cpu_no_op.cc | 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.
|
critical_section.cc | 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/webrtc/test/ |
run_all_unittests.cc | 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.
|
/sdk/files/ |
android.el | 9 (defvar android-jdb-project-root-history '() 26 (defcustom android-project-root nil 27 "This is where your Android project root is stored." 41 (defun android-read-project-root () 44 (read-file-name "Android project root: " 45 android-project-root 51 (read-file-name "Android project root: " 52 android-project-root 56 (do ((entered-root (read-directory) (read-directory))) 57 ((and entered-root [all...] |
/external/qemu/android/utils/ |
dirscanner.c | 19 char root[PATH_MAX]; \ 41 char* p = s->root + s->rootLen; 42 char* end = s->root + sizeof s->root; 45 /* create file spec by appending \* to root */ 50 ret = _findfirst(s->root, &s->findData); 101 s->dir = opendir(s->root); 154 char* p = s->root; 155 char* end = p + sizeof s->root; 161 s->rootLen = (p - s->root); [all...] |
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
DisplayListLayersActivity.java | 43 LinearLayout root = createContainer(); local 44 addChild(root, new LayerView(this, 0xffff0000, LAYER_TYPE_HARDWARE, "hardware"), 46 addChild(root, new LayerView(this, 0xff0000ff, LAYER_TYPE_SOFTWARE, "software"), 48 addChild(root, createButton(root), WRAP_CONTENT, WRAP_CONTENT); 50 setContentView(root); 53 private Button createButton(final LinearLayout root) { 59 for (int i = 0; i < root.getChildCount(); i++) { 60 View child = root.getChildAt(i); 71 private void addChild(LinearLayout root, View child, int width, int height) [all...] |
/system/core/rootdir/ |
init.rc | 18 mkdir /mnt 0775 root system 53 mkdir /config 0500 root root 55 # Directory for putting things only root should see. 56 mkdir /mnt/secure 0700 root root 59 mkdir /mnt/secure/staging 0700 root root 63 mkdir /mnt/secure/asec 0700 root root [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
dfs-visit.h | 42 // // Invoked when state discovered (2nd arg is DFS tree root) 43 // bool InitState(StateId s, StateId root); 51 // // when S is tree root) 100 for (StateId root = start; dfs && root < nstates;) { 101 state_color[root] = kDfsGrey; 102 state_stack.push(new DfsState<Arc>(fst, root)); 103 dfs = visitor->InitState(root, root); 136 dfs = visitor->InitState(arc.nextstate, root); [all...] |
/external/chromium/chrome/browser/accessibility/ |
browser_accessibility_win_unittest.cc | 86 WebAccessibility root; local 87 root.id = 1; 88 root.name = L"Document"; 89 root.role = WebAccessibility::ROLE_DOCUMENT; 90 root.state = 0; 91 root.children.push_back(button); 92 root.children.push_back(checkbox); 102 root, 116 root, 156 WebAccessibility root; local 244 WebAccessibility root; local 289 WebAccessibility root; local [all...] |
/external/linux-tools-perf/util/added/ |
rbtree.c | 26 static void __rb_rotate_left(struct rb_node *node, struct rb_root *root) 45 root->rb_node = right; 49 static void __rb_rotate_right(struct rb_node *node, struct rb_root *root) 68 root->rb_node = left; 72 void rb_insert_color(struct rb_node *node, struct rb_root *root) 97 __rb_rotate_left(parent, root); 105 __rb_rotate_right(gparent, root); 122 __rb_rotate_right(parent, root); 130 __rb_rotate_left(gparent, root); 134 rb_set_black(root->rb_node) [all...] |
/build/tools/ |
fileslist.py | 27 for root in roots: 28 base = len(root[:root.rfind(os.path.sep)]) 29 for dir, dirs, files in os.walk(root):
|
/dalvik/vm/alloc/ |
Visit.h | 45 * Like a Visitor, but passes root specific information such as the 46 * containing thread id and the root type. In cases where a root is 57 * Visits references in the root set.
|
/development/ide/intellij/ |
make+intelligen.sh | 4 echo "Error: Please run from the root of the tree."
|
/development/sdk/ |
sdk.properties | 2 # This file is copied in the root folder of each platform component.
|
/development/tools/idegen/ |
idegen.sh | 4 echo "Error: Run from the root of the tree."
|
/development/tools/labpretest/sholes/ |
custom_flash.sh | 16 # ROOT 43 if [ ! -e "$ROOT/$product/$bootloaderfile" ]; then 47 log_print "using $ROOT/$product/$bootloaderfile as the bootloader image file" 50 flash_partition $BOOTPART $ROOT/$product/$bootloaderfile
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
t058rewriteAST34.g | 5 a : b b^ ; // 2nd b matches only an INT; can make it root
|
/external/chromium/chrome/browser/resources/file_manager/js/ |
main.js | 38 console.error('Error locating root path: ' + path + ': ' + err); 50 // We've been handed the local filesystem, whose root directory 52 util.getDirectories(filesystem.root, {create: false}, rootPaths, 55 util.forEachDirEntry(filesystem.root, onEntryFound);
|
/external/chromium/chrome/browser/resources/gpu_internals/ |
overlay.css | 6 .overlay-root { 21 .overlay-root:not([visible]), 27 .overlay-root > .content-host { 35 .overlay-root > .content-host > * {
|
/external/chromium-trace/src/tracing/ |
overlay.css | 5 .overlay-root { 20 .overlay-root:not([visible]), 25 .overlay-root > .content-host { 33 .overlay-root > .content-host > * {
|
/external/clang/test/CodeGenObjC/ |
objc2-weak-import-attribute.m | 37 // Root is being implemented here. No extern_weak. 38 __attribute__((weak_import)) @interface Root @end 40 @interface Super : Root @end 46 @implementation Root @end
|