Searched
full:basic (Results
2751 -
2775 of
8959) sorted by null
<<111112113114115116117118119120>>
/external/chromium_org/chrome/test/chromedriver/third_party/googlecode/ |
googlecode_upload.py | 36 # Authenticate the request using HTTP Basic authentication, as is 99 'Authorization': 'Basic %s' % auth_token,
|
/external/chromium_org/components/invalidation/ |
invalidation_service_test_template.h | 117 TYPED_TEST_P(InvalidationServiceTest, Basic) { 385 Basic, MultipleHandlers, EmptySetUnregisters,
|
invalidator_test_template.h | 130 TYPED_TEST_P(InvalidatorTest, Basic) { 372 Basic, MultipleHandlers, EmptySetUnregisters,
|
/external/chromium_org/content/browser/appcache/ |
appcache_host.h | 27 FORWARD_DECLARE_TEST(AppCacheHostTest, Basic); 319 FRIEND_TEST_ALL_PREFIXES(content::AppCacheHostTest, Basic);
|
/external/chromium_org/gpu/command_buffer/service/ |
mailbox_manager_unittest.cc | 97 // Tests basic produce/consume behavior. 98 TEST_F(MailboxManagerTest, Basic) {
|
renderbuffer_manager_unittest.cc | 72 TEST_F(RenderbufferManagerTest, Basic) { 166 TEST_F(RenderbufferManagerMemoryTrackerTest, Basic) {
|
/external/chromium_org/native_client_sdk/doc_generated/ |
rest-devsite-examples.html | 9 <h2 id="basic-markup">Basic markup</h2>
|
/external/chromium_org/net/filter/ |
gzip_filter_unittest.cc | 249 // Basic scenario: decoding deflate data with big enough buffer. 266 // Basic scenario: decoding gzip data with big enough buffer.
|
/external/chromium_org/net/test/spawned_test_server/ |
base_test_server.h | 250 // Enable HTTP basic authentication. Currently this only works for TYPE_WS and 322 // Is WebSocket basic HTTP authentication enabled?
|
/external/chromium_org/ppapi/tests/ |
test_case.html | 11 // If their identity is the same or they're basic types with the same value, 15 // If it's a basic type and we got here, we know they're not equal.
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
HTMLSrcsetParserTest.cpp | 23 TEST(ImageCandidateTest, Basic) 32 TEST(HTMLSrcsetParserTest, Basic)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/ |
standalone.py | 38 BASIC USAGE 722 'Basic realm="Pywebsocket"') 724 self._logger.info('Request basic authentication') [all...] |
/external/chromium_org/third_party/libxml/src/include/libxml/ |
xpath.h | 88 * has one of the following four basic types: 450 * Conversion functions to basic types.
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_fs_live_variables.cpp | 35 * Support for computing at the basic block level which variables 45 * The basic-block-level live variable analysis needs to know which
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
prtime.h | 1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ 65 * NSPR represents basic time as 64-bit signed integers relative
|
/external/chromium_org/third_party/skia/tests/ |
CachedDecodingPixelRefTest.cpp | 283 * This tests the basic functionality of SkDiscardablePixelRef with a 284 * basic SkImageGenerator implementation and several
|
/external/chromium_org/third_party/sqlite/src/test/ |
select3.test | 37 # Basic aggregate functions. 52 # Try some basic GROUP BY clauses
|
/external/chromium_org/third_party/sqlite/src/tool/ |
shell5.test | 20 # shell5-1.*: Basic tests specific to the ".import" command. 51 # Test cases shell5-1.*: Basic handling of the .import and .separator commands.
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/ |
test_api_audio.cc | 191 TEST_F(RtpRtcpAudioTest, Basic) { 200 // Start basic RTP test.
|
/external/chromium_org/tools/clang/plugins/ |
ChromeClassTester.cpp | 13 #include "clang/Basic/FileManager.h" 14 #include "clang/Basic/SourceManager.h"
|
/external/clang/docs/ |
ClangTools.rst | 11 Only a couple of the most basic and fundamental tools are kept in the 77 Clang tool with the basic Clang diagnostics by syntax checking specific files
|
PTHInternals.rst | 62 Basic Design Tradeoffs 158 record the basic structure of nested preprocessor blocks. When the
|
/external/clang/include/clang/AST/ |
BuiltinTypes.def | 178 // Expressions with this type have one of the following basic 194 // following basic forms:
|
CommentLexer.h | 17 #include "clang/Basic/Diagnostic.h" 18 #include "clang/Basic/SourceManager.h"
|
/external/clang/include/clang/Analysis/ |
CFG.h | 20 #include "clang/Basic/SourceLocation.h" 52 /// CFGElement - Represents a top-level expression in a basic block. 328 /// CFGBlock - Represents a single basic block in a source-level CFG. 336 /// at the end of the basic block. The terminator is a Stmt* referring to an 394 /// Stmts - The set of statements in the basic block. 402 /// Terminator - The terminator for a basic block that 477 /// NoReturn - This bit is set when the basic block contains a function call [all...] |
Completed in 1283 milliseconds
<<111112113114115116117118119120>>