/system/core/libsysutils/include/sysutils/ |
List.h | 126 template<typename OTHER> 127 inline bool operator==(const OTHER& right) const { 130 template<typename OTHER> 131 inline bool operator!=(const OTHER& right) const {
|
/system/core/libutils/include/utils/ |
List.h | 125 template<typename OTHER> 126 inline bool operator==(const OTHER& right) const { 129 template<typename OTHER> 130 inline bool operator!=(const OTHER& right) const {
|
/system/keymaster/ |
List.h | 125 template<typename OTHER> 126 inline bool operator==(const OTHER& right) const { 129 template<typename OTHER> 130 inline bool operator!=(const OTHER& right) const {
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
IWifiHelper.java | 32 COMPLETED, SCANNING, DISCONNECTED, OTHER;
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
CallLogManagerTest.java | 181 DisconnectCause.OTHER, // disconnectCauseCode 210 DisconnectCause.OTHER, // disconnectCauseCode 231 DisconnectCause.OTHER, // disconnectCauseCode 255 DisconnectCause.OTHER, // disconnectCauseCode 334 DisconnectCause.OTHER, // disconnectCauseCode 359 DisconnectCause.OTHER, // disconnectCauseCode 382 DisconnectCause.OTHER, // disconnectCauseCode 408 DisconnectCause.OTHER, // disconnectCauseCode 433 DisconnectCause.OTHER, // disconnectCauseCode 465 DisconnectCause.OTHER, // disconnectCauseCod [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
CompactDecimalDataCache.java | 45 public static final String OTHER = "other"; 65 * 12 matches: "zero", "one", "two", "few", "many", or "other." Prefixes and 231 // Iterate over the plural variants ("one", "other", etc) 313 // Check for "other" variants in each of the three data classes 331 * @param pluralVariant e.g "one", "other" 410 * Checks to make sure that an "other" variant is present in all powers of 10. 414 DecimalFormat.Unit[] otherByBase = data.units.get(OTHER); 417 throw new IllegalArgumentException("No 'other' plural variants defined in " 421 // Check all other plural variants, and make sure that if any of them are populated, the [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
CompactDecimalDataCache.java | 44 public static final String OTHER = "other"; 64 * 12 matches: "zero", "one", "two", "few", "many", or "other." Prefixes and 230 // Iterate over the plural variants ("one", "other", etc) 312 // Check for "other" variants in each of the three data classes 330 * @param pluralVariant e.g "one", "other" 409 * Checks to make sure that an "other" variant is present in all powers of 10. 413 DecimalFormat.Unit[] otherByBase = data.units.get(OTHER); 416 throw new IllegalArgumentException("No 'other' plural variants defined in " 420 // Check all other plural variants, and make sure that if any of them are populated, the [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/C/Makefiles/ |
NmakeSubdirs.bat | 44 VERIFY OTHER 2>NUL
|
/external/boringssl/src/ssl/test/runner/ |
runner_test.go | 12 // OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
|
/external/curl/packages/vms/ |
build_gnv_curl.com | 18 $! ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
PluralRangesTest.java | 36 {"de", "other", "one", "one"}, 38 {"de", "one", "other", "other"}, 39 {"de", "other", "one", "one"}, 40 {"de", "other", "other", "other"}, 42 {"ro", "one", "other", "other"}, 120 a.add(StandardPlural.ONE, StandardPlural.OTHER, StandardPlural.ONE) [all...] |
/external/icu/icu4c/source/common/ |
pluralmap.h | 31 OTHER, 42 * or "other" to a category enum. Returns NONE for an unrecognized 49 * or "other" to a category enum. Returns NONE for urecongized 75 * Other category is maps to a copy of the default value. 82 * Other category is mapped to otherVariant. 88 PluralMap(const PluralMap<T> &other) : fOtherVariant(other.fOtherVariant) { 91 fVariants[i] = other.fVariants[i] ? 92 new T(*other.fVariants[i]) : NULL; 96 PluralMap<T> &operator=(const PluralMap<T> &other) { [all...] |
/external/mesa3d/src/compiler/glsl/glcpp/ |
glcpp-lex.l | 19 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 21 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 185 /* The OTHER class is simply a catch-all for things that the CPP 188 strings, we have to be careful to avoid OTHER matching and hiding 190 characters that appear in any other expressions. */ 192 OTHER [^][_#[:space:]#a-zA-Z0-9(){}.&*~!/%<>^|;,=+-] 383 * handle a few other things that may appear before the 521 RETURN_STRING_TOKEN (OTHER); 528 {OTHER}+ { 529 RETURN_STRING_TOKEN (OTHER); [all...] |
/frameworks/base/telecomm/java/android/telecom/ |
DisconnectCause.java | 42 * Disconnected because of a remote user-initiated action, such as the other party hanging up 52 /** Disconnected because the other party was busy. */ 59 /** Disconnected for reason not described by other disconnect codes. */ 60 public static final int OTHER = 9; 287 case OTHER: 288 code = "OTHER";
|
/frameworks/native/libs/math/include/math/ |
TVecHelpers.h | 61 template<typename OTHER> 62 VECTOR<T>& operator +=(const VECTOR<OTHER>& v) { 69 template<typename OTHER> 70 VECTOR<T>& operator -=(const VECTOR<OTHER>& v) { 142 template<typename OTHER> 143 VECTOR<T>& operator *=(const VECTOR<OTHER>& v) { 150 template<typename OTHER> 151 VECTOR<T>& operator /=(const VECTOR<OTHER>& v) {
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/arm/ |
l.go | 26 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 28 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 60 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 62 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/arm64/ |
l.go | 26 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 28 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 59 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 61 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/mips/ |
l.go | 26 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 28 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 59 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 61 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/mips64/ |
l.go | 26 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 28 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 59 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 61 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/ppc64/ |
l.go | 26 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 28 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 59 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 61 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/s390x/ |
l.go | 26 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 28 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 59 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 61 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
/prebuilts/go/linux-x86/src/cmd/link/internal/arm/ |
l.go | 26 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 28 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 60 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 62 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
/prebuilts/go/linux-x86/src/cmd/link/internal/arm64/ |
l.go | 26 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 28 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 59 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 61 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
/prebuilts/go/linux-x86/src/cmd/link/internal/mips/ |
l.go | 26 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 28 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 59 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 61 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
/prebuilts/go/linux-x86/src/cmd/link/internal/mips64/ |
l.go | 26 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 28 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 59 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 61 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|