/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
CompactDecimalDataCache.java | 32 static final String OTHER = "other"; 54 * 12 matches: "zero", "one", "two", "few", "many", or "other." Prefixes and 255 * other{"00 xnb"} 282 // Keep track if this block defines "other" variant. If a block 283 // fails to define the "other" variant, we must immediately throw 284 // an exception as it is assumed that "other" variants are always 288 // Loop over all the plural variants. e.g one, other. 293 if (pluralVariant.equals(OTHER)) { 311 "No 'other' plural variant defined for 10^" + thisIndex [all...] |
/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/curl/packages/vms/ |
build_gnv_curl.com | 18 $! ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
/external/icu/icu4c/source/common/ |
pluralmap.h | 29 OTHER, 40 * or "other" to a category enum. Returns NONE for an unrecognized 47 * or "other" to a category enum. Returns NONE for urecongized 73 * Other category is maps to a copy of the default value. 80 * Other category is mapped to otherVariant. 86 PluralMap(const PluralMap<T> &other) : fOtherVariant(other.fOtherVariant) { 89 fVariants[i] = other.fVariants[i] ? 90 new T(*other.fVariants[i]) : NULL; 94 PluralMap<T> &operator=(const PluralMap<T> &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; 272 case OTHER: 273 code = "OTHER";
|
/hardware/bsp/intel/peripheral/libmraa/examples/javascript/ |
bmp85.js | 22 * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 24 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
/external/boringssl/src/crypto/ |
cpu-arm-asm.S | 12 # OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
|
/external/mesa3d/src/gallium/ |
Android.mk | 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
|
/external/mesa3d/src/gallium/targets/egl-static/ |
Android.mk | 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
|
/external/mesa3d/src/glsl/ |
Android.mk | 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
|
Android.gen.mk | 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
|
/external/mesa3d/src/mapi/ |
Android.mk | 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
|
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/ |
CellBroadcastOtherChannelsManagerTest.java | 62 "0xAC00-0xAFED:type=other, emergency=false", 81 assertEquals(ToneType.OTHER, list.get(2).mToneType);
|
/external/libpcap/ |
pcap-netfilter-linux.c | 13 * documentation and/or other materials provided with the distribution. 75 typedef enum { OTHER = -1, NFLOG, NFQUEUE } nftype_t; 112 nftype_t type = OTHER; 126 if (type != OTHER) { 423 nftype_t type = OTHER; 435 if (type != OTHER && *dev == ':') { 466 if (type == OTHER || *dev) {
|
/external/jetty/src/java/org/eclipse/jetty/webapp/ |
Ordering.java | 51 public static final String OTHER = "@@-OTHER-@@"; 72 //assuming we will want to use the <other> clause 79 if (!item.equals(OTHER)) 94 //3. if <other> was specified, insert rest of the fragments 117 throw new IllegalStateException ("Duplicate <other> element in absolute ordering"); 120 _order.add(OTHER); 272 //If the name does not exist in our list, then get it out of the no-other list 343 //If the name does not exist in our list, then get it out of the no-other list
|
/external/boringssl/src/crypto/lhash/ |
make_macros.sh | 18 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
|
/external/icu/icu4c/source/i18n/ |
pluralaffix.cpp | 95 // This works because OTHER is guaranteed to be the first enum value 96 PluralMapBase::Category index = PluralMapBase::OTHER;
|
/external/llvm/lib/Target/AMDGPU/ |
SIInsertWaits.cpp | 45 OTHER, 266 LastOpcodeType = OTHER; 379 LastOpcodeType = OTHER; 396 // but we also want to wait for any other outstanding transfers before 397 // signalling other hardware blocks 454 // around other non-memory instructions. 466 LastOpcodeType = OTHER;
|
/external/mesa3d/ |
Android.mk | 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
|
/external/mesa3d/src/egl/main/ |
Android.mk | 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
|
/external/mesa3d/src/mesa/ |
Android.mk | 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
|
/frameworks/av/media/libstagefright/include/ |
AVIExtractor.h | 67 OTHER
|
/hardware/bsp/intel/peripheral/libupm/examples/javascript/ |
adis16448.js | 34 // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 36 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
/hardware/intel/common/libva/va/ |
Android.mk | 19 # ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 21 # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
/hardware/intel/img/psb_video/src/ |
Android.mk | 20 # ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 22 # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|