Searched refs:find (Results 101 - 118 of 118) sorted by relevance

12345

/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp138 bool AMessage::find##NAME(const char *name, TYPENAME *value) const { \
/frameworks/av/media/libstagefright/rtsp/
H A DAPacketSource.cpp132 ssize_t commaPos = val.find(",", start);
H A DMyHandler.h549 i = mSessionID.find(";");
1080 ssize_t offset = s.find(separator, start);
/frameworks/av/services/camera/libcameraservice/camera2/
H A DCaptureSequencer.cpp518 entry = mNewFrame.find(ANDROID_SENSOR_TIMESTAMP);
/frameworks/compile/mclinker/lib/LD/
H A DLayout.cpp63 /// find the most-recent fragment whose order was set.
73 // find the first fragment who has no order.
74 // find the last order of the fragment
102 // find the most-recent fragment whose offset was set.
273 SDRangeMap::const_iterator range_list_iter = m_SDRangeMap.find(sect_data);
317 /// getFragmentRef - assume the ragne exist, find the fragment reference
352 // from front to rear, find the offset which is as large as possible
404 // find out which SectionData covers the range of input section header
416 // find out the specific part in SectionData range
449 // find ou
[all...]
/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp2246 if (mTypesToCheck.find(TypeName) == mTypesToCheck.end()) {
2256 if (mFieldPackerTypes.find(TypeName) == mFieldPackerTypes.end()) {
H A Dslang_rs_export_type.cpp646 // Try to find a name from redeclaration (i.e. typedef)
874 RSSpecificTypeMapTy::const_iterator I = RSSpecificTypeMap->find(TypeName);
914 // We just look through all field declarations to see if we find a
/frameworks/base/tools/aidl/
H A Daidl.cpp561 if (methodNames.find(m->name.data) == methodNames.end()) {
883 fprintf(stderr, "%s:%d: couldn't find import for class %s\n",
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp268 return std::find(m_GlobalGOTSyms.begin(),
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp654 if (!IsVarValid(var) || uniform_indices_.find(var) == uniform_indices_.end()) {
/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java1207 // Used to notify listeners about find-on-page results.
1235 // Used by the chrome stack to find application paths
3618 public int findAll(String find) { argument
3619 return findAllBody(find, false);
3623 public void findAllAsync(String find) { argument
3624 findAllBody(find, true);
3627 private int findAllBody(String find, boolean isAsync) { argument
3630 if (find == null) return 0;
3632 mFindRequest = new WebViewCore.FindAllRequest(find);
3658 * If false and text is non-null, perform a find al
[all...]
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.cpp117 ssize_t colonPos = iface.find(":");
/frameworks/base/tools/aapt/
H A DCommand.cpp377 ssize_t idx = componentName.find(".");
H A DResourceTable.cpp2331 // Didn't find this flag identifier.
2557 if (configSet.find(config) == configSet.end()) {
2563 if (configSet.find(region) == configSet.end()) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java1327 if (m.find()) {
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2094 MDKindMap.find(Kind);
2818 BlockAddrFwdRefs.find(F);
2865 DenseMap<Function*, uint64_t>::iterator DFII = DeferredFunctionInfo.find(F);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp167 assert(Exn && Sel && "Cannot find eh.exception and eh.selector calls!");
2390 MDKindMap.find(Kind);
3194 BlockAddrFwdRefs.find(F);
3235 DenseMap<Function*, uint64_t>::iterator DFII = DeferredFunctionInfo.find(F);
/frameworks/base/core/java/android/provider/
H A DContactsContract.java938 * An opaque value that contains hints on how to find the contact if
1196 * inserted, the provider will first try to find a Contact representing the
1244 * <td>An opaque value that contains hints on how to find the contact if its
2315 * It is easy to find all raw contacts in a Contact:
2324 * To find raw contacts within a specific account,
4580 * want to find to {@link #CONTENT_FILTER_URI}. This query is highly
4802 * field is <i>not</i> specified, the provider will attempt to find a data row
8400 // As we find matches against the query, we'll populate this list with the marked
8478 while (matcher.find()) {

Completed in 467 milliseconds

12345