HomeSort by relevance Sort by last modified time
    Searched full:chains (Results 26 - 50 of 440) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/iptables/extensions/
libxt_policy.man 9 chains,
13 chains.
libxt_TPROXY.man 2 chain and user-defined chains which are only called from this chain. It
libxt_owner.man 3 POSTROUTING chains. Forwarded packets do not have any socket associated with
  /external/zopfli/src/zopfli/
katajainen.c 33 Nodes forming chains. Also used to represent leaves.
94 new chain is, depending on the weights, a leaf or a combination of two chains
96 lists: The lists of chains.
133 /* Two lookahead chains of previous list used up, create new ones. */
142 Initializes each list with as lookahead chains the two leaves with lowest
187 /* Array of lists of chains. Each list requires only two lookahead chains at
237 /* In the last list, 2 * numsymbols - 2 active chains need to be created. Two
  /external/icu/icu4c/source/layout/
MorphTables.h 50 ChainHeader chains[ANY_NUMBER]; member in struct:MorphTableHeader
54 LE_VAR_ARRAY(MorphTableHeader, chains)
119 ChainHeader2 chains[ANY_NUMBER]; member in struct:MorphTableHeader2
123 LE_VAR_ARRAY(MorphTableHeader2, chains)
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmwifi_rates.h 62 /* Number of transmit chains */
121 * 2 chains *
202 * 3 chains *
305 * TX Beamforming, 2 chains *
362 * TX Beamforming, 3 chains *
  /external/llvm/lib/Target/AArch64/
AArch64A57FPLoadBalancing.cpp 22 // ("Chains") of multiply-accumulates linked via their accumulation operand,
58 // Never use the balance information obtained from chains - return a specific
157 /// We currently only support chains where the "chain" operand is killed
315 // First, scan the basic block producing a set of chains.
317 // The currently "active" chains - chains that can be added to and haven't
318 // been killed yet. This is keyed by register - all chains can only have one
326 DEBUG(dbgs() << "Scan complete, "<< AllChains.size() << " chains created.\n");
328 // Group the chains into disjoint sets based on their liveness range. This is
333 // range of chains is quite small and they are clustered between load
    [all...]
  /external/chromium_org/net/data/ssl/certificates/
README 64 Test certificate chains for Certificate Transparency: Each of these
150 ===== From net/data/ssl/scripts/generate-weak-test-chains.sh
163 ===== From net/data/ssl/scripts/generate-redundant-test-chains.sh
168 Two chains, A -> B -> C -> D and A -> B -> C2 (C and C2 share the same
172 net/socket/ssl_client_socket_unittest.cc. These chains are valid until
174 net/data/ssl/scripts/generate-redundant-test-chains.sh.
223 ===== From net/data/ssl/scripts/generate-multi-root-test-chains.sh
226 Two chains, A -> B -> C -> D and A -> B -> C2 -> E (C and C2 share the
  /external/chromium_org/ui/wm/core/
transient_window_stacking_client.cc 37 // Assemble chains of ancestors of both windows.
44 // Walk the two chains backwards and look for the first difference.
  /external/iproute2/examples/diffserv/
README 23 CB-3(1|2)-(u32/chains)
28 and IPchains on the chains extension. CB stands for color Blind
regression-testing 29 Edge31-cb-chains
75 Edge32-cb-u32, Edge32-cb-chains
87 for chains which is roughly: 6mbps
  /external/chromium_org/chrome/browser/chromeos/net/
cert_verify_proc_chromeos.h 49 // there are multiple possible valid chains.
  /external/chromium_org/chrome/browser/net/
cert_logger.proto 7 // e.g. a certificate for google.com that chains up to a root CA not expected by
  /external/chromium_org/net/ssl/
client_cert_store_nss.h 42 // chains. If it is false, only the certificate will be considered.
  /external/chromium_org/v8/test/webkit/
dictionary-no-cache-expected.txt 24 Test to ensure that we handle caching of prototype chains containing dictionaries.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
Combiner.java 24 * A generic interface for combiners. Combiners are objects that transform chains of input events
  /external/chromium_org/tools/gn/
header_checker.h 132 // Chains with permitted dependencies will be considered first. If a
135 // public or direct chains. In this case, *is_permitted will be false.
146 // require_public is true, only public dependency chains are searched.
  /external/chromium_org/net/quic/crypto/
cert_compressor.h 20 // certificate chains using three techniquies:
  /external/chromium_org/v8/test/mjsunit/
override-read-only-property.js 33 // of read-only properties in prototype chains.
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractChainedListenableFutureTest.java 27 * Unit tests for any listenable future that chains other listenable futures.
  /frameworks/base/core/java/android/net/http/
X509TrustManagerExtensions.java 33 * verification of certificate chains after they have been successfully verified
  /frameworks/base/services/core/java/com/android/server/am/
TaskPersister.java 560 List<List<OtherDeviceTask>> chains = mOtherDeviceTasksMap.get(packageName); local
561 if (chains == null) {
562 chains = new ArrayList<>();
563 mOtherDeviceTasksMap.put(packageName, chains);
565 chains.add(chain);
600 List<List<OtherDeviceTask>> chains = mOtherDeviceTasksMap.valueAt(i); local
601 for (int j = chains.size() - 1; j >= 0 ; j--) {
603 List<OtherDeviceTask> chain = chains.get(j);
625 chains.remove(j);
628 if (chains.isEmpty())
677 List<List<OtherDeviceTask>> chains = mOtherDeviceTasksMap.get(packageName); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderService.java 282 * @return this (such that chains of setters can be stringed together)
294 * @return this (such that chains of setters can be stringed together)
310 * @return this (such that chains of setters can be stringed together)
326 * @return this (such that chains of setters can be stringed together)
338 * @return this (such that chains of setters can be stringed together)
351 * @return this (such that chains of setters can be stringed together)
363 * @return this (such that chains of setters can be stringed together)
376 * @return this (such that chains of setters can be stringed together)
389 * @return this (such that chains of setters can be stringed together)
  /external/llvm/lib/CodeGen/
MachineBlockPlacement.cpp 21 // sequential chains where allowed by the CFG (or demanded by heavy
84 /// Chains can be built around a single basic block and can be merged to grow
86 /// automatically as chains are merged together.
97 /// block chains for SCC-formation and iteration. We store the edges to child
98 /// basic blocks, and map them back to their associated chains using this
196 /// the chains.
203 /// allow implicitly defining edges between chains as the existing edges
479 // and satisfies the requirements of merging chains.
661 // Don't split chains, either this chain or the successor's chain.
774 /// \brief Forms basic block chains from the natural loop structures
    [all...]
  /external/chromium_org/net/data/ssl/scripts/
generate-multi-root-test-chains.sh 7 # This script generates two chains of test certificates:
14 # We use these cert chains in CertVerifyProcChromeOSTest

Completed in 1240 milliseconds

12 3 4 5 6 7 8 91011>>