/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/ |
Path.h | 134 /// @brief Replace the file extension of \a path with \a extension. 137 /// ./filename.cpp => ./filename.extension 138 /// ./filename => ./filename.extension 139 /// ./ => ./.extension 142 /// @param path A path that has its extension replaced with \a extension. 143 /// @param extension The extension to be added. It may be empty. It may also 146 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension, [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/ |
Path.h | 134 /// @brief Replace the file extension of \a path with \a extension. 137 /// ./filename.cpp => ./filename.extension 138 /// ./filename => ./filename.extension 139 /// ./ => ./.extension 142 /// @param path A path that has its extension replaced with \a extension. 143 /// @param extension The extension to be added. It may be empty. It may also 146 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension, [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/ |
Path.h | 134 /// @brief Replace the file extension of \a path with \a extension. 137 /// ./filename.cpp => ./filename.extension 138 /// ./filename => ./filename.extension 139 /// ./ => ./.extension 142 /// @param path A path that has its extension replaced with \a extension. 143 /// @param extension The extension to be added. It may be empty. It may also 146 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension, [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/ |
Path.h | 134 /// @brief Replace the file extension of \a path with \a extension. 137 /// ./filename.cpp => ./filename.extension 138 /// ./filename => ./filename.extension 139 /// ./ => ./.extension 142 /// @param path A path that has its extension replaced with \a extension. 143 /// @param extension The extension to be added. It may be empty. It may also 146 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension, [all...] |
/prebuilts/devtools/adt/lib/ |
sdktestutils.jar | |
/prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/route/ |
interface.go | 18 extOff int // offset of header extension
|
/prebuilts/go/linux-x86/src/vendor/golang_org/x/net/route/ |
interface.go | 18 extOff int // offset of header extension
|
/prebuilts/gradle-plugin/com/android/tools/build/gradle/1.2.0/ |
gradle-1.2.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/gradle/1.2.0-alpha1/ |
gradle-1.2.0-alpha1.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/gradle/1.2.0-beta4/ |
gradle-1.2.0-beta4.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/gradle/1.2.0-rc1/ |
gradle-1.2.0-rc1.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/gradle/1.2.1/ |
gradle-1.2.1.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/gradle/1.2.2/ |
gradle-1.2.2.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/gradle/1.2.3/ |
gradle-1.2.3.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/gradle/1.2.4/ |
gradle-1.2.4.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/gradle/1.3.0-alpha1/ |
gradle-1.3.0-alpha1.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/gradle/1.3.0-alpha2/ |
gradle-1.3.0-alpha2.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/gradle/1.3.0-alpha3/ |
gradle-1.3.0-alpha3.jar | |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
RenameResourceParticipantTest.java | 384 String extension = (dot != -1) ? fileName.substring(dot) : ""; local 385 p.setNewResourceName(newName + extension);
|
/toolchain/binutils/binutils-2.27/opcodes/ |
s390-mkopc.c | 107 char extension[4]; member in struct:s390_cond_ext_format 252 strcat (new_mnemonic, ext_table[i].extension);
|
/external/mesa3d/src/compiler/glsl/ |
glsl_parser_extras.cpp | 452 info log and report it via GL_ARB_debug_output. Per that extension, 511 * an #extension directive. 525 * Name of the extension when referred to in a GLSL extension 531 * Whether this extension is a part of AEP 536 * Predicate that checks whether the relevant extension is available for 544 * when this extension is enabled. 553 * when the shader requests "warn" behavior for this extension. 566 /** Checks if the context supports a user-facing extension */ 700 * Determine whether a given extension is compatible with the target [all...] |
/prebuilts/go/darwin-x86/src/net/smtp/ |
smtp.go | 155 // Only servers that advertise the STARTTLS extension support this function. 198 // Only servers that advertise the AUTH extension support this function. 243 // If the server supports the 8BITMIME extension, Mail adds the BODY=8BITMIME 336 if ok, _ := c.Extension("STARTTLS"); ok { 375 // Extension reports whether an extension is support by the server. 376 // The extension name is case-insensitive. If the extension is supported, 377 // Extension also returns a string that contains any parameters the 378 // server specifies for the extension [all...] |
/prebuilts/go/linux-x86/src/net/smtp/ |
smtp.go | 155 // Only servers that advertise the STARTTLS extension support this function. 198 // Only servers that advertise the AUTH extension support this function. 243 // If the server supports the 8BITMIME extension, Mail adds the BODY=8BITMIME 336 if ok, _ := c.Extension("STARTTLS"); ok { 375 // Extension reports whether an extension is support by the server. 376 // The extension name is case-insensitive. If the extension is supported, 377 // Extension also returns a string that contains any parameters the 378 // server specifies for the extension [all...] |
/external/deqp/modules/gles31/functional/ |
es31fNegativeShaderImageLoadStoreTests.cpp | 162 std::string extension; local 170 extension = ""; 174 extension = "#extension GL_EXT_texture_buffer : enable"; 178 extension = "#extension GL_EXT_texture_cube_map_array : enable"; 186 return extension; 314 return std::string("#extension GL_OES_shader_image_atomic : enable");
|
/external/libmojo/third_party/jinja2/ |
ext.py | 8 extension. 33 """Gives the extension an unique identifier.""" 41 class Extension(with_metaclass(ExtensionRegistry, object)): 45 this is that an extension can be bound to another environment (for 51 by their import name. The correct way to configure the extension is 57 name as includes the name of the extension (fragment cache). 60 #: if this extension parses this is the list of tags it's listening to. 63 #: the priority of that extension. This is especially useful for 74 """Create a copy of this extension bound to another environment.""" 108 """Return an attribute node for the current extension. This is usefu [all...] |