/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
FuncSum.java | 51 int pos; local 53 while (DTM.NULL != (pos = nodes.nextNode())) 55 DTM dtm = nodes.getDTM(pos); 56 XMLString s = dtm.getStringValue(pos);
|
/external/chromium_org/ppapi/shared_impl/ |
file_ref_create_info.cc | 17 size_t pos = path.rfind(base::FilePath::kSeparators[0]); local 18 CHECK(pos != base::FilePath::StringType::npos); 20 return base::WideToUTF8(path.substr(pos + 1)); 22 return path.substr(pos + 1);
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-buffer-deserialize-json.hh | 463 hb_glyph_position_t pos; local 499 memset (&pos , 0, sizeof (pos )); 508 buffer->pos[buffer->len - 1] = pos; 537 { if (!parse_int (tok, p, &pos.x_offset )) return false; } 541 { if (!parse_int (tok, p, &pos.y_offset )) return false; } 545 { if (!parse_int (tok, p, &pos.x_advance)) return false; } 549 { if (!parse_int (tok, p, &pos.y_advance)) return false; } 559 buffer->pos[buffer->len - 1] = pos [all...] |
/external/chromium_org/ui/views/controls/menu/ |
menu_separator_views.cc | 32 int pos = 0; local 35 pos = height() - kSeparatorHeight; 42 pos = height() / 2; 45 canvas->FillRect(gfx::Rect(0, pos, width(), kSeparatorHeight),
|
/external/harfbuzz/src/ |
harfbuzz-stream.h | 42 HB_UInt pos; member in struct:HB_StreamRec_
|
/external/harfbuzz_ng/src/ |
hb-buffer-deserialize-json.hh | 463 hb_glyph_position_t pos; local 499 memset (&pos , 0, sizeof (pos )); 508 buffer->pos[buffer->len - 1] = pos; 537 { if (!parse_int (tok, p, &pos.x_offset )) return false; } 541 { if (!parse_int (tok, p, &pos.y_offset )) return false; } 545 { if (!parse_int (tok, p, &pos.x_advance)) return false; } 549 { if (!parse_int (tok, p, &pos.y_advance)) return false; } 559 buffer->pos[buffer->len - 1] = pos [all...] |
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-stream.h | 42 HB_UInt pos; member in struct:HB_StreamRec_
|
/external/skia/gm/ |
bigtext.cpp | 37 SkPoint pos = { variable 43 canvas->drawText("/", 1, pos.fX, pos.fY, paint); 46 canvas->drawPosText("\\", 1, &pos, paint);
|
/external/wpa_supplicant_8/src/ap/ |
beacon.c | 96 static u8 * hostapd_eid_country_add(u8 *pos, u8 *end, int chan_spacing, 100 if (end - pos < 3) 101 return pos; 104 *pos++ = start->chan; 106 *pos++ = (prev->chan - start->chan) / chan_spacing + 1; 108 *pos++ = start->max_tx_power; 110 return pos; 117 u8 *pos = eid; local 128 *pos++ = WLAN_EID_COUNTRY; 129 pos++; /* length will be set later * 196 u8 *pos, *epos; local 324 const u8 *pos, *end; local 584 u8 *pos, *tailpos; local [all...] |
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
d2_9pf.cpp | 187 Word16 pos[NB_PULSE]; local 207 pos[0] = i * 5 + startPos[k++]; 215 pos[1] = i * 5 + startPos[k]; 234 * cod[pos[j]] = 8191; 238 * cod[pos[j]] = -8192; 242 cod[pos[j]] = i * 16383 - 8192;
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
RefactorClassAdapter.java | 39 int pos = oldClassName.indexOf('$'); local 40 if (pos > 0) { 41 newName = mRefactorClasses.get(oldClassName.substring(0, pos)); 43 return newName + oldClassName.substring(pos);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/cc_hash_table_map_/ |
debug_fn_imps.hpp | 59 for (size_type pos = 0; pos < m_num_e; ++pos) 61 entry_pointer p_e = a_p_entries[pos];
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/cc_hash_table_map_/ |
debug_fn_imps.hpp | 59 for (size_type pos = 0; pos < m_num_e; ++pos) 61 entry_pointer p_e = a_p_entries[pos];
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/cc_hash_table_map_/ |
debug_fn_imps.hpp | 59 for (size_type pos = 0; pos < m_num_e; ++pos) 61 entry_pointer p_e = a_p_entries[pos];
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
Gesture.java | 93 * @param pos The most recent mouse coordinate applicable to this 98 public void begin(ControlPoint pos, int startMask) { 99 mStart = pos; 106 * @param pos The most recent mouse coordinate applicable to this 109 public void update(ControlPoint pos) { 117 * @param pos The most recent mouse coordinate applicable to this 121 public void end(ControlPoint pos, boolean canceled) {
|
/cts/tools/dasm/src/java_cup/ |
lalr_item.java | 39 * @param pos the position of the "dot" within the production. 42 public lalr_item(production prod, int pos, terminal_set look) 45 super(prod, pos); 176 int pos; local 189 for (pos = dot_pos()+1; pos < the_production().rhs_length(); pos++) 191 part = the_production().rhs(pos); 241 for (int pos = dot_pos() + 1; pos < the_production().rhs_length(); pos++ [all...] |
/external/android-clat/ |
translate.h | 46 // Calculates the checksum over all the packet components starting from pos. 47 uint16_t packet_checksum(uint32_t checksum, clat_packet packet, int pos); 49 // Returns the total length of the packet components after pos. 50 uint16_t packet_length(clat_packet packet, int pos); 67 int ipv4_packet(clat_packet out, int pos, const char *packet, size_t len); 68 int ipv6_packet(clat_packet out, int pos, const char *packet, size_t len); 76 int icmp_to_icmp6(clat_packet out, int pos, const struct icmphdr *icmp, uint32_t checksum, 78 int icmp6_to_icmp(clat_packet out, int pos, const struct icmp6_hdr *icmp6, 82 int generic_packet(clat_packet out, int pos, const char *payload, size_t len); 85 int tcp_packet(clat_packet out, int pos, const struct tcphdr *tcp [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
matchbrackets.js | 5 var Pos = CodeMirror.Pos; 12 var cur = where || cm.getCursor(), line = cm.getLineHandle(cur.line), pos = cur.ch - 1; 13 var match = (pos >= 0 && matching[line.text.charAt(pos)]) || matching[line.text.charAt(++pos)]; 16 if (strict && forward != (pos == cur.ch)) return null; 17 var style = cm.getTokenTypeAt(Pos(cur.line, pos + 1)); 19 var stack = [line.text.charAt(pos)], re = /[(){}[\]]/ [all...] |
/external/e2fsprogs/lib/blkid/ |
list.h | 156 * @pos: the &struct list_head to use as a loop counter. 159 #define list_for_each(pos, head) \ 160 for (pos = (head)->next; pos != (head); pos = pos->next) 164 * pos after the body is done (in case it is freed) 165 * @pos: the &struct list_head to use as a loop counter. 169 #define list_for_each_safe(pos, pnext, head) \ 170 for (pos = (head)->next, pnext = pos->next; pos != (head); [all...] |
/external/javassist/src/main/javassist/convert/ |
TransformReadField.java | 68 public int transform(CtClass tclazz, int pos, CodeIterator iterator, 71 int c = iterator.byteAt(pos); 73 int index = iterator.u16bitAt(pos + 1); 78 iterator.move(pos); 79 pos = iterator.insertGap(1); // insertGap() may insert 4 bytes. 80 iterator.writeByte(ACONST_NULL, pos); 81 pos = iterator.next(); 87 iterator.writeByte(INVOKESTATIC, pos); 88 iterator.write16bit(methodref, pos + 1); 89 return pos; [all...] |
/external/oprofile/libutil/ |
op_list.h | 157 * @param pos the &struct list_head to use as a loop counter. 160 #define list_for_each(pos, head) \ 161 for (pos = (head)->next; pos != (head); pos = pos->next) 165 * @param pos the &struct list_head to use as a loop counter. 169 #define list_for_each_safe(pos, n, head) \ 170 for (pos = (head)->next, n = pos->next; pos != (head); [all...] |
/external/wpa_supplicant_8/src/eap_common/ |
eap_common.c | 70 const u8 *pos; local 78 pos = (const u8 *) (hdr + 1); 80 if (*pos == EAP_TYPE_EXPANDED) { 88 pos++; 89 exp_vendor = WPA_GET_BE24(pos); 90 pos += 3; 91 exp_type = WPA_GET_BE32(pos); 92 pos += 4; 100 return pos; 102 if (vendor != EAP_VENDOR_IETF || *pos != eap_type) [all...] |
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/ |
bigram_dictionary.cpp | 101 int pos = getBigramListPositionForWord(prevWord, prevWordLength, local 104 if (NOT_A_DICT_POS == pos) { 106 pos = getBigramListPositionForWord(prevWord, prevWordLength, 110 if (NOT_A_DICT_POS == pos) return 0; 116 mDictionaryStructurePolicy->getBigramsStructurePolicy(), pos); 147 int pos = mDictionaryStructurePolicy->getTerminalNodePositionOfWord(prevWord, prevWordLength, local 149 if (NOT_A_DICT_POS == pos) return NOT_A_DICT_POS; 150 return mDictionaryStructurePolicy->getBigramsPositionOfPtNode(pos); 155 int pos = getBigramListPositionForWord(word0, length0, false /* forceLowerCaseSearch */); local 157 if (NOT_A_DICT_POS == pos) return NOT_A_PROBABILITY [all...] |
/external/chromium/base/i18n/ |
break_iterator.cc | 57 int32_t pos; local 63 pos = ubrk_next(static_cast<UBreakIterator*>(iter_)); 64 if (pos == UBRK_DONE) { 68 pos_ = static_cast<size_t>(pos); 72 pos = ubrk_next(static_cast<UBreakIterator*>(iter_)); 73 if (pos == UBRK_DONE) { 76 pos_ = static_cast<size_t>(pos); 79 if (pos == UBRK_DONE && prev_ == pos_) {
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGFESpotLightElement.cpp | 41 FloatPoint3D pos(xCurrentValue(), yCurrentValue(), zCurrentValue()); 44 return SpotLightSource::create(pos, direction, specularExponentCurrentValue(), limitingConeAngleCurrentValue());
|