HomeSort by relevance Sort by last modified time
    Searched defs:number (Results 76 - 100 of 2041) sorted by null

1 2 34 5 6 7 8 91011>>

  /bionic/libc/kernel/uapi/linux/
dlm_plock.h 47 __u64 number; member in struct:dlm_plock_info
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_u32.h 31 __u32 number; member in struct:xt_u32_location_element
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/provider/
IncrementingNumberComplicationProviderService.java 33 * Example Watch Face Complication data provider provides a number that can be incremented on tap.
73 // Retrieves your data, in this case, we grab an incrementing number from SharedPrefs.
77 int number = local
81 String numberText = String.format(Locale.getDefault(), "%d!", number);
89 .setValue(number)
106 .setLongText(ComplicationText.plainText("Number: " + numberText))
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/provider/
IncrementingNumberComplicationProviderService.java 33 * Example Watch Face Complication data provider provides a number that can be incremented on tap.
73 // Retrieves your data, in this case, we grab an incrementing number from SharedPrefs.
77 int number = local
81 String numberText = String.format(Locale.getDefault(), "%d!", number);
89 .setValue(number)
106 .setLongText(ComplicationText.plainText("Number: " + numberText))
  /development/ndk/platforms/android-21/include/linux/
dlm_plock.h 47 __u64 number; member in struct:dlm_plock_info
  /development/ndk/platforms/android-21/include/linux/netfilter/
xt_u32.h 31 __u32 number; member in struct:xt_u32_location_element
  /development/tools/emulator/test-apps/SmokeTests/src/com/android/emulator/smoketests/sms/
SmsTest.java 41 public final static String NUMBER = "5551212";
47 * Verify that an SMS has been received with the correct number and body
54 String number = c.getString(c.getColumnIndexOrThrow("address")); local
59 assertEquals(NUMBER, number);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
CompositeFormat.java 36 * Create a default number format. The default number format is based on
38 * maximum number of fraction digits is set to 2.
39 * @return the default number format.
46 * Create a default number format. The default number format is based on
48 * customizing that the maximum number of fraction digits is set to 2.
50 * @return the default number format specific to the given locale.
106 * @return the special number.
108 private Number parseNumber(final String source, final double value
143 Number number = format.parse(source, pos); local
    [all...]
  /external/bison/src/
gram.h 26 NTOKENS is the number of tokens, and NVARS is the number of
27 variables (nonterminals). NSYMS is the total number, ntokens +
30 Each symbol (either token or variable) receives a symbol number.
32 are for variables. Symbol number zero is the end-of-input token.
33 This token is counted in ntokens. The true number of token values
39 all the user rules are 2, 3 etc. Each time a rule number is
43 Internally, we cannot use the number 0 for a rule because for
45 symbols are shorts >= 0, and rule number are stored negative.
46 Therefore 0 cannot be used, since it would be both the rule number
181 rule_number number; member in struct:__anon13257
    [all...]
state.h 33 A core represents one state. States are numbered in the NUMBER
35 state 0 and NSTATES is the number of states. (FIXME: This sentence
36 is no longer true: A transition to a state whose state number is
55 of one state, the state whose number is in the number field. Each
64 state whose number is in the number field. rules is an array of
138 (TRANSITION_SYMBOL (Transitions, Num) == errtoken->number)
186 /* Sorted ascendingly on rule number. */
200 state_number number; member in struct:state
    [all...]
symtab.h 89 symbol_number number; member in struct:symbol
103 /** Undefined user number. */
112 /* Undefined internal token number. */
133 * Make \c str the literal string alias of \c sym. Copy token number,
134 * symbol number, and type from \c sym to \c str.
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/number/
CurrencyDemo.java 13 package com.ibm.icu.dev.demo.number;
  /external/iptables/extensions/
libxt_u32.c 38 "\t\t""range := number | number \":\" number\n"
39 "\t\t""location := number | location operator number\n"
55 printf("0x%x", ct->location[0].number);
71 printf("0x%x", ct->location[i].number);
91 unsigned int number; local
94 if (!xtables_strtoui(*s, &end, &number, 0, UINT32_MAX) ||
97 "u32: at char %d: not a number or out of range", pos)
    [all...]
  /external/iptables/include/linux/netfilter/
xt_u32.h 14 __u32 number; member in struct:xt_u32_location_element
24 * Any way to allow for an arbitrary number of elements?
  /external/kernel-headers/original/uapi/linux/
dlm_plock.h 38 __u64 number; member in struct:dlm_plock_info
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_u32.h 14 __u32 number; member in struct:xt_u32_location_element
24 * Any way to allow for an arbitrary number of elements?
  /external/libchrome/base/
rand_util_unittest.cc 39 volatile double number = base::RandDouble(); local
40 EXPECT_GT(1.0, number);
41 EXPECT_LE(0.0, number);
134 FAIL() << "Didn't achieve all bit values in maximum number of tries.";
  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
PhoneNumberMatcher.java 45 * The phone number pattern used by {@link #find}, similar to
53 * <li>Number of digits is limited.
65 * The string "211-227 (2003)" is not a telephone number.
85 * Pattern to check that brackets match. Opening brackets should be closed within a phone number.
92 * Patterns used to extract phone numbers from a larger phone-number-like pattern. These are
95 * want to break up the phone-number-like text on more than one different kind of symbol at one
105 // phone number. Will match a pattern like "(650) 223 3345 (754) 223 3321".
107 // Breaks on a hyphen - e.g. "12345 - 332-445-1234 is my number."
112 // seen many instances of it used within a number.
114 // Breaks on a full stop - e.g. "12345. 332-445-1234 is my number.
415 PhoneNumber number = phoneUtil.parseAndKeepRawInput(candidate, preferredRegion); local
    [all...]
  /external/ltp/testcases/network/tcp_cmds/sendfile/
testsf_s.c 38 char *number; local
131 number = &nbuf[0];
138 flen = strtol(number, NULL, 10);
  /external/mockito/src/test/java/org/mockitousage/serialization/
DeepStubsSerializableTest.java 20 when(sampleClass.getSample().number()).thenReturn(999);
27 assertThat(deserializedSample.getSample().number()).isEqualTo(999);
65 int number() { return 100; } method in class:DeepStubsSerializableTest.SampleClass2
  /external/pdfium/xfa/fxbarcode/qrcode/
BC_QRCoderMode.cpp 121 int32_t number = version->GetVersionNumber(); local
123 if (number <= 9) {
125 } else if (number <= 26) {
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
DescriptorPool.cs 206 /// Returns the field with the given number in the given descriptor,
209 internal FieldDescriptor FindFieldByNumber(MessageDescriptor messageDescriptor, int number)
212 fieldsByNumber.TryGetValue(new DescriptorIntPair(messageDescriptor, number), out ret);
216 internal EnumValueDescriptor FindEnumValueByNumber(EnumDescriptor enumDescriptor, int number)
219 enumValuesByNumber.TryGetValue(new DescriptorIntPair(enumDescriptor, number), out ret);
227 /// containing type and number already exists.</exception>
234 throw new DescriptorValidationException(field, "Field number " + field.FieldNumber +
244 /// with the same type and number already exists, this method does nothing.
245 /// (This is allowed; the first value defined with the number takes precedence.)
249 DescriptorIntPair key = new DescriptorIntPair(enumValue.EnumDescriptor, enumValue.Number);
338 private readonly int number; field in struct:Google.Protobuf.Reflection.DescriptorPool.DescriptorIntPair
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
ExtensionRegistryLite.java 106 * Find an extension by containing type and field number.
165 private final int number; field in class:ExtensionRegistryLite.ObjectIntPair
167 ObjectIntPair(final Object object, final int number) {
169 this.number = number;
174 return System.identityHashCode(object) * ((1 << 16) - 1) + number;
182 return object == other.object && number == other.number;
  /external/protobuf/objectivec/
GPBDescriptor.h 90 @property(nonatomic, readonly) uint32_t number; variable
122 - (nullable NSString *)enumNameForValue:(int32_t)number;
125 - (nullable NSString *)textFormatNameForValue:(int32_t)number;
  /external/protobuf/objectivec/google/protobuf/
Type.pbobjc.h 177 /// The number of items in @c fieldsArray without causing the array to be created.
182 /// The number of items in @c oneofsArray without causing the array to be created.
187 /// The number of items in @c optionsArray without causing the array to be created.
232 /// The field number.
233 @property(nonatomic, readwrite) int32_t number; variable
251 /// The number of items in @c optionsArray without causing the array to be created.
296 /// The number of items in @c enumvalueArray without causing the array to be created.
301 /// The number of items in @c optionsArray without causing the array to be created.
336 /// Enum value number.
337 @property(nonatomic, readwrite) int32_t number; variable
    [all...]

Completed in 2453 milliseconds

1 2 34 5 6 7 8 91011>>