HomeSort by relevance Sort by last modified time
    Searched full:star (Results 51 - 75 of 716) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/v8/build/android/
pylintrc 7 disable=abstract-class-not-used,bad-continuation,bad-indentation,duplicate-code,fixme,invalid-name,locally-disabled,locally-enabled,missing-docstring,star-args,too-few-public-methods,too-many-arguments,too-many-branches,too-many-instance-attributes,too-many-lines,too-many-locals,too-many-public-methods,too-many-statements,
  /external/v8/test/cctest/interpreter/bytecode_expectations/
DeadCodeRemoval.golden 37 B(Star), R(0),
73 B(Star), R(0),
DeleteLookupSlotInEval.golden 28 B(Star), R(0),
80 B(Star), R(0),
GlobalCompoundExpressions.golden1 23 B(Star), R(0),
49 B(Star), R(0),
IntegerConstants.golden 37 B(Star), R(0),
56 B(Star), R(0),
NewTarget.golden 23 B(Star), R(1),
46 B(Star), R(1),
RegExpLiterals.golden 56 B(Star), R(1),
59 B(Star), R(2),
StringConstants.golden 38 B(Star), R(0),
59 B(Star), R(0),
Typeof.golden 25 B(Star), R(0),
GlobalCountOperators.golden 46 B(Star), R(0),
93 B(Star), R(0),
Parameters.golden 112 B(Star), R(arg0),
132 B(Star), R(arg1),
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
TextureAtlasTest.java 35 Sprite badlogic, badlogicSmall, star; field in class:TextureAtlasTest
63 star = atlas.createSprite("particle-star");
64 star.setPosition(10, 70);
96 // star.draw(batch);
  /prebuilts/go/darwin-x86/src/path/filepath/
match.go 47 var star bool
49 star, chunk, pattern = scanChunk(pattern)
50 if star && chunk == "" {
58 // using the star
66 if star {
89 // scanChunk gets the next segment of pattern, which is a non-star string
90 // possibly preceded by a star.
91 func scanChunk(pattern string) (star bool, chunk, rest string) {
94 star = true
118 return star, pattern[0:i], pattern[i:
    [all...]
  /prebuilts/go/linux-x86/src/path/filepath/
match.go 47 var star bool
49 star, chunk, pattern = scanChunk(pattern)
50 if star && chunk == "" {
58 // using the star
66 if star {
89 // scanChunk gets the next segment of pattern, which is a non-star string
90 // possibly preceded by a star.
91 func scanChunk(pattern string) (star bool, chunk, rest string) {
94 star = true
118 return star, pattern[0:i], pattern[i:
    [all...]
  /external/emma/core/java12/com/vladium/util/
WCMatcher.java 33 boolean star = false;
40 if (! star)
42 star = true;
49 star = false;
246 boolean star = false;
263 star = true;
275 if (! star) return false;
285 if (! star) return false;
305 boolean star = false;
322 star = true
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
MediaRange.java 46 * media-range = ( "STAR/STAR"
47 * | ( type "/" STAR )
  /external/chromium-trace/catapult/third_party/polymer/components/paper-card/demo/
index.html 126 iron-icon.star {
131 iron-icon.star:last-of-type { color: var(--paper-grey-500); }
142 <iron-icon class="star" icon="star"></iron-icon>
143 <iron-icon class="star" icon="star"></iron-icon>
144 <iron-icon class="star" icon="star"></iron-icon>
145 <iron-icon class="star" icon="star"></iron-icon
    [all...]
  /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/libgdx/tests/gdx-tests-android/assets/data/
pack 13 particle-star
  /frameworks/base/docs/html/distribute/stories/games/
animoca-star-girl.jd 1 page.title=Star Girl Increases In-App Purchases by 3.5X Through More Flexible Minimum Pricing on Google Play
2 page.metaDescription=Star Girl Increases In-App Purchases by 3.5X.
30 Star Girl</a> is a series of SIM/role playing games published by <a class="external-link"
32 Animoca</a>, a Hong Kong based game developer. The Star Girl series has more than 70 million
  /prebuilts/go/darwin-x86/src/cmd/vet/
atomic.go 59 } else if star, ok := left.(*ast.StarExpr); ok {
60 broken = f.gofmt(star.X) == f.gofmt(arg)
  /prebuilts/go/linux-x86/src/cmd/vet/
atomic.go 59 } else if star, ok := left.(*ast.StarExpr); ok {
60 broken = f.gofmt(star.X) == f.gofmt(arg)
  /external/opencv3/doc/py_tutorials/py_feature2d/py_brief/
py_brief.markdown 50 detector is called STAR detector in OpenCV)
58 # Initiate STAR detector
59 star = cv2.FeatureDetector_create("STAR")
64 # find the keypoints with STAR
65 kp = star.detect(img,None)
  /external/opencv3/modules/features2d/misc/java/test/
STARFeatureDetectorTest.java 47 detector = FeatureDetector.create(FeatureDetector.STAR);
118 String truth = "<?xml version=\"1.0\"?>\n<opencv_storage>\n<name>Feature2D.STAR</name>\n<lineThresholdBinarized>8</lineThresholdBinarized>\n<lineThresholdProjected>10</lineThresholdProjected>\n<maxSize>45</maxSize>\n<responseThreshold>30</responseThreshold>\n<suppressNonmaxSize>5</suppressNonmaxSize>\n</opencv_storage>\n";
127 String truth = "%YAML:1.0\nname: \"Feature2D.STAR\"\nlineThresholdBinarized: 8\nlineThresholdProjected: 10\nmaxSize: 45\nresponseThreshold: 30\nsuppressNonmaxSize: 5\n";
  /external/v8/test/unittests/interpreter/
bytecode-array-writer-unittest.cc 161 /* 3 42 E> */ B(Star), R8(1),
165 /* 10 */ B(Star), R8(3),
168 /* 15 */ B(Star), R8(7),
173 /* 29 */ B(Star), R8(0),
176 /* 34 */ B(Star), R8(2),
179 /* 39 */ B(Star), R8(7),

Completed in 683 milliseconds

1 23 4 5 6 7 8 91011>>