Searched refs:find (Results 1 - 25 of 83) sorted by relevance

1234

/frameworks/base/opengl/libs/GLES2_dbg/
H A Dgenerate_debug_in.py26 if line.find("API_ENTRY(") >= 0: # a function prototype
27 returnType = line[0: line.find(" API_ENTRY(")]
28 functionName = line[line.find("(") + 1: line.find(")")] #extract GL function name
29 parameterList = line[line.find(")(") + 2: line.find(") {")]
37 if line.find("*") >= 0:
69 if line.find("TRACE_GL(") >= 0: # a function prototype
71 elif line.find("TRACE_GL_VOID(") >= 0: # a function prototype
72 functionName = line[line.find("(")
[all...]
H A Dgenerate_api_cpp.py24 if line.find(":") >= 0:
25 annotation = line[line.find(":"): line.find(" ", line.find(":"))]
45 if line.find("API_ENTRY(") >= 0: # a function prototype
46 returnType = line[0: line.find(" API_ENTRY(")]
47 functionName = line[line.find("(") + 1: line.find(")")] #extract GL function name
48 parameterList = line[line.find(")(") + 2: line.find(") {")]
[all...]
H A Dgenerate_caller_cpp.py31 if line.find("API_ENTRY(") >= 0: # a function prototype
32 returnType = line[0: line.find(" API_ENTRY(")]
33 functionName = line[line.find("(") + 1: line.find(")")] #extract GL function name
34 parameterList = line[line.find(")(") + 2: line.find(") {")]
36 #if line.find("*") >= 0:
48 if line.find("*") >= 0 and (line.find("*") < line.find("
[all...]
H A Dgenerate_debugger_message_proto.py24 if line.find("EGL_ENTRY(") >= 0:
33 if line.find("API_ENTRY(") >= 0:
34 line = line[line.find("(") + 1: line.find(")")] #extract GL function name
/frameworks/base/media/libstagefright/codecs/amrwbenc/inc/
H A Dtypedefs.h91 #error cannot find 8-bit type
113 #error cannot find 16-bit type
135 #error cannot find 32-bit type
/frameworks/base/core/tests/coretests/src/com/android/internal/net/
H A DDNParserTest.java48 String actual = new DNParser(new X500Principal(dn)).find(attrType);
/frameworks/base/tests/CoreTests/android/core/
H A DRegexTest.java52 /* Make sure matches() doesn't change after calls to find() */
56 assertTrue(m.find());
62 assertTrue(m.find());
109 /* Must call find() first, otherwise group*() are undefined. */
110 assertTrue(m.find());
125 assertTrue(m.find());
128 assertTrue(m.find());
131 assertTrue(m.find());
134 assertFalse(m.find());
278 assertFalse(m.find());
[all...]
/frameworks/base/tools/aapt/tests/plurals/
H A Drun.sh16 find $TEST_OUT_DIR -type f
/frameworks/base/media/libstagefright/httplive/
H A DM3UParser.cpp257 ssize_t colonPos = line.find(":");
281 ssize_t colonPos = line.find(":");
305 ssize_t colonPos = line.find(":");
314 ssize_t end = line.find(",", offset);
324 ssize_t equalPos = attr.find("=");
383 ssize_t colonPos = line.find(":");
402 ssize_t equalPos = attr.find("=");
/frameworks/base/tests/DumpRenderTree/assets/
H A Drun_page_cycler.py92 if line.find('INSTRUMENTATION_CODE') == 0:
96 if (line.find('INSTRUMENTATION_FAILED') != -1 or
97 line.find('Process crashed.') != -1):
/frameworks/base/tools/orientationplot/
H A Dorientationplot.py48 index = self.buffer.find('\n', self.pos)
251 if line.find('Raw acceleration vector:') != -1:
256 if line.find('Filtered acceleration vector:') != -1:
261 if line.find('magnitude=') != -1:
264 if line.find('tiltAngle=') != -1:
267 if line.find('orientationAngle=') != -1:
270 if line.find('Result:') != -1:
363 prefix_index = line.find(prefix)
367 delim_index = line.find(',', start_index)
382 prefix_index = line.find(prefi
[all...]
/frameworks/base/core/java/android/webkit/
H A DSelectActionModeCallback.java57 // the user won't be able to type into the find on page UI. Disable this functionality.
61 final MenuItem findOnPageItem = menu.findItem(com.android.internal.R.id.find);
93 case com.android.internal.R.id.find:
H A DFindActionModeCallback.java54 // would exit find ActionMode.
71 * the find next or find previous button to find all of the matches.
101 * @param next If true, find the next match further down in the document.
102 * If false, find the previous match, up in the document.
130 CharSequence find = mEditText.getText();
131 if (0 == find.length()) {
138 mNumberOfMatches = mWebView.findAll(find.toString());
185 // will not be able to type into the find o
[all...]
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.h89 TypeMapType::const_iterator I = TypeMap.find(T);
99 AttributeMapType::const_iterator I = AttributeMap.find(PAL.getRawPointer());
/frameworks/base/media/libstagefright/rtsp/
H A DASessionDescription.cpp59 ssize_t eolPos = desc.find("\n", i);
99 ssize_t colonPos = line.find(":", 2);
107 ssize_t spacePos = line.find(" ", colonPos + 1);
143 ssize_t equalPos = line.find("=");
H A DARTSPConnection.cpp152 ssize_t atPos = host->find("@");
160 ssize_t colonPos = userPass.find(":");
421 ssize_t i = request.find("\r\n\r\n");
629 ssize_t space1 = response->mStatusLine.find(" ");
633 ssize_t space2 = response->mStatusLine.find(" ", space1 + 1);
688 ssize_t colonPos = line.find(":");
760 ssize_t space1 = request->mStatusLine.find(" ");
899 i = value.find("nonce=");
902 ssize_t j = value.find("\"", i + 7);
944 ssize_t space1 = request.find(" ");
[all...]
/frameworks/base/tools/velocityplot/
H A Dvelocityplot.py52 index = self.buffer.find('\n', self.pos)
198 if line.find(': position') != -1:
206 if line.find(': OLD') != -1:
245 prefix_index = line.find(prefix)
249 delim_index = line.find(',', start_index)
/frameworks/base/core/java/android/text/
H A DDynamicLayout.java196 int find = TextUtils.lastIndexOf(text, '\n', where - 1);
197 if (find < 0)
198 find = 0;
200 find = find + 1;
203 int diff = where - find;
257 // find affected region of old layout
/frameworks/base/core/java/com/android/internal/http/
H A DHttpDateTime.java94 if (rfcMatcher.find()) {
101 if (ansicMatcher.find()) {
/frameworks/base/libs/utils/
H A DPropertyMap.cpp190 if (valueToken.find("\\", 0) >= 0 || valueToken.find("\"", 0) >= 0) {
/frameworks/base/tests/DumpRenderTree2/assets/
H A Drun_apache2.py141 if err.find(envvars_path) != -1:
143 elif err.find('command not found') != -1:
/frameworks/base/include/media/stagefright/foundation/
H A DAString.h65 ssize_t find(const char *substring, size_t start = 0) const;
/frameworks/compile/linkloader/include/impl/
H A DELFSectionHeaderTable.hxx100 name_map.find(name);
/frameworks/base/include/binder/
H A DBpBinder.h74 void* find(const void* objectID) const;
/frameworks/base/tools/localize/
H A DValues.cpp90 size_t next = raw.find(':', index);

Completed in 365 milliseconds

1234