HomeSort by relevance Sort by last modified time
    Searched refs:As (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-myanmar-machine.rl 21 * ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
40 # Same order as enum myanmar_category_t. Not sure how to avoid duplication.
42 As = 18;
66 k = (Ra As H); # Kinzi
70 medial_group = MY? MR? ((MW MH? | MH) As?)?;
71 main_vowel_group = VPre* VAbv* VBlw* A* (DB As?)?;
72 post_vowel_group = VPst MH? As* VAbv* A* (DB As?)?;
73 pwo_tone_group = PT A* (DB As?)?;
75 complex_syllable_tail = As* medial_group main_vowel_group post_vowel_group* pwo_tone_group* V* j?
    [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.mem/
p5.cpp 38 T As() {
52 template float Foo::As();
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8DOMTokenListCustom.cpp 19 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
51 V8DOMWrapper::setNamedHiddenReference(elementValue.As<v8::Object>(), "domTokenList", wrapper);
V8DOMStringMapCustom.cpp 19 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
108 V8DOMWrapper::setNamedHiddenReference(elementValue.As<v8::Object>(), "domStringMap", wrapper);
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
p4.cpp 34 template<typename ...As> struct A {
37 C(As..., Bs..., int &k, Cs...);
71 // just defined as initializer-list.
  /external/clang/test/CXX/temp/temp.param/
p15-cxx0x.cpp 38 template<Ts ...As, template<Ts> class ...Bs, typename ...Cs> struct Inner {
39 struct Check : Bs<As>... {
  /external/v8/src/extensions/
externalize-string-extension.cc 17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
91 Handle<String> string = Utils::OpenHandle(*args[0].As<v8::String>());
130 return Utils::OpenHandle(*args[0].As<v8::String>())->IsAsciiRepresentation() ?
  /ndk/build/core/
clear-vars.mk 10 # distributed under the License is distributed on an "AS IS" BASIS,
21 # Note: As a special exception, we don't want to clear LOCAL_PATH
  /external/webkit/Source/WebCore/bindings/v8/
ScriptProfiler.cpp 19 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
109 Node* node = V8Node::toNative(wrapper.As<v8::Object>());
SerializedScriptValue.cpp 19 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
89 // Since we are not required to spot the cycle as soon as it
156 // Uses UTF8 encoding so we can read it back as either V8 or
507 bool hasStringProperty = propertyName->IsString() && composite()->HasRealNamedProperty(propertyName.As<v8::String>());
574 return serializer.writeSparseArray(numProperties, composite().As<v8::Array>()->Length(), this);
629 Blob* blob = V8Blob::toNative(value.As<v8::Object>());
637 File* file = V8File::toNative(value.As<v8::Object>());
645 FileList* fileList = V8FileList::toNative(value.As<v8::Object>());
653 ImageData* imageData = V8ImageData::toNative(value.As<v8::Object>())
    [all...]
V8Binding.h 19 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
79 // Note: RefPtr is a must as we cache by StringImpl* equality, not identity
233 // Handle the case where an exception is thrown as part of invoking toString on the object.
241 // just bailout as we'll crash if attempt to convert empty handle into a string.
267 return v8StringToWebCoreString<StringType>(m_v8Object.As<v8::String>(), m_mode);
274 // or AtomicStrings as appropriate, using multiple typecast operators.
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 11 # distributed under the License is distributed on an "AS IS" BASIS,
86 LogCatView_Export_Selection_As_Text=Export Selection As Text...
87 LogCatView_Export_Selection_As_Text_Tooltip=Export Selection As Text...
  /external/v8/test/cctest/
test-heap-profiler.cc 332 v8::Handle<v8::Object> global = global_proxy->GetPrototype().As<v8::Object>();
    [all...]
test-api.cc 17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
311 Local<v8::Array> value = CompileRun("[\"a\", \"b\"]").As<v8::Array>();
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
event-hub.rb 9 debug event listners. As debug-mode recognizers are able to send event
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
en.stg 17 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
189 "string literals must use single quotes (such as \'begin\'): <arg>"
227 WILDCARD_AS_ROOT(arg) ::= "Wildcard invalid as root; wildcard can itself be a tree"
237 Decision can match input such as "<input>" using multiple alternatives:
240 Decision can match input such as "<input>" using multiple alternatives: <conflictingAlts; separator=", ">
242 <if(disabled)><\n>As a result, alternative(s) <disabled; separator=","> were disabled for that input<endif><if(hasPredicateBlockedByAction)><\n>Semantic predicates were present but were hidden by actions.<endif>
246 the decision cannot distinguish between alternative(s) <danglingAlts; separator=","> for input such as "<input>"
254 Input such as "<upon>" is insufficiently covered with predicates at locations: <altToLocations.keys:{alt|alt <alt>: <altToLocations.(alt):{loc| line <loc.line>:<loc.column> at <loc.text>}; separator=", ">}; separator=", "><if(hasPredicateBlockedByAction)><\n>Semantic predicates were present but were hidden by actions.<endif>
265 Alternative <alt>: after matching input such as <input> decision cannot predict what comes next due to recursion overflow <targetRules,callSiteStates:{t,c|to <t> from <c:{s|<s.enclosingRule.name>};separator=", ">}; separator=" and ">
279 Decision can match input such as "<input>" using multiple alternatives
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
RecognizerSharedState.as 4 * and recover from errors etc... As a separate state object, it can be
60 * This is an instance variable as multiple rules may collaborate to
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
crypto-aes.js 189 var ciphertext = new Array(blockCount); // ciphertext as array of strings
280 } // \xa0 to cater for bug in Firefox; include '-' to leave it free for use as a block marker
403 As daylight doth a lamp; her eyes in heaven\n\
412 As glorious to this night, being o'er my head\n\
413 As is a winged messenger of heaven\n\
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
crypto-aes.js 189 var ciphertext = new Array(blockCount); // ciphertext as array of strings
280 } // \xa0 to cater for bug in Firefox; include '-' to leave it free for use as a block marker
403 As daylight doth a lamp; her eyes in heaven\n\
412 As glorious to this night, being o'er my head\n\
413 As is a winged messenger of heaven\n\
  /build/core/combo/
TARGET_linux-x86.mk 11 # distributed under the License is distributed on an "AS IS" BASIS,
17 # Configuration for Linux on x86 as a target.
139 # toolchain binaries automatically (as a compiler built-in).
254 $(info As such, you should *not* define TARGET_CPU_ABI to 'x86' in your BoardConfig.mk)
255 $(info to ensure that your device will not be mistakenly listed as compatible by
  /external/libvorbis/doc/
08-residue.tex 12 hybrids as mixed by channel coupling. The exact semantic content of
35 encoded and simply trusting that it is, is as follows:
49 can be thought of as forming a vector in their own right, as in the
50 illustration below. Just as the residue vectors are coded in grouped
60 codebook design dictates that each vector is encoded as the additive
81 as a black box--or cyan box or brown box--in the above figure).
89 As an example, assume a partition vector of size eight, to be encoded
96 codebook dimensions = 8 encoded as: [ 0 1 2 3 4 5 6 7 ]
98 codebook dimensions = 4 encoded as: [ 0 2 4 6 ], [ 1 3 5 7
    [all...]
  /external/bison/data/
glr.cc 8 # it under the terms of the GNU General Public License as published by
24 # problems. The C++ interface is the same as that of lalr1.cc. In
30 # The additional arguments are stored as members of the parser
44 # must not define "b4_location_constructors". As a consequence the
  /external/icu4c/test/perf/collationperf/
CollPerf.pl 173 default options. A large list of names is used as data in each test, where the
212 <li>As with all performance measurements, the results will vary according to
  /external/blktrace/btreplay/doc/
btreplay.tex 5 % it under the terms of the GNU General Public License as published by
50 directory, as it includes \texttt{../blktrace} in the \texttt{Makefile}.
95 \item[Device] The IOs are replayed on the same device as was seen
107 maintain the same time differential between IOs, but no guarantees as
114 As noted above, the time between IOs may not be accurately maintained
129 As noted above, \texttt{btrecord} extracts \texttt{QUEUE} operations from
134 IOs that will be processed as a single \emph{asynchronous IO} call to the
184 included as well.
215 machine must be the same as on the recording machine.
222 could be used to both allow for a single device to masquerade as mor
    [all...]
  /external/v8/src/
ast.cc 17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
663 RegExp##Name* RegExpTree::As##Name() { \
671 RegExp##Name* RegExp##Name::As##Name() { \
782 // in as many cases as possible, to make it more difficult for incorrect
783 // parses to look as correct ones which is likely if the input and
    [all...]

Completed in 327 milliseconds

1 2 3