HomeSort by relevance Sort by last modified time
    Searched full:upper (Results 276 - 300 of 1208) sorted by null

<<11121314151617181920>>

  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
conn.h 58 mgmtStatus_e disAssocEventReason; /* Disassoc reason to be used for upper layer */
  /external/clearsilver/python/examples/base/
SafeHtml.py 86 tag = string.upper(tag)
108 tag = string.upper(tag)
  /external/gtest/test/
gtest_test_utils.py 66 if flag.upper() in os.environ:
67 _flag_map[flag] = os.environ[flag.upper()]
  /external/icu4c/i18n/
regexcmp.h 192 int32_t fIntervalLow; // {lower, upper} interval quantifier values.
196 // -1 for the upper interval value means none
regexcst.txt 218 ',' n interval-upper
222 interval-upper:
223 digit_char n interval-upper doIntervalUpperDigit
  /external/neven/Embedded/common/src/b_TensorEm/
Int16Rect.h 41 /** upper left component */
44 /** upper left component */
Uint32Rect.h 41 /** upper left component */
44 /** upper left component */
  /external/webkit/WebCore/bindings/v8/custom/
V8CSSStyleDeclarationCustom.cpp 55 // First character of the prefix within the property name may be upper or lowercase.
89 // we have to do the following translation. The translation turns upper
  /external/webkit/WebCore/platform/text/
AtomicString.h 95 AtomicString upper() const { return AtomicString(impl()->upper()); } function in class:WebCore::AtomicString
  /frameworks/base/docs/html/sdk/api_diff/6/changes/
changes-summary.html 80 whose API Level identifiers are given in the upper-right corner of this page. It compares a
87 description</a>. The statistics are accessible from the "Statistics" link in the upper-right corner.</p>
  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
EvHandler.c 50 /* ************************** Upper Interface **********************************/
209 /* ************************** Upper Interface End*********************************/
  /external/bison/tests/
existing.at 1070 %token UPPER
1138 %left UPPER LOWER NORTH SOUTH EAST WEST CENTER START END
1461 | UPPER LEFT
1463 | UPPER RIGHT
1467 | UPPER LEFT_CORNER
1469 | UPPER RIGHT_CORNER
  /external/webkit/WebCore/inspector/front-end/
SourceCSSTokenizer.re2js 140 "tigrinya-et", "tigrinya-et-abegede", "to", "top", "transparent", "ultra-condensed", "ultra-expanded", "underline", "up", "upper-alpha", "upper-greek",
141 "upper-hexadecimal", "upper-latin", "upper-norwegian", "upper-roman", "uppercase", "urdu", "url", "vertical", "vertical-text", "visible",
  /external/v8/src/
messages.js 63 // First char is upper case
65 // Second char is upper case
258 var upper = this.lineCount() - 1;
262 if (position > line_ends[upper]) {
272 while (upper >= 1) {
273 var i = (lower + upper) >> 1;
278 upper = i - 1;
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
test_expectations.py 110 return " ".join(retval).upper()
422 new_options = parts[0].replace(platform.upper() + ' ', '', 1)
433 p = p.upper()
440 if not p in (platform.upper(), 'WIN-VISTA', 'WIN-7'):
618 " ".join(options).upper(),
619 " ".join(expectations).upper())
665 % (self._test_platform_name.upper(), build_type)
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/String/
15.5.4.11-2.js 205 this.upper = u[0];
216 // upper case Basic Latin
231 // upper case Latin-1 Supplement
273 // if it's odd, it's a lower case and upper case is c-1
291 // if it's even, it's a lower case and upper case is c-1
  /external/webkit/JavaScriptCore/yarr/
RegexCompiler.cpp 75 UChar upper, lower; local
76 if (m_isCaseInsensitive && ((upper = Unicode::toUpper(ch)) != (lower = Unicode::toLower(ch)))) {
77 addSorted(m_matchesUnicode, upper);
84 // returns true if this character has another case, and 'ch' is the upper case form.
116 // If the upper bound of the range (hi) is 0xffff, the increments to
  /external/webkit/WebKit/android/nav/
FindCanvas.cpp 72 GlyphSet::GlyphSet(const SkPaint& paint, const UChar* lower, const UChar* upper,
88 count2 = clonePaint.textToGlyphs(upper, byteLength, mUpperGlyphs);
123 const UChar* upper, size_t byteLength)
125 , mUpperText(upper)
537 // upper left corner of the match specified by m_findIndex in
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/Tx_Result/
txResult.c 46 * calls the upper layer callback function for each packet with its results.
234 * upper layer callback function for each packet with its results.
283 /* process the new table and call the upper layers to handle results.
353 * upper layer callback function for each packet with its results.
494 * DESCRIPTION: Register the upper driver Tx-Result callback functions.
  /external/opencore/oscl/oscl/osclbase/src/
oscl_time.h 88 since 0h (UTC) Jan. 1, 1900. There is an implied binary point betweeen the upper 32 bits and lower
127 /*! \param newval A 32 bit integer representing the upper 32 bits of the 32.32 NTP time (e.g. the number of whole seconds since Jan 1, 1900 UTC).*/
155 //! This method returns the upper 32 bits of the 32.32 representation.
  /hardware/ti/wlan/wl1271/platforms/hw/linux/
SdioAdapter.c 38 * An adaptation layer between the lower SDIO driver (in BSP) and the upper Sdio
149 /* Provide the DMA buffer address to the upper layer so it will use it as the transactions host buffer. */
309 /* Allocate a DMA-able buffer and provide it to the upper layer to be used for all read and write transactions */
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
ComposingText.java 150 * Update the upper layer's data.
485 * Get upper the segment which includes the position.
489 * @return Index of upper segment
  /development/pdk/docs/porting/
stk.jd 32 <p align="left">For commands sent or recieved by the STK RIL, it's not necessary to remove unused sub-commands because the upper layers will gracefully ignore unused information contained in the message. The content of each message is encoded in the BER-TLV format except for two:</p>
42 <p>Communication to the upper layers is done using the <code>RIL_UNSOL_xxx</code> family of commands defined in <code>/hardware/ril/include/ril.h</code>. The payload for each command is encoded using BER-TLV. As stated above, it is not necessary to remove extraneous fields. This allows the SIM to pass a complete command to the upper layers and simplifies STK RIL code. Below is the mapping from RIL_UNSOL_xxx commands to the SIM commands.</p>
147 <p align="left">The commands in this section are proactive in nature. They are handled by the STK RIL and the upper layers and delivered using <code>RIL_UNSOL_STK_EVENT_NOTIFY</code> message. This distinction is an implementation detail of Android and is not defined in the 3GPP sepcifications.</p>
148 <p align="left">The upper layers handle the UI and the STK RIL handles all other aspects of each command, which means that the STK RIL sends the terminal response (it is never sent by the STK App). Each command must be a properlery-formed proactive command. It is not necessary to remove unused fields. The behavior of any other command <em>within this context </em>sent by <code>RIL_UNSOL_STK_EVENT_NOTIFY</code> is undefined. See Event Notify Command Details. </p>
182 <p>Communication from the upper layers to the RIL uses the commands below (defined in <code>ril.h</code>):</p>
  /external/icu4c/common/
ustrtrns.c 455 /* no need for (ch & 0xf) because the upper bits are truncated after <<12 in the cast to (UChar) */
565 /* no need for (ch & 0xf) because the upper bits are truncated after <<12 in the cast to (UChar) */
626 /* no need for (ch & 0xf) because the upper bits are truncated after <<12 in the cast to (UChar) */
781 /* no need for (ch & 0xf) because the upper bits are truncated after <<12 in the cast to (UChar) */
877 /* no need for (ch & 0xf) because the upper bits are truncated after <<12 in the cast to (UChar) */
912 /* no need for (ch & 0xf) because the upper bits are truncated after <<12 in the cast to (UChar) */
    [all...]
  /frameworks/base/obex/javax/obex/
ObexHelper.java 892 int upper = b[2 * i]; local
    [all...]

Completed in 836 milliseconds

<<11121314151617181920>>