/external/deqp/framework/randomshaders/ |
rsgExpressionGenerator.hpp | 45 void generate (Expression* root);
|
/external/deqp/modules/gles3/functional/ |
es3fAttribLocationTests.cpp | 88 TestCaseGroup* const root = new TestCaseGroup (context, "attribute_location", "Attribute location tests"); local 94 root->addChild(bindAttributeGroup); 107 root->addChild(bindMaxAttributeGroup); 120 root->addChild(aliasingGroup); 145 root->addChild(holeGroup); 160 root->addChild(bindTimeGroup); 173 root->addChild(layoutAttributeGroup); 186 root->addChild(layoutMaxAttributeGroup); 199 root->addChild(holeGroup); 214 root->addChild(mixedAttributeGroup) [all...] |
/external/freetype/src/autofit/ |
afmodule.h | 37 FT_ModuleRec root; member in struct:AF_ModuleRec_
|
/external/guice/extensions/grapher/src/com/google/inject/grapher/ |
InjectorGrapher.java | 43 void graph(Injector injector, Set<Key<?>> root) throws IOException;
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
CollationRoot.java | 23 * Collation root provider. 37 CollationTailoring root = getRoot(); local 38 return root.data; 41 CollationTailoring root = getRoot(); local 42 return root.settings.readOnly(); 52 // Keep t=null until after the root data has been read completely. 53 // Otherwise we would set a non-null root object if the data reader throws an exception. 57 "IOException while reading CLDR root data",
|
/external/icu/icu4c/source/test/cintltst/ |
eurocreg.c | 12 void addTestEuroRegression(TestNode** root); 15 void addTestEuroRegression(TestNode** root) 17 addTest(root, &TestEuroRegression, "tsconv/eurocreg/TestEuroRegression"); 185 void addTestEuroRegression(TestNode** root)
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
CollationRoot.java | 22 * Collation root provider. 35 CollationTailoring root = getRoot(); local 36 return root.data; 39 CollationTailoring root = getRoot(); local 40 return root.settings.readOnly(); 50 // Keep t=null until after the root data has been read completely. 51 // Otherwise we would set a non-null root object if the data reader throws an exception. 55 "IOException while reading CLDR root data",
|
/external/iproute2/testsuite/tests/tc/ |
dsmark.t | 12 ts_tc "dsmark" "dsmark root qdisc creation" \ 13 qdisc add dev $DEV root handle 10:0 \ 31 qdisc del dev $DEV root
|
/external/jetty/src/java/org/eclipse/jetty/xml/ |
ConfigurationProcessor.java | 34 public void init(URL url, XmlParser.Node root, XmlConfiguration configuration);
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/ |
afmodule.h | 37 FT_ModuleRec root; member in struct:AF_ModuleRec_
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type42/ |
t42types.h | 35 FT_FaceRec root; member in struct:T42_FaceRec_
|
/external/libxml2/python/tests/ |
validate.py | 17 root = doc.children variable 18 if root.name != "doc": 19 print("root.name failed") 53 root = doc.children variable 54 if root.name != "doc": 55 print("root.name failed")
|
/external/sonic/doc/ |
post | 14 scp $sourceTarball root@dev.vinux-project.org:/var/www/dev.vinux-project.org/sonic/download/$destTarball 17 scp $files root@dev.vinux-project.org:/var/www/dev.vinux-project.org/sonic
|
/external/v8/src/wasm/ |
asm-wasm-builder.h | 21 explicit AsmWasmBuilder(Isolate* isolate, Zone* zone, FunctionLiteral* root);
|
/external/v8/test/cctest/ |
expression-type-collector.h | 26 ExpressionTypeCollector(Isolate* isolate, FunctionLiteral* root,
|
/external/v8/test/promises-aplus/ |
testcfg.py | 58 def __init__(self, name, root): 59 self.root = root 60 self.test_files_root = os.path.join(self.root, TEST_NAME, 'lib', 'tests') 63 os.path.join(root, 'lib', name) for name in 67 os.path.join(root, 'lib', name) for name in 76 os.listdir(os.path.join(self.root, TEST_NAME, 'lib', 'tests')) 86 filename = os.path.join(self.root, TEST_NAME, 101 archive = os.path.join(self.root, TEST_ARCHIVE) 102 directory = os.path.join(self.root, TEST_NAME [all...] |
/external/v8/tools/ninja/ |
ninja_output.py | 24 root = os.path.join(v8_root, output_dir) 26 return os.path.join(root, configuration) 28 debug_path = os.path.join(root, 'Debug') 29 release_path = os.path.join(root, 'Release')
|
/external/vboot_reference/scripts/image_signing/ |
swap_rootfs.sh | 14 This will put the root file system from src_image into dst_image.
|
/frameworks/base/tools/preload/ |
Compile.java | 39 Root root = new Root(); local 62 root.indexProcess(record); 66 root.indexClassOperation(record); 71 root.toFile(args[1]);
|
/frameworks/support/samples/SupportTransitionDemos/src/com/example/android/support/transition/widget/ |
TransitionUsageBase.java | 40 abstract Scene[] setUpScenes(ViewGroup root); 53 FrameLayout root = (FrameLayout) findViewById(R.id.root); local 54 mScenes = setUpScenes(root);
|
/hardware/bsp/intel/soc/edison/ |
soc.mk | 41 $(LOCAL_PATH)/init.edison.rc:root/init.edison.rc \ 42 system/core/rootdir/init.usb.rc:root/init.usb.rc \ 43 system/core/rootdir/ueventd.rc:root/ueventd.rc \ 44 $(LOCAL_PATH)/ueventd.edison.rc:root/ueventd.edison.rc \
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
normalize01.java | 71 Element root; local 78 root = doc.getDocumentElement(); 79 root.normalize(); 80 elementList = root.getElementsByTagName("name");
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
Normalize.java | 76 Element root; local 83 root = doc.getDocumentElement(); 84 root.normalize(); 85 elementList = root.getElementsByTagName("name");
|
/prebuilts/tools/linux-x86_64/kythe/proto/ |
filetree.proto | 24 // CorpusRoots returns all known corpus/root pairs for stored files. 36 repeated string root = 2; 43 string root = 2; 48 // Set of tickets for each contained sub-directory's corpus, root, and path.
|
/system/update_engine/common/ |
hwid_override.h | 28 // Class that allows HWID to be read from <root>/etc/lsb-release. 34 // Read HWID from an /etc/lsb-release file under given root. 36 static std::string Read(const base::FilePath& root);
|