/external/protobuf/src/google/protobuf/compiler/javanano/ |
javanano_enum_field.cc | 60 (*variables)["number"] = SimpleItoa(descriptor->number()); 65 internal::WireFormat::TagSize(descriptor->number(), descriptor->type())); 107 "output.writeInt32($number$, this.$name$);\n"); 117 " output.writeInt32($number$, this.$name$);\n" 127 " .computeInt32Size($number$, this.$name$);\n"); 138 " .computeInt32Size($number$, this.$name$);\n" 219 " output.writeInt32($number$, element);\n"
|
/external/protobuf/src/google/protobuf/ |
descriptor.h | 47 // A very small number of users will want to construct their own 149 // The number of fields in this message type. 155 // Looks up a field by declared tag number. Returns NULL if no such field 157 const FieldDescriptor* FindFieldByNumber(int number) const; 176 // The number of nested types in this message type. 188 // The number of enum types in this message type. 210 // The number of extension ranges in this message type. 217 // Returns true if the number is in one of the extension ranges. 218 bool IsExtensionNumber(int number) const; 220 // The number of extensions -- extending *other* messages -- that wer [all...] |
/external/qemu/ |
gen-charmap.py | 25 /* keycode base caps fn caps+fn number */ 99 number = quote(m.group(1)) 129 result.append( (keycode,base,caps,fn,caps_fn,number) )
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
UriMatcherTest.java | 35 assertThat(root.number, is(nullValue())); 61 assertThat(node.number.code, is(1));
|
/external/v8/tools/ |
logreader.js | 48 * @type {number} 93 * @param {number} pc Program counter. 94 * @param {number} func JS Function. 96 * @return {Array.<number>} Processed stack.
|
/frameworks/rs/cpp/ |
Android.mk | 19 # be able to see the RS version number change during development.
|
/frameworks/support/v4/jellybean/android/support/v4/app/ |
NotificationCompatJellybean.java | 30 RemoteViews tickerView, int number, 55 .setNumber(number)
|
/libcore/luni/src/main/java/libcore/icu/ |
NativeDecimalFormat.java | 286 if (!(object instanceof Number)) { 287 throw new IllegalArgumentException("object not a Number: " + object.getClass()); 289 Number number = (Number) object; local 292 if (number instanceof BigInteger || number instanceof BigDecimal) { 293 text = new String(formatDigitList(this.address, number.toString(), fpIter)); 294 } else if (number instanceof Double || number instanceof Float) [all...] |
/packages/apps/Camera/src/com/android/camera/ui/ |
TimeIntervalPopup.java | 124 int number = (index - 1) % durationCount; local 126 mNumberSpinner.setValue(number); 134 // Set the number pickers and on/off switch to be consistent
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
TimeIntervalPopup.java | 140 int number = (index - 1) % durationCount; local 142 mNumberSpinner.setValue(number); 150 // Set the number pickers and on/off switch to be consistent
|
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
CallLogListItemHelper.java | 44 * @param phoneNumberHelper used to process phone number 54 * Sets the name, label, and number for a contact. 118 * {Voicemail Prefix}. {Number of Calls}. {Caller information}. 121 * If more than one call for the caller, {Number of Calls} is: 122 * "{number of calls} calls.", otherwise "". 126 * If missed call: Return missed call from {Name/Number} {Call Type} {Call Time}. 127 * If answered call: Return answered call from {Name/Number} {Call Type} {Call Time}. 130 * If answered unknown: Answered call from {Name/Number} {Call Time}. 131 * If missed unknown: Missed call from {Name/Number} {Call Time}. 134 * If outgoing: Call {Name/Number] {Call Type}. {Last} called {Call Time} [all...] |
/packages/apps/Dialer/src/com/android/dialer/list/ |
DialerPhoneNumberListAdapter.java | 17 * 1) Directly calling the phone number query 18 * 2) Adding the phone number query to a contact 53 * @return The number of enabled shortcuts. Ranges from 0 to a maximum of SHORTCUT_COUNT 76 // Number of item view types in the super implementation + 2 for the 2 new shortcuts 138 final String number = getFormattedQueryString(); local 141 text = resources.getString(R.string.search_shortcut_call_number, number);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
rawmidi.h | 61 void (*get_port_info)(struct snd_rawmidi *rmidi, int number, 91 int number; /* substream number */ member in struct:snd_rawmidi_substream 120 unsigned int device; /* device number */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
rawmidi.h | 61 void (*get_port_info)(struct snd_rawmidi *rmidi, int number, 91 int number; /* substream number */ member in struct:snd_rawmidi_substream 120 unsigned int device; /* device number */
|
/external/bison/doc/ |
refcard.tex | 204 \errmessage{Illegal number of columns per page} 417 expression : number '$+$' number \{ \$\$ $=$ \$1 $+$ \$3 \} 418 | number '$-$' number \{ \$\$ $=$ \$1 $-$ \$3 \} 419 | number '$/$' number \{ \$\$ $=$ \$1 $/$ \$3 \} 420 | number '$*$' number \{ \$\$ $=$ \$1 $*$ \$3 \} 453 number, {\it x} is a number or \$, {\it line\_spec} one of {\t [all...] |
/bionic/libc/kernel/common/linux/raid/ |
md_u.h | 82 int number; member in struct:mdu_disk_info_s
|
/development/ndk/platforms/android-3/include/linux/raid/ |
md_u.h | 74 int number; member in struct:mdu_disk_info_s
|
/external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/ |
BitSet.pm | 30 my $bs = $self->class->new({ number => 0x10 });
|
/external/bison/src/ |
derives.c | 73 /* DELTS[RULE] -- There are NRULES rule number to attach to nterms. 80 symbol_number lhs = rules[r].lhs->number;
|
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:__anon62 [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/chromium/net/websockets/ |
websocket_handshake.h | 38 // returns number of bytes of the server handshake message. 92 // Set random number generator. |rand| should return a random number 96 void GenerateSecWebSocketKey(uint32* number, std::string* key);
|
/external/chromium_org/chrome/browser/resources/feedback/js/ |
event_handler.js | 6 * @type {number} 11 * @type {number}
|
/external/chromium_org/chrome/tools/build/win/ |
version.bat | 34 :: If not available, just skip getting the revision number.
40 :: number. On normal build, this is not an issue but for official builds, this
|
/external/chromium_org/content/test/data/media/ |
webrtc_test_audio.js | 7 // Gathers |numSamples| samples at |frequency| number of times per second and 38 // to see a number of peaks with relative silence between them. The following
|