HomeSort by relevance Sort by last modified time
    Searched refs:As (Results 76 - 100 of 143) sorted by null

1 2 34 5 6

  /external/chromium_org/chrome/browser/resources/file_manager/js/
scrollbar.js 15 * Mode of the scrollbar. As for now, only vertical scrollbars are supported.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/
feed.js 163 // The story body is created as an iframe with a data: URL in order to
164 // isolate it from this page and protect against XSS. As a data URL, it
  /external/v8/src/
ast.cc 17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
663 RegExp##Name* RegExpTree::As##Name() { \
671 RegExp##Name* RegExp##Name::As##Name() { \
782 // in as many cases as possible, to make it more difficult for incorrect
783 // parses to look as correct ones which is likely if the input and
    [all...]
  /external/blktrace/doc/
blktrace.tex 7 % it under the terms of the GNU General Public License as published by
39 you don't need to patch blktrace support as it is already included.
52 as part of the following git repository:
65 As noted above, the kernel patch along with the blktrace and blkparse utilities are stored in a git repository. One simple way to get going would be:
78 scope of this document, but the following may be used as a sample template.
81 As an example, bt/kernel contains blk-trace-2.6.14-rc1-git-G2, download
129 To build and install the tools, execute the following sequence (as root):
195 get that dumped as well.
200 can also show SCSI commands going in and out of the queue as submitted
355 \item As noted above, the events are passed up via a series of buffer
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/
JSON.pm 143 Carp::croak "to_json should not be called as a method.";
160 Carp::croak "from_json should not be called as a method.";
679 for backwards computability. JSON.pm should thus work as it did
709 and the latter is left just as it is.
727 C<JSON> should call JSON::PP as the backend which can be used since Perl 5.005.
749 and only JSON is accepted as input by default (the latter is a security
757 Compared to other JSON modules and other serialisers such as Storable,
761 it is very slow as pure-Perl.
765 This module has both a simple functional interface as well as a
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/lib/
JSON.pm 143 Carp::croak "to_json should not be called as a method.";
160 Carp::croak "from_json should not be called as a method.";
679 for backwards computability. JSON.pm should thus work as it did
709 and the latter is left just as it is.
727 C<JSON> should call JSON::PP as the backend which can be used since Perl 5.005.
749 and only JSON is accepted as input by default (the latter is a security
757 Compared to other JSON modules and other serialisers such as Storable,
761 it is very slow as pure-Perl.
765 This module has both a simple functional interface as well as a
    [all...]
  /external/chromium_org/third_party/JSON/out/lib/perl5/
JSON.pm 143 Carp::croak "to_json should not be called as a method.";
160 Carp::croak "from_json should not be called as a method.";
679 for backwards computability. JSON.pm should thus work as it did
709 and the latter is left just as it is.
727 C<JSON> should call JSON::PP as the backend which can be used since Perl 5.005.
749 and only JSON is accepted as input by default (the latter is a security
757 Compared to other JSON modules and other serialisers such as Storable,
761 it is very slow as pure-Perl.
765 This module has both a simple functional interface as well as a
    [all...]
  /external/v8/include/
v8.h 17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
166 * behind the scenes and the same rules apply to these values as to
183 * constructor allows you to pass handles as arguments by value and
188 * Handle<String> to a variable declared as Handle<Value>, is legal
248 template <class S> inline Handle<S> As() {
286 template <class S> inline Local<S> As() {
300 * a Local handle only lives as long as the HandleScope in which it was
311 * persistent handle as an argument to a function you will not get two
324 * Creates a persistent handle for the same storage cell as th
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8Binding.cpp 19 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
162 v8::Handle<v8::Object> filterWrapper = toV8(filter, v8::Handle<v8::Object>(), isolate).As<v8::Object>();
540 // such as out-of-memory by crashing the renderer.
  /ndk/build/core/
build-binary.mk 10 # distributed under the License is distributed on an "AS IS" BASIS,
223 # As a special case, the original Android build system
230 # to build source file $(LOCAL_PATH)/foo.c as ARM
235 # As a special extension, the NDK also supports the .neon extension suffix
426 $(call ndk_log,$(TARGET_ARCH_ABI):Building static library '$(LOCAL_MODULE)' as thin archive)
  /external/chromium_org/v8/src/
ast.cc 17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
741 RegExp##Name* RegExpTree::As##Name() { \
749 RegExp##Name* RegExp##Name::As##Name() { \
860 // in as many cases as possible, to make it more difficult for incorrect
861 // parses to look as correct ones which is likely if the input and
    [all...]
  /external/chromium_org/v8/test/cctest/
test-profile-generator.cc 17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
623 cpu_profiler->StartCpuProfiling(args[0].As<v8::String>());
633 cpu_profiler->StopCpuProfiling(args[0].As<v8::String>());
  /external/libvorbis/doc/
05-comment.tex 43 in the comment header is octet-aligned, they can simply be read as
46 The comment header is decoded as follows:
50 2) [vendor_string] = read a UTF-8 vector as [vendor_length] octets
54 6) this iteration's user comment = read a UTF-8 vector as [length] octets
56 7) [framing_bit] = read a single bit as boolean
117 The artist(s) who performed the work. In classical music this would be the conductor, orchestra, soloists. In an audio book it would be the actor who did the reading. In popular music this is typically the same as the ARTIST and is omitted.
124 Use Permitted', a URL to a license such as a Creative Commons license
180 comment header. As an example, assume a track was recorded by three
207 The comment header is encoded as follows (as per Ogg's standar
    [all...]
  /external/v8/test/cctest/
test-profile-generator.cc 725 v8::CpuProfiler::StartProfiling(args[0].As<v8::String>());
735 v8::CpuProfiler::StopProfiling(args[0].As<v8::String>());
  /external/blktrace/btt/doc/
btt.tex 8 % it under the terms of the GNU General Public License as published by
33 tool called blktrace. As noted in its Users Guide, blktrace
55 section~\ref{sec:cmd-line}), as we felt that discussing some of the
116 This is denoted as \emph{Q2I} time.
121 will see these listed as \texttt{S2G} times.}:
139 Referred to as \emph{I2D} time\footnote{The \emph{issue} trace
148 This is referred to as the \emph{D2C} time\
155 in the system. This provides some idea as to how quickly IOs are
170 (which are all presented in seconds), and overall count. As an
171 example\footnote{As with this display, the author has taken some libert
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 130 The library serves as a toolkit for developers who have to solve cryptographic problems. Out of the box LibTomCrypt
149 know how to use Safer+, RC6, or Serpent as well. With all of the core functions there are central descriptor tables
161 with \textit{cycles per byte} timings that are comparable (and often favourable) to other libraries such as OpenSSL and
181 you have to update the associated support code as well. In LibTomCrypt the associated code (\textit{chaining modes in this case})
188 The project is hereby released as public domain.
192 The author (Tom St Denis) is not a patent lawyer so this section is not to be treated as legal advice. To the best
219 There have been quite a few other people as well. Please check the change log to see who else has contributed from
296 There are 32 and 64-bit cyclic rotations as well:
319 Certain functions such as (for example) \textit{rsa\_export()} give an output that is variable length. To prevent buffer overflows you
355 As of v1.13, most functions will update your length on failure to indicate the size required by the f (…)
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/
backportPP.pm 330 "%s::TO_JSON method returned same object as was passed instead of a new one",
410 return $value # as is
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/
backportPP.pm 330 "%s::TO_JSON method returned same object as was passed instead of a new one",
410 return $value # as is
    [all...]
  /external/chromium_org/third_party/JSON/out/lib/perl5/JSON/
backportPP.pm 330 "%s::TO_JSON method returned same object as was passed instead of a new one",
410 return $value # as is
    [all...]
  /external/chromium_org/native_client_sdk/src/tools/
nacl_gcc.mk 22 # We always link with the C++ compiler but include -Wl,-as-needed flag
170 # As well as building and installing a shared library this rule adds dependencies
173 # use the LIB_RULE macro as well as the SO_RULE for each shared library.
  /external/chromium_org/v8/test/mjsunit/harmony/
proxies-example-membrane.js 17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
68 // As long as obj is not frozen, the proxy won't allow itself to be fixed
122 print("wrap exit", str(obj), "as", str(x));
297 print("asDry exit", str(obj), "as", str(x));
364 print("asWet exit", str(obj), "as", str(x))
  /external/v8/test/mjsunit/harmony/
proxies-example-membrane.js 17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
68 // As long as obj is not frozen, the proxy won't allow itself to be fixed
122 print("wrap exit", str(obj), "as", str(x));
297 print("asDry exit", str(obj), "as", str(x));
364 print("asWet exit", str(obj), "as", str(x))
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
recognizers.rb 22 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
96 # ^-- same as this --v
133 attribute declarations from the ANTLR grammar as parameters, and overrides
155 # If no defaults, leave the initialize method the same as
178 As the base class of all ANTLR-generated recognizers, Recognizer provides
249 # used as a hook to add additional default members
368 # As a result, all error tracking and error recovery
679 # tokens. For literals such as '{' and ',', the default
736 # runtime, however, we know precisely which context applies as
766 # as you can see by looking at the derivation of this specifi
    [all...]
token.rb 22 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
42 such as absolute character index, line number, and position within the line (or
57 == Token as an Interface
60 you may write your own token class as long as you provide methods that give
110 # @example Match against a token type name as a Symbol
218 The base class for the standard implementation of Token. It is implemented as a
219 simple Struct as tokens are basically simple data structures binding together a
340 that need to create token objects This module serves as a mixin that provides
375 TokenSchemes exist to handle the problem of defining token types as intege
    [all...]
tree.rb 22 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
194 As ANTLR is concerned, an Abstract Syntax Tree (AST) node is an object that
200 tree nodes as well as the methods trees need to implement.
214 [siblings] all other nodes sharing the same parent as some node
951 operates similarly to other streams. They are commonly used by tree parsers as
    [all...]

Completed in 451 milliseconds

1 2 34 5 6