/external/protobuf/ |
Makefile.am | 61 examples/README.txt \ 62 examples/Makefile \ 63 examples/addressbook.proto \ 64 examples/add_person.cc \ 65 examples/list_people.cc \ 66 examples/AddPerson.java \ 67 examples/ListPeople.java \ 68 examples/add_person.py \ 69 examples/list_people.py \
|
/build/core/ |
proguard_basic_keeps.flags | 12 # For enumeration classes, see http://proguard.sourceforge.net/manual/examples.html#enumerations 18 # For native methods, see http://proguard.sourceforge.net/manual/examples.html#native 24 # see http://proguard.sourceforge.net/manual/examples.html#library
|
/external/chromium/chrome/common/extensions/docs/static/ |
experimental.webInspector.panels.html | 23 <h2 id="overview-examples">Examples</h2> 42 This screenshot demonstrates the effect the above examples would have on
|
bookmarks.html | 56 <h2 id="overview-examples">Examples</h2> 89 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/bookmarks/basic/">basic bookmarks sample</a>. 90 For other examples and for help in viewing the source code, see
|
/external/chromium_org/mojo/examples/sample_app/ |
gles2_client_impl.cc | 5 #include "mojo/examples/sample_app/gles2_client_impl.h" 15 namespace examples { namespace in namespace:mojo 100 } // namespace examples
|
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/ |
main.cc | 28 #include "talk/examples/peerconnection/client/conductor.h" 29 #include "talk/examples/peerconnection/client/main_wnd.h" 30 #include "talk/examples/peerconnection/client/peer_connection_client.h"
|
/external/chromium_org/ui/views/examples/ |
tabbed_pane_example.cc | 5 #include "ui/views/examples/tabbed_pane_example.h" 13 namespace examples { namespace in namespace:views 85 } // namespace examples
|
/external/iproute2/ |
README.lnstat | 21 I personally always like examples more than any reference documentation, so I 22 list the following examples. If somebody wants to do a manpage, feel free 25 EXAMPLES:
|
/external/mockito/src/org/mockito/ |
InOrder.java | 23 * See examples in javadoc for {@link Mockito} class 39 * See examples in javadoc for {@link Mockito} class 57 * See examples in javadoc for {@link Mockito} class
|
/external/mockito/src/org/mockito/stubbing/ |
DeprecatedOngoingStubbing.java | 30 * See examples in javadoc for {@link Mockito#stub}
40 * See examples in javadoc for {@link Mockito#stub}
57 * See examples in javadoc for {@link Mockito#stub}
|
/external/proguard/docs/ |
downloads.html | 22 documentation you're reading now, examples, and the source code) from this 83 <li>Updated documentation and examples. 110 <li>Updated documentation and examples. 136 <li>Updated documentation and examples. 155 <li>Updated documentation and examples. 197 <li>Updated documentation and examples. 220 <li>Updated documentation and examples. 231 <li>Updated documentation and examples. 241 <li>Updated documentation and examples. 249 <li>Updated documentation and examples [all...] |
/external/zlib/src/ |
INDEX | 10 test/example.c zlib usages examples for build testing 65 See examples/README.examples
|
/sdk/files/ |
proguard-android-optimize.txt | 30 # For native methods, see http://proguard.sourceforge.net/manual/examples.html#native 36 # see http://proguard.sourceforge.net/manual/examples.html#beans 47 # For enumeration classes, see http://proguard.sourceforge.net/manual/examples.html#enumerations
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/ |
main.m | 9 NSString *string = [NSString stringWithContentsOfFile:@"/Users/acondit/source/antlr3/acondit_localhost/code/antlr/antlr3-main/runtime/ObjC/Framework/examples/LL-star/input"];
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/ |
main.m | 9 NSString *input = [NSString stringWithContentsOfFile:@"/Users/acondit/source/antlr3/acondit_localhost/code/antlr/antlr3-main/runtime/ObjC/Framework/examples/fuzzy/input" encoding:NSASCIIStringEncoding error:&error];
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/ |
main.m | 10 NSString *string = [NSString stringWithContentsOfFile:@"/Users/acondit/source/antlr3/acondit_localhost/code/antlr/antlr3-main/runtime/ObjC/Framework/examples/hoistedPredicates/input" encoding:NSASCIIStringEncoding error:&error];
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/ |
main.m | 9 NSString *string = [NSString stringWithContentsOfFile:@"/Users/acondit/source/antlr3/acondit_localhost/code/antlr/antlr3-main/runtime/ObjC/Framework/examples/scopes/input"];
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/ |
SymbolTableParser.m | 4 * - From the grammar source file : /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g 40 // $ANTLR 3.2 Aug 19, 2010 17:16:04 /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g 2010-08-19 17:16:47 227 * /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:25:1: prog : globals ( method )* ; 234 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:25:5: ( globals ( method )* ) // ruleBlockSingleAlt 235 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:25:9: globals ( method )* // alt 252 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:25:18: method // alt 285 * /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:28:1: globals : ( decl )* ; 300 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:34:5: ( ( decl )* ) // ruleBlockSingleAlt 301 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:34:9: ( decl )* // alt 313 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:34:10: decl // al [all...] |
/external/antlr/antlr-3.4/runtime/Perl5/ |
Makefile.PL | 27 test => { TESTS => 't/*.t t/examples/*.t' },
|
/external/chromium/testing/gtest/xcode/Config/ |
DebugProject.xcconfig | 5 // examples. It is set in the "Based On:" dropdown in the "Project" info
|
/external/chromium_org/ash/shell/content_client/ |
shell_content_browser_client.cc | 39 } // namespace examples
|
/external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/ |
EnormousTest.java | 15 * Examples of enormous tests are tests that depend on external web sites or
|
/external/chromium_org/cc/resources/ |
skpicture_content_layer_updater.h | 20 // FrameBufferSkPictureContentLayerUpdater are two examples of such
|
/external/chromium_org/chrome/ |
browser_tests.isolate | 60 'common/extensions/docs/examples/apps/calculator/app/controller.js', 61 'common/extensions/docs/examples/apps/calculator/app/model.js', 62 'common/extensions/docs/examples/apps/calculator/app/view.js', 82 'common/extensions/docs/examples/apps/calculator/tests/',
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
render_servlet_test.py | 8 from extensions_paths import EXAMPLES, PUBLIC_TEMPLATES, STATIC_DOCS 67 response = self._Render('extensions/examples/%s' % sample_file) 72 self.assertEqual(ReadFile('%s/%s' % (EXAMPLES, sample_file)), 77 response = self._Render('extensions/examples/%s.zip' % sample_dir)
|