Searched refs:example (Results 1 - 25 of 203) sorted by relevance

123456789

/external/jarjar/src/test/com/tonicsystems/jarjar/example/
H A DExample.java1 package com.tonicsystems.jarjar.example;
/external/chromium_org/chrome/common/extensions/docs/examples/api/nativeMessaging/host/
H A Duninstall_host.sh23 HOST_NAME=com.google.chrome.example.echo
24 rm $TARGET_DIR/com.google.chrome.example.echo.json
H A Dinstall_host.sh24 HOST_NAME=com.google.chrome.example.echo
33 HOST_PATH=$DIR/native-messaging-example-host
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/
H A Dbasic.rb26 example 'insert before' do
32 example 'insert after last index' do
38 example 'insert before after middle index' do
45 example 'replace index 0' do
51 example 'replace last index' do
57 example 'replace last index' do
63 example 'replace middle index' do
69 example 'replace middle index' do
76 example 'replace middle index 1 insert before' do
84 example 'replac
[all...]
/external/cmockery/cmockery_0_1_2/
H A DMakefile.am52 calculator_SOURCES = src/example/calculator.c src/config.h
55 unit_test_CFLAGS = -Isrc/google -Isrc/example -DUNIT_TESTING=1
58 calculator_test_SOURCES = src/example/calculator_test.c \
64 allocate_module_test_SOURCES = src/example/allocate_module_test.c \
65 src/example/allocate_module.c
70 assert_macro_test_SOURCES = src/example/assert_macro_test.c \
71 src/example/assert_macro.c
76 customer_database_test_SOURCES = src/example/customer_database_test.c \
77 src/example/customer_database.c \
78 src/example/databas
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Descape.js68 var example = "Now is the time for all good men to come to the aid of the party."; variable
69 example = example + String.fromCharCode(267, 0x1234, 0x6667, 0xabcd);
70 example = example + " The quick brown fox jumps over the lazy dog."
71 example = example + String.fromCharCode(171, 172, 173, 174, 175, 176, 178, 179);
74 assertEquals(example, unescape(escape(example)));
114 var eexample = escape(example);
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-exceptions.rb12 example "raising an ANTLR bug exception" do
H A Dtest-scheme.rb25 example "token schemes define tokens as constants" do
32 example "token schemes track human-friendly token names" do
45 example 'class-level results of including a token scheme' do
60 example 'instance-level results of including a token scheme' do
H A Dtest-template.rb16 example "creating an empty context" do
21 example "creating a context with a variable map" do
34 example "fetching variable values from []" do
45 example "defining variables with []=" do
54 example "using method missing to assign values" do
63 example "using method missing to get variable values" do
76 example "template definitions" do
93 example "template_defined?( name ) should verify whether a template is defined in a group" do
102 example "template method definitions" do
116 example "templat
[all...]
/external/chromium_org/third_party/lcov/example/
H A DMakefile2 # Makefile for the LCOV example program.
5 # - example: compile the example program
6 # - output: run test cases on example program and create HTML output
32 example: example.o iterate.o gauss.o
33 $(CC) example.o iterate.o gauss.o -o example -lgcov
35 example.o: example
[all...]
/external/clang/test/CXX/class/class.nest/
H A Dp3.cpp9 namespace example { namespace
/external/chromium_org/build/android/pylib/utils/
H A Dcommand_option_parser.py8 and an example in usage.
25 example: An example command.
29 self.example = kwargs.pop('example', '')
38 example = self.get_example()
39 return self.expand_prog_name(normal_usage + example + command_list)
49 if self.example:
50 return '\nExample:\n %s\n' % self.example
/external/wpa_supplicant_8/hostapd/
H A Dwired.conf28 # a unique to the NAS within the scope of the RADIUS server. For example, a
30 nas_identifier=ap.example.com
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
H A Dsyn-pred.rb25 example 'gating syntactic predicate rule' do
H A Dnuances.rb22 example "um... something" do
42 example 'referencing EOF in a rule' do
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
H A Drewrites.rb59 example "delete" do
72 example "single token" do
86 example "single token to new node" do
100 example "single token to new node root" do
114 example "single token to new node2" do
127 example "single char literal" do
141 example "single string literal" do
155 example "single rule" do
170 example "reorder tokens" do
184 example "reorde
[all...]
H A Dauto-ast.rb60 example 'flat token list' do
72 example 'token list in a single-alternative subrule' do
84 example "simple root at the outer level via the `^' operator" do
96 example "outer-level root changing token order from the `^' operator" do
108 example "leaving out tokens using the `!' operator" do
121 example "tokens in `(...)?' optional subrule" do
133 example "labeled literal-string root token" do
145 example 'rule with token wildcard' do
157 example "token wildcard as root via the `^' operator" do
169 example "labele
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dnuances.rb27 example "rule with empty alternative" do
57 example "make correct predictions involving subrules" do
94 example "parsing 'foo'" do
100 example "parsing 'foo name1'" do
106 example "parsing 'bar name1'" do
113 example "parsing 'bar name1 name2'" do
158 example "testing for DFA-based decision bug" do
/external/zlib/src/watcom/
H A Dwatcom_l.mak25 all: $(ZLIB_LIB) example.exe minigzip.exe
34 example.exe: $(ZLIB_LIB) example.obj
35 $(LINKER) -fe=example.exe example.obj $(ZLIB_LIB)
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/property/
H A DPropertyListIntersector.java125 Property example = m_properties.get(0);
126 if (example.getClass() == property.getClass()
127 && example.getTitle().equals(property.getTitle())
128 && PropertyManager.getCategory(example) == PropertyManager.getCategory(property)) {
/external/zlib/src/contrib/delphi/
H A Dzlibd32.mak28 all: $(ZLIB_LIB) example.exe minigzip.exe
66 example.obj: test/example.c zlib.h zconf.h
80 test: example.exe minigzip.exe
81 example
84 example.exe: example.obj $(ZLIB_LIB)
85 $(LD) $(LDFLAGS) example.obj $(ZLIB_LIB)
/external/zlib/src/contrib/pascal/
H A Dzlibd32.mak28 all: $(ZLIB_LIB) example.exe minigzip.exe
66 example.obj: test/example.c zlib.h zconf.h
80 test: example.exe minigzip.exe
81 example
84 example.exe: example.obj $(ZLIB_LIB)
85 $(LD) $(LDFLAGS) example.obj $(ZLIB_LIB)
/external/protobuf/examples/
H A DMakefile13 rm -f javac_middleman AddPerson*.class ListPeople*.class com/example/tutorial/*.class
14 rm -f protoc_middleman addressbook.pb.cc addressbook.pb.h addressbook_pb2.py com/example/tutorial/AddressBookProtos.java
16 rmdir com/example/tutorial 2>/dev/null || true
17 rmdir com/example 2>/dev/null || true
33 javac AddPerson.java ListPeople.java com/example/tutorial/AddressBookProtos.java
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/
H A Dframe.js43 var example = examples[i];
46 exampleMap[example.name] = example;
51 listItemEl.setAttribute('id', example.name);
52 anchorEl.setAttribute('href', getExampleUrl(example.name));
54 anchorEl.textContent = example.text;
57 anchorEl.addEventListener('click', onLinkClick.bind(example), false);
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
H A Ddebug-mode.rb90 example 'basic debug-mode parser using a RecordEventListener' do
113 example 'debug-mode parser using a socket proxy to transmit events' do
143 example 'debug-mode parser events triggered by recognition errors' do
180 example 'debug-mode parser events triggered by semantic predicate evaluation' do
213 example 'debug-mode parser events triggered by recognizing a (...)+ block' do
284 example 'debug-mode parser events triggered by recognizing a (...)* block' do
354 example 'debug-mode parser events triggered by a mismatched set error' do
391 example 'debug-mode parser block-location events for subrules' do
443 example 'debug-mode parser events triggered by a no viable alternative error' do
489 example 'debu
[all...]

Completed in 5090 milliseconds

123456789