Searched defs:number (Results 226 - 250 of 338) sorted by relevance

1234567891011>>

/external/libxml2/
H A Dxpointer.c132 * Returns the number of child for an element, -1 in case of error
175 * @no: the child number
915 * @index: the child number
1700 * Count the number of location children of @node or the length of the
1703 * Returns the number of location children
1740 * @nargs: the number of args
1758 * @nargs: the number of args
1776 * @nargs: the number of args
1868 * @nargs: the number of args
1882 * point is x and the index is the number o
2778 xmlXPathObjectPtr number = NULL; local
[all...]
/external/libxslt/libxslt/
H A Dxsltutils.c243 * number of bytes used
331 list->number = 0;
333 } else if (list->size <= list->number) {
344 list->items[list->number++] = item;
370 ret->number = 0;
406 list->number = 0;
1027 if (comp->number)
1030 if (comp->number) {
1036 "xsltComputeSortResult: select didn't evaluate to a number\n");
1076 * @nbsorts: the number o
1092 int descending, number, desc, numb; local
[all...]
/external/openssl/crypto/store/
H A Dstr_lib.c1065 object->data.number = data;
1110 if (!object || !object->data.number)
1116 n = object->data.number;
1117 object->data.number = NULL;
1250 BN_free(data->data.number);
1270 BIGNUM *number; member in union:STORE_attr_info_st::__anon9883
1379 return attrs->values[code].number;
1447 BIGNUM *number)
1457 if ((attrs->values[code].number = BN_dup(number)))
1446 STORE_ATTR_INFO_set_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, BIGNUM *number) argument
1517 STORE_ATTR_INFO_modify_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, BIGNUM *number) argument
[all...]
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DDescriptors.java204 * descriptor. This can occur for a number of reasons, e.g.
477 /** Determines if the given field number is an extension. */
478 public boolean isExtensionNumber(final int number) { argument
481 if (range.getStart() <= number && number < range.getEnd()) {
504 * Finds a field by field number.
505 * @param number The field number within this message type.
508 public FieldDescriptor findFieldByNumber(final int number) { argument
510 new DescriptorPool.DescriptorIntPair(this, number));
1195 findValueByNumber(final int number) argument
1789 private final int number; field in class:Descriptors.DescriptorPool.DescriptorIntPair
1791 DescriptorIntPair(final GenericDescriptor descriptor, final int number) argument
[all...]
/external/protobuf/src/google/protobuf/
H A Dextension_set.cc80 int number, ExtensionInfo info) {
83 if (!InsertIfNotPresent(registry_, make_pair(containing_type, number),
87 << "\", field number " << number << ".";
92 const MessageLite* containing_type, int number) {
94 FindOrNull(*registry_, make_pair(containing_type, number));
101 bool GeneratedExtensionFinder::Find(int number, ExtensionInfo* output) { argument
103 FindRegisteredExtension(containing_type_, number);
113 int number, FieldType type,
119 Register(containing_type, number, inf
79 Register(const MessageLite* containing_type, int number, ExtensionInfo info) argument
91 FindRegisteredExtension( const MessageLite* containing_type, int number) argument
112 RegisterExtension(const MessageLite* containing_type, int number, FieldType type, bool is_repeated, bool is_packed) argument
122 CallNoArgValidityFunc(const void* arg, int number) argument
135 RegisterEnumExtension(const MessageLite* containing_type, int number, FieldType type, bool is_repeated, bool is_packed, EnumValidityFunc* is_valid) argument
147 RegisterMessageExtension(const MessageLite* containing_type, int number, FieldType type, bool is_repeated, bool is_packed, const MessageLite* prototype) argument
189 ClearExtension(int number) argument
287 GetEnum(int number, int default_value) const argument
298 SetEnum(int number, FieldType type, int value, const FieldDescriptor* descriptor) argument
312 GetRepeatedEnum(int number, int index) const argument
319 SetRepeatedEnum(int number, int index, int value) argument
326 AddEnum(int number, FieldType type, bool packed, int value, const FieldDescriptor* descriptor) argument
346 GetString(int number, const string& default_value) const argument
358 MutableString(int number, FieldType type, const FieldDescriptor* descriptor) argument
373 GetRepeatedString(int number, int index) const argument
380 MutableRepeatedString(int number, int index) argument
387 AddString(int number, FieldType type, const FieldDescriptor* descriptor) argument
405 GetMessage( int number, const MessageLite& default_value) const argument
422 MutableMessage(int number, FieldType type, const MessageLite& prototype, const FieldDescriptor* descriptor) argument
443 GetRepeatedMessage( int number, int index) const argument
451 MutableRepeatedMessage(int number, int index) argument
458 AddMessage(int number, FieldType type, const MessageLite& prototype, const FieldDescriptor* descriptor) argument
490 RemoveLast(int number) argument
531 SwapElements(int number, int index1, int index2) argument
709 int number = WireFormatLite::GetTagFieldNumber(tag); local
1045 MaybeNewExtension(int number, const FieldDescriptor* descriptor, Extension** result) argument
1099 SerializeFieldWithCachedSizes( int number, io::CodedOutputStream* output) const argument
1203 SerializeMessageSetItemWithCachedSizes( int number, io::CodedOutputStream* output) const argument
[all...]
/external/qemu/proxy/
H A Dproxy_http_rewriter.c487 char* number; local
496 number = strsep(&p, " ");
498 PROXY_LOG("%s: can't parse response number: '%s'",
504 if (http_request_set_reply(request, protocol, number, readable) < 0)
/external/qemu/telephony/
H A Dgsm.c358 /* skip a given number of Unicode characters in a utf-8 byte string */
512 /* count the number of UCS2 chars contained in a utf8 byte string */
589 /* return the number of septets needed to encode a unicode charcode */
733 * returns the number of characters decoded
736 * number of unichars really written
777 /* count the number of septets required to write a utf8 string */
848 /* convert a utf8 string to a gsm7 byte string - return the number of septets written */
1161 rec->adn.number[0] = 0;
1183 /* decode TON and number to ASCII, NOTE: this is lossy !! */
1186 bytes_t number local
1211 cbytes_t number = (cbytes_t) rec->adn.number; local
[all...]
/external/quake/quake/src/QW/client/
H A Dprotocol.h66 #define svc_setview 5 // [short] entity number
143 #define clc_delta 5 // [byte] sequence number, requests delta compression of message
183 // of entity number and 7 bits of flags
254 int number; // edict index member in struct:__anon11399
/external/v8/src/arm/
H A Dic-arm.cc393 Label number, non_number, non_string, boolean, probe, miss; local
409 // Check for number.
410 __ JumpIfSmi(r1, &number);
413 __ bind(&number);
608 // Check whether the elements is a number dictionary.
997 // Check whether the elements is a number dictionary.
1151 &miss, // When not a number.
1553 // elements of FixedArray type). Value must be a number, but only smis are
/external/v8/src/
H A Delements.cc1027 uint32_t number = static_cast<uint32_t>(key->Number()); local
1028 if (new_length <= number && number < old_length) {
1030 if (details.IsDontDelete()) new_length = number + 1;
1045 uint32_t number = static_cast<uint32_t>(key->Number()); local
1046 if (new_length <= number && number < old_length) {
1053 // Update the number of elements.
1406 // Fall-back case: The new length is not a number so make the array
H A Dpreparser.cc445 int nvars = 0; // the number of variables declared
732 // In preparsing, allow any number of catch/finally blocks, including zero
1701 bool DuplicateFinder::IsNumberCanonical(i::Vector<const char> number) { argument
1702 // Test for a safe approximation of number literals that are already
1707 int length = number.length();
1708 if (number.length() > 15) return false;
1709 if (number[pos] == '0') {
1713 static_cast<unsigned>(number[pos] - '0') <= ('9' - '0')) pos++;
1716 if (number[pos] != '.') return false;
1720 byte digit = number[po
[all...]
H A Ddebug-debugger.js28 // Default number of frames to include in the response to backtrace request.
142 BreakPoint.prototype.number = function() {
292 ScriptBreakPoint.prototype.number = function() {
593 // Returns the character position in a script based on a line number and an
604 if (break_points[i].number() == break_point_number) {
622 if (script_break_points[i].number() == break_point_number) {
627 if (break_points[i].number() == break_point_number) {
672 return break_point.number();
766 if (script_break_points[i].number() == break_point_number) {
790 // Assign number t
[all...]
/external/v8/src/ia32/
H A Dic-ia32.cc481 // Check whether the elements is a number dictionary.
648 &miss, // When not a number.
885 // If the value is a number, store it as a double in the FastDoubleElements
948 Label number, non_number, non_string, boolean, probe, miss; local
964 // Check for number.
965 __ JumpIfSmi(edx, &number);
968 __ bind(&number);
1182 // Check whether the elements is a number dictionary.
1458 // elements of FixedArray type). Value must be a number, but only smis are
/external/v8/src/mips/
H A Dic-mips.cc395 Label number, non_number, non_string, boolean, probe, miss; local
411 // Check for number.
412 __ JumpIfSmi(a1, &number, t1);
415 __ bind(&number);
607 // Check whether the elements is a number dictionary.
999 // Check whether the elements is a number dictionary.
1159 &miss, // When not a number.
1552 // elements of FixedArray type). Value must be a number, but only smis are
/external/v8/src/x64/
H A Dic-x64.cc426 // Check whether the elements is a number dictionary.
570 &miss, // When not a number.
758 // If the value is a number, store it as a double in the FastDoubleElements
820 Label number, non_number, non_string, boolean, probe, miss; local
836 // Check for number.
837 __ JumpIfSmi(rdx, &number);
840 __ bind(&number);
1060 // Check whether the elements is a number dictionary.
1478 // elements of FixedArray type). Value must be a number, but only smis are
/external/valgrind/main/coregrind/m_demangle/
H A Ddemangle.h223 /* A template parameter. This holds a number, which is the template
334 /* An extended operator. This holds the number of arguments, and
365 number which involves neither modifying the mangled string nor
462 long number; member in struct:demangle_component::__anon13634::__anon13642
513 operator and the number of arguments which it takes (the latter is
523 number of arguments and the name. Returns non-zero on success,
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSONObject.cpp150 // If the space value is a number, create a gap string with that number of spaces.
181 inline PropertyNameForFunctionCall::PropertyNameForFunctionCall(unsigned number) argument
183 , m_number(number)
389 builder.append(UString::number(numericValue));
702 JSValue filteredValue = callReviver(array, jsString(m_exec, UString::number(indexStack.last())), outValue);
/external/webkit/Source/WebCore/css/
H A DCSSComputedStyleDeclaration.cpp788 short number = propertyID == CSSPropertyCounterIncrement ? it->second.m_incrementValue : it->second.m_resetValue; local
789 list->append(primitiveValueCache->createValue((double)number, CSSPrimitiveValue::CSS_NUMBER));
/external/webkit/Source/WebCore/html/
H A DInputType.cpp92 map->add(InputTypeNames::number(), NumberInputType::create);
727 const AtomicString& number() function in namespace:WebCore::InputTypeNames
729 DEFINE_STATIC_LOCAL(AtomicString, name, ("number"));
/external/chromium/testing/gtest/src/
H A Dgtest-internal-inl.h230 // Parameter num_chars may additionally limit the number
261 // Given the total number of shards, the shard index, and the test id,
270 // Returns the number of elements in the given container that satisfy
409 // max_depth - the maximum number of stack frames to be included
411 // skip_count - the number of top frames to be skipped; doesn't count
516 // Gets the number of successful test cases.
519 // Gets the number of failed test cases.
522 // Gets the number of all test cases.
525 // Gets the number of all test cases that contain at least one test
529 // Gets the number o
964 ParseNaturalNumber(const ::std::string& str, Integer* number) argument
[all...]
/external/chromium/third_party/libevent/
H A Dhttp.c1215 char *number; local
1221 number = strsep(&line, " ");
1238 req->response_code = atoi(number);
1241 __func__, number));
/external/dbus/test/
H A Ddecode-gcov.c493 * - then for each function (number of functions given above):
496 * . 4 byte number of arcs in function
645 /* number of blocks in DBUS_BUILD_TESTS */
648 /* number of blocks outside DBUS_BUILD_TESTS */
659 int number; member in struct:Line
1513 val -= 1; /* To convert the 1-based line number to 0-based */
1529 fprintf (stderr, "Line number for block %d but function only has %d blocks\n",
1648 lines[n_lines].number = n_lines + 1;
2131 printf ("4%d\t%s\n", line->number, line->text);
2328 /* Sort by number o
[all...]
/external/flac/include/FLAC/
H A Dformat.h104 /** The maximum number of channels permitted by the format. */
158 * This does not correspond to the shared library version number, which
225 * specified as an order, i.e. the number of array elements
396 FLAC__FRAME_NUMBER_TYPE_FRAME_NUMBER, /**< number contains the frame number */
397 FLAC__FRAME_NUMBER_TYPE_SAMPLE_NUMBER /**< number contains the sample number of first sample in frame */
412 /**< The number of samples per subframe. */
418 /**< The number of channels (== number o
434 } number; member in struct:__anon5415
650 FLAC__byte number; member in struct:__anon5427
667 FLAC__byte number; member in struct:__anon5428
[all...]
/external/gtest/src/
H A Dgtest-internal-inl.h230 // Parameter num_chars may additionally limit the number
261 // Given the total number of shards, the shard index, and the test id,
270 // Returns the number of elements in the given container that satisfy
416 // max_depth - the maximum number of stack frames to be included
418 // skip_count - the number of top frames to be skipped; doesn't count
523 // Gets the number of successful test cases.
526 // Gets the number of failed test cases.
529 // Gets the number of all test cases.
532 // Gets the number of all test cases that contain at least one test
536 // Gets the number o
971 ParseNaturalNumber(const ::std::string& str, Integer* number) argument
[all...]
/external/icu4c/common/
H A Dputil.c255 "Set U_FAKETIME_START to the number of milliseconds since 1/1/1970 to set the ICU clock.\n");
343 uprv_isNaN(double number) argument
347 convertedNumber.d64 = number;
352 uint32_t highBits = *(uint32_t*)u_topNBytesOfDouble(&number,
354 uint32_t lowBits = *(uint32_t*)u_bottomNBytesOfDouble(&number,
364 return number != number;
369 uprv_isInfinite(double number) argument
373 convertedNumber.d64 = number;
377 uint32_t highBits = *(uint32_t*)u_topNBytesOfDouble(&number,
393 uprv_isPositiveInfinity(double number) argument
403 uprv_isNegativeInfinity(double number) argument
[all...]

Completed in 513 milliseconds

1234567891011>>