HomeSort by relevance Sort by last modified time
    Searched refs:OTHER (Results 1 - 25 of 173) sorted by null

1 2 3 4 5 6 7

  /external/openssh/contrib/aix/
pam.conf 8 OTHER auth required /usr/lib/security/pam_aix
12 OTHER account required /usr/lib/security/pam_aix
16 OTHER password required /usr/lib/security/pam_aix
20 OTHER session required /usr/lib/security/pam_aix
  /libcore/luni/src/test/java/libcore/icu/
NativePluralRulesTest.java 24 assertEquals(NativePluralRules.OTHER, npr.quantityForInt(-1));
25 assertEquals(NativePluralRules.OTHER, npr.quantityForInt(0));
27 assertEquals(NativePluralRules.OTHER, npr.quantityForInt(2));
32 assertEquals(NativePluralRules.OTHER, npr.quantityForInt(-1));
33 assertEquals(NativePluralRules.OTHER, npr.quantityForInt(0));
38 assertEquals(NativePluralRules.OTHER, npr.quantityForInt(5));
43 assertEquals(NativePluralRules.OTHER, npr.quantityForInt(-1));
52 assertEquals(NativePluralRules.OTHER, npr.quantityForInt(100));
53 assertEquals(NativePluralRules.OTHER, npr.quantityForInt(101));
54 assertEquals(NativePluralRules.OTHER, npr.quantityForInt(102))
    [all...]
  /external/chromium_org/webkit/common/user_agent/
user_agent_unittest.cc 25 OTHER = 4,
45 int os_bit = OTHER;
  /libcore/luni/src/main/java/java/sql/
Types.java 138 public static final int OTHER = 1111;
  /external/chromium_org/chrome/browser/omnibox/
omnibox_field_trial_unittest.cc 200 params["rule1:4:1"] = "rule1-4-1-value"; // OTHER
201 params["rule1:4:*"] = "rule1-4-*-value"; // OTHER
211 params["rule4:4:0"] = "rule4-4-0-value"; // OTHER
232 "rule1", AutocompleteInput::OTHER); // partial fallback
241 "rule2", AutocompleteInput::OTHER); // partial fallback
247 "rule3", AutocompleteInput::OTHER); // fallback to global
255 "rule4", AutocompleteInput::OTHER); // exact match
259 "rule5", AutocompleteInput::OTHER); // no rule at all
271 "rule1", AutocompleteInput::OTHER); // exact match
283 "rule2", AutocompleteInput::OTHER); // global fallbac
    [all...]
  /external/openfst/src/script/
weight-class.cc 31 : element_type_(OTHER) {
  /libcore/luni/src/main/java/libcore/icu/
NativePluralRules.java 33 public static final int OTHER = 5;
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-parse.h 37 /* Put the tokens into the symbol table, so that GDB and other debuggers
62 OTHER = 280,
100 #define OTHER 280
  /external/chromium_org/chrome/renderer/plugins/
plugin_uma.h 33 OTHER = 5, // This is obsolete and replaced by UNSUPPORTED_* types.
  /external/v8/src/
vm-state-inl.h 10 // disclaimer in the documentation and/or other materials provided
50 case OTHER:
51 return "OTHER";
  /frameworks/native/include/ui/
TVecHelpers.h 74 template <typename OTHER>
75 BASE<T>& operator += (const BASE<OTHER>& v) {
82 template <typename OTHER>
83 BASE<T>& operator -= (const BASE<OTHER>& v) {
155 template <typename OTHER>
156 BASE<T>& operator *= (const BASE<OTHER>& v) {
163 template <typename OTHER>
164 BASE<T>& operator /= (const BASE<OTHER>& v) {
  /external/openfst/src/include/fst/script/
weight-class.h 38 virtual bool operator == (const WeightImplBase &other) const = 0;
64 virtual bool operator == (const WeightImplBase &other) const {
65 if (Type() != other.Type()) {
69 static_cast<const WeightClassImpl<W> *>(&other);
83 : element_type_(OTHER), impl_(new WeightClassImpl<W>(weight)) { }
87 WeightClass(const WeightClass &other) :
88 element_type_(other.element_type_),
89 impl_(other.impl_ ? other.impl_->Copy() : 0) { }
91 WeightClass &operator = (const WeightClass &other) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/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
80 /* The OTHER class is simply a catch-all for things that the CPP
83 strings, we have to be careful to avoid OTHER matching and hiding
85 characters that appear in any other expressions. */
87 OTHER [^][_#[:space:]#a-zA-Z0-9(){}.&*~!/%<>^|;,=+-]
96 * don't switch if some other state was explicitly set.
135 return OTHER;
279 {OTHER}+ {
281 return OTHER;
    [all...]
  /external/mesa3d/src/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
80 /* The OTHER class is simply a catch-all for things that the CPP
83 strings, we have to be careful to avoid OTHER matching and hiding
85 characters that appear in any other expressions. */
87 OTHER [^][_#[:space:]#a-zA-Z0-9(){}.&*~!/%<>^|;,=+-]
96 * don't switch if some other state was explicitly set.
135 return OTHER;
279 {OTHER}+ {
281 return OTHER;
    [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TypesTest.java 53 assertEquals(OTHER, 1111);
  /external/chromium_org/third_party/mesa/src/
Android.common.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/chromium_org/v8/src/
profile-generator-inl.h 10 // disclaimer in the documentation and/or other materials provided
89 // DOM events handlers are reported as OTHER / EXTERNAL entries.
92 case OTHER:
sampler.h 10 // disclaimer in the documentation and/or other materials provided
57 : state(OTHER),
vm-state-inl.h 10 // disclaimer in the documentation and/or other materials provided
51 case OTHER:
52 return "OTHER";
  /external/mesa3d/
Android.common.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/drivers/dri2/
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/auxiliary/
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/drivers/i915/
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/drivers/nouveau/
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/drivers/nv30/
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

Completed in 915 milliseconds

1 2 3 4 5 6 7