HomeSort by relevance Sort by last modified time
    Searched refs:number (Results 826 - 850 of 2876) sorted by null

<<31323334353637383940>>

  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 172 """Return a 2-tuple of number of enabled and total printers."""
191 """Return a 2-tuble of the enabled state and total number of all printers.
218 """Print the number of printers enabled/disabled.
236 The number of printers affected.
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 172 """Return a 2-tuple of number of enabled and total printers."""
191 """Return a 2-tuble of the enabled state and total number of all printers.
218 """Print the number of printers enabled/disabled.
236 The number of printers affected.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
ainstr_simple.h 77 unsigned int number; /* some other ID for this instrument */ member in struct:__anon37223::__anon37224
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
ainstr_simple.h 77 unsigned int number; /* some other ID for this instrument */ member in struct:__anon38813::__anon38814
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ainstr_simple.h 80 unsigned int number; /* some other ID for this instrument */ member in struct:simple_instrument::__anon39587
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
ainstr_simple.h 77 unsigned int number; /* some other ID for this instrument */ member in struct:__anon40328::__anon40329
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ainstr_simple.h 80 unsigned int number; /* some other ID for this instrument */ member in struct:simple_instrument::__anon41101
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
ValueCompleter.java 72 // TODO: If the user is typing in a number, or a number plus a prefix of a dimension unit,
73 // then propose that number plus the completed dimension unit (using sp for text, dp
98 String number = sb.toString(); local
101 proposals.add(new ContentProposal(number + UNIT_SP));
103 proposals.add(new ContentProposal(number + UNIT_DP));
105 proposals.add(new ContentProposal(number));
  /external/bison/src/
conflicts.c 80 r->number,
89 r->number,
97 r->number,
152 r->number,
161 r->number,
169 r->number,
254 | RULENO is the number of the lookahead bitset to consider. |
275 /* Shift-reduce conflict occurs for token number i
374 conflicts[s->number] = 1;
424 | Count the number of shift/reduce conflicts.
    [all...]
output.c 155 MUSCLE_INSERT_INT ("undef_token_number", undeftoken->number);
239 r1[r] = rules[r].lhs->number;
289 MUSCLE_INSERT_INT ("final_state_number", final_state->number);
353 int number = sym->user_token_number; local
358 aver (number != USER_NUMBER_HAS_STRING_ALIAS);
383 sep, sym->tag, number);
412 Symbol-name, Symbol-number,
419 fprintf (out, ", %d, [[%s]]", sym->number, code);
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMSelection.cpp 202 exceptionState.throwDOMException(IndexSizeError, String::number(offset) + " is not a valid offset.");
256 exceptionState.throwDOMException(IndexSizeError, String::number(baseOffset) + " is not a valid base offset.");
261 exceptionState.throwDOMException(IndexSizeError, String::number(extentOffset) + " is not a valid extent offset.");
280 exceptionState.throwDOMException(IndexSizeError, String::number(offset) + " is not a valid offset.");
352 exceptionState.throwDOMException(IndexSizeError, String::number(offset) + " is not a valid offset.");
356 exceptionState.throwDOMException(IndexSizeError, String::number(offset) + " is larger than the given node's length.");
373 exceptionState.throwDOMException(IndexSizeError, String::number(index) + " is not a valid index.");
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
AtomicString.h 141 static AtomicString number(int);
142 static AtomicString number(unsigned);
143 static AtomicString number(long);
144 static AtomicString number(unsigned long);
145 static AtomicString number(long long);
146 static AtomicString number(unsigned long long);
148 static AtomicString number(double, unsigned precision = 6, TrailingZerosTruncatingPolicy = TruncateTrailingZeros);
  /external/chromium_org/third_party/icu/source/i18n/
choicfmt.cpp 310 // Perform 2 passes. The first computes the number of limits in
311 // this pattern (fCount), which is 1 more than the number of
399 // match the number of elements found in the second
613 // Formats an int64 number, it's actually formatted as
615 // from the input number because of this.
618 ChoiceFormat::format(int64_t number,
622 return format((double) number, appendTo, status);
626 // Formats a long number, it's actually formatted as
628 // from the input number because of this.
631 ChoiceFormat::format(int32_t number,
    [all...]
  /external/libexif/libexif/pentax/
mnote-pentax-entry.c 47 #define CC(number,target,v,maxlen) \
49 if (number != target) { \
51 _("Invalid number of components (%i, " \
52 "expected %i)."), (int) number, (int) target); \
57 #define CC2(number,t1,t2,v,maxlen) \
59 if ((number != t1) && (number != t2)) { \
61 _("Invalid number of components (%i, " \
62 "expected %i or %i)."), (int) number, \
  /external/libppp/src/
i4b.c 361 telno_t number; local
426 strncpy(number, datalink_ChoosePhoneNumber(p->dl), sizeof number - 1);
427 number[sizeof number - 1] = '\0';
428 if (number[0] == '\0')
431 if (dial && ioctl(p->fd, I4B_RBCH_DIALOUT, number) == -1) {
  /packages/apps/InCallUI/src/com/android/incallui/
CallCardPresenter.java 359 final String number = getNumberForCall(entry); local
360 final boolean nameIsNumber = name != null && name.equals(entry.number);
361 ui.setPrimary(number, name, nameIsNumber, entry.label,
382 mSecondaryContactInfo.number);
392 * Returns the gateway number for any existing outgoing call.
437 return contactInfo.number;
443 * Gets the number to display for a call.
446 // If the name is empty, we use the number for the name...so dont show a second
447 // number in the number fiel
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.cc 179 // The keys to these hash_maps are (parent, name) or (parent, number)
398 int number);
510 const Descriptor* parent, int number) const;
516 const EnumDescriptor* parent, int number) const;
694 const Descriptor* parent, int number) const {
695 return FindPtrOrNull(fields_by_number_, make_pair(parent, number));
711 const EnumDescriptor* parent, int number) const {
712 return FindPtrOrNull(enum_values_by_number_, make_pair(parent, number));
716 const Descriptor* extendee, int number) {
717 return FindPtrOrNull(extensions_, make_pair(extendee, number));
1081 int number = numbers[i]; local
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
image_adjust.js 107 * @return {function(ImageData,ImageData,number,number)} Created function.
126 * @return {{r: Array.<number>, g: Array.<number>, b: Array.<number>}}
image_view.js 98 * The total number of load types.
106 * @return {number} Z-index.
140 * @param {number} x X pointer position.
141 * @param {number} y Y pointer position.
155 * @param {number} x X pointer position.
156 * @param {number} y Y pointer position.
170 * @return {number} The cache generation.
206 * @return {number} The content revision number.
302 * @param {function(number} displayCallback Called when the image is displaye
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
parser.ml 19 (* numberexpr ::= number *)
20 | [< 'Token.Number n >] -> Ast.Number n
139 * ::= binary LETTER number? (id, id)
140 * ::= unary LETTER number? (id) *)
151 | [< 'Token.Number n >] -> int_of_float n
171 (* Verify right number of arguments for operator. *)
173 then raise (Stream.Error "invalid number of operands for operator")
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/
media_controls.js 47 * @param {number} timeInSec Time in seconds.
85 * @param {number=} opt_numStates Number of states, default: 1.
218 * @param {number} current Current time is seconds.
219 * @param {number} duration Duration in seconds.
229 * @param {number} value Progress [0..1].
299 * @param {number} value Volume [0..1].
300 * @return {number} The rough level [0..3] used to pick an icon.
311 * @param {number} value Volume [0..1].
568 * @param {number} value Initial value [0..1]
    [all...]
  /external/chromium_org/chrome/browser/resources/image_loader/
image_loader_client.js 26 * @type {number}
67 buckets: 3 }, // Number of buckets: 0, 1 and overflowing 2.
74 * @param {number} value Value (0..100).
128 * @return {?number} Remote task id or null if loaded from cache.
199 * @param {number} taskId Task id returned by ImageLoaderClient.load().
221 * @type {number}
246 * @param {number} size Requested size.
267 * @param {number=} opt_timestamp Last modification timestamp. Used to detect
295 * @param {number=} opt_timestamp Last modification timestamp. If different
318 * @return {number} Value in percent points (0..100)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTRegion.cpp 77 exceptionState.throwDOMException(IndexSizeError, "The value provided (" + String::number(value) + ") is not between 0 and 100.");
121 exceptionState.throwDOMException(IndexSizeError, "The height provided (" + String::number(value) + ") is negative.");
253 int number; local
254 if (VTTParser::collectDigitsToInt(value, &position, number) && position == value.length())
255 m_heightInLines = number;
  /external/chromium_org/third_party/WebKit/Source/platform/
PODIntervalTreeTest.cpp 46 static String string(const float& value) { return String::number(value); }
137 return String("[UserData1 a=") + String::number(value.a) + " b=" + String::number(value.b) + "]";
194 return String("[EndpointType1 value=") + String::number(value.value()) + "]";
213 static String string(const int& value) { return String::number(value); }
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
genlingware.pl 24 4. number of fields (1 byte)
32 8. summary: number of kbs
227 print "*** error: incorrect number of parameters\n";
296 # length of the fields plus preceding number of fields (1)
311 # 3. print number of fields
313 print "offset after number of fields: $offs\n";
319 # 5. print magic number (not yet)
362 # size of number of kbs (7.)
404 # 7. print number of kbs:
406 print "offset after number of kbs: $offs\n"
    [all...]

Completed in 1245 milliseconds

<<31323334353637383940>>