/external/blktrace/ |
rbtree.h | 154 struct rb_root *root);
|
/external/bzip2/ |
bzip2.c | 83 # define APPEND_FILESPEC(root, name) \ 84 root=snocString((root), (name)) 86 # define APPEND_FLAG(root, name) \ 87 root=snocString((root), (name)) 140 # define APPEND_FLAG(root, name) \ 141 root=snocString((root), (name)) 143 # define APPEND_FILESPEC(root, name) [all...] |
/external/chromium/googleurl/ |
PRESUBMIT.py | 59 root, ext = input_api.os_path.splitext(path)
|
/external/chromium/third_party/icu/source/test/letest/ |
letest.cpp | 571 UXMLElement *root = parser->parseFile(testFilePath, status); local 573 if (root == NULL) { 599 while((testCase = root->nextChildElement(tc)) != NULL) { 729 delete root; 1064 TestNode *root = NULL; local [all...] |
/external/chromium/third_party/icu/source/test/thaitest/ |
thaitest.cpp | 398 Locale root(""); 403 BreakIterator *breakIter = BreakIterator::createWordInstance(root, status); 502 Locale root(""); 504 fBreakIter = BreakIterator::createWordInstance(root, status);
|
/external/chromium/third_party/icu/source/tools/genrb/ |
Makefile.in | 55 GENDTJAR_OPTS=--icu-root="$(GENDTJAR_ICUHOME)" --jar="$(GENDTJAR_JARHOME)" --icu4j-root="$(ICU4J_HOME)" --verbose
|
gendtjar.pl | 37 "--icu-root=s" => \$icuRootDir, 39 "--icu4j-root=s" => \$icu4jDir, 379 --icu-root=<directory where icu4c lives> 381 --icu4j-root=<directory> 386 gendtjar.pl --icu-root=\\work\\icu --jar=\\jdk1.4.1\\bin --icu4j-root=\\work\\icu4j --version=3.0
|
/external/freetype/include/freetype/ |
ftrender.h | 127 /* root :: The root @FT_Module_Class fields. */ 146 FT_Module_Class root; member in struct:FT_Renderer_Class_
|
/external/freetype/src/autofit/ |
aflatin.h | 120 AF_ScriptMetricsRec root; member in struct:AF_LatinMetricsRec_
|
/external/icu4c/test/cintltst/ |
cmsgtst.c | [all...] |
/external/icu4c/test/letest/ |
letest.cpp | 571 UXMLElement *root = parser->parseFile(testFilePath, status); local 573 if (root == NULL) { 599 while((testCase = root->nextChildElement(tc)) != NULL) { 729 delete root; 1064 TestNode *root = NULL; local [all...] |
/external/icu4c/test/thaitest/ |
thaitest.cpp | 398 Locale root(""); 403 BreakIterator *breakIter = BreakIterator::createWordInstance(root, status); 502 Locale root(""); 504 fBreakIter = BreakIterator::createWordInstance(root, status);
|
/external/icu4c/tools/genrb/ |
gendtjar.pl | 37 "--icu-root=s" => \$icuRootDir, 39 "--icu4j-root=s" => \$icu4jDir, 379 --icu-root=<directory where icu4c lives> 381 --icu4j-root=<directory> 386 gendtjar.pl --icu-root=\\work\\icu --jar=\\jdk1.4.1\\bin --icu4j-root=\\work\\icu4j --version=3.0
|
/external/iproute2/examples/diffserv/ |
Edge32-cb-u32 | 13 IPROUTE=/root/DS-6-beta/iproute2-990530-dsing 97 $TC qdisc add $EGDEV handle 1:0 root dsmark indices 64
|
/external/libvpx/vp8/common/arm/armv6/ |
copymem8x4_v6.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.
|
copymem8x8_v6.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/webkit/WebCore/bindings/objc/ |
WebScriptObjectPrivate.h | 45 id createJSWrapper(JSC::JSObject*, PassRefPtr<JSC::Bindings::RootObject> origin, PassRefPtr<JSC::Bindings::RootObject> root);
|
/external/webkit/WebCore/bindings/v8/ |
V8NPObject.h | 60 v8::Local<v8::Object> createV8ObjectForNPObject(NPObject*, NPObject* root);
|
/external/webkit/WebCore/rendering/ |
RenderListItem.cpp | 267 RootInlineBox* root = m_marker->inlineBoxWrapper()->root(); local 279 if (box == root) 290 if (box == root)
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
MovieView.java | 47 View rootView = findViewById(Res.id.root);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
ExplodedRenderingHelper.java | 62 * @param root the root node (ie the top layout). 65 public ExplodedRenderingHelper(Node root, IProject iProject) { 77 computePadding(root, mPadding); 84 * @param root the root node (ie the top layout). 87 public ExplodedRenderingHelper(Node root, Set<String> layoutNames) { 90 computePadding(root, mPadding);
|
/sdk/emulator/qtools/ |
profile_pid.cpp | 53 trace->SetRoot(root);
|
q2g.cpp | 47 trace->SetRoot(root);
|
/system/core/libacc/tests/ |
test.py | 85 for root, dirs, files in os.walk("data"): 87 adb(["shell", "mkdir", os.path.join(root, d)]) 89 adb(["push", os.path.join(root, f), os.path.join("/system/bin/accdata", root, f)])
|
/cts/tools/spec-progress/src/ |
SpecProgressDoclet.java | 354 private void process(RootDoc root) throws IOException { 355 runtimeException = root.classNamed("java.lang.RuntimeException"); 356 error = root.classNamed("java.lang.Error"); 368 PackageDoc[] packages = root.specifiedPackages(); [all...] |