HomeSort by relevance Sort by last modified time
    Searched refs:number (Results 1426 - 1450 of 1948) sorted by null

<<51525354555657585960>>

  /ndk/toolchains/llvm-3.1/
setup.mk 17 # toolchain any number of source files
  /ndk/toolchains/llvm-3.2/
setup.mk 17 # toolchain any number of source files
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapVcardManager.java 80 CommonDataKinds.Phone.NUMBER, // 3
86 static final String SORT_ORDER_PHONE_NUMBER = CommonDataKinds.Phone.NUMBER + " ASC";
143 String number = BluetoothPbapService.getLocalPhoneNum(); local
144 String vcard = composer.composeVCardForPhoneOwnNumber(Phone.TYPE_MOBILE, name, number,
203 Calls.NUMBER, Calls.CACHED_NAME
218 // name not found, use number instead
305 if (V) Log.v(TAG, "got name " + name + " by number " + phoneNumber + " @" + id);
610 if (V) Log.v(TAG, "phone own number vcard:");
  /prebuilts/tools/common/m2/internal/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /bionic/libc/private/
resolv_private.h 119 int number; /* Identifying number, like T_MX */ member in struct:res_sym
133 #define MAXRESOLVSORT 10 /* number of net to sort on */
145 int retry; /* number of times to retransmit */
151 int nscount; /* number of name servers */
164 unsigned nsort:4; /* number of elements in sort_list[] */
  /cts/tools/dasm/src/java_cup/
production.java 153 /** Total number of productions. */
154 public static int number() {return _all.size();}; method in class:production
206 /** Index number of the production. */
209 /** Index number of the production. */
214 /** Count of number of reductions using this production. */
217 /** Count of number of reductions using this production. */
  /external/chromium/chrome/browser/resources/net_internals/
logviewpainter.js 149 // Number of transferred bytes in a line of output. Length of a
217 if (typeof value == 'number') {
372 // We enumerate these to a list so we can later number them.
util.js 203 * Returns the maximum number of columns this table contains.
228 * |spacing| indicates number of extra spaces, if any, to add between
  /external/chromium/third_party/libevent/
event.h 662 Get the libevent version number.
664 @return a string containing the version number of libevent
678 Set the number of different event priorities.
686 The number of different priorities can be set initially with the
692 @param npriorities the maximum number of priorities
701 Set the number of different event priorities (threadsafe variant).
706 @param npriorities the maximum number of priorities
1004 @param datlen the number of bytes to be copied from the data buffer
1016 @return the number of bytes read
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc 71 return a->number() < b->number();
84 // Sort the fields of the given Descriptor by number into a new[]'d array
97 // Functor for sorting extension ranges by their "start" field number.
230 printer->Print(vars, "static const int $constant_name$ = $number$;\n");
691 // Generate field number constants.
970 // of Clear() for messages which contain a very large number of
    [all...]
  /external/protobuf/src/google/protobuf/
generated_message_reflection.h 271 const FieldDescriptor* FindKnownExtensionByNumber(int number) const;
358 // choose 16 rather than some other number just in case the compiler would
message.h 237 // Computes (an estimate of) the total number of bytes currently used for
402 // Get the number of elements of a repeated field.
434 // will be listed ordered by field number.
631 // name. Returns NULL if no extension is known for this name or number.
635 // Try to find an extension of this message type by field number.
636 // Returns NULL if no extension is known for this name or number.
638 int number) const = 0;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
xf86dgastr.h 55 CARD32 number B32; /* number of modes available */
70 CARD32 mode B32; /* mode number to init */
  /external/qemu-pc-bios/bochs/bios/
apmbios.S 66 ; print the hex number in eax
  /external/v8/test/mjsunit/
mirror-object.js 143 } else if (properties[i].value().type() == "number" &&
166 // Test a number of different objects.
mjsunit.js 53 // of, e.g., Number and Date objects, the elements of arrays
116 case "number":
127 case "Number":
194 if (typeof a == "number") return isNaN(a) && isNaN(b);
215 if (objectClass == "String" || objectClass == "Number" ||
  /external/valgrind/main/callgrind/
context.c 325 pactive = CLG_(get_fn_entry)(fn->number);
  /external/valgrind/main/exp-bbv/tests/x86/
rep_prefix.S 270 inc %eax # put exit syscall number (1) in eax
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ustring.h 77 * @return The number of UChars in <code>chars</code>, minus the terminator.
91 * @param length The number of UChar code units to be checked, or -1 to count all
93 * @return The number of code points in the specified code units.
100 * Check if the string contains more Unicode code points than a certain number.
102 * and comparing that number with a threshold.
105 * never needs to count more than 'number+1' code points.
106 * Logically equivalent to (u_countChar32(s, length)>number).
111 * @param number The number of code points in the string is compared against
112 * the 'number' parameter
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ustring.h 77 * @return The number of UChars in <code>chars</code>, minus the terminator.
91 * @param length The number of UChar code units to be checked, or -1 to count all
93 * @return The number of code points in the specified code units.
100 * Check if the string contains more Unicode code points than a certain number.
102 * and comparing that number with a threshold.
105 * never needs to count more than 'number+1' code points.
106 * Logically equivalent to (u_countChar32(s, length)>number).
111 * @param number The number of code points in the string is compared against
112 * the 'number' parameter
    [all...]
  /external/webkit/Source/WebCore/bridge/c/
c_instance.cpp 315 nameArray.add(Identifier::from(exec, identifier->number()));
  /external/webkit/Source/WebCore/html/
HTMLViewSourceDocument.cpp 206 // Create a cell that will hold the line number (it is generated in the stylesheet using counters).
209 attrs->addAttribute(Attribute::createMapped(classAttr, "webkit-line-number"));
224 RefPtr<Text> lineNumberText = Text::create(this, String::number(parser()->lineNumber() + 1) + " ");
  /external/webkit/Source/WebCore/icu/unicode/
ustring.h 77 * @return The number of UChars in <code>chars</code>, minus the terminator.
91 * @param length The number of UChar code units to be checked, or -1 to count all
93 * @return The number of code points in the specified code units.
100 * Check if the string contains more Unicode code points than a certain number.
102 * and comparing that number with a threshold.
105 * never needs to count more than 'number+1' code points.
106 * Logically equivalent to (u_countChar32(s, length)>number).
111 * @param number The number of code points in the string is compared against
112 * the 'number' parameter
    [all...]
  /external/webkit/Source/WebCore/inspector/
InspectorDatabaseAgent.cpp 117 case SQLValue::NumberValue: values->pushNumber(value.number()); break;
  /external/webkit/Source/WebCore/loader/
WorkerThreadableLoader.cpp 75 mode.append(String::number(runLoop.createUniqueId()));

Completed in 1112 milliseconds

<<51525354555657585960>>