HomeSort by relevance Sort by last modified time
    Searched refs:In (Results 126 - 150 of 223) sorted by null

1 2 3 4 56 7 8 9

  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 82 ATTRIBUTE Ascend-Num-In-Multilink 188 integer
256 VALUE Ascend-PW-Lifetime Lifetime-In-Days 0
  /external/v8/src/
regexp.js 2 // Redistribution and use in source and binary forms, with or without
8 // * Redistributions in binary form must reproduce the above
10 // disclaimer in the documentation and/or other materials provided
19 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
99 // were called again. In SpiderMonkey, this method returns the regexp object.
100 // In JSC, it returns undefined. For compatibility with JSC, we match their
106 // here, treating undefined values differently in
107 // RegExp.prototype.compile and in the constructor, where they ar
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 69 \vspace{2in}
147 and store data in a format independent of the platform. This means if you encrypt with Blowfish on a PPC it should decrypt
154 configurable in terms of its build options. Out of the box the library will build with any modern version of GCC
179 unlike libraries like OpenSSL is not tied to direct routines. For instance, in OpenSSL there are CBC block
181 you have to update the associated support code as well. In LibTomCrypt the associated code (\textit{chaining modes in this case})
194 They can be removed from a build by simply commenting out the two appropriate lines in \textit{tomcrypt\_custom.h}. The rest
201 I would like to give thanks to the following people (in no particular order) for helping me develop this project from
226 In general the API is very simple to memorize and use. Most of the functions return either {\bf void} or {\bf int}. Functions
254 related issue is if you use the same symmetric cipher, hash or public key state data in multiple threads. Normall
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
error.rb 10 Redistribution and use in source and binary forms, with or without
16 2. Redistributions in binary form must reproduce the above copyright
17 notice, this list of conditions and the following disclaimer in the
25 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
29 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
30 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
52 recognizer is in backtracking mode (i.e. r.state.backtracking > 0)
71 # the various reporting methods in Parser and Lexer can be overridden
82 # also generates code to catch these exceptions in each rule. If you
87 # In general, the recognition exceptions can track where in a grammar
    [all...]
dfa.rb 10 Redistribution and use in source and binary forms, with or without
16 2. Redistributions in binary form must reproduce the above copyright
17 notice, this list of conditions and the following disclaimer in the
25 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
29 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
30 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
40 alternatives in a rule based upon lookahead symbols from an input stream.
48 structures in methods. However, for certain types of decisions, ANTLR will
53 <i>start state</i> of the machine; every prediction will begin in state +0+. At
63 In generated code, ANTLR defines DFA states using seven parameters, each define
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 9 % This program is distributed in the hope that it will be useful,
42 example usages of it in everyday work here at OSLO's Scalability and
50 directory, as it includes \texttt{../blktrace} in the \texttt{Makefile}.
71 the only traces you are interested in are \emph{QUEUE} requests --
76 are interested in.
84 to be used in the next phase of the workload processing.
110 \item[Device IO Stream Ordering] All IOs on a device are submitted in
115 during replays. In addition the actual ordering of IOs \emph{between}
123 guaranteeing correct ordering of IOs across all devices, resulted in
131 entrance of IOs into the block IO layer. In order to replay these IOs wit
    [all...]
  /external/compiler-rt/make/platform/
clang_darwin.mk 3 # not present in the libgcc that shipped on the platform. In such cases, we link
14 for arch in $(1); do \
48 # in the same linkage unit, and for a couple of other functions that didn't
53 # Configuration for targetting OSX. These functions may not be in libSystem
95 # supported deployment target -- nothing in the compiler-rt libraries should
  /external/libvpx/vp8/encoder/arm/armv6/
vp8_mse16x16_armv6.asm 5 ; that can be found in the LICENSE file in the root of the source
7 ; in the file PATENTS. All contributing project authors may
8 ; be found in the AUTHORS file in the root of the source tree.
24 ;note: Based on vp8_variance16x16_armv6. In this function, sum is never used.
  /external/libvpx/vp8/encoder/arm/neon/
fastfdct8x4_neon.asm 5 ; that can be found in the LICENSE file in the root of the source
7 ; in the file PATENTS. All contributing project authors may
8 ; be found in the AUTHORS file in the root of the source tree.
22 ;diff_ptr[c] = src_ptr[c] - pred_ptr[c]; (in Subtract* function)
23 ;In which *src_ptr and *pred_ptr both are unsigned char.
24 ;Therefore, *src_diff should be in the range of [-255, 255].
26 ;The input values of 25th block are set in vp8_build_dcblock function, which are out of [-255, 255].
28 ;it ok for assuming *input in [-255, 255] in vp8_fast_fdct4x4_c, but not ok in vp8_short_fdct4x4_c
    [all...]
  /external/libvpx/vpx_ports/
x86_abi_support.asm 5 ; that can be found in the LICENSE file in the root of the source
7 ; in the file PATENTS. All contributing project authors may
8 ; be found in the AUTHORS file in the root of the source tree.
16 ; In general, we make the source use 64 bit syntax, then twiddle with it using
101 ; 64 bit ABI passes arguments in registers. This is a workaround to get up
122 ; This macro aligns the stack to the given alignment (in bytes). The stack
136 ; The Microsoft assembler tries to impose a certain amount of type safety in
  /external/v8/test/mjsunit/
fuzz-natives.js 2 // Redistribution and use in source and binary forms, with or without
8 // * Redistributions in binary form must reproduce the above
10 // disclaimer in the documentation and/or other materials provided
19 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
129 // These functions do nontrivial error checking in recursive calls,
182 // out-of-memory if the request is too large. In practice, the
210 if (name in knownProblems || name in currentlyUncallable
    [all...]
debug-scopes.js 2 // Redistribution and use in source and binary forms, with or without
8 // * Redistributions in binary form must reproduce the above
10 // disclaimer in the documentation and/or other materials provided
19 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
127 for (var p in content) {
129 assertFalse(property_mirror.isUndefined(), 'property ' + p + ' not found in scope');
138 // 'arguments' and might be exposed in the local and closure scope. Just
154 print('Names found in scope:')
    [all...]
  /external/v8/tools/
codemap.js 2 // Redistribution and use in source and binary forms, with or without
8 // * Redistributions in binary form must reproduce the above
10 // disclaimer in the documentation and/or other materials provided
19 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
63 * The number of alignment bits in a page address.
69 * Page size in bytes.
190 if (pageAddr in this.pages_) {
192 // In this case, the whole library is assigned to this address
    [all...]
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorCPP.pm 8 # Copyright (C) Research In Motion Limited 2010. All rights reserved.
15 # This library is distributed in the hope that it will be useful,
47 * Copyright (C) Research In Motion Limited 2010. All rights reserved.
50 * Copyright (C) Research In Motion Limited 2010. All rights reserved.
57 * This library is distributed in the hope that it will be useful,
79 * This library is distributed in the hope that it will be useful,
798 $paramName = "in" . ucfirst($paramName) if $attributeNames{$paramName};
    [all...]
  /external/blktrace/btt/doc/
btt.tex 12 % This program is distributed in the hope that it will be useful,
33 tool called blktrace. As noted in its Users Guide, blktrace
40 blktrace is capable of producing tremendous amounts of output in the
54 command-line usage section occurs relatively late in the document (see
73 parameters you want. You must save the traces to disk in this step,
74 btt does not work in live mode.
80 errors in the trace streams saved, it is best to recapture the data
140 is represented by a D in the blkparse output, hence its usage in
151 Two other sets of results are presented in this section
    [all...]
  /external/dropbear/libtommath/
bn.tex 55 This text, the library and the accompanying textbook are all hereby placed in the public domain. This book has been
76 large integer numbers. It was written in portable ISO C source code so that it will build on any platform with a conforming
79 In a nutshell the library was written from scratch with verbose comments to help instruct computer science students how
85 As of the v0.25 the library source code has been placed in the public domain with every new release. As of the v0.28
86 release the textbook ``Implementing Multiple Precision Arithmetic'' has been placed in the public domain with every new
88 algorithms used in the library.
90 Since both\footnote{Note that the MPI files under mtest/ are copyrighted by Michael Fromberger. They are not required to use LibTomMath.} are in the
96 also build in MSVC, Borland C out of the box. For any other ISO C compiler a makefile will have to be made by the end
105 command. This will build the library and archive the object files in ``libtommath.a''. Now you link against
111 This will build the library and archive the object files in ``tommath.lib''. This has been tested with MSVC
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
eventsview.js 3 // found in the LICENSE file.
91 * being displayed, removes them all in the process.
130 * Updates text in the details view when security stripping is toggled.
155 // started one after another, so sort in the opposite order of their
182 * the entries without a source by the order in which they were received.
195 // One or both have a negative ID. In either case, the source with the
230 for (var id in this.sourceIdToEntryMap_) {
231 // Can only sort items with an actual row in the table.
245 * Looks for the first occurence of |directive|:parameter in |sourceText|.
389 for (var id in this.sourceIdToEntryMap_)
    [all...]
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 3 // found in the LICENSE file.
13 * just in the latest version of Chrome, this hack attempts to add some support
14 * for working in older browsers to enable testing and demonstration on
15 * existing tablet platforms. In particular, this code has been tested to work
16 * on Mobile Safari in iOS 4.2. The goal is that the need to support any other
100 'friends in the game of Entanglement.',
211 * @return {number} The index in apps for an object with the specified ID.
251 // attempt to launch in a new window
278 * @param {Array.<string>} appIds All app IDs in their desired order.
281 assert(apps.length == appIds.length, 'Expected all apps in reorderApps')
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 3 // found in the LICENSE file.
15 * `change`, `click`, etc. events in order to take appropriate action in
417 // Case 2: "Use the same proxy for all protocols" in an active section
491 * Handler called in response to click on form's submission button. Generates
493 * handles errors in user input.
513 * Called in response to setting a regular window's proxy settings: checks
534 * Called in response to setting an incognito window's proxy settings: checks
553 * @param {string} msg The message to be displayed in the overlay.
639 * @return {boolean} True if the form is in incognito mode, false otherwise
    [all...]
  /external/quake/
NOTICE 8 This program is distributed in the hope that it will be useful,
42 in new free programs; and that you know you can do these things.
68 program will individually obtain patent licenses, in effect making the
86 language. (Hereinafter, translation is included without limitation in
97 source code as you receive it, in any medium, provided that you
105 you may at your option offer warranty protection in exchange for a fee.
115 b) You must cause any work that you distribute or publish, that in
116 whole or in part contains or is derived from the Program or any
122 interactive use in the most ordinary way, to print or display an
134 and can be reasonably considered independent and separate works in
    [all...]
  /external/zlib/contrib/masmx64/
gvmat64.asm 11 ; from Jean-loup Gailly in deflate.c of zLib and infoZip zip.
17 ; warranty. In no event will the authors be held liable for any damages
26 ; in a product, an acknowledgment in the product documentation would be
72 ;window equ rsp + xx - LocalVarsSize ; local copy of s->window ; stored in r10
74 ;scanstart equ rsp + xx - LocalVarsSize ; first two bytes of string ; stored in r12w
114 ; all the +4 offsets are due to the addition of pending_buf_size (in zlib
115 ; in the deflate_state structure since the asm code was first written
125 ;;; Offsets for fields in the deflate_state structure. These numbers
133 ; in zlib in the deflate_state structure since the asm code was first written
    [all...]
  /external/zlib/contrib/masmx86/
match686.asm 5 ; from Jean-loup Gailly in deflate.c
12 ; ml.exe is distributed in
20 ; for using an assembly version of longest_match, you need define ASMV in project
24 ; and do not include match686.obj in your project
75 ; in zlib in the deflate_state structure since the asm code was first written
140 ;;; Offsets for fields in the deflate_state structure. These numbers
169 ;; warranty. In no event will the authors be held liable for any damages
178 ;; in a product, an acknowledgment in the product documentation would be
    [all...]
  /external/bluetooth/bluez/gdbus/
NOTICE 13 * This program is distributed in the hope that it will be useful,
48 in new free programs; and that you know you can do these things.
74 program will individually obtain patent licenses, in effect making the
91 language. (Hereinafter, translation is included without limitation in
102 source code as you receive it, in any medium, provided that you
110 you may at your option offer warranty protection in exchange for a fee.
120 b) You must cause any work that you distribute or publish, that in
121 whole or in part contains or is derived from the Program or any
127 interactive use in the most ordinary way, to print or display an
138 and can be reasonably considered independent and separate works in
    [all...]
  /external/bluetooth/bluez/input/
NOTICE 13 * This program is distributed in the hope that it will be useful,
48 in new free programs; and that you know you can do these things.
74 program will individually obtain patent licenses, in effect making the
91 language. (Hereinafter, translation is included without limitation in
102 source code as you receive it, in any medium, provided that you
110 you may at your option offer warranty protection in exchange for a fee.
120 b) You must cause any work that you distribute or publish, that in
121 whole or in part contains or is derived from the Program or any
127 interactive use in the most ordinary way, to print or display an
138 and can be reasonably considered independent and separate works in
    [all...]
  /external/bluetooth/bluez/plugins/
NOTICE 13 * This program is distributed in the hope that it will be useful,
48 in new free programs; and that you know you can do these things.
74 program will individually obtain patent licenses, in effect making the
91 language. (Hereinafter, translation is included without limitation in
102 source code as you receive it, in any medium, provided that you
110 you may at your option offer warranty protection in exchange for a fee.
120 b) You must cause any work that you distribute or publish, that in
121 whole or in part contains or is derived from the Program or any
127 interactive use in the most ordinary way, to print or display an
138 and can be reasonably considered independent and separate works in
    [all...]

Completed in 3126 milliseconds

1 2 3 4 56 7 8 9