HomeSort by relevance Sort by last modified time
    Searched full:analyze (Results 1 - 25 of 169) sorted by null

1 2 3 4 5 6 7

  /sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/
LayoutAnalyzer.java 118 * @param file The file to analyze.
123 public LayoutAnalysis analyze(File file) { method in class:LayoutAnalyzer
128 return analyze(file.getPath(), in);
142 * @param stream The stream to analyze.
146 public LayoutAnalysis analyze(InputStream stream) { method in class:LayoutAnalyzer
147 return analyze("<unknown>", stream);
150 private LayoutAnalysis analyze(String name, InputStream stream) { method in class:LayoutAnalyzer
153 return analyze(name, document);
165 * @param content The XML document to analyze.
170 public LayoutAnalysis analyze(String content) method in class:LayoutAnalyzer
183 public LayoutAnalysis analyze(String name, String content) { method in class:LayoutAnalyzer
203 public LayoutAnalysis analyze(Document document) { method in class:LayoutAnalyzer
216 public LayoutAnalysis analyze(String name, Document document) { method in class:LayoutAnalyzer
221 analyze(analysis, root); method
229 private void analyze(LayoutAnalysis analysis, Node node) { method in class:LayoutAnalyzer
238 analyze(analysis, child); method
    [all...]
  /sdk/layoutopt/app/src/com/android/layoutopt/cli/
Main.java 30 * analyze and optimize Android layout files.
53 analyze(analyzer, file); method
60 private static void analyze(LayoutAnalyzer analyzer, File file) { method in class:Main
61 LayoutAnalysis analysis = analyzer.analyze(file);
80 System.out.println("usage: layoutopt <directories/files to analyze>");
  /external/e2fsprogs/e2fsck/
mtrace.awk 3 # Awk program to analyze mtrace.c output.
  /external/srec/srec/Semproc/include/
SR_LexicalAnalyzer.h 39 * Pointer to the script to analyze .
60 * @param script pointer to the script to analyze
  /external/v8/src/
liveedit.h 44 // in order to analyze, whether the function changed its outer scope
63 // in order to analyze whether function code maybe safely patched (with new
data-flow.h 93 void Analyze(FunctionLiteral* fun);
  /frameworks/base/tools/preload/
Compile.java 29 * TODO: Should analyze lines and select substring dynamically (instead of hardcoded 19)
  /frameworks/base/core/java/android/pim/vcard/
VCardInterpreter.java 22 * The interface which should be implemented by the classes which have to analyze each
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
AsmGeneratorTest.java 84 aa.analyze();
  /external/webkit/WebCore/WebCore.vcproj/
WebCoreCommon.vsprops 23 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash&#x0D;&#x0A;if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;cmd /c&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; grep XX$(ProjectName)XX &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;if errorlevel 1 exit 1&#x0D;&#x0A;echo XX$(ProjectName)XX &gt; &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;&#x0D;&#x0A;touch &quot;$(WebKitOutputDir)\tmp.cpp&quot;&#x0D;&#x0A;cl /analyze /nologo /c &quot;$(WebKitOutputDir)\tmp.cpp&quot; /Fo&quot;$(IntDir)\tmp.obj&quot; 2&gt;&amp;1 | findstr D9040&#x0D;&#x0A;if ERRORLEVEL 1 (set EnablePREfast=&quot;true&quot;) else (set EnablePREfast=&quot;false&quot;)&#x0D;&#x0A;if ERRORLEVEL 1 (set AnalyzeWithLargeStack=&quot;/analyze:65536&quot;) else (set AnalyzeWithLargeStack=&quot;&quot;)&#x0D;&#x0A;exit /b&#x0D;&#x0A;"
  /external/webkit/SunSpider/
make-hosted 110 system("cp resources/sunspider-analyze-results.js hosted");
  /external/webkit/SunSpider/resources/
results-TEMPLATE.html 83 <script src="../sunspider-analyze-results.js"></script>
  /frameworks/base/docs/html/guide/developing/tools/
layoutopt.jd 13 want to analyze. </p>
index.jd 36 <dd>This tool lets you quickly analyze your application's layouts for
  /external/libxml2/
uri.c 168 * @str: pointer to the string to analyze
200 * @str: pointer to the string to analyze
241 * @str: pointer to the string to analyze
284 * @str: the string to analyze
315 * @str: the string to analyze
349 * @str: the string to analyze
387 * @str: the string to analyze
466 * @str: the string to analyze
503 * @str: the string to analyze
537 * @str: the string to analyze
    [all...]
  /external/webkit/WebKit/win/WebKit.vcproj/
WebKit.vcproj 26 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash&#x0D;&#x0A;if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;cmd /c&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; grep XX$(ProjectName)XX &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;if errorlevel 1 exit 1&#x0D;&#x0A;echo XX$(ProjectName)XX &gt; &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;&#x0D;&#x0A;touch &quot;$(WebKitOutputDir)\tmp.cpp&quot;&#x0D;&#x0A;cl /analyze /nologo /c &quot;$(WebKitOutputDir)\tmp.cpp&quot; /Fo&quot;$(IntDir)\tmp.obj&quot; 2&gt;&amp;1 | findstr D9040&#x0D;&#x0A;if ERRORLEVEL 1 (set EnablePREfast=&quot;true&quot;) else (set EnablePREfast=&quot;false&quot;)&#x0D;&#x0A;if ERRORLEVEL 1 (set AnalyzeWithLargeStack=&quot;/analyze:65536&quot;) else (set AnalyzeWithLargeStack=&quot;&quot;)&#x0D;&#x0A;&#x0D;&#x0A;mkdir 2&gt;NUL &quot;$(WebKitOutputDir)\include\JavaScriptCore&quot;&#x0D;&#x0A;xcopy /y /d &quot;$(WebKitLibrariesDir)\include\JavaScriptCore\*&quot; &quot;$(WebKitOutputDir)\include\JavaScriptCore&quot;&#x0D;&#x0A;&#x0D;&#x0A;bash &quot;$(WebKitLibrariesDir)\tools\scripts\auto-version.sh&quot; &quot;$(IntDir)&quot;&#x0D;&#x0A;"
103 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash&#x0D;&#x0A;if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;cmd /c&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; grep XX$(ProjectName)XX &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;if errorlevel 1 exit 1&#x0D;&#x0A;echo XX$(ProjectName)XX &gt; &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;&#x0D;&#x0A;touch &quot;$(WebKitOutputDir)\tmp.cpp&quot;&#x0D;&#x0A;cl /analyze /nologo /c &quot;$(WebKitOutputDir)\tmp.cpp&quot; /Fo&quot;$(IntDir)\tmp.obj&quot; 2&gt;&amp;1 | findstr D9040&#x0D;&#x0A;if ERRORLEVEL 1 (set EnablePREfast=&quot;true&quot;) else (set EnablePREfast=&quot;false&quot;)&#x0D;&#x0A;if ERRORLEVEL 1 (set AnalyzeWithLargeStack=&quot;/analyze:65536&quot;) else (set AnalyzeWithLargeStack=&quot;&quot;)&#x0D;&#x0A;&#x0D;&#x0A;mkdir 2&gt;NUL &quot;$(WebKitOutputDir)\include\JavaScriptCore&quot;&#x0D;&#x0A;xcopy /y /d &quot;$(WebKitLibrariesDir)\include\JavaScriptCore\*&quot; &quot;$(WebKitOutputDir)\include\JavaScriptCore&quot;&#x0D;&#x0A;&#x0D;&#x0A;bash &quot;$(WebKitLibrariesDir)\tools\scripts\auto-version.sh&quot; &quot;$(IntDir)&quot;&#x0D;&#x0A;"
179 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash&#x0D;&#x0A;if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;cmd /c&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; grep XX$(ProjectName)XX &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;if errorlevel 1 exit 1&#x0D;&#x0A;echo XX$(ProjectName)XX &gt; &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;&#x0D;&#x0A;touch &quot;$(WebKitOutputDir)\tmp.cpp&quot;&#x0D;&#x0A;cl /analyze /nologo /c &quot;$(WebKitOutputDir)\tmp.cpp&quot; /Fo&quot;$(IntDir)\tmp.obj&quot; 2&gt;&amp;1 | findstr D9040&#x0D;&#x0A;if ERRORLEVEL 1 (set EnablePREfast=&quot;true&quot;) else (set EnablePREfast=&quot;false&quot;)&#x0D;&#x0A;if ERRORLEVEL 1 (set AnalyzeWithLargeStack=&quot;/analyze:65536&quot;) else (set AnalyzeWithLargeStack=&quot;&quot;)&#x0D;&#x0A;&#x0D;&#x0A;mkdir 2&gt;NUL &quot;$(WebKitOutputDir)\include\JavaScriptCore&quot;&#x0D;&#x0A;xcopy /y /d &quot;$(WebKitLibrariesDir)\include\JavaScriptCore\*&quot; &quot;$(WebKitOutputDir)\include\JavaScriptCore&quot;&#x0D;&#x0A;&#x0D;&#x0A;bash &quot;$(WebKitLibrariesDir)\tools\scripts\auto-version.sh&quot; &quot;$(IntDir)&quot;&#x0D;&#x0A;"
256 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash&#x0D;&#x0A;if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;cmd /c&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; grep XX$(ProjectName)XX &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;if errorlevel 1 exit 1&#x0D;&#x0A;echo XX$(ProjectName)XX &gt; &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;&#x0D;&#x0A;touch &quot;$(WebKitOutputDir)\tmp.cpp&quot;&#x0D;&#x0A;cl /analyze /nologo /c &quot;$(WebKitOutputDir)\tmp.cpp&quot; /Fo&quot;$(IntDir)\tmp.obj&quot; 2&gt;&amp;1 | findstr D9040&#x0D;&#x0A;if ERRORLEVEL 1 (set EnablePREfast=&quot;true&quot;) else (set EnablePREfast=&quot;false&quot;)&#x0D;&#x0A;if ERRORLEVEL 1 (set AnalyzeWithLargeStack=&quot;/analyze:65536&quot;) else (set AnalyzeWithLargeStack=&quot;&quot;)&#x0D;&#x0A;&#x0D;&#x0A;mkdir 2&gt;NUL &quot;$(WebKitOutputDir)\include\JavaScriptCore&quot;&#x0D;&#x0A;xcopy /y /d &quot;$(WebKitLibrariesDir)\include\JavaScriptCore\*&quot; &quot;$(WebKitOutputDir)\include\JavaScriptCore&quot;&#x0D;&#x0A;&#x0D;&#x0A;bash &quot;$(WebKitLibrariesDir)\tools\scripts\auto-version.sh&quot; &quot;$(IntDir)&quot;&#x0D;&#x0A;"
336 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash&#x0D;&#x0A;if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;cmd /c&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; grep XX$(ProjectName)XX &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;if errorlevel 1 exit 1&#x0D;&#x0A;echo XX$(ProjectName)XX &gt; &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;&#x0D;&#x0A;touch &quot;$(WebKitOutputDir)\tmp.cpp&quot;&#x0D;&#x0A;cl /analyze /nologo /c &quot;$(WebKitOutputDir)\tmp.cpp&quot; /Fo&quot;$(IntDir)\tmp.obj&quot; 2&gt;&amp;1 | findstr D9040&#x0D;&#x0A;if ERRORLEVEL 1 (set EnablePREfast=&quot;true&quot;) else (set EnablePREfast=&quot;false&quot;)&#x0D;&#x0A;if ERRORLEVEL 1 (set AnalyzeWithLargeStack=&quot;/analyze:65536&quot;) else (set AnalyzeWithLargeStack=&quot;&quot;)&#x0D;&#x0A;&#x0D;&#x0A;mkdir 2&gt;NUL & (…)
    [all...]
  /prebuilt/common/jython/
LICENSE_CPython.txt 90 license to reproduce, analyze, test, perform and/or display publicly,
143 royalty-free, world-wide license to reproduce, analyze, test, perform
191 license to reproduce, analyze, test, perform and/or display publicly,
LICENSE 15 license to reproduce, analyze, test, perform and/or display publicly,
112 world-wide license to reproduce, analyze, test, perform and/or display
  /sdk/eventanalyzer/src/com/android/eventanalyzer/
EventAnalyzer.java 45 * Connects to a device using ddmlib and analyze its event log.
160 // analyze the data gathered by the parser methods
316 * Analyze the data and writes it to {@link #mOutputFile}
  /external/bluetooth/bluez/sbc/
sbc_primitives_mmx.c 251 /* Analyze blocks */
266 /* Analyze blocks */
sbc_primitives_neon.c 216 /* Analyze blocks */
229 /* Analyze blocks */
  /external/proguard/src/proguard/optimize/evaluation/
VariableOptimizer.java 101 // Analyze the liveness of the variables in the code.
  /external/quake/quake/src/WinQuake/
gl_vidandroid.cpp 531 * Analyze a motion event. Call this once for each motion event
533 * @param ev the motion event to analyze.
535 void analyze(unsigned long long eventTime, int action, function in class:GestureDetector
662 gGestureDetector.analyze(eventTime, action, x, y, pressure, size, deviceId);
  /external/webkit/LayoutTests/storage/
test-authorizer.html 89 executeStatement(tx, "ANALYZE;", "SQLITE_ANALYZE");
  /frameworks/base/docs/html/resources/articles/
track-mem.jd 40 you want to analyze. When you are ready, click <em>Get Allocations</em>. A list

Completed in 319 milliseconds

1 2 3 4 5 6 7