/external/antlr/antlr-3.4/runtime/Python/tests/ |
t032subrulePredict.py | 31 @testbase.broken("DFA tries to look beyond end of rule b", Exception)
|
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/ |
test-streams.rb | 86 @stream.look(1).should == 'o' 87 @stream.look(2).should == 'h' 88 @stream.look(3).should == "\n" 94 @stream.look(1).should == '!' 95 @stream.look(2).should == "\n" 96 @stream.look(3).should be_nil 223 @stream.look(1).should == 'a' 279 @stream.look.should == ANTLR3::EOF_TOKEN 286 @stream.look(1).type.should == 12 295 @stream.look(1).type.should == 1 [all...] |
/external/chromium/chrome/browser/extensions/ |
external_policy_extension_loader.h | 20 // prefs::kExtensionInstallForceList to look up which external extensions are
|
/external/chromium/chrome/browser/sync/util/ |
dbgq.h | 12 // puts the elements into the array in reverse, so you can just look at the i_
|
/external/chromium-trace/trace-viewer/third_party/gl-matrix/ |
TESTING.md | 19 Hint: also look at
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
hover_close_button.h | 25 // look.
|
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
cros_language_options_handler.h | 35 // The return value will look like: 46 // The return value will look like: 53 // The return value will look like: 60 // The return value will look like:
|
/external/chromium_org/chrome/common/ |
omnibox_focus_state.h | 18 // Omnibox will not look focused visibly but any user key strokes will go to
|
/external/chromium_org/chrome/test/mini_installer/ |
verifier.py | 13 input format for each verifier, take a look at http://goo.gl/1P85WL
|
/external/chromium_org/chrome_frame/ |
bho_loader.cc | 16 // Describes the window class we look for. 19 // On IE9, the status bar is disabled by default, so we look for an 56 // For IE9, the status bar is disabled by default, so we look for an 57 // AsyncBoundaryWindow to be created. When we find that, look for a
|
/external/chromium_org/ppapi/examples/stub/ |
stub.c | 6 // using C++, you will want to look at stub.cc which uses the more convenient
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
drag-image.html | 20 <p>This tests that setting the drag image works. If this is successful, the drag icon when dragging the text below around should look like the image below.</p>
|
/external/chromium_org/third_party/WebKit/ManualTests/inspector/ |
console-assert.html | 37 <p>To test, click the buttons below and look at the Inspector's Console.</p>
|
profiler-test-call.html | 30 To use this test, load it in the browser then load the WebInspector and look at
|
profiler-test-many-calls-in-the-same-scope.html | 36 To use this test, load it in the browser then load the WebInspector and look at
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
parser.c | 40 RegExp *re, *look; local 72 look = parse_expr(); 74 look = RegExp_new_NullOp(); 78 re = RegExp_new_RuleOp(re, look, yylval.token, accept++);
|
/external/chromium_org/tools/git/ |
mass-rename.sh | 12 # 3) look at git diff (without --cached) to see what the damage is
|
/external/chromium_org/v8/tools/visual_studio/ |
README.txt | 4 generate these. Please look in the build directory in the root of the
|
/external/clang/test/CodeGenCXX/ |
pragma-weak.cpp | 29 // GCC produces a weak symbol for this one, but it doesn't look like a good
|
/external/clang/test/SemaObjC/ |
property-and-class-extension.m | 6 In particular, when searching for an ivar to back an @synthesize, do look at ivars in the class's own class
|
/external/clang/utils/ |
find-unused-diagnostics.sh | 10 # Now look for all potential identifiers in the source files.
|
/external/e2fsprogs/tests/f_zero_group/ |
expect.1 | 1 ../e2fsck/e2fsck: Group descriptors look bad... trying backup blocks...
|
/external/libcap-ng/libcap-ng-0.7/docs/ |
capng_capability_to_name.3 | 11 capng_capabilityi_to_name will take the integer being passed and look it up to see what its text string representation would be. The integer being input must be in the valid range defined in linux/capabiliy.h. The string that is output is the same as the define text from linux/capabiliy.h with the CAP_ prefix removed and lower case. This is useful for taking integer representation and converting it to something more user friendly for display.
|
capng_name_to_capability.3 | 11 capng_name_to_capability will take the string being passed and look it up to see what its integer value would be. The string being input is the same name as the define in linux/capabiliy.h with the CAP_ prefix removed. The string case does not matter. The integer that is output is the same as the define would be from linux/capabiliy.h. This is useful for taking string input and converting to something that can be used with capng_update.
|
/external/libvorbis/lib/ |
codec_internal.h | 134 extern void _vp_global_free(vorbis_look_psy_global *look); 158 extern int *floor1_fit(vorbis_block *vb,vorbis_look_floor1 *look, 161 extern int *floor1_interpolate_fit(vorbis_block *vb,vorbis_look_floor1 *look, 165 vorbis_look_floor1 *look,
|