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

<<51525354555657585960>>

  /external/webkit/Source/WebCore/platform/text/wince/
TextCodecWinCE.cpp 113 String cpName = makeString("cp", String::number(cpInfo.uiCodePage));
  /external/webkit/Source/WebKit/chromium/tests/
IDBBindingUtilitiesTest.cpp 111 ASSERT_TRUE(expected == idbKey->number());
131 object->Set(v8::String::New("foo"), v8::Number::New(456));
  /external/webkit/Source/WebKit/mac/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/Tools/DumpRenderTree/win/
LayoutTestControllerWin.cpp     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommands.java     [all...]
  /packages/apps/Dialer/tests/src/com/android/dialer/tests/calllog/
FillCallLogTestActivity.java 64 mNumberTextView = (TextView) findViewById(R.id.number);
76 throw new RuntimeException("Number too large. Max=100");
94 * Adds a number of entries to the call log. The content of the entries is based on existing
97 * @param count the number of entries to add
163 values[i].put(Calls.NUMBER, generateRandomNumber());
176 /** The number of items to insert when done. */
221 /** Inserts a given number of entries in the call log based on the values given. */
223 /** The number of items to insert. */
249 * Inserts a number of entries in the call log based on the given templates.
251 * @return the number of inserted entrie
    [all...]
  /packages/apps/Phone/src/com/android/phone/
PhoneGlobals.java 741 /* package */ static PendingIntent getCallBackPendingIntent(Context context, String number) {
743 Uri.fromParts(Constants.SCHEME_TEL, number, null)
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java 2557 String number = c.getString(1); local
3458 String number = cursor.getString(2); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
resolv.h 97 # define MAXRESOLVSORT 10 /* number of net to sort on */
106 int retry; /* number of times to retransmit */
108 int nscount; /* number of name servers */
118 unsigned nsort:4; /* number of elements in sort_list[] */
177 int number; /* Identifying number, like T_MX */ member in struct:res_sym
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h 97 # define MAXRESOLVSORT 10 /* number of net to sort on */
106 int retry; /* number of times to retransmit */
108 int nscount; /* number of name servers */
118 unsigned nsort:4; /* number of elements in sort_list[] */
177 int number; /* Identifying number, like T_MX */ member in struct:res_sym
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
core.h 99 int number; /* number of soundcard (index to member in struct:snd_card
126 struct proc_dir_entry *proc_root_link; /* number link to real id */
189 int card; /* card number */
190 int device; /* device number */
trident.h 274 int client; /* sequencer client number */
275 int port; /* sequencer port number */
293 unsigned int number; member in struct:snd_trident_voice
340 int foldback_chan; /* foldback subdevice number */
362 int ChanSynthCount; /* number of allocated synth channels */
400 int ChanPCM; /* max number of PCM channels */
401 int ChanPCMcnt; /* actual number of PCM channels */
ymfpci.h 245 int number; member in struct:snd_ymfpci_voice
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h 97 # define MAXRESOLVSORT 10 /* number of net to sort on */
106 int retry; /* number of times to retransmit */
108 int nscount; /* number of name servers */
118 unsigned nsort:4; /* number of elements in sort_list[] */
177 int number; /* Identifying number, like T_MX */ member in struct:res_sym
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
core.h 99 int number; /* number of soundcard (index to member in struct:snd_card
126 struct proc_dir_entry *proc_root_link; /* number link to real id */
189 int card; /* card number */
190 int device; /* device number */
trident.h 274 int client; /* sequencer client number */
275 int port; /* sequencer port number */
293 unsigned int number; member in struct:snd_trident_voice
340 int foldback_chan; /* foldback subdevice number */
362 int ChanSynthCount; /* number of allocated synth channels */
400 int ChanPCM; /* max number of PCM channels */
401 int ChanPCMcnt; /* actual number of PCM channels */
ymfpci.h 245 int number; member in struct:snd_ymfpci_voice
  /cts/tests/tests/widget/src/android/widget/cts/
TableLayoutTest.java 615 private int dropNegative(int number) {
616 return (number > 0 ? number : 0);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
error.rb 392 the multiple possible paths to follow by checking a number of future input
516 There is an inconsistency between the number of appearances of some symbol
517 on the left side of a rewrite rule and the number of the same symbol
streams.rb 49 information to developers, such as current line number and column. Furthermore,
51 need a way to record various locations in the input at a number of points in the
54 ANTLR bundles all of this functionality into a number of Stream classes, each
216 # the total number of symbols in the stream
234 and <tt>column</tt>, which are expected to indicate the current line number and
240 are familliar to most developers. Line numbers of text are indexed from number 1
301 Stream module, TokenStream adds a number of additional method implementation
374 # the current line number of the input, indexed upward from 1
394 # [:line] the initial line number; default: +1+
395 # [:column] the initial column number; default: +0
    [all...]
token.rb 42 such as absolute character index, line number, and position within the line (or
45 Furthermore, ANTLR tokens are assigned a "channel" number, an extra degree of
78 # the text's starting line number within the source (indexed starting at 1)
397 ``VARIABLE'' can be represented by a number like 5 and referenced within code by
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LogManagerTest.java 941 static int number = 0; field in class:LogManagerTest.MockHandler
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
client_for_testing.py 664 number = random.randint(0, maxnum)
667 product = number * spaces
686 return number, key
771 # cryptographically secure pseudo random number sequence.
    [all...]
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 510 Each version is given a distinguishing version number. If the Program
511 specifies a version number of this License which applies to it and "any
514 Software Foundation. If the Program does not specify a version number of
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
PerformanceResultsPreferencePage.java 139 * the number of columns for the new composite
222 this.statusBuildsToConfirm.setToolTipText("The number of previous builds to take into account to confirm a regression");
877 int number = Integer.parseInt(this.statusBuildsToConfirm.getText()); local
    [all...]

Completed in 759 milliseconds

<<51525354555657585960>>