Searched defs:canonical (Results 1 - 25 of 69) sorted by relevance

123

/external/libvpx/libvpx/third_party/libyuv/source/
H A Dvideo_common.cc23 uint32 canonical; member in struct:libyuv::FourCCAliasEntry
54 return kFourCCAliases[i].canonical;
/external/libyuv/files/source/
H A Dvideo_common.cc22 uint32 canonical; member in struct:libyuv::FourCCAliasEntry
53 return kFourCCAliases[i].canonical;
/external/syslinux/gpxe/src/include/gpxe/
H A Duuid.h27 } canonical; member in union:uuid
/external/snakeyaml/src/test/java/org/pyyaml/
H A DPyEmitterTest.java51 _testEmitter(".canonical", false);
55 _testEmitter(".canonical", true);
58 private void _testEmitter(String mask, boolean canonical) { argument
62 // if (!file.getName().contains("spec-06-01.canonical")) {
72 options.setCanonical(canonical);
122 File[] canonicalFiles = getStreamsByExtension(".canonical", false);
225 // if (!file.getName().contains("spec-06-01.canonical")) {
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
H A DSessionDescription.java45 public static Type fromCanonicalForm(String canonical) { argument
46 return Type.valueOf(Type.class, canonical.toUpperCase());
/external/libmojo/device/bluetooth/
H A Dbluetooth_uuid.cc19 // Returns the canonical, 128-bit canonical, and the format of the UUID
20 // in |canonical|, |canonical_128|, and |format| based on |uuid|.
22 std::string* canonical,
26 canonical->clear();
52 canonical->assign(uuid);
21 GetCanonicalUuid(std::string uuid, std::string* canonical, std::string* canonical_128, BluetoothUUID::Format* format) argument
/external/boringssl/src/crypto/base64/
H A Dbase64_test.cc32 // canonical indicates that the encoding is the expected encoding of the
34 canonical, enumerator in enum:encoding_relation
36 // need not be the canonical one.
50 {canonical, "", ""},
51 {canonical, "f", "Zg==\n"},
52 {canonical, "fo", "Zm8=\n"},
53 {canonical, "foo", "Zm9v\n"},
54 {canonical, "foob", "Zm9vYg==\n"},
55 {canonical, "fooba", "Zm9vYmE=\n"},
56 {canonical, "fooba
[all...]
/external/emma/core/java12/com/vladium/util/
H A DFiles.java76 * entries are removed. The definition of duplicates depends on 'canonical':
78 * <li> if 'canonical'=true, the pathnames are canonicalized via {@link #canonicalizePathname}
80 * <li> if 'canonical'=false, the pathnames are compared as case-sensitive strings
88 public static File [] pathToFiles (final String [] path, final boolean canonical) argument
108 if (canonical) pathname = canonicalizePathname (pathname);
124 * Converts 'pathname' into the canonical OS form. This wrapper function
H A DIPathEnumerator.java68 public static IPathEnumerator create (final File [] path, final boolean canonical, final IPathHandler handler) argument
70 return new PathEnumerator (path, canonical, handler);
124 PathEnumerator (final File [] path, final boolean canonical, final IPathHandler handler) argument
129 m_canonical = canonical;
141 m_pathSet.add (path [p].getPath ()); // set of [possibly canonical] paths
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
H A DNormalizerData.java59 * @param canonical If true
61 * canonical decomposition, otherwise selects
62 * the recursive compatibility and canonical decomposition.
66 public void getRecursiveDecomposition(boolean canonical, int ch, StringBuffer buffer) { argument
68 if (decomp != null && !(canonical && isCompatibility.get(ch))) {
71 getRecursiveDecomposition(canonical, ch, buffer);
132 * Tells whether decomposition is canonical or not.
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DNormalizerData.java56 * @param canonical If true
58 * canonical decomposition, otherwise selects
59 * the recursive compatibility and canonical decomposition.
63 public void getRecursiveDecomposition(boolean canonical, int ch, StringBuffer buffer) { argument
65 if (decomp != null && !(canonical && isCompatibility.get(ch))) {
68 getRecursiveDecomposition(canonical, ch, buffer);
129 * Tells whether decomposition is canonical or not.
/external/v8/src/
H A Dhandles-inl.h116 CanonicalHandleScope* canonical = data->canonical_scope; local
117 return canonical ? canonical->Lookup(value) : CreateHandle(isolate, value);
/external/guava/guava/src/com/google/common/collect/
H A DCut.java59 * The canonical form is a BelowValue cut whenever possible, otherwise ABOVE_ALL, or
62 Cut<C> canonical(DiscreteDomain<C> domain) { method in class:Cut
153 @Override Cut<Comparable<?>> canonical( method in class:Cut.BelowAll
347 @Override Cut<C> canonical(DiscreteDomain<C> domain) { method in class:Cut.AboveValue
H A DRange.java432 * helpful to preprocess ranges with {@link #canonical(DiscreteDomain)}.
536 * {@link #canonical(DiscreteDomain)} before testing for connectedness.
599 * Returns the canonical form of this range in the given domain. The canonical form has the
603 * <li>equivalence: {@code a.canonical().contains(v) == a.contains(v)} for all {@code v} (in other
604 * words, {@code ContiguousSet.create(a.canonical(domain), domain).equals(
608 * {@code a.canonical(domain).equals(b.canonical(domain))}
609 * <li>idempotence: {@code a.canonical(domain).canonical(domai
622 public Range<C> canonical(DiscreteDomain<C> domain) { method in class:Range
[all...]
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrProcessor.java53 * @param canonical
55 public synchronized final void setInstrPath (final String [] path, final boolean canonical) argument
60 m_instrPath = Files.pathToFiles (path, canonical);
62 m_canonical = canonical;
/external/emma/core/java12/com/vladium/emma/rt/
H A DClassPathProcessorST.java287 ClassPathProcessorST (final File [] path, final boolean canonical, argument
295 m_canonical = canonical;
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
H A DXLikelySubtags.java68 String canonical = toCanonical.get(alias);
69 return canonical == null ? alias : canonical;
71 public Set<String> getAliases(String canonical) { argument
72 Set<String> aliases = toAliases.get(canonical);
73 return aliases == null ? Collections.singleton(canonical) : aliases;
239 // prepare alias info. We want a mapping from the canonical form to all aliases
330 // String canonical = getCanonical(e.getValue());
331 // canonicalToAlias.put(canonical, alias);
346 // final String canonical
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DXLikelySubtags.java64 String canonical = toCanonical.get(alias);
65 return canonical == null ? alias : canonical;
67 public Set<String> getAliases(String canonical) { argument
68 Set<String> aliases = toAliases.get(canonical);
69 return aliases == null ? Collections.singleton(canonical) : aliases;
235 // prepare alias info. We want a mapping from the canonical form to all aliases
326 // String canonical = getCanonical(e.getValue());
327 // canonicalToAlias.put(canonical, alias);
342 // final String canonical
[all...]
/external/skia/src/core/
H A DSkImageInfo.cpp169 SkAlphaType* canonical) {
197 if (canonical) {
198 *canonical = alphaType;
168 SkColorTypeValidateAlphaType(SkColorType colorType, SkAlphaType alphaType, SkAlphaType* canonical) argument
/external/skqp/src/core/
H A DSkImageInfo.cpp129 SkAlphaType* canonical) {
157 if (canonical) {
158 *canonical = alphaType;
128 SkColorTypeValidateAlphaType(SkColorType colorType, SkAlphaType alphaType, SkAlphaType* canonical) argument
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dheap_simulator.cc326 buffer = group->canonical;
358 const LogicalBuffer* canonical = nullptr; local
361 // The 'shared' buffer already has a group; it might be the canonical, but
364 canonical = group->canonical;
368 // The 'shared' buffer doesn't have a group; it must be the canonical. Add
373 canonical = shared;
374 group->canonical = canonical;
381 canonical);
[all...]
H A Dheap_simulator.h155 // which only sees a regular Alloc call on the canonical buffer. The
161 // canonical) to its SharedGroup control block.
163 const LogicalBuffer* canonical = nullptr; member in struct:xla::HeapSimulator::SharedGroup
/external/tensorflow/tensorflow/core/util/
H A Dstrided_slice_op.cc59 // is obtained from canonical end-begin. Otherwise, if it is a kNewAxis,
270 auto canonical = [stride_i, i, dim_i, masks, valid_range](int64 x, int c) { local
292 // and canonical puts these to n-1 and 0, which implies a degenerate
302 begin_i = canonical(begin_i, 0);
303 end_i = canonical(end_i, 1);
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-main.c456 the platform-specific in-guest-state format to the canonical
460 void getSyscallArgsFromGuestState ( /*OUT*/SyscallArgs* canonical, argument
466 canonical->sysno = gst->guest_EAX;
467 canonical->arg1 = gst->guest_EBX;
468 canonical->arg2 = gst->guest_ECX;
469 canonical->arg3 = gst->guest_EDX;
470 canonical->arg4 = gst->guest_ESI;
471 canonical->arg5 = gst->guest_EDI;
472 canonical->arg6 = gst->guest_EBP;
473 canonical
778 putSyscallArgsIntoGuestState( SyscallArgs* canonical, VexGuestArchState* gst_vanilla ) argument
959 getSyscallStatusFromGuestState( SyscallStatus* canonical, VexGuestArchState* gst_vanilla ) argument
1105 putSyscallStatusIntoGuestState( ThreadId tid, SyscallStatus* canonical, VexGuestArchState* gst_vanilla ) argument
2559 SyscallStatus canonical; local
[all...]
/external/webrtc/talk/media/base/
H A Dvideocommon.cc41 uint32_t canonical; member in struct:cricket::FourCCAliasEntry
64 return kFourCCAliases[i].canonical;

Completed in 686 milliseconds

123