/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
SIMRecords.java | 271 * Set subscriber number to SIM record 273 * The subscriber number is stored in EF_MSISDN (TS 51.011) 278 * @param number dailing nubmer (up to 20 digits) 279 * if the number starts with '+', then set to international TOA 286 public void setMsisdnNumber(String alphaTag, String number, 289 mMsisdn = number; 312 * Set voice mail number to SIM record 314 * The voice mail number can be stored either in EF_MBDN (TS 51.011) or 317 * If EF_MBDN is available, store the voice mail number to EF_MBDN 319 * If EF_MAILBOX_CPHS is enabled, store the voice mail number to EF_CHP [all...] |
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
MmsSmsProvider.java | 208 // using a UNION so we have to have the same number of result columns from 566 for (Long number : numbers) { 567 result[i++] = number; [all...] |
/prebuilts/devtools/tools/lib/ |
commons-compress-1.0.jar | |
lint.jar | |
lint-checks.jar | |
/prebuilts/tools/common/commons-compress/ |
commons-compress-1.0.jar | |
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/ |
commons-compress-1.0.jar | |
/sdk/adtproductbuild/ |
Android.mk | 9 # ADT_IDE_ZIP_QUALIFIER: either a date or build number to incorporate in the zip names.
|
/build/tools/droiddoc/templates-sac/assets/js/ |
android_3p-bundle.js | 26 * number of languages including C and friends, Java, Python, Bash, SQL, HTML, 67 /** the number of characters between tab columns */ 498 // Maps captured group numbers to the number they will occupy in 636 // nSpaces is the amount of padding -- the number of spaces needed 755 * @param {number} basePos the index of sourceCode within the chunk of source [all...] |
/build/tools/droiddoc/templates-sdk/assets/js/ |
android_3p-bundle.js | 26 * number of languages including C and friends, Java, Python, Bash, SQL, HTML, 67 /** the number of characters between tab columns */ 498 // Maps captured group numbers to the number they will occupy in 636 // nSpaces is the amount of padding -- the number of spaces needed 755 * @param {number} basePos the index of sourceCode within the chunk of source [all...] |
/external/chromium/chrome/browser/resources/net_internals/ |
main.js | 785 // Note that the subtraction by 0 is to cast to a number (probably a float 801 * Returns the number of events that were captured while we were 809 * Returns the number of events that were captured passively by the [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/ |
jstemplate.js | 147 * @type number
356 * @type Array.<number>
[all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/ |
jstemplate.js | 147 * @type number 356 * @type Array.<number> 972 * @param {number} index The index of this template node in values. [all...] |
/external/webkit/Source/JavaScriptCore/jit/ |
JITStubs.cpp | 2859 JSValue number = v.toJSNumber(callFrame); local 3126 JSValue number = v.toJSNumber(callFrame); local [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderLayer.cpp | [all...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
ComposeMessageActivity.java | 270 private TextView mTextCounter; // Shows the number of characters used in text editor 577 * int[0] being the number of SMS's required, 578 * int[1] the number of code units used, 579 * int[2] is the number of code units remaining until the next message. 607 // Update the remaining characters and number of messages required. 1749 String number = list.get(0).getNumber(); local 2612 String number = getRecipients().get(0).getNumber(); local [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/ |
concat-jquery-mootools-prototype.js | 102 // The number of elements contained in the matched element set 456 if ( typeof value === "number" ) 703 // Handle passing in a number to a CSS property 704 return typeof value === "number" && type == "curCSS" && !exclude.test( name ) ? 813 // We should always get a number back from opacity 827 // If we're not dealing with a regular pixel number 828 // but a number that has a weird ending, we need to convert it to pixels 865 if ( typeof elem === "number" ) [all...] |
/external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
markdown.php | 946 # Re-usable patterns to match list item bullets and number markers: [all...] |
/external/webkit/Source/WebCore/accessibility/gtk/ |
AccessibilityObjectWrapperAtk.cpp | 381 String value = String::number(headingLevel); [all...] |
/external/webkit/Tools/Scripts/webkitpy/style/checkers/ |
cpp.py | 231 # preceeded by lower case letter or number. 279 filename and line number on which that file was included. 417 # Keep the row lengths, so we can calculate the original row number 424 """Convert the column number from the single line into the original 425 line number. 506 """Tracks current function name and the number of lines in its body. 581 line_number: The number of the line to check. [all...] |
/frameworks/ex/chips/src/com/android/ex/chips/ |
RecipientEditTextView.java | 126 // TODO: get correct number/ algorithm from with UX. 792 * focus. By default, the number of displayed recipients will be [all...] |
/external/chromium/chrome/browser/resources/bookmark_manager/js/ |
main.js | 46 * @type {number} 335 * @param {number} parentId The ID of the parent folder. [all...] |
/external/v8/src/ |
objects.h | 715 double number; member in struct:v8::internal::ValueInfo [all...] |
/external/webkit/Source/JavaScriptCore/interpreter/ |
Interpreter.cpp | 331 if (LIKELY(argc == newCodeBlock->m_numParameters)) { // correct number of arguments [all...] |
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.pas | 153 /// as line number. For seeking backwards, you will be presumably 248 /// <summary>The line number on which this token was matched; line=1..N</summary> 256 /// <summary>The line number on which this token was matched; line=1..N</summary> 382 /// <summary>What line number is the scanner at before processing buffer[P]? </summary> 447 /// <summary> Grows the set to a larger number of bits.</summary> 617 /// <summary>The channel number for the current token</summary> [all...] |