Searched refs:initial (Results 151 - 175 of 242) sorted by relevance

12345678910

/external/chromium_org/third_party/boringssl/linux-arm/crypto/aes/
H A Dbsaes-armv7.S1563 @ generate initial tweak
1568 mov r0,sp @ pointer to initial tweak
1604 vld1.8 {q8}, [r0] @ initial tweak
2054 @ generate initial tweak
2059 mov r0, sp @ pointer to initial tweak
2100 vld1.8 {q8}, [r0] @ initial tweak
/external/openssl/crypto/aes/asm/
H A Dbsaes-armv7.S1559 @ generate initial tweak
1564 mov r0,sp @ pointer to initial tweak
1600 vld1.8 {q8}, [r0] @ initial tweak
2049 @ generate initial tweak
2054 mov r0, sp @ pointer to initial tweak
2095 vld1.8 {q8}, [r0] @ initial tweak
/external/bison/data/
H A Dglr.cc92 # Hijack the initial action to initialize the locations.
H A Dyacc.c42 b4_percent_define_default([[parse.lac.es-capacity-initial]], [[20]])
260 yytype_int16 yyesa@{]b4_percent_define_get([[parse.lac.es-capacity-initial]])[@};
894 /* YYINITDEPTH -- initial size of the parser's stacks. */
972 /* Establish the initial context for the current lookahead if no initial
976 the initial context for a lookahead as the context in which the
980 series of reductions), the initial context can be used to determine
994 follows. If no initial context is currently established for the
1003 "LAC: initial context established for %s\n", \
1017 /* Discard any previous initial lookahea
[all...]
/external/bison/src/
H A Dparse-gram.y106 %initial-action
108 /* Bison's grammar can initial empty locations, hence a default
163 PERCENT_INITIAL_ACTION "%initial-action"
277 | "%initial-action" "{...}"
/external/chromium_org/third_party/openmax_dl/dl/api/arm/
H A DarmCOMM_s.h204 @ initial values.
/external/qemu/include/
H A Dqemu-common.h503 int parse_debug_env(const char *name, int max, int initial);
/external/chromium_org/chrome/browser/resources/extensions/
H A Dextensions.css323 display: initial;
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
H A DOAuth.php507 // no token required for the initial token request
801 // letter of every word that is not an initial HTTP and strip HTTP
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DStylePropertySerializer.cpp36 DEFINE_STATIC_LOCAL(String, initial, ("initial"));
38 return value.length() == 7 && (value == initial || value == inherit);
238 if (value == "initial" && !CSSPropertyMetadata::isInheritedProperty(propertyID))
450 // All components are "initial" and "top" is not implicit.
503 // Now stitch the properties together. Implicit initial values are flagged as such and
546 // background-repeat-x(y) or mask-repeat-x(y) may be like this : "initial, repeat". We can omit the implicit initial values
603 if (commonValueInitialized && commonValue != "initial" && commonValue != "inherit")
702 if (value == "initial")
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dolsontz.cpp717 // Create initial rule
737 if (typeMapData[transitionIdx] != 0) { // type 0 is the initial type
794 // Create initial transition
1035 OlsonTimeZone::getTimeZoneRules(const InitialTimeZoneRule*& initial, argument
1048 initial = initialRule;
H A Drbtz.cpp594 RuleBasedTimeZone::getTimeZoneRules(const InitialTimeZoneRule*& initial, argument
602 initial = fInitialRule;
H A Dsimpletz.cpp1187 // Create a TimeZoneRule for initial time
1203 // Create a TimeZoneRule for initial time
1222 SimpleTimeZone::getTimeZoneRules(const InitialTimeZoneRule*& initial, argument
1233 initial = initialRule;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtzrulets.cpp408 // Try to add an initial rule
661 const InitialTimeZoneRule *initial; local
663 tz->getTimeZoneRules(initial, trsrules, ruleCount, status);
667 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone(*tzid, initial->clone());
826 // because there is no good way to represent the initial time with
916 // because there is no good way to represent the initial time with
1119 InitialTimeZoneRule *initial; local
1132 initial = NULL;
1134 tz->getSimpleRulesNear(testTimes[i], initial, std, dst, status);
1139 if (initial
[all...]
/external/chromium_org/third_party/ply/
H A Dlex.py185 # Collect all functions in the initial state
186 initial = self.lexstatere["INITIAL"]
188 for part in initial:
/external/chromium_org/third_party/webrtc/base/
H A Dipaddress_unittest.cc143 bool CheckTruncateIP(const std::string& initial, int truncate_length, argument
146 IPFromString(initial, &addr);
/external/chromium_org/v8/src/base/platform/
H A Dplatform-win32.cc887 void* initial) {
898 if (memory) memmove(memory, initial, size);
886 create(const char* name, int size, void* initial) argument
/external/deqp/modules/gles3/functional/
H A Des3fBooleanStateQueryTests.cpp415 IsEnabledStateTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum targetName, bool initial) argument
418 , m_initial (initial)
789 FOR_EACH_VERIFIER(normalVerifiers, addChild(new InitialBooleanTestCase (m_context, verifier, (std::string("transform_feedback_active_initial") + verifier->getTestNamePostfix()).c_str(), "initial TRANSFORM_FEEDBACK_ACTIVE", GL_TRANSFORM_FEEDBACK_ACTIVE, false)));
790 FOR_EACH_VERIFIER(normalVerifiers, addChild(new InitialBooleanTestCase (m_context, verifier, (std::string("transform_feedback_paused_initial") + verifier->getTestNamePostfix()).c_str(), "initial TRANSFORM_FEEDBACK_PAUSED", GL_TRANSFORM_FEEDBACK_PAUSED, false)));
/external/flac/libFLAC/ppc/as/
H A Dlpc_asm.s78 ; load coefficients into v0-v7 and initial history into v8-v15
327 ; load coefficients into v0-v1 and initial history into v2-v3
/external/flac/libFLAC/ppc/gas/
H A Dlpc_asm.s80 # load coefficients into v0-v7 and initial history into v8-v15
329 # load coefficients into v0-v1 and initial history into v2-v3
/external/icu/icu4c/source/i18n/
H A Dolsontz.cpp717 // Create initial rule
737 if (typeMapData[transitionIdx] != 0) { // type 0 is the initial type
794 // Create initial transition
1035 OlsonTimeZone::getTimeZoneRules(const InitialTimeZoneRule*& initial, argument
1048 initial = initialRule;
H A Drbtz.cpp594 RuleBasedTimeZone::getTimeZoneRules(const InitialTimeZoneRule*& initial, argument
602 initial = fInitialRule;
H A Dsimpletz.cpp1187 // Create a TimeZoneRule for initial time
1203 // Create a TimeZoneRule for initial time
1222 SimpleTimeZone::getTimeZoneRules(const InitialTimeZoneRule*& initial, argument
1233 initial = initialRule;
/external/icu/icu4c/source/test/intltest/
H A Dtzrulets.cpp406 // Try to add an initial rule
659 const InitialTimeZoneRule *initial; local
661 tz->getTimeZoneRules(initial, trsrules, ruleCount, status);
665 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone(*tzid, initial->clone());
824 // because there is no good way to represent the initial time with
914 // because there is no good way to represent the initial time with
1117 InitialTimeZoneRule *initial; local
1130 initial = NULL;
1132 tz->getSimpleRulesNear(testTimes[i], initial, std, dst, status);
1137 if (initial
[all...]
/external/libvorbis/doc/
H A Da1-encapsulation-ogg.tex161 In both of these cases in which the initial audio PCM starting

Completed in 580 milliseconds

12345678910