Searched refs:Destination (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/chrome/browser/resources/print_preview/data/
H A Dlocal_parsers.js15 * @return {!print_preview.Destination} Parsed local print destination.
25 return new print_preview.Destination(
27 print_preview.Destination.Type.LOCAL,
28 print_preview.Destination.Origin.LOCAL,
31 print_preview.Destination.ConnectionStatus.ONLINE,
40 * @return {!Array.<!print_preview.Destination>} Parsed destination info.
46 returnedPrinters.push(new print_preview.Destination(
48 print_preview.Destination.Type.LOCAL,
49 print_preview.Destination.Origin.PRIVET,
52 print_preview.Destination
[all...]
H A Ddestination.js12 * @param {!print_preview.Destination.Type} type Type of the destination.
13 * @param {!print_preview.Destination.Origin} origin Origin of the
17 * @param {!print_preview.Destination.ConnectionStatus} connectionStatus
29 function Destination(id, type, origin, displayName, isRecent,
39 * @private {!print_preview.Destination.Type}
45 * @private {!print_preview.Destination.Origin}
99 * @private {!print_preview.Destination.ConnectionStatus}
131 Destination.LOCATION_TAG_PREFIXES = [
140 Destination.GooglePromotedId = {
150 Destination
[all...]
H A Dcloud_parsers.js60 * @param {!print_preview.Destination.Origin} origin The origin of the
64 * @return {!print_preview.Destination} Parsed destination.
76 print_preview.Destination.ConnectionStatus.UNKNOWN;
83 isTosAccepted: (id == print_preview.Destination.GooglePromotedId.FEDEX) ?
88 var cloudDest = new print_preview.Destination(
106 * @param {string} typeStr Destination type given by the Google Cloud Print
108 * @return {!print_preview.Destination.Type} Destination type.
114 return print_preview.Destination.Type.MOBILE;
116 return print_preview.Destination
[all...]
H A Ddestination_store.js51 * @type {!Array.<!print_preview.Destination>}
58 * @type {object.<string, !print_preview.Destination>}
65 * @type {print_preview.Destination}
103 * @type {!Object.<string, Array.<print_preview.Destination.Origin>>}
235 * @return {!Array.<!print_preview.Destination>} List of destinations
249 * @return {print_preview.Destination} The currently selected destination or
302 print_preview.Destination.Origin.LOCAL) {
307 print_preview.Destination.Origin.COOKIES ||
309 print_preview.Destination.Origin.DEVICE)) {
315 print_preview.Destination
[all...]
H A Dapp_state.js150 print_preview.Destination.Origin.LOCAL;
181 * @param {!print_preview.Destination} dest Destination to persist.
/external/clang/test/CodeGen/
H A Dms-intrinsics.c16 void *test_InterlockedCompareExchangePointer(void * volatile *Destination, argument
18 return _InterlockedCompareExchangePointer(Destination, Exchange, Comparand);
21 // CHECK: define{{.*}}i8* @test_InterlockedCompareExchangePointer(i8** %Destination, i8* %Exchange, i8* %Comparand){{.*}}{
22 // CHECK: %[[DEST:[0-9]+]] = bitcast i8** %Destination to i32*
/external/chromium_org/ppapi/proxy/
H A Dplugin_resource.h31 enum Destination { enum in class:ppapi::proxy::PluginResource
60 void SendCreate(Destination dest, const IPC::Message& msg);
67 void AttachToPendingHost(Destination dest, int pending_host_id);
71 void Post(Destination dest, const IPC::Message& msg);
100 int32_t Call(Destination dest,
116 int32_t Call(Destination dest,
134 int32_t SyncCall(Destination dest, const IPC::Message& msg);
136 int32_t SyncCall(Destination dest, const IPC::Message& msg, A* a);
138 int32_t SyncCall(Destination dest, const IPC::Message& msg, A* a, B* b);
140 int32_t SyncCall(Destination des
[all...]
H A Dplugin_resource.cc82 void PluginResource::SendCreate(Destination dest, const IPC::Message& msg) {
98 void PluginResource::AttachToPendingHost(Destination dest,
112 void PluginResource::Post(Destination dest, const IPC::Message& msg) {
121 Destination dest,
139 Destination dest,
/external/chromium_org/chrome/browser/resources/print_preview/data/ticket_items/
H A Dfit_to_page.js40 print_preview.Destination.GooglePromotedId.SAVE_AS_PDF);
52 print_preview.Destination.GooglePromotedId.SAVE_AS_PDF;
H A Dcolor.js107 if (dest.id == print_preview.Destination.GooglePromotedId.DOCS ||
108 dest.id == print_preview.Destination.GooglePromotedId.FEDEX ||
109 dest.type == print_preview.Destination.Type.MOBILE) {
H A Dvendor_items.js69 if (destination.id == print_preview.Destination.GooglePromotedId.FEDEX ||
70 destination.type == print_preview.Destination.Type.MOBILE) {
H A Dmedia_size.js12 * @param {!print_preview.DestinationStore} destinationStore Destination store
68 print_preview.Destination.GooglePromotedId.SAVE_AS_PDF;
/external/chromium_org/chrome/browser/resources/print_preview/search/
H A Dcloud_destination_list.js30 var docsId = print_preview.Destination.GooglePromotedId.DOCS;
31 var fedexId = print_preview.Destination.GooglePromotedId.FEDEX;
H A Ddestination_list_item.js12 * @param {!print_preview.Destination} destination Destination data object to
29 * Destination that the list item renders.
30 * @type {!print_preview.Destination}
140 print_preview.Destination.ConnectionStatus.UNREGISTERED) {
178 print_preview.Destination.GooglePromotedId.FEDEX &&
190 print_preview.Destination.ConnectionStatus.UNREGISTERED) {
/external/libcxxabi/test/
H A Ddynamic_cast_stress.cpp58 typedef B<Width/2, Depth> Destination; typedef
59 // typedef A<Width, Depth> Destination;
61 Destination* b = dynamic_cast<Destination*>((C<Width/2, 0>*)&a);
/external/chromium_org/chrome/browser/resources/print_preview/
H A Dcloud_print_interface.js160 * @type {!Array.<!print_preview.Destination.Origin>}
165 print_preview.Destination.Origin.COOKIES,
166 print_preview.Destination.Origin.DEVICE
168 // ready print_preview.Destination.Origin.PROFILE
190 * @param {print_preview.Destination.Origin=} opt_origin When specified,
200 return origin != print_preview.Destination.Origin.COOKIES;
215 * @param {!Array.<!print_preview.Destination.Origin>} origins Origins to
253 print_preview.Destination.Origin.COOKIES,
281 * @param {!print_preview.Destination} destination Cloud destination to
319 * @param {!print_preview.Destination
[all...]
H A Dprint_header.js157 print_preview.Destination.GooglePromotedId.SAVE_AS_PDF;
202 print_preview.Destination.GooglePromotedId.SAVE_AS_PDF) {
228 print_preview.Destination.GooglePromotedId.SAVE_AS_PDF ||
230 print_preview.Destination.GooglePromotedId.DOCS);
H A Dnative_layer.js175 * @param {!print_preview.Destination} destination Destination to print to.
199 * @param {print_preview.Destination} destination Destination to print to.
223 print_preview.Destination.GooglePromotedId.SAVE_AS_PDF,
268 * @param {!print_preview.Destination} destination Destination to print to.
305 print_preview.Destination.GooglePromotedId.SAVE_AS_PDF,
486 print_preview.Destination.Origin.LOCAL;
501 print_preview.Destination
[all...]
/external/compiler-rt/lib/builtins/
H A Dfp_trunc.h48 #error Destination should be single precision or double precision!
H A Dfp_extend.h59 #error Destination should be double precision or quad precision!
/external/e2fsprogs/util/
H A Dinstall-symlink.in49 echo $DEST: Destination pathname must be absolute
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic_msvc.h28 short volatile *Destination, // NOLINT
33 long long volatile *Destination, // NOLINT
37 void *volatile *Destination,
42 long volatile *Destination, // NOLINT
/external/stlport/stlport/stl/config/
H A D_watcom.h138 long __stl_InterlockedExchange( long *Destination, long Value );
/external/zlib/src/as400/
H A Dzlib.inc114 D dest 65535 options(*varsize) Destination buffer
115 D destLen 10U 0 Destination length
120 D dest 65535 options(*varsize) Destination buffer
121 D destLen 10U 0 Destination length
130 D dest 65535 options(*varsize) Destination buffer
131 D destLen 10U 0 Destination length
325 D dest like(z_stream) Destination stream
372 D dest like(z_stream) Destination stream
/external/clang/lib/CodeGen/
H A DCGCleanup.cpp248 BranchFixups.back().Destination == nullptr)
286 if (Fixup.Destination == nullptr) continue;
304 if (!CasesAdded.insert(Fixup.Destination)) continue;
307 Fixup.Destination);
348 if (Fixup.Destination != Block) continue;
350 Fixup.Destination = nullptr;
805 if (!Fixup.Destination) continue;
943 Fixup.Destination = Dest.getBlock();

Completed in 7541 milliseconds

12