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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/icu/source/test/intltest/
encoll.h 9 * specific primary, secondary and tertiary rules. For example, the ignorable
36 // perform test with strength SECONDARY
frcoll.h 9 * specific tertiary rules. For example, the French secondary sorting on
31 // perform tests with strength SECONDARY
  /external/icu4c/test/intltest/
decoll.h 9 * specific primary, secondary and tertiary rules. For example, o-umlaut
34 // perform test with strength SECONDARY
encoll.h 9 * specific primary, secondary and tertiary rules. For example, the ignorable
36 // perform test with strength SECONDARY
frcoll.h 9 * specific tertiary rules. For example, the French secondary sorting on
31 // perform tests with strength SECONDARY
  /external/ppp/pppd/
ipcp.h 54 #define CI_MS_DNS2 131 /* Secondary DNS value */
55 #define CI_MS_WINS2 132 /* Secondary WINS value */
79 bool req_dns2; /* Ask peer to send secondary DNS address? */
84 u_int32_t dnsaddr[2]; /* Primary and secondary MS DNS entries */
85 u_int32_t winsaddr[2]; /* Primary and secondary MS WINS entries */
  /external/chromium_org/chrome/common/extensions/api/
content_settings.json 74 "description": "The secondary URL for which the content setting should be retrieved. Defaults to the primary URL. Note that the meaning of a secondary URL depends on the content type, and not all content types use secondary URLs.",
122 "description": "The pattern for the secondary URL. Defaults to matching all URLs. For details on the format of a pattern, see <a href='contentSettings.html#patterns'>Content Setting Patterns</a>.",
178 "description": "Whether to allow cookies and other local data to be set by websites. One of<br><var>allow</var>: Accept cookies,<br><var>block</var>: Block cookies,<br><var>session_only</var>: Accept cookies only for the current session. <br>Default is <var>allow</var>.<br>The primary URL is the URL representing the cookie origin. The secondary URL is the URL of the top-level frame.",
186 "description": "Whether to show images. One of<br><var>allow</var>: Show images,<br><var>block</var>: Don't show images. <br>Default is <var>allow</var>.<br>The primary URL is the main-frame URL. The secondary URL is the URL of the image.",
194 "description": "Whether to run JavaScript. One of<br><var>allow</var>: Run JavaScript,<br><var>block</var>: Don't run JavaScript. <br>Default is <var>allow</var>.<br>The primary URL is the main-frame URL. The secondary URL is not used.",
202 "description": "Whether to run plug-ins. One of<br><var>allow</var>: Run plug-ins automatically,<br><var>block</var>: Don't run plug-ins automatically. <br>Default is <var>allow</var>.<br>The primary URL is the main-frame URL. The secondary URL is not used.",
210 "description": "Whether to allow sites to show pop-ups. One of<br><var>allow</var>: Allow sites to show pop-ups,<br><var>block</var>: Don't allow sites to show pop-ups. <br>Default is <var>block</var>.<br>The primary URL is the main-frame URL. The secondary URL is not used.",
218 "description": "Whether to allow sites to show desktop notifications. One of<br><var>allow</var>: Allow sites to show desktop notifications,<br><var>block</var>: Don't allow sites to show desktop notifications,<br><var>ask</var>: Ask when a site wants to show desktop notifications. <br>Default is <var>ask</var>.<br>The primary URL is the main-frame URL. The secondary URL is not used."
    [all...]
  /external/chromium_org/tools/json_schema_compiler/test/
content_settings.json 70 "description": "The secondary URL for which the content setting should be retrieved. Defaults to the primary URL. Note that the meaning of a secondary URL depends on the content type, and not all content types use secondary URLs.",
118 "description": "The pattern for the secondary URL. Defaults to matching all URLs. For details on the format of a pattern, see <a href='contentSettings.html#patterns'>Content Setting Patterns</a>.",
174 "description": "Whether to allow cookies and other local data to be set by websites. One of<br><var>allow</var>: Accept cookies,<br><var>block</var>: Block cookies,<br><var>session_only</var>: Accept cookies only for the current session. <br>Default is <var>allow</var>.<br>The primary URL is the URL representing the cookie origin. The secondary URL is the URL of the top-level frame.",
182 "description": "Whether to show images. One of<br><var>allow</var>: Show images,<br><var>block</var>: Don't show images. <br>Default is <var>allow</var>.<br>The primary URL is the main-frame URL. The secondary URL is the URL of the image.",
190 "description": "Whether to run JavaScript. One of<br><var>allow</var>: Run JavaScript,<br><var>block</var>: Don't run JavaScript. <br>Default is <var>allow</var>.<br>The primary URL is the main-frame URL. The secondary URL is not used.",
198 "description": "Whether to run plug-ins. One of<br><var>allow</var>: Run plug-ins automatically,<br><var>block</var>: Don't run plug-ins automatically. <br>Default is <var>allow</var>.<br>The primary URL is the main-frame URL. The secondary URL is not used.",
206 "description": "Whether to allow sites to show pop-ups. One of<br><var>allow</var>: Allow sites to show pop-ups,<br><var>block</var>: Don't allow sites to show pop-ups. <br>Default is <var>block</var>.<br>The primary URL is the main-frame URL. The secondary URL is not used.",
214 "description": "Whether to allow sites to show desktop notifications. One of<br><var>allow</var>: Allow sites to show desktop notifications,<br><var>block</var>: Don't allow sites to show desktop notifications,<br><var>ask</var>: Ask when a site wants to show desktop notifications. <br>Default is <var>ask</var>.<br>The primary URL is the main-frame URL. The secondary URL is not used."
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/search/
history_data_store_unittest.cc 25 for (HistoryData::SecondaryDeque::const_iterator it = data.secondary.begin();
26 it != data.secondary.end(); ++it) {
158 EXPECT_EQ(0u, it->second.secondary.size());
161 HistoryData::SecondaryDeque secondary; local
162 secondary.push_back("s1");
163 secondary.push_back("s2");
164 store()->SetSecondary(kQuery, secondary);
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
contentSettings.html 71 <h2 id="primary-secondary">Primary and secondary patterns</h2>
82 shown in the omnibox (which is called the "secondary" URL).
85 If multiple rules have primary and secondary patterns, the rule with the more
87 primary pattern, the rule with the more specific secondary pattern takes
88 precedence. For example, the following list of primary/secondary pattern pairs
91 <tr><th>Precedence</th><th>Primary pattern</th><th>Secondary pattern</th>
  /external/clang/include/clang/AST/
VTTBuilder.h 94 /// \brief The secondary virtual pointer indices of all subobjects of
105 /// \brief Lay out the secondary VTTs of the given base subobject.
108 /// \brief Lay out the secondary virtual pointers for the given base
119 /// \brief Lay out the secondary virtual pointers for the given base
130 /// secondary VTTs, secondary virtual pointers and virtual VTTs.
152 /// \brief Returns a reference to the secondary virtual pointer indices.
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
FaultTolerantNegotiator.java 39 * The fault tolerant negotiator takes two stream negotiators, the primary and the secondary
52 StreamNegotiator secondary) {
54 this.secondaryNegotiator = secondary;
156 String[] secondary = secondaryNegotiator.getNamespaces(); local
158 String[] namespaces = new String[primary.length + secondary.length];
160 System.arraycopy(secondary, 0, namespaces, primary.length, secondary.length);
  /external/tcpdump/
smb.h 56 #define SMBwritec 0x20 /* secondary write request */
62 #define SMBreadBs 0x1C /* read block (secondary response) */
65 #define SMBwriteBs 0x1F /* write block (secondary request) */
71 #define SMBtranss 0x26 /* transaction (secondary request/response) */
73 #define SMBioctls 0x28 /* IOCTL (secondary request/response) */
88 #define SMBtranss2 0x33 /* TRANS2 protocol set, secondary command */
95 #define SMBnttranss 0xA1 /* NT transact secondary */
  /developers/samples/android/media/BasicMediaRouter/BasicMediaRouter/src/main/java/com/example/android/media/basicmediarouter/
MainActivity.java 40 * secondary display using a {@link Presentation}.
48 * toggles the background color of the secondary screen to show the interaction
49 * between the primary and secondary screens.
53 * "Simulate secondary displays" feature in Development Settings can be enabled
54 * to simulate secondary displays.
64 // Active Presentation, set to null if no secondary screen is enabled
144 * Updates the displayed presentation to enable a secondary screen if it has
149 * the secondary screen.
293 * Displays the next color on the secondary screen if it is activate.
  /external/openfst/src/include/fst/extensions/ngram/
bitmap-index.h 30 // This is accomplished by maintaining an "secondary" index of limited
33 // uint64 values that can fit in the secondary index before an overflow
117 // the secondary index accumulates counts until it can possibly overflow
132 // because the indexes, both primary and secondary, contain a running
146 // similarly, the secondary index (which resets its count to zero at
149 // within the secondary block, after the bits accounted for by the primary
153 // returns 1 + the secondary block that contains the bitindex in question
159 // We create a primary index based upon the number of secondary index
175 // The secondary index contains the running popcount of the associated
  /external/kernel-headers/original/asm-arm/
smp.h 64 * Boot a secondary CPU, and assign it the specified idle task.
71 * secondary CPU entry point.
81 * Initial data for bringing up a secondary CPU.
  /dalvik/vm/
README.txt 16 - The primary target is ARM Linux. Others are secondary, but must still
  /external/chromium_org/android_webview/build/
install_binary 23 # Create a hard link to avoid the additional copy to the secondary location.
  /external/chromium_org/third_party/icu/source/test/cintltst/
cdetst.h 16 * specific primary, secondary and tertiary rules. For example, the ignorable
cjaptst.h 19 * specific primary, secondary and tertiary rules. For example, the ignorable
cturtst.h 16 * specific primary, secondary and tertiary rules. For example, the ignorable
  /external/icu4c/test/cintltst/
cdetst.h 16 * specific primary, secondary and tertiary rules. For example, the ignorable
cjaptst.h 19 * specific primary, secondary and tertiary rules. For example, the ignorable
cturtst.h 16 * specific primary, secondary and tertiary rules. For example, the ignorable
  /external/llvm/test/Transforms/Reassociate/
secondary.ll 4 ; Reassociate shouldn't break this testcase involving a secondary

Completed in 2927 milliseconds

12 3 4 5 6 7 8 91011>>