Searched refs:extension (Results 1 – 10 of 10) sorted by relevance
/development/ndk/sources/android/ndk_helper/ |
D | GLContext.cpp | 276 bool GLContext::CheckExtension( const char* extension ) in CheckExtension() argument 278 if( extension == NULL ) in CheckExtension() 282 std::string str = std::string( extension ); in CheckExtension() 286 if( extensions.find( extension, pos ) != std::string::npos ) in CheckExtension()
|
D | GLContext.h | 120 bool CheckExtension( const char* extension );
|
/development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/ |
D | MyCloudProvider.java | 407 final String extension = name.substring(lastDot + 1); 408 final String mime = MimeTypeMap.getSingleton().getMimeTypeFromExtension(extension); 578 private void writeFileToInternalStorage(int resId, String extension) { 589 String filename = getContext().getResources().getResourceEntryName(resId) + extension;
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | FrameBufferObjectActivity.java | 237 private boolean checkIfContextSupportsExtension(GL10 gl, String extension) { in checkIfContextSupportsExtension() argument 245 return extensions.indexOf(" " + extension + " ") >= 0; in checkIfContextSupportsExtension()
|
D | CubeMapActivity.java | 207 private boolean checkIfContextSupportsExtension(GL10 gl, String extension) { in checkIfContextSupportsExtension() argument 215 return extensions.indexOf(" " + extension + " ") >= 0; in checkIfContextSupportsExtension()
|
/development/ide/xcode/ports/ |
D | skia_mac.cp | 56 // Create a Nib reference passing the name of the nib file (without the .nib extension)
|
/development/ndk/platforms/ |
D | README.CRT.TXT | 11 They are either C files, or assembly files with an .S extension, which means 228 GLibc extension which automatically un-registers atexit() handlers when
|
/development/perftests/panorama/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 220 # Doxygen selects the parser to use depending on the extension of the files it parses. 221 # With this tag you can assign which parser to use for a given extension. 223 # The format is ext=language, where ext is a file extension, and language is one of 814 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for 816 # doxygen will generate files with .html extension. 1163 # The MAN_EXTENSION tag determines the extension that is added to
|
/development/perftests/panorama/feature_stab/doc/ |
D | dbreg_API_doxyfile | 220 # Doxygen selects the parser to use depending on the extension of the files it parses. 221 # With this tag you can assign which parser to use for a given extension. 223 # The format is ext=language, where ext is a file extension, and language is one of 814 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for 816 # doxygen will generate files with .html extension. 1163 # The MAN_EXTENSION tag determines the extension that is added to
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 367 extension - n. an addition to the length of something
|