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

<<41424344454647484950>>

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPSerializerRDF.java     [all...]
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java 486 * The number of messages in the conversation
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/provider/
ExchangeDirectoryProvider.java 156 String lookupKey, String accountName, String displayName, int type, String number) {
157 if (!TextUtils.isEmpty(number)) {
162 r.put(Phone.NUMBER, number);
273 // Enforce a limit on the number of lookup responses
  /packages/experimental/LoaderApp/src/com/android/loaderapp/
ContactHeaderWidget.java 131 //Projection used for looking up contact id from phone number
566 * @param number The phone number used to do a reverse lookup in
568 * number, one of them will be chosen to bind to.
570 public void bindFromPhoneNumber(String number) {
573 mQueryHandler.startQuery(TOKEN_PHONE_LOOKUP, number,
574 Uri.withAppendedPath(PhoneLookup.CONTENT_FILTER_URI, Uri.encode(number)),
  /external/chromium/net/socket/
transport_client_socket_pool_unittest.cc 37 IPAddressNumber number; local
38 CHECK(ParseIPLiteralToNumber("1.1.1.1", &number));
39 *address = IPEndPoint(number, 80);
43 IPAddressNumber number; local
44 CHECK(ParseIPLiteralToNumber("1:abcd::3:4:ff", &number));
45 *address = IPEndPoint(number, 80);
    [all...]
  /external/libusb/libusb/os/
darwin_usb.c 764 u_int8_t numep, direction, number; local
771 /* retrieve the total number of endpoints on this interface */
774 usbi_err (HANDLE_CTX (dev_handle), "can't get number of endpoints for interface: %s", darwin_error_str(kresult));
780 kresult = (*(cInterface->interface))->GetPipeProperties(cInterface->interface, i, &direction, &number, &dont_care1,
789 usbi_info (HANDLE_CTX (dev_handle), "interface: %i pipe %i: dir: %i number: %i", iface, i, direction, number); local
791 cInterface->endpoint_addrs[i - 1] = ((direction << 7 & LIBUSB_ENDPOINT_DIR_MASK) | (number & LIBUSB_ENDPOINT_ADDRESS_MASK));
1080 uint8_t direction, number, interval, pipeRef, iface; local
    [all...]
  /external/oprofile/events/x86-64/family11h/
unit_masks 85 0x02 Number of stale table entry hits (hit on a page closed too soon)
185 0x01 The number of locked instructions executed
186 0x02 The number of cycles spent in speculative phase
187 0x04 The number of cycles spent in non-speculative phase (including cache miss penalty)
189 0x01 Number of clocks MEMHOT_L is asserted
190 0x04 Number of times the HTC transitions from inactive to active
191 0x20 Number of clocks HTC P-state is inactive
192 0x40 Number of clocks HTC P-state is active
  /external/oprofile/events/x86-64/hammer/
unit_masks 178 0x01 The number of locked instructions executed
179 0x02 The number of cycles spent in speculative phase
180 0x04 The number of cycles spent in non-speculative phase (including cache miss penalty)
182 0x01 Number of clocks CPU is active when HTC is active (RevF)
183 0x02 Number of clocks CPU clock is inactive when HTC is active (RevF)
184 0x04 Number of clocks when die temperature is higher than the software high temperature threshold (RevF)
185 0x08 Number of clocks when high temperature threshold was exceeded (RevF)
186 0x80 Number of correctable and uncorrectable DRAM ECC errors (RevE)
  /external/v8/test/mjsunit/
array-sort.js 32 // Test counter-intuitive default number sorting.
195 assertEquals(37, obj[0], "objsort smallest number");
196 assertEquals(42, obj[1], "objsort largest number");
date-parse.js 41 // number of milliseconds to make it timezone independent.
288 'May 25 2008 1:30 (PM)) UTC', // Bad unmatched ')' after number.
290 'May 25 2008 AAA (GMT)']; // Unknown word after number.
debug-sourceinfo.js 62 // This is the number of comment lines above the first test function.
74 // This magic number is the length or the first line comment (actually number
  /libcore/luni/src/main/java/java/util/
Formatter.java 105 * <td width="25%">Pad the number with leading zeros. (Requires width.)</td>
117 * <i>Width</i>. The width is a decimal integer specifying the minimum number of characters to be
123 * number of digits for {@code d}, {@code o}, {@code x}, or {@code X}; the minimum number of digits
125 * the maximum number of significant digits for {@code g} or {@code G}; or the maximum number of
515 * <p><i>Number localization</i>. Some conversions use localized decimal digits rather than the
517 * but &#x0661;&#x0662;&#x0663; in appropriate Arabic locales, for example. This number localization
2029 Number number = (Number) arg; local
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
DialpadFragment.java 139 * Remembers the number of dialpad buttons which are pressed at this moment.
172 // Last number dialed, retrieved asynchronously from the call DB
173 // in onCreate. This number is displayed when the user hits the
400 // Put the requested number into the input area
412 // Query the phone number
414 new String[] {PhonesColumns.NUMBER, PhonesColumns.NUMBER_KEY},
421 // Put the number into the input area
475 // Don't show the chooser when called via onNewIntent() and phone number is present.
477 // In this case, we want to show the dialpad with the phone number.
546 // Query the last dialed number. Do it first because hittin
1099 final String number = mDigits.getText().toString(); local
    [all...]
  /bionic/libc/arch-mips/bionic/
setjmp.S 78 dli v0, 0xACEDBADE # sigcontext magic number
80 li v0, 0xACEDBADE # sigcontext magic number
  /development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
PlayerSetupActivity.java 250 private Button setupNumberButton(int number) {
255 button.setText(Integer.toString(number));
  /external/chromium/chrome/browser/
idbbindingutilities_browsertest.cc 156 ASSERT_EQ(expected_keys_[pos].number(), i->number());
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-death-test.cc 72 "Indicates the file, line number, temporal index of "
128 // one thread running, or cannot determine the number of threads, prior
136 msg << "couldn't detect the number of threads.";
503 // The line number on which the death test is located.
706 static bool ParsePositiveInt(const ::std::string& str, int* number) {
716 *number = static_cast<int>(parsed);
  /external/eigen/blas/
drotm.f 32 * number of elements in input vector(s)
srotm.f 33 * number of elements in input vector(s)
  /external/icu4c/i18n/
rbt_set.cpp 76 UnicodeString& _appendHex(uint32_t number,
84 target += digitString[(number >> (digits*4)) & 0xF];
282 * the bins may exceed the number in the original vector,
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 510 | {number} number // 123
511 {->number.expression}
547 number {->expression}
  /external/libvorbis/doc/
01-introduction.tex 160 is changed from frame to frame. The mode number of a frame serves as a
166 type 0, the MDCT, in Vorbis I) and a mapping number. The mapping
167 number specifies which mapping configuration instance to use for
183 the proper floor and residue instance number to use for decoding that
277 sample rate and number of channels.
295 \item decode mode number
397 Although the number of residue vectors equals the number of channels,
406 which are coded using a configuration provided by submap number, but
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
parser.ml 17 (* numberexpr ::= number *)
18 | [< 'Token.Number n >] -> Ast.Number n
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
codegen.ml 16 | Ast.Number n -> const_float double_type n
65 (* If 'f' took a different number of arguments, reject. *)
parser.ml 17 (* numberexpr ::= number *)
18 | [< 'Token.Number n >] -> Ast.Number n

Completed in 628 milliseconds

<<41424344454647484950>>