HomeSort by relevance Sort by last modified time
    Searched defs:good (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/clang/test/SemaCXX/
function-pointer-arguments.cpp 9 void good() { function in namespace:PR16570
operator-arrow-depth.cpp 21 A<MAX/2> good; variable
22 int n = good->n;
cxx0x-deleted-default-ctor.cpp 46 struct good : non_trivial { struct in inherits:non_trivial
49 good g;
52 const good g; // expected-note {{field 'g' of const-qualified type 'const good' would not be initialized}}
virtual-override.cpp 237 X1<0, 0> good; member in namespace:type_dependent_covariance
  /external/testng/src/test/java/test/override/
OverrideSampleTest.java 8 public void good() { method in class:OverrideSampleTest
  /external/autotest/client/site_tests/platform_CryptohomeMigrateKey/
platform_CryptohomeMigrateKey.py 12 def good(self): member in class:platform_CryptohomeMigrateKey
58 self.good()
  /external/tensorflow/tensorflow/java/src/test/resources/org/tensorflow/processor/operator/good/
BasicGood.java 16 package org.tensorflow.processor.operator.good;
  /external/grpc-grpc/test/core/http/
test_server.py 37 def good(self): member in class:Handler
46 self.good()
51 self.good()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_robotparser.py 5 def __init__(self, index, parser, url, good, agent):
7 if good:
8 self.str = "RobotTest(%d, good, %s)" % (index, url)
13 self.good = good
22 if self.good:
53 good = ['/','/test.html'] variable
56 RobotTest(1, doc, good, bad)
71 good = ['/','/test.html',('cybermapper','/cyberworld/map/index.html')] variable
74 RobotTest(2, doc, good, bad)
83 good = [] variable
99 good = [] # XFAIL '\/a\/b.html' variable
117 good = ['\/tmp',] # XFAIL: '\/a%2fb.html' variable
132 good = ['\/foo.html'] variable
146 good = ['\/folder1\/myfile.html'] variable
161 good = [] variable
166 good = [] variable
180 good = [] variable
185 good = ['\/something.jpg'] variable
199 good = ['\/folder1\/myfile.html'] variable
211 good = ['\/some\/path'] variable
225 good = ['\/another\/path'] variable
    [all...]
  /external/autotest/cli/
compose_query 45 good_status = db.status_idx['GOOD']
46 good = data_point.status_count.get(good_status, 0) variable
48 line.append('%5d / %-5d' % (good, total))
  /external/skqp/modules/skshaper/src/
SkShaper_primitive.cpp 24 bool SkShaper::good() const { return true; } function in class:SkShaper
  /external/clang/test/CXX/temp/temp.spec/
no-body.cpp 25 namespace good { // Only good in C++98/03 namespace
  /external/cldr/tools/java/org/unicode/cldr/test/
SimpleTestCache.java 78 int good = 0; local
83 if (bundle != null) good++;
87 stats.append(" " + good + "/" + total + "}");
  /external/skia/third_party/icu/
SkLoadICU.cpp 80 static bool good = false; local
87 good = true;
91 return good;
  /external/clang/lib/AST/
Comment.cpp 37 struct good {}; struct in namespace:clang::comments::__anon15991
41 good implements_child_begin_end(Comment::child_iterator (T::*)() const) {
42 return good();
52 (void) good(implements_child_begin_end(function))
151 // Defaults are should be good for declarations we don't handle explicitly.
  /external/libnl/python/netlink/
util.py 66 def good(t): function
  /external/python/cpython2/Lib/test/
test_robotparser.py 16 good = [] variable in class:BaseRobotTest
31 for url in self.good:
48 good = ['/', '/test.html'] variable in class:UserAgentWildcardTest
58 good = [] variable in class:RejectAllRobotsTest
90 good = ['/folder1/myfile.html'] variable in class:GoogleURLOrderingTest
100 good = ['/some/path'] variable in class:DisallowQueryStringTest
113 good = ['/another/path'] variable in class:UseFirstUserAgentWildcardTest
124 good = ['/some/path?'] variable in class:EmptyQueryStringTest
135 good = ['/', '/test.html'] variable in class:DefaultEntryTest
  /cts/tests/tests/keystore/src/android/keystore/cts/
MacTest.java 376 KeyProtection good = getWorkingImportParams(algorithm); local
377 assertInitSucceeds(algorithm, good);
379 TestUtils.buildUpon(good, badPurposes).build());
389 KeyProtection good = getWorkingImportParams(algorithm); local
390 assertInitSucceeds(algorithm, good);
394 assertInitThrowsInvalidKeyException(algorithm, badKeyAlgorithm, good);
404 KeyProtection good = TestUtils.buildUpon(getWorkingImportParams(algorithm)) local
407 assertInitSucceeds(algorithm, good);
411 TestUtils.buildUpon(good).setKeyValidityStart(badStartDate).build());
421 KeyProtection good = TestUtils.buildUpon(getWorkingImportParams(algorithm) local
441 KeyProtection good = TestUtils.buildUpon(getWorkingImportParams(algorithm)) local
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p3.cpp 139 template<typename T> void good() { function in class:cxx1z_direct_enum_init::E
227 good<A>(); // expected-note 4{{instantiation of}}
228 good<B>();
229 good<C>();
230 good<D>();
231 good<E>();
  /external/doclava/src/com/google/doclava/
LinkReference.java 59 public boolean good; field in class:LinkReference
444 result.good = true;
  /external/ltp/testcases/kernel/controllers/cgroup_xattr/
cgroup_xattr.c 62 int good; member in struct:tst_key
67 { .name = "security.", .good = 0, }, /* see setup() */
68 { .name = "trusted.test", .good = 1, },
69 { .name = "trusted.", .good = 0, }, /* see setup() */
70 { .name = "user.", .good = 0, },
71 { .name = "system.", .good = 0, },
160 tkeys[i].good = tst_kvercmp(3, 15, 0) < 0;
162 tkeys[i].good = tst_kvercmp(4, 5, 0) < 0;
337 fail = err && tkeys[i].good;
342 (tkeys[i].good) ? "can" : "can't"
    [all...]
  /external/python/cpython3/Lib/test/
test_robotparser.py 13 good = [] variable in class:BaseRobotTest
28 for url in self.good:
47 good = ['/', '/test.html'] variable in class:UserAgentWildcardTest
64 good = ['/', '/test.html', ('cybermapper', '/cyberworld/map/index.html')] variable in class:CrawlDelayAndCustomAgentTest
74 good = [] variable in class:RejectAllRobotsTest
81 for url in self.good + self.bad:
116 good = [('figtree', '/foo.html')] variable in class:CrawlDelayAndRequestRateTest
139 good = ['/tmp'] variable in class:InvalidRequestRateTest
152 good = ['/foo.html'] variable in class:InvalidCrawlDelayTest
166 good = ['/folder1/myfile.html' variable in class:AnotherInvalidRequestRateTest
198 good = ['\/folder1\/myfile.html'] variable in class:GoogleURLOrderingTest
208 good = ['\/some\/path'] variable in class:DisallowQueryStringTest
221 good = ['\/another\/path'] variable in class:UseFirstUserAgentWildcardTest
232 good = ['\/some\/path?'] variable in class:EmptyQueryStringTest
245 good = ['\/', '\/test.html'] variable in class:DefaultEntryTest
    [all...]
  /external/tensorflow/tensorflow/core/framework/
node_def_util_test.cc 52 void ExpectSuccess(const NodeDef& good, const OpDef& op_def) {
53 EXPECT_EQ(Status::OK(), ValidateNodeDef(good, op_def))
54 << "NodeDef: " << SummarizeNodeDef(good)
124 NodeDef good = node_def; local
125 good.add_input("^b");
171 NodeDef good = node_def; local
172 good.clear_attr();
173 AddNodeAttr("e", "orange", &good);
174 ExpectSuccess(good, op);
260 void ExpectValidSyntax(const NodeDef& good) {
    [all...]
  /external/wpa_supplicant_8/src/tls/
tlsv1_client_read.c 893 int good = 0, revoked = 0; local
939 good++;
945 else if (good)
971 * of the trusted certificates has a good status. If not,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
faqwiz.py 330 def good(self, file): member in class:FaqDir
334 m = self.good(file)

Completed in 617 milliseconds

1 2 3