HomeSort by relevance Sort by last modified time
    Searched refs:root (Results 901 - 925 of 1103) sorted by null

<<31323334353637383940>>

  /external/libvpx/vp8/encoder/x86/
subtract_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/v8/src/
serialize.cc 607 void Deserializer::DeserializePartial(Object** root) {
615 VisitPointer(root);
1014 Object* root = Heap::roots_address()[i]; local
    [all...]
serialize.h 261 void DeserializePartial(Object** root);
  /external/webkit/WebCore/bridge/qt/
qt_instance.cpp 314 JSValue convertQVariantToValue(ExecState*, PassRefPtr<RootObject> root, const QVariant& variant);
  /external/webkit/WebCore/rendering/
RenderBlock.cpp 95 // if we had any border/padding (obviously), if we're the root or HTML elements, or if
    [all...]
  /external/webkit/WebKit/android/jni/
WebViewCore.h 458 void updateCursorBounds(const CachedRoot* root,
  /external/webkit/WebKit/android/nav/
CachedFrame.h 110 void init(const CachedRoot* root, int index, WebCore::Frame* frame);
237 int mIndexInParent; // index within parent's array of children, or -1 if root
  /hardware/ril/mock-ril/
Makefile 145 # change to root and remount device
148 adb root ; sleep 3 ; adb remount ; adb shell setprop rild.libpath /data/lib/libmock_ril.so
  /ndk/build/core/
init.mk 36 # NDK_ROOT *must* be defined and point to the root of the NDK installation
292 $(call ndk_log,Found platform root directory: $(NDK_PLATFORMS_ROOT))
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_route.c 904 * \param tt Configuration root describing route matrix
960 * \param tt Configuration root describing route matrix
1072 * \param root Root configuration node
1082 snd_config_t *root, snd_config_t *conf,
1125 err = snd_pcm_slave_conf(root, slave, &sconf, 2,
1155 err = snd_pcm_open_slave(&spcm, root, sconf, stream, mode, conf);
    [all...]
pcm_rate.c     [all...]
  /external/chromium/third_party/icu/source/data/
makedata.mak 46 # The root of the ICU source directory tree
52 !MESSAGE ICU root path is $(ICUP)
251 BRK_RES_FILES = $(ICUBRK)\root.res $(ICUBRK)\$(BRK_RES_FILES:brkitr\ =)
269 RB_FILES = root.res $(GENRB_ALIAS_SOURCE:.txt=.res) $(GENRB_ALIAS_SOURCE_LOCAL:.txt=.res) $(GENRB_SOURCE:.txt=.res)
288 COL_FILES = $(ICUCOL)\root.txt $(COLLATION_ALIAS_SOURCE) $(COLLATION_SOURCE)
309 RBNF_FILES = $(ICURBNF)\root.txt $(RBNF_ALIAS_SOURCE) $(RBNF_SOURCE)
  /external/chromium/third_party/icu/source/tools/genrb/
reslist.c 315 uint32_t root = 0; local
389 root = (top) >> 2 | (bundle->fRoot->fType << 28);
391 /* write the root item */
392 udata_write32(mem, root);
394 /* add to top the size of the root item */
400 * write int32_t indexes[] after root and before the strings
429 /* write all of the bundle contents: the root item and its children */
714 /* formatVersion 1.1: start fKeyPoint after the root item and indexes[] */
1010 /* do not set an error: the root table has a NULL tag */
  /external/e2fsprogs/lib/ext2fs/
ext2fs.h 862 extern errcode_t ext2fs_namei(ext2_filsys fs, ext2_ino_t root, ext2_ino_t cwd,
864 errcode_t ext2fs_namei_follow(ext2_filsys fs, ext2_ino_t root, ext2_ino_t cwd,
866 extern errcode_t ext2fs_follow_link(ext2_filsys fs, ext2_ino_t root, ext2_ino_t cwd,
    [all...]
  /external/webkit/WebCore/inspector/front-end/
ElementsTreeOutline.js 173 var root = this.element;
177 var x = root.totalOffsetLeft + root.offsetWidth - 20;
    [all...]
  /external/webkit/WebKit/gtk/webkit/
webkitwebframe.cpp     [all...]
  /frameworks/base/core/java/android/view/
View.java 3737 View root = getRootView(); local
    [all...]
  /frameworks/base/core/java/android/widget/
PopupWindow.java 1021 final View root = anchor.getRootView(); local
    [all...]
  /frameworks/base/libs/ui/
EventHub.cpp 778 const char* root = getenv("ANDROID_ROOT"); local
780 "%s/usr/keylayout/%s.kl", root, tmpfn);
784 "%s/usr/keylayout/%s", root, "qwerty.kl");
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
GalleryPicker.java 150 ViewGroup root = (ViewGroup) findViewById(R.id.root); local
151 getLayoutInflater().inflate(R.layout.gallerypicker_no_images, root);
  /packages/apps/Settings/src/com/android/settings/vpn/
VpnSettings.java 793 File root = new File(PROFILES_ROOT);
794 String[] dirs = root.list();
797 File f = new File(new File(root, dir), PROFILE_OBJ_FILE);
    [all...]
  /external/webkit/WebCore/dom/
Range.cpp 206 // check if different root container
244 // check if different root container
1150 Node* root = n; local
    [all...]
  /external/webkit/WebCore/page/
Frame.cpp 1203 RenderView* root = contentRenderer(); local
1214 RenderView* root = contentRenderer(); local
    [all...]
  /external/freetype/src/base/
ftobjs.c 234 FT_Memory memory = driver->root.memory;
239 slot->library = driver->root.library;
344 FT_Memory memory = driver->root.memory;
386 memory = driver->root.memory;
425 FT_Memory memory = driver->root.memory;
576 library = driver->root.library;
915 driver->root.memory,
    [all...]
  /external/icu4c/test/intltest/
ssearch.cpp 160 LocalPointer<UXMLElement> root(parser->parseFile(testFilePath, status));
166 const UnicodeString *debugTestCase = root->getAttribute("debug");
175 while((testCase = root->nextChildElement(tc)) != NULL) {
498 UXMLElement *root = parser->parseFile(testFilePath, status); local
504 const UnicodeString *debugTestCase = root->getAttribute("debug");
513 while((testCase = root->nextChildElement(tc)) != NULL) {
669 delete root;
    [all...]

Completed in 769 milliseconds

<<31323334353637383940>>