Home
last modified time | relevance | path

Searched refs:second (Results 1 – 13 of 13) sorted by relevance

/development/ndk/samples/two-libs/jni/
DAndroid.mk36 LOCAL_MODULE := libtwolib-second
37 LOCAL_SRC_FILES := second.c
/development/host/windows/usb/api/
Dadb_object_handle.cpp114 ATLASSERT((found != the_map.end()) && (this == found->second)); in CloseHandle()
116 if ((found != the_map.end()) && (this == found->second)) { in CloseHandle()
157 ret = found->second; in Lookup()
/development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/
DElizaResponder.java143 String second = WORDS_TO_REPLACE[i * 2 + 1]; in elzTalk() local
146 parts[j] = second; in elzTalk()
147 } else if (parts[j].equals(second)) { in elzTalk()
/development/ndk/sources/android/ndk_helper/
Dshader.cpp58 str.replace( pos, it->first.length(), it->second ); in CompileShader()
61 pos += it->second.length(); in CompileShader()
66 pos += it->second.length(); in CompileShader()
/development/samples/browseable/ElevationBasic/
D_index.jd9 first view has a fixed elevation using XML and the second one is raised when the user
/development/perftests/panorama/feature_mos/src/mosaic/
DCSite.h29 short second; member
DDelaunay.cpp611 if ((int) fabs(sa[currv->first].getVCenter().x - sa[currv->second].getVCenter().x) <= width &&
612 … (int) fabs(sa[currv->first].getVCenter().y - sa[currv->second].getVCenter().y) <= height) {
DBlend.cpp857 double d1 = hypotSq(m_AllSites[ce->second].getVCenter().x - si, in ComputeMask()
858 m_AllSites[ce->second].getVCenter().y - sj); in ComputeMask()
1134 double dx = (m_AllSites[ce->second].getVCenter().x - m_AllSites[ce->first].getVCenter().x); in ClipBlendRect()
1135 double dy = (m_AllSites[ce->second].getVCenter().y - m_AllSites[ce->first].getVCenter().y); in ClipBlendRect()
/development/samples/Vault/tests/src/com/example/android/vault/
DEncryptedDocumentTest.java239 final JSONObject second = new JSONObject(); in testErrorAbortsWrite() local
240 second.put("color", "blue"); in testErrorAbortsWrite()
242 doc.writeMetadataAndContent(second, pipe[0]); in testErrorAbortsWrite()
/development/perftests/panorama/
DREADME.txt22 The first number in the parenthesis is the time to align the frames; the second
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/
DAddVoicemailActivity.java195 insertVoicemail(params[0].first, params[0].second); in doInBackground()
/development/ndk/platforms/android-3/include/linux/
Dcdrom.h77 __u8 second; member
/development/ndk/platforms/android-21/include/linux/
Dcdrom.h86 __u8 second; member