Searched defs:index (Results 1 - 25 of 1309) sorted by relevance

1234567891011>>

/external/qemu/android/
H A Dkeycode.c22 int index; local
24 for (index = 0; index < 4; index++) {
25 if (code == wheel[index]) {
26 index = (index + rotation) & 3;
27 code = wheel[index];
/external/webkit/WebCore/dom/
H A DTouchList.cpp34 Touch* TouchList::item(unsigned index) argument
36 if (index >= m_values.size())
38 return m_values[index].get();
/external/chromium/third_party/icu/source/test/intltest/
H A Ditrbbi.cpp23 void IntlTestRBBI::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) argument
26 switch (index) {
H A Dittrans.cpp37 void IntlTestTransliterator::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) argument
40 switch (index) {
H A Ditmajor.cpp47 void MajorTestLevel::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) argument
49 switch (index) {
199 void IntlTestNormalize::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) argument
205 switch (index) {
H A Ditformat.cpp67 void IntlTestFormat::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) argument
84 switch (index) {
/external/icu4c/test/intltest/
H A Ditrbbi.cpp23 void IntlTestRBBI::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) argument
26 switch (index) {
H A Dittrans.cpp37 void IntlTestTransliterator::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) argument
40 switch (index) {
H A Ditmajor.cpp50 void MajorTestLevel::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) argument
52 switch (index) {
214 void IntlTestNormalize::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) argument
220 switch (index) {
H A Ditformat.cpp70 void IntlTestFormat::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) argument
87 switch (index) {
/external/skia/src/animator/
H A DSkOpArray.cpp9 bool SkOpArray::getIndex(int index, SkOperand2* operand) { argument
10 if (index >= count()) {
14 *operand = begin()[index];
/external/webkit/WebCore/bindings/js/
H A DJSCanvasNumberArrayCustom.cpp38 JSValue JSCanvasNumberArray::getByIndex(JSC::ExecState* exec, unsigned int index) argument
40 JSC::JSValue result = jsNumber(exec, impl()->item(index));
/external/chromium/third_party/icu/source/i18n/
H A Drbt_set.h54 * Now use rules[index[x]..index[x+1]-1]. This index table is created by
57 int32_t index[257]; member in class:TransliterationRuleSet
108 * Check this for masked rules and index it to optimize performance.
128 * @param index the position indices, which will be updated
130 * at index.limit, and return FALSE if thre is a partial match.
136 UTransPosition& index,
H A Duspoof_buildwsconf.h47 uint32_t index; // Index of this set in the Build Time vector member in class:BuilderScriptSet
/external/icu4c/i18n/
H A Drbt_set.h54 * Now use rules[index[x]..index[x+1]-1]. This index table is created by
57 int32_t index[257]; member in class:TransliterationRuleSet
108 * Check this for masked rules and index it to optimize performance.
128 * @param index the position indices, which will be updated
130 * at index.limit, and return FALSE if thre is a partial match.
136 UTransPosition& index,
H A Duspoof_wsconf.h51 uint32_t index; // Index of this set in the Build Time vector member in class:BuilderScriptSet
/external/proguard/src/proguard/obfuscate/
H A DNumericNameFactory.java34 private int index; field in class:NumericNameFactory
41 index = 0;
47 return Integer.toString(++index);
/external/skia/emoji/
H A DEmojiFont.h44 /** Returns index for the corresponding index to the emoji table, or 0
52 static bool IsEmojiGlyph(uint16_t index) { argument
53 return index >= kGlyphBase;
58 static SkScalar GetAdvanceWidth(uint16_t index, const SkPaint& paint);
64 static void Draw(SkCanvas*, uint16_t index, SkScalar x, SkScalar y,
76 index. We also assume the the number of emoji will not overflow
/external/v8/src/
H A Djump-target-inl.h38 void JumpTarget::InitializeEntryElement(int index, FrameElement* target) { argument
39 entry_frame_->elements_[index].clear_copied();
41 entry_frame_->set_register_location(target->reg(), index);
43 entry_frame_->elements_[target->index()].set_copied();
46 entry_frame_->elements_[index].set_number_info(NumberInfo::kUnknown);
/external/webkit/WebCore/bindings/v8/
H A DV8Collection.cpp40 v8::Handle<v8::Value> toOptionsCollectionSetter(uint32_t index, v8::Handle<v8::Value> value, HTMLSelectElement* base) argument
43 base->remove(index);
56 base->setOption(index, element, ec);
/external/webkit/WebCore/platform/android/
H A DSSLKeyGeneratorAndroid.cpp38 String signedPublicKeyAndChallengeString(unsigned index, const String& challenge, const KURL& url) argument
40 return PlatformBridge::getSignedPublicKeyAndChallengeString(index, challenge, url);
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/
H A DOIDTokenizer.java12 private int index; field in class:OIDTokenizer
18 this.index = 0;
23 return (index != -1);
28 if (index == -1)
34 int end = oid.indexOf('.', index);
38 token = oid.substring(index);
39 index = -1;
43 token = oid.substring(index, end);
45 index = end + 1;
/external/elfcopy/
H A Dcommon.c22 int index; local
30 for (index = ehdr->e_phnum; index; index--) {
/external/proguard/src/proguard/
H A DArgumentWordReader.java35 private int index = 0; field in class:ArgumentWordReader
63 return index < arguments.length ?
64 arguments[index++] :
71 return "argument number " + index;
/external/qemu/distrib/sdl-1.2.12/src/joystick/dummy/
H A DSDL_sysjoystick.c44 const char *SDL_SYS_JoystickName(int index) argument
51 The joystick to open is specified by the index field of the joystick.

Completed in 372 milliseconds

1234567891011>>