/frameworks/base/tools/aapt/ |
XMLNode.cpp | 516 sp<XMLNode> root = XMLNode::parse(file); local 517 if (root == NULL) { 520 root->removeWhitespace(stripAll, cDataTags); 523 NOISY(root->print()); 525 status_t err = root->flatten(rsc, !keepComments, false); 579 if (state.root == NULL) { 583 return state.root; [all...] |
/device/samsung/crespo/alsa-lib/src/pcm/ |
pcm_softvol.c | 951 * \param root Root configuration node 961 snd_config_t *root, snd_config_t *conf, 1042 err = snd_pcm_slave_conf(root, slave, &sconf, 0); 1045 err = snd_pcm_open_named_slave(pcmp, name, root, sconf, stream, 1050 err = snd_pcm_slave_conf(root, slave, &sconf, 1, 1065 err = snd_pcm_open_slave(&spcm, root, sconf, stream, mode, conf);
|
pcm_adpcm.c | 622 * \param root Root configuration node 632 snd_config_t *root, snd_config_t *conf, 658 err = snd_pcm_slave_conf(root, slave, &sconf, 1, 668 err = snd_pcm_open_slave(&spcm, root, sconf, stream, mode, conf);
|
pcm_iec958.c | 547 * \param root Root configuration node 557 snd_config_t *root, snd_config_t *conf, 655 err = snd_pcm_slave_conf(root, slave, &sconf, 1, 666 err = snd_pcm_open_slave(&spcm, root, sconf, stream, mode, conf);
|
/external/chromium/third_party/icu/source/common/ |
uniset_props.cpp | [all...] |
/external/e2fsprogs/intl/ |
dcigettext.c | 243 /* Root of the search tree with known translations. We can use this 248 static void *root; variable 487 foundp = (struct known_translation_t **) tfind (search, &root, transcmp); 666 tsearch (newp, &root, transcmp); [all...] |
/external/icu4c/common/ |
uniset_props.cpp | [all...] |
locdispnames.cpp | 284 static const char _kRootName[] = "root"; 357 const char* root = NULL; local 379 root = tag == _kCountries ? U_ICUDATA_REGION : U_ICUDATA_LANG; 381 return _getStringOrCopyKey(root, displayLocale,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiElementNode.java | 84 /** The parent element node in the UI model. It is null for a root element or until 88 * root node. All children have the value set to null and query their parent. */ 91 * only for the root node. All children have the value set to null and query their parent. */ 276 * @param include_root Whether to include the root (e.g. "Manifest") or not. Has no effect 277 * when called on the root node itself. 299 * UI root element node (this method takes care of that.) 385 * The root node has no parent. 394 * @return The parent {@link UiElementNode} or null if this is the root node. 401 * Returns The root {@link UiElementNode}. 404 UiElementNode root = this local [all...] |
/external/chromium/third_party/icu/source/test/cintltst/ |
spooftest.c | 91 void addUSpoofTest(TestNode** root); 93 void addUSpoofTest(TestNode** root) 95 addTest(root, &TestUSpoofCAPI, "uspoof/TestUSpoofCAPI");
|
usettest.c | 15 #define TEST(x) addTest(root, &x, "uset/" # x) 25 void addUSetTest(TestNode** root); 39 addUSetTest(TestNode** root) {
|
utransts.c | 21 #define TEST(x) addTest(root, &x, "utrans/" # x) 35 void addUTransTest(TestNode** root); 39 addUTransTest(TestNode** root) {
|
ucnvseltst.c | 34 void addCnvSelTest(TestNode** root) 36 addTest(root, &TestSelector, "tsconv/ucnvseltst/TestSelector");
|
/external/icu4c/test/cintltst/ |
usettest.c | 15 #define TEST(x) addTest(root, &x, "uset/" # x) 25 void addUSetTest(TestNode** root); 39 addUSetTest(TestNode** root) {
|
utransts.c | 21 #define TEST(x) addTest(root, &x, "utrans/" # x) 35 void addUTransTest(TestNode** root); 39 addUTransTest(TestNode** root) {
|
/external/webkit/WebCore/rendering/ |
RenderTreeAsText.cpp | 441 RenderView* root = view->frame()->contentRenderer(); local 442 if (root) { 444 RenderLayer* l = root->layer();
|
/libcore/luni/src/main/java/java/util/prefs/ |
XMLParser.java | 67 + " <!ELEMENT preferences (root)>" 69 + " <!ELEMENT root (map, node*) >" 70 + " <!ATTLIST root type (system|user) #REQUIRED >" 175 flushStartTag("root", new String[] { "type" }, 182 flushEndTag("root", out); 358 // check preferences root's type 359 Element root = (Element) preferences local 360 .getElementsByTagName("root").item(0); 362 String type = root.getAttribute("type"); 370 loadNode(prefsRoot, root); [all...] |
/libcore/luni/src/main/java/org/apache/xml/utils/ |
DOMHelper.java | 62 * The Level 2 createDocument call also creates the root 68 * doing so; the intent was that knowing the document type and root 925 Node root = null; local 929 root = node; 933 return root; 937 * Get the root node of the document tree, regardless of [all...] |
/device/samsung/crespo/alsa-lib/src/rawmidi/ |
rawmidi_virt.c | 397 char *name, snd_config_t *root ATTRIBUTE_UNUSED, 444 root, conf);
|
/external/chromium/third_party/icu/source/data/ |
Makefile.in | 227 BRS_SRC= root.txt $(BRK_RES_SOURCE) $(BRK_RES_SOURCE_LOCAL) 259 RES_SRC= root.txt $(GENRB_SOURCE) $(GENRB_ALIAS_SOURCE) $(GENRB_SOURCE_LOCAL) 264 COL_SRC= root.txt $(COLLATION_SOURCE) $(COLLATION_ALIAS_SOURCE) $(COLLATION_SOURCE_LOCAL) 269 RBNF_SRC= root.txt $(RBNF_SOURCE) $(RBNF_ALIAS_SOURCE) $(RBNF_SOURCE_LOCAL)
|
/external/chromium/third_party/icu/source/data/locales/ |
reslocal.mk | 41 # All aliases (to not be included under 'installed'), but not including root.
|
/external/clearsilver/ports/rpm/ |
clearsilver.spec | 75 BuildRoot: %{_tmppath}/%{name}-root
|
/external/clearsilver/util/ |
dict.c | 551 NEOERR *dictCreate(dictCtx *rdict, BOOL threaded, UINT32 root, UINT32 maxLevel, 578 err = skipNewList(&(dict->list), threaded, root, maxLevel,
|
/external/v8/test/mjsunit/tools/ |
logreader.js | 28 // Load CSV Parser and Log Reader implementations from <project root>/tools.
|
/external/webkit/LayoutTests/http/conf/ |
fedora-httpd.conf | 228 # httpd as root initially and it will switch. 258 ServerAdmin root@localhost
|