HomeSort by relevance Sort by last modified time
    Searched full:some (Results 101 - 125 of 26473) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_doctest2.txt 3 In this example, we'll rely on some silly setup:
9 This test also has some (random) encoded (utf-8) unicode text:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_doctest2.txt 3 In this example, we'll rely on some silly setup:
9 This test also has some (random) encoded (utf-8) unicode text:
  /external/chromium_org/third_party/WebKit/Source/web/tests/data/pageserializer/
blank_frames.html 10 "Some text<br>An image <img src='blue_background.png'.><br><b>Some more text</b>"
17 "Some text<br>An image <img src='red_background.png'.><br><b>Some more text</b>"
24 "Some text<br>An image <img src='orange_background.png'.><br><b>Some more text</b>"
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
warning 20 all: some; @echo hi $(warning warning is $(WARNING3))
24 all: some; @echo hi
28 some: ; @echo Some stuff
49 $answer = "Some stuff\n$makefile:10: warning is maybe\nhi\n";
55 $answer = "Some stuff\n$makefile:14: warning is definitely\nhi\nthere\n";
error 21 all: some; @echo $(error error is $(ERROR3))
25 all: some; @echo error is $(ERROR4)
29 some: ; @echo Some stuff
51 $answer = "Some stuff\n$makefile:12: *** error is maybe. Stop.\n";
57 $answer = "Some stuff\n$makefile:16: *** error is definitely. Stop.\n";
  /external/llvm/unittests/Support/
ConstantRangeTest.cpp 23 static ConstantRange Some;
30 ConstantRange ConstantRangeTest::Some(APInt(16, 0xa), APInt(16, 0xaaa));
64 EXPECT_FALSE(Some.isFullSet());
65 EXPECT_FALSE(Some.isEmptySet());
66 EXPECT_FALSE(Some.isWrappedSet());
67 EXPECT_FALSE(Some.contains(APInt(16, 0x0)));
68 EXPECT_FALSE(Some.contains(APInt(16, 0x9)));
69 EXPECT_TRUE(Some.contains(APInt(16, 0xa)));
70 EXPECT_TRUE(Some.contains(APInt(16, 0xaa9)));
71 EXPECT_FALSE(Some.contains(APInt(16, 0xaaa)))
    [all...]
  /external/smali/util/src/test/java/org/jf/util/
PathUtilTest.java 42 File basePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar + "test.txt");
43 File relativePath = new File(roots[1] + "some" + File.separatorChar + "dir" + File.separatorChar + "test.txt");
55 File basePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar + "test.txt");
56 File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar + "test.txt");
70 File basePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar);
71 File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar);
82 File basePath = new File(roots[0] + "some" + File.separatorChar + "dir");
83 File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir");
94 File basePath = new File(roots[0] + "some" + File.separatorChar + "dir");
95 File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar)
    [all...]
  /external/markdown/tests/misc/
em-around-links.html 4 <li><em><a href="http://www.freewisdom.org/projects/python-markdown/">Python in Markdown</a> by some
6 <li><em><a href="http://www.freewisdom.org/projects/python-markdown/">Python in Markdown</a> by some
8 <li><a href="http://www.freewisdom.org/projects/python-markdown/"><em>Python in Markdown</em></a> by some
10 <li><a href="http://www.freewisdom.org/projects/python-markdown/"><em>Python in Markdown</em></a> <em>by some
14 <p><em><a href="http://www.freewisdom.org/projects/python-markdown/">Python in Markdown</a> by some
  /external/mdnsresponder/Clients/
ReadMe.txt 4 Some of the clients are command-line oriented; some are graphical.
6 Some of the clients, like the "dns-sd" command-line tool, can be built
7 for a variety of platforms. Some of the clients only build for one
11 Some of the clients can be built more than one way. For example, the
  /external/clang/test/Index/
complete-with-annotations.cpp 6 public __attribute__((annotate("some annotation"))):
18 // CHECK: CXXMethod:{ResultType void}{TypedText func2}{LeftParen (}{RightParen )} (34) ("some annotation")
19 // CHECK: FieldDecl:{ResultType int}{TypedText member2} (35) ("another annotation", "some annotation")
  /external/clang/examples/PrintFunctionNames/
README.txt 9 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.so -plugin print-fns some-input-file.c
10 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.so -plugin print-fns -plugin-arg-print-fns help -plugin-arg-print-fns --example-argument some-input-file.c
11 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.so -plugin print-fns -plugin-arg-print-fns -an-error some-input-file.c
14 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.dylib -plugin print-fns some-input-file.c
15 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.dylib -plugin print-fns -plugin-arg-print-fns help -plugin-arg-print-fns --example-argument some-input-file.c
16 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.dylib -plugin print-fns -plugin-arg-print-fns -an-error some-input-file.c
  /external/chromium/app/sql/
init_status.h 11 // Used as the return value for some databases' init functions.
15 // Some error, usually I/O related opening the file.
  /external/chromium/chrome/browser/sessions/
tab_restore_service_observer.h 11 // changes in some way.
14 // Sent when the set of entries changes in some way.
  /external/chromium_org/chrome/browser/sessions/
tab_restore_service_observer.h 11 // changes in some way.
14 // Sent when the set of entries changes in some way.
  /external/chromium_org/chrome/browser/ui/gtk/
global_menu_owner.h 16 // convenience since some some subclasses will want to listen to signals on
  /external/chromium_org/sql/
init_status.h 10 // Used as the return value for some databases' init functions.
14 // Some error, usually I/O related opening the file.
  /external/chromium_org/third_party/WebKit/ManualTests/
input-empty-on-focus.html 5 It's arguably a bug that the text field accepts an image at all, so some day we might fix that and make this
6 test obsolete. Maybe we can find some other way to test the same code path.</p>
  /external/chromium_org/tools/gyp/test/mac/non-strs-flattened-to-env/
test.gyp 14 'MY_VAR': 'some expansion',
16 # Just some (more than one) random flags.
  /external/chromium_org/tools/json_schema_compiler/test/
arrays.json 79 "description": "Takes some integers.",
96 "description": "Takes some Items.",
113 "description": "Takes some Items.",
133 "description": "Takes some Items.",
150 "description": "Takes some Choices.",
172 "description": "Takes some Choices.",
197 "description": "Returns some integers.",
215 "description": "Returns some Items.",
  /external/clang/test/Analysis/Inputs/
system-header-simulator-for-simple-stream.h 1 // Like the compiler, the static analyzer treats some functions differently if
3 // functions do not arbitrarily free() their parameters, and that some bugs
  /external/eigen/doc/snippets/
LLT_solve.cpp 2 // let's generate some samples on the 3D plane of equation z = 2x+3y (with some noise)
  /frameworks/base/docs/html/tools/revisions/
index.jd 6 an update at their own schedule, so some have their own set of release notes. You can
7 find information about some of the packages in this section, including the core <a
  /art/test/090-loop-formation/
info.txt 2 catch here is to make sure that some never-exercised code blocks are included
  /dalvik/tests/090-loop-formation/
info.txt 2 catch here is to make sure that some never-exercised code blocks are included
  /external/antlr/antlr-3.4/runtime/JavaScript/build/
license.txt 6 Some parts of the ANTLR class:

Completed in 526 milliseconds

1 2 3 45 6 7 8 91011>>