HomeSort by relevance Sort by last modified time
    Searched refs:basic (Results 226 - 250 of 347) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/perf/metrics/
media.js 31 // Set the basic event handlers for HTML5 media element.
  /external/chromium_org/ui/file_manager/file_manager/background/js/
progress_center.js 126 type: item.state === ProgressItemState.PROGRESSING ? 'progress' : 'basic',
device_handler.js 167 type: 'basic',
  /external/chromium_org/v8/test/mjsunit/
array-feedback.js 85 // Verify that basic elements kind feedback works for non-constructor
  /external/chromium_org/v8/test/webkit/fast/js/kde/
md5-1.js 52 /* Some basic logical functions had to be rewritten because of a bug in
md5-2.js 55 * These functions implement the four basic operations the algorithm uses.
  /external/deqp/modules/gles2/functional/
es2fShaderStructTests.cpp 219 LOCAL_STRUCT_CASE(basic, "Basic struct usage", 0,
1016 LOCAL_STRUCT_CASE(basic_equal, "Basic struct equality", 0,
1047 LOCAL_STRUCT_CASE(basic_not_equal, "Basic struct equality", 0,
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderStructTests.cpp 193 LOCAL_STRUCT_CASE(basic, "Basic struct usage",
990 LOCAL_STRUCT_CASE(basic_equal, "Basic struct equality",
1021 LOCAL_STRUCT_CASE(basic_not_equal, "Basic struct equality",
    [all...]
  /external/zlib/src/contrib/pascal/
zlibpas.pas 104 (* basic functions *)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib2.py 17 urlopen(url, data=None) -- Basic usage is the same as original
737 req.add_header('Proxy-authorization', 'Basic ' + creds)
859 raise HTTPError(req.get_full_url(), 401, "basic auth failed",
869 warnings.warn("Basic Auth Realm was unquoted",
871 if scheme.lower() == 'basic':
881 auth = 'Basic %s' % base64.b64encode(raw).strip()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib2.py 17 urlopen(url, data=None) -- Basic usage is the same as original
737 req.add_header('Proxy-authorization', 'Basic ' + creds)
859 raise HTTPError(req.get_full_url(), 401, "basic auth failed",
869 warnings.warn("Basic Auth Realm was unquoted",
871 if scheme.lower() == 'basic':
881 auth = 'Basic %s' % base64.b64encode(raw).strip()
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
rewrite.rb 39 TokenRewriteStream is a specialized form of CommonTokenStream that provides simple stream editing functionality. By creating <i>rewrite programs</i>, new text output can be created based upon the tokens in the stream. The basic token stream itself is preserved, and text output is rendered on demand using the #to_s method.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
parser.py 628 codes such that each basic block has only one entrance, the first
631 This is almost the CS concept of `basic block`_, except that we're willing
632 to have many exits from a chunk, and "basic block" is a more cumbersome
  /external/chromium_org/third_party/jinja2/
filters.py 803 The basic usage is mapping on an attribute. Imagine you have a list
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
encoder.py 39 The basic idea is that at startup time, for every field (i.e. every
341 """Return an encoder for a basic varint value (does not include tag)."""
357 """Return an encoder for a basic signed varint value (does not include
605 # to without the prefix, where their sizes depend on the C compiler's basic
  /external/chromium_org/third_party/re2/
Makefile 286 echo '#' RE2 basic search tests built by make $@ >re2-search.txt
  /external/regex-re2/
Makefile 286 echo '#' RE2 basic search tests built by make $@ >re2-search.txt
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
abstract_walker.js 6 * @fileoverview An interface (and partial implementation) for the basic
  /external/chromium_org/v8/benchmarks/spinning-balls/
splay-tree.js 31 * elements are quick to access again. It performs basic operations
  /external/chromium_org/v8/tools/
splaytree.js 32 * elements are quick to access again. It performs basic operations
  /ndk/build/core/
add-application.mk 23 # code here will perform book-keeping and basic checks
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
regex.h 366 static constexpr regex_constants::syntax_option_type basic member in class:basic_regex
367 = regex_constants::basic;
380 * Constructs a basic regular expression that does not match any
390 * @brief Constructs a basic regular expression from the sequence
409 * @brief Constructs a basic regular expression from the sequence
425 * @brief Copy-constructs a basic regular expression.
435 * @brief Move-constructs a basic regular expression.
445 * @brief Constructs a basic regular expression from the string
464 * @brief Constructs a basic regular expression from the range
484 * @brief Constructs a basic regular expression from an initializer list
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex.h 355 static constexpr flag_type basic = regex_constants::basic; member in class:basic_regex
364 * Constructs a basic regular expression that does not match any
374 * @brief Constructs a basic regular expression from the
392 * @brief Constructs a basic regular expression from the sequence
409 * @brief Copy-constructs a basic regular expression.
419 * @brief Move-constructs a basic regular expression.
429 * @brief Constructs a basic regular expression from the string
448 * @brief Constructs a basic regular expression from the range
468 * @brief Constructs a basic regular expression from an initializer list
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex.h 355 static constexpr flag_type basic = regex_constants::basic; member in class:basic_regex
364 * Constructs a basic regular expression that does not match any
374 * @brief Constructs a basic regular expression from the
392 * @brief Constructs a basic regular expression from the sequence
409 * @brief Copy-constructs a basic regular expression.
419 * @brief Move-constructs a basic regular expression.
429 * @brief Constructs a basic regular expression from the string
448 * @brief Constructs a basic regular expression from the range
468 * @brief Constructs a basic regular expression from an initializer list
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex.h 366 static constexpr regex_constants::syntax_option_type basic member in class:basic_regex
367 = regex_constants::basic;
380 * Constructs a basic regular expression that does not match any
390 * @brief Constructs a basic regular expression from the sequence
409 * @brief Constructs a basic regular expression from the sequence
425 * @brief Copy-constructs a basic regular expression.
435 * @brief Move-constructs a basic regular expression.
445 * @brief Constructs a basic regular expression from the string
464 * @brief Constructs a basic regular expression from the range
484 * @brief Constructs a basic regular expression from an initializer list
    [all...]

Completed in 812 milliseconds

1 2 3 4 5 6 7 8 91011>>