HomeSort by relevance Sort by last modified time
    Searched refs:With (Results 176 - 200 of 305) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/linux-x86/src/fmt/
format.go 49 // intbuf is large enough to store %b of an int64 with a sign and
76 // Decide which byte the padding should be filled with.
81 // Fill padding with padByte.
134 // fmt_unicode formats a uint64 as "U+0078" or with f.sharp set as "U+0078 'x'".
138 // With default precision set the maximum needed buf length is 18
139 // for formatting -1 with %#U ("U+FFFFFFFFFFFFFFFF") which fits
140 // into the already allocated intbuf with a capacity of 68 bytes.
201 // The already allocated f.intbuf with a capacity of 68 bytes
214 // padding with spaces is used instead.
303 // Left padding with zeros has already been handled like precision earlie
    [all...]
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/
gcimporter_test.go 45 // filename should end with ".go"
105 // With the textual export format, the list may also include
151 // create file with corrupted export data
308 t.Skip("avoid dealing with relative paths/drive letters on windows")
386 t.Skip("avoid dealing with relative paths/drive letters on windows")
404 // The same issue occurs with vendoring.)
424 t.Skip("avoid dealing with relative paths/drive letters on windows")
445 t.Skip("avoid dealing with relative paths/drive letters on windows")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
compile.c 59 block, not to be confused with b_next, which is next by control flow. */
125 has been generated with current lineno */
201 /* Don't mangle __id__ or names with dots.
203 The only time a name with a dot can occur is when
578 /* Extend the singly linked list of blocks with new block. */
919 /* Add an opcode with no argument.
1039 /* Add an opcode with an integer argument.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
compile.c 59 block, not to be confused with b_next, which is next by control flow. */
125 has been generated with current lineno */
201 /* Don't mangle __id__ or names with dots.
203 The only time a name with a dot can occur is when
555 /* Extend the singly linked list of blocks with new block. */
896 /* Add an opcode with no argument.
1016 /* Add an opcode with an integer argument.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/gdb/
libpython.py 3 From gdb 7 onwards, gdb's build can be configured --with-python, allowing gdb
4 to be extended with Python code e.g. for library-specific data visualizations,
9 This python module deals with the case when the process being debugged (the
31 With both "proxyval" and "write_repr" we keep track of the set of all addresses
40 The module also extends gdb with some python-specific commands.
130 Get the gdb.Value for the given field within the PyObject, coping with
165 coping with some python 2 versus python 3 differences.
202 This can vary with the precise version of the compiler used to build
205 See e.g. https://bugzilla.redhat.com/show_bug.cgi?id=556975 with
228 For example, a PyIntObject* with ob_ival 42 in the inferior process
    [all...]
  /external/annotation-tools/annotation-file-utilities/
design.tex 17 source or class files, in accordance with the Java 8 language and virtual
46 the traversal a single pass over the annotations, with limited
146 same, with the major differences corresponding to the changes in the
157 simplified with the elimination of the \texttt{Criterion} and
179 While these have no obvious technical disadvantages with respect to the
190 \texttt{Insertions}, each with its own \texttt{Criteria} (a collection
206 necessarily by different processors) with a scene that refers to it.
215 insertion site. With this change, it becomes possible to generate
260 and annotations can be inserted at the front with no need to take
284 representing elements of branch nodes are connected with solid arrows
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
wizard.rb 10 Redistribution and use in source and binary forms, with or without
18 documentation and/or other materials provided with the distribution.
94 # iterate through the tree and extract nodes with pattern labels
105 Token Node With Text: TK[text]
  /external/blktrace/btreplay/doc/
btreplay.tex 15 % along with this program; if not, write to the Free Software
116 devices is not necessarily maintained. (Each device with an IO stream
131 entrance of IOs into the block IO layer. In order to replay these IOs with
138 code, and thus are submitted to the block IO layer with \emph{very small}
140 the \texttt{btrecord} utility provides you with two controlling knobs:
151 more than 8 individual IOs. With this option, one can increase or
172 the number on the recorded system. To help with mappings here the
182 The overall known deficiencies with this current set of utilities is
191 and thus ensure IO ordering across devices, with some reduction in
198 \emph{This is the primary problem with any IO replay mechanism -- ho
    [all...]
  /external/dtc/Documentation/
dtc-paper.tex 43 embedded machine. To do this, we supply the kernel with a compact
65 Historically, ``everyday'' \ppc machines have booted with the help of
87 variety of hacks spread across the kernel to deal with the lack of
90 CONFIG-dependent hacks in drivers to override normal probe logic with
145 that need recalculation if a section is inserted or removed with
226 introduced with a 32-bit \dtbeginnode tag, followed by the node's name
228 follows all of the properties of the node, each introduced with a
229 \dtprop tag, then all of the node's subnodes, each introduced with
230 their own \dtbeginnode tag. The node ends with an \dtendnode tag, and
233 ease of parsing.}. The structure block starts with the \dtbeginnod
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 65 /// where the input constant data vector has an element with the sign bit set.
92 // If MemCpyInst length is 1/2/4/8 bytes then replace memcpy with
98 // if the size is something we can handle with a single primitive load/store.
416 // We can't handle only some out of range values with generic logical shifts.
485 assert(VecTy->getNumElements() == 4 && "insertps with wrong vector type");
507 // We may replace the second operand with the zero vector.
511 // If the zero mask is being used with a single input or the zero mask
512 // overrides the destination lane, this is a shuffle with the zero vector.
528 // Replace the selected destination lane with the selected source lane.
547 // See if we're dealing with constant values
    [all...]
  /external/python/cpython2/Python/
compile.c 59 block, not to be confused with b_next, which is next by control flow. */
125 has been generated with current lineno */
201 /* Don't mangle __id__ or names with dots.
203 The only time a name with a dot can occur is when
578 /* Extend the singly linked list of blocks with new block. */
919 /* Add an opcode with no argument.
998 /* Add an opcode with an integer argument.
    [all...]
  /external/python/cpython2/Tools/gdb/
libpython.py 3 From gdb 7 onwards, gdb's build can be configured --with-python, allowing gdb
4 to be extended with Python code e.g. for library-specific data visualizations,
9 This python module deals with the case when the process being debugged (the
31 With both "proxyval" and "write_repr" we keep track of the set of all addresses
40 The module also extends gdb with some python-specific commands.
43 # NOTE: some gdbs are linked with Python 3, so this file should be dual-syntax
112 # ENCODING encoding with 'backslashreplace' error handler to avoid
162 Get the gdb.Value for the given field within the PyObject, coping with
197 coping with some python 2 versus python 3 differences.
234 This can vary with the precise version of the compiler used to buil
    [all...]
  /external/blktrace/btt/doc/
btt.tex 18 % along with this program; if not, write to the Free Software
68 The simple pipeline to get going with \texttt{btt} is to perform the
78 will use \texttt{btt} with -- section~\ref{sec:o-D} shows how you
79 can dictate which devices to use with btt). If blkrawverify finds
87 \item Run \texttt{blkparse} with the \texttt{-d} option specifying
132 with a previously submitted request -- we calculate \emph{Q2M}, the
171 example\footnote{As with this display, the author has taken some liberty
322 know how many requests the scheduler has to work with. The metric
354 \item[Per Process] As traces are emitted, they are tagged with the
361 to do with the originating IO. For example, if an application i
    [all...]
  /build/make/core/
envsetup.mk 84 # was invoked with a PRODUCT-xxx-yyy goal.
197 # We'll substitute with the real value after loading BoardConfig.mk.
208 # We'll substitute with the real value after loading BoardConfig.mk.
215 # java code with dalvikvm/art.
243 # Real boards should always be associated with an OEM vendor.
268 # Now we can substitute with the real value of TARGET_COPY_OUT_VENDOR
290 # Now we can substitute with the real value of TARGET_COPY_OUT_PRODUCT
484 # When using SANITIZE_LITE, APKs must not be packaged with sanitized libraries, as they will not
485 # work with unsanitized app_process. For simplicity, generate APKs into /data/asan/.
517 # When using SANITIZE_LITE, APKs must not be packaged with sanitized libraries, as they will no
    [all...]
  /external/boringssl/src/ssl/test/runner/curve25519/
curve25519.go 49 // feCSwap replaces (f,g) with (g,f) if b == 1; replaces (f,g) with (f,g) if b == 0.
256 // Can overlap h with f or g.
279 // Can get away with 11 carries, but then data flow is much deeper.
281 // With tighter constraints on inputs can squeeze carries into int32.
513 // feSquare calculates h = f*f. Can overlap h with f.
666 // feMul121666 calculates h = f * 121666. Can overlap h with f.
  /external/scapy/scapy/contrib/
bgp.uts 13 = BGPNLRI_IPv4 - Instantiation with specific values (1)
16 = BGPNLRI_IPv4 - Instantiation with specific values (2)
19 = BGPNLRI_IPv4 - Instantiation with specific values (3)
26 = BGPNLRI_IPv4 - Dissection with specific values
37 = BGPNLRI_IPv6 - Instantiation with specific values (1)
40 = BGPNLRI_IPv6 - Instantiation with specific values (2)
47 = BGPNLRI_IPv6 - Dissection with specific values
60 = BGP - Instantiation with specific values (1)
63 = BGP - Instantiation with specific values (2)
66 = BGP - Instantiation with specific values (3
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 13 // "replace call to library function with simpler code that provides the same
61 /// deleted. If it returns something else, replace CI with the new value and
114 /// comparisons with With.
115 static bool IsOnlyUsedInEqualityComparison(Value *V, Value *With) {
119 if (IC->isEquality() && IC->getOperand(1) == With)
175 // concatenation for us. Make a memcpy to copy the nul byte with align = 1.
453 // concatenation for us. Make a memcpy to copy the nul byte with align = 1.
591 // With a null EndPtr, this function won't capture the main argument.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
phi.go 132 // With parent pointers we can do a depth-first walk without
316 // Replace a FwdRef op with the current incoming value for its variable.
340 // Replace phi args in successors with the current incoming value.
527 // This is rare; it happens with oddly interleaved infinite loops in dead code.
  /prebuilts/go/darwin-x86/src/go/token/
position.go 32 // file:line:column valid position with file name
34 // file invalid position with file name
65 // Pos values can be compared directly with the usual comparison operators:
74 // associated with it, and NoPos.IsValid() is false. NoPos is always
103 // Name returns the file name of file f as registered with AddFile.
108 // Base returns the base offset of file f as registered with AddFile.
113 // Size returns the size of file f as registered with AddFile.
138 // MergeLine merges a line with the following line. It is akin to replacing
139 // the newline character at the end of the line with a space (to not change the
152 // To merge the line numbered <line> with the line numbered <line+1>
    [all...]
  /prebuilts/go/darwin-x86/src/net/
dial.go 17 // without that option. Dialing with the zero value of Dialer
26 // When using TCP and dialing a host name with multiple IP
29 // With or without a timeout, the operating system may impose
37 // as with the Timeout option.
274 // address or a literal IPv6 address with zone.
276 // behaves with a non-well known protocol number such as "0" or "255".
  /prebuilts/go/darwin-x86/src/net/http/
response_test.go 106 // Unchunked response with Content-Length.
160 // Chunked response with Content-Length.
231 // Content-Length in response to a HEAD request with HTTP/1.1
461 // Issue 12785: HTTP/1.0 response with bogus (to be ignored) Transfer-Encoding.
484 // Issue 12785: HTTP/1.0 response with bogus (to be ignored) Transfer-Encoding.
485 // With a Content-Length.
923 return fmt.Errorf("unexpected success; want error with substring %q", sub)
934 return fmt.Errorf("error = %v; want an error with substring %q", err, sub)
943 // needsSniff returns true with an empty response.
  /prebuilts/go/darwin-x86/src/runtime/
chan_test.go 482 // With 10,000 trials, the expected margin of error at
558 // mess with the fifo-ish nature of range
  /prebuilts/go/darwin-x86/src/sort/
sort.go 17 // Less reports whether the element with
18 // index i should sort before the element with index j.
20 // Swap swaps the elements with indexes i and j.
58 // Build heap with greatest element at top.
202 // Do ShellSort pass with gap 6
231 // lessSwap is a pair of Less and Swap function for use with the
332 // - GCC's 4.6.3 stable_sort with merge_without_buffer from libstdc++:
339 // - "Fast Stable In-Place Sorting with O(n) Data Moves" J.I. Munro and
410 // Exit the search loop with i == b in case no such index exists.
434 // Exit the search loop with i == m in case no such index exists
    [all...]
  /prebuilts/go/darwin-x86/src/text/scanner/
scanner.go 7 // through repeated calls to the Scan function. For compatibility with
55 // With the exceptions of comments, which are skipped if SkipComments is
69 SkipComments = 1 << -skipComment // if set with ScanComments, comments become white space
159 // must not intersect with the set of white space characters.
174 // Init initializes a Scanner with a new source and returns s.
283 // for compatibility with other tools
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/curve25519/
curve25519.go 53 // feCSwap replaces (f,g) with (g,f) if b == 1; replaces (f,g) with (f,g) if b == 0.
249 // Can overlap h with f or g.
272 // Can get away with 11 carries, but then data flow is much deeper.
274 // With tighter constraints on inputs can squeeze carries into int32.
506 // feSquare calculates h = f*f. Can overlap h with f.
659 // feMul121666 calculates h = f * 121666. Can overlap h with f.

Completed in 1250 milliseconds

1 2 3 4 5 6 78 91011>>