Searched defs:example (Results 1 - 9 of 9) sorted by relevance

/external/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/clang/test/CXX/class/class.nest/
H A Dp3.cpp8 namespace example { namespace
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/
H A DHelloLicenseServlet.java17 package com.example;
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/src/com/example/
H A DHelloLicenseServlet.java17 package com.example;
/external/chromium/net/base/
H A Dtransport_security_state_unittest.cc302 EXPECT_FALSE(state->IsEnabledForHost(&domain_state, "example.com", true));
334 const std::string example = local
335 TransportSecurityState::CanonicalizeHost("example.com");
350 example, true, &domain_state));
536 EXPECT_FALSE(state->IsEnabledForHost(&domain_state, "example.com", false));
553 state->EnableHost("example.com", domain_state);
558 EXPECT_TRUE(state->IsEnabledForHost(&domain_state, "example.com", false));
/external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
H A Dp1.cpp205 void example() { function
/external/dexmaker/src/test/java/com/google/dexmaker/stock/
H A DProxyBuilderTest.java257 public int example() { return 0; } method in class:ProxyBuilderTest.ExtendsAllReturnTypes
263 assertEquals(99, proxy.example());
/external/valgrind/main/helgrind/
H A Dlibhb_core.c4102 return a pointer to the copy. The caller can safely have 'example'
4107 static RCEC* ctxt__find_or_add ( RCEC* example )
4111 tl_assert(example && example->magic == RCEC_MAGIC);
4112 tl_assert(example->rc == 0);
4116 hent = example->frames_hash % N_RCEC_TAB;
4122 if (0 == RCEC__cmp_by_frames(copy, example)) break;
4127 tl_assert(copy != example);
4135 tl_assert(copy != example);
4136 *copy = *example;
4157 RCEC example; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 183 milliseconds